2023-06-04 21:16 | simplify | Nihal Jere | 1 | +7 | -8 |
2020-11-09 19:03 | replace BUF_SIZE with BUFSIZ from libc | Nihal Jere | 1 | +4 | -5 |
2020-08-02 20:02 | README: update | Nihal Jere | 1 | +6 | -10 |
2020-07-31 00:02 | add -v option, VERSION variable to config.mk | Nihal Jere | 2 | +8 | -2 |
2020-07-30 23:46 | replace makeshift argument parsing with getopt | Nihal Jere | 1 | +35 | -24 |
2020-07-30 22:46 | Makefile: add install and uninstall targets | Nihal Jere | 2 | +29 | -12 |
2020-07-30 22:23 | fix missing semicolon | Nihal Jere | 1 | +1 | -1 |
2020-07-30 22:16 | add man page | Nihal Jere | 1 | +90 | -0 |
2020-07-30 22:08 | .gitignore: ignore object files | Nihal Jere | 1 | +1 | -0 |
2020-07-30 19:51 | now fails if proper arguments aren't provided | Nihal Jere | 1 | +5 | -6 |
2020-07-30 19:26 | clientfd handled properly on failure cases | Nihal Jere | 1 | +3 | -2 |
2020-07-30 19:23 | switch to single letter options | Nihal Jere | 2 | +5 | -5 |
2020-07-30 19:00 | adds serving to a unix socket | Nihal Jere | 3 | +44 | -17 |
2020-07-30 03:25 | Makefile: adds certs target to create testing certificates, move LB_LIBRARY_PATH path to testing section of config.mk test target now works | Nihal Jere | 2 | +6 | -2 |
2020-07-30 02:51 | Makefile: compiling only uses $CFLAGS and linking only uses $FLAGS | Nihal Jere | 2 | +10 | -6 |
2020-07-29 23:45 | improve local testing: add a script to generate appropriate certificates. | Nihal Jere | 3 | +24 | -1 |
2020-07-28 21:34 | add README | Nihal Jere | 1 | +30 | -0 |
2020-07-28 17:26 | renamed tls_client to toclient to clarify meaning and prevent naming conflict | Nihal Jere | 1 | +6 | -6 |
2020-07-28 17:22 | tdie and tcdie now use correct formatting functions | Nihal Jere | 3 | +17 | -17 |
2020-07-28 16:53 | remove import from config.def.h | Nihal Jere | 1 | +0 | -2 |
2020-07-28 16:18 | adds _XOPEN_SOURCE to make it build with glibc, made Makefile include work with GNU Make | Nihal Jere | 2 | +4 | -3 |
2020-07-28 15:56 | updated license | Nihal Jere | 1 | +2 | -0 |
2020-07-26 08:21 | reorder header files | Jan Klemkow | 1 | +5 | -4 |
2020-07-26 08:19 | add .gitignore | Jan Klemkow | 1 | +2 | -0 |
2020-07-09 07:43 | usage is stict and got void as parameter | Jan Klemkow | 1 | +2 | -2 |
2020-07-09 07:40 | Makefile: remove useles variable BIN | Jan Klemkow | 1 | +2 | -2 |
2020-07-09 07:33 | remove unused variable | Jan Klemkow | 1 | +1 | -1 |
2020-07-09 07:30 | fix variable type conflics and error handling | Jan Klemkow | 1 | +1 | -1 |
2020-07-09 07:28 | Makefile: add CFLAGS variable with higher warning level | Jan Klemkow | 2 | +4 | -3 |
2020-07-09 07:23 | Makefile: add tls library manually for builds on OpenBSD | Jan Klemkow | 1 | +3 | -0 |
2020-07-09 07:21 | add missing header sys/socket.h | Jan Klemkow | 1 | +2 | -0 |
2020-07-09 07:15 | Makefile: fix test rule | Jan Klemkow | 1 | +2 | -2 |
2020-07-09 07:09 | Makefile: introduce config.mk for better portability | Jan Klemkow | 2 | +8 | -8 |
2020-07-09 06:59 | Makefile: replace gnuism with portable shell code | Jan Klemkow | 1 | +1 | -1 |
2020-07-26 18:17 | added license | Nihal Jere | 1 | +13 | -0 |
2020-07-22 00:18 | adds separate host on back and front | Nihal Jere | 1 | +11 | -8 |
2020-07-21 23:44 | Makefile now does proper change based building (not that it matters too much because it's so fast) | Nihal Jere | 1 | +8 | -5 |
2020-07-21 23:43 | replaced dies with tdies which will give more info | Nihal Jere | 1 | +2 | -2 |
2020-07-13 01:30 | added `tdie` for tls_error and `tcdie` for tls_config_error | Nihal Jere | 3 | +65 | -10 |
2020-07-07 01:57 | cleaned up usage | Nihal Jere | 2 | +8 | -12 |
2020-07-06 18:02 | removed unused utility functions | Nihal Jere | 2 | +0 | -98 |
2020-07-06 16:55 | removed superfluous frees | Nihal Jere | 1 | +10 | -26 |
2020-07-06 02:32 | fixed redundancy in usage | Nihal Jere | 1 | +1 | -1 |
2020-07-06 02:13 | removed unnecessary includes, fixed tls header path | Nihal Jere | 1 | +1 | -7 |
2020-07-06 02:05 | replaced strlcpy with memccpy, removed libbsd | Nihal Jere | 2 | +2 | -9 |
2020-05-23 03:14 | made parameter names more specific | Nihal Jere | 1 | +5 | -5 |
2020-05-23 01:19 | updated usage | Nihal Jere | 1 | +2 | -2 |
2020-05-09 00:34 | added config.def.h | Nihal Jere | 3 | +32 | -1 |
2020-05-04 01:05 | use TLS_POLL(IN/OUT) | Nihal Jere | 2 | +30 | -31 |
2020-05-03 19:49 | bind uses host now | Nihal Jere | 1 | +1 | -1 |
2020-05-03 19:48 | added parameters for ca, certificate and key | Nihal Jere | 1 | +23 | -5 |
2020-05-03 03:36 | changed to absolute paths, TLS works! | Nihal Jere | 2 | +10 | -6 |
2020-05-02 23:39 | added run target for easier debugging with my setup | Nihal Jere | 1 | +4 | -1 |
2020-05-02 23:36 | added (probably broken) tls | Nihal Jere | 1 | +62 | -29 |
2020-05-02 15:33 | made dowrite static | Nihal Jere | 1 | +1 | -1 |
2020-05-02 04:17 | use variables in Makefile | Nihal Jere | 1 | +12 | -1 |
2020-04-30 03:12 | initial commit, functional normal proxy | Nihal Jere | 4 | +468 | -0 |