tlsrp

A simple TLS reverse proxy
git clone git://nihaljere.xyz/tlsrp
Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
2023-06-04 21:16simplifyNihal Jere1+7-8
2020-11-09 19:03replace BUF_SIZE with BUFSIZ from libcNihal Jere1+4-5
2020-08-02 20:02README: updateNihal Jere1+6-10
2020-07-31 00:02add -v option, VERSION variable to config.mkNihal Jere2+8-2
2020-07-30 23:46replace makeshift argument parsing with getoptNihal Jere1+35-24
2020-07-30 22:46Makefile: add install and uninstall targetsNihal Jere2+29-12
2020-07-30 22:23fix missing semicolonNihal Jere1+1-1
2020-07-30 22:16add man pageNihal Jere1+90-0
2020-07-30 22:08.gitignore: ignore object filesNihal Jere1+1-0
2020-07-30 19:51now fails if proper arguments aren't providedNihal Jere1+5-6
2020-07-30 19:26clientfd handled properly on failure casesNihal Jere1+3-2
2020-07-30 19:23switch to single letter optionsNihal Jere2+5-5
2020-07-30 19:00adds serving to a unix socketNihal Jere3+44-17
2020-07-30 03:25Makefile: adds certs target to create testing certificates, move LB_LIBRARY_PATH path to testing section of config.mk test target now worksNihal Jere2+6-2
2020-07-30 02:51Makefile: compiling only uses $CFLAGS and linking only uses $FLAGSNihal Jere2+10-6
2020-07-29 23:45improve local testing: add a script to generate appropriate certificates.Nihal Jere3+24-1
2020-07-28 21:34add READMENihal Jere1+30-0
2020-07-28 17:26renamed tls_client to toclient to clarify meaning and prevent naming conflictNihal Jere1+6-6
2020-07-28 17:22tdie and tcdie now use correct formatting functionsNihal Jere3+17-17
2020-07-28 16:53remove import from config.def.hNihal Jere1+0-2
2020-07-28 16:18adds _XOPEN_SOURCE to make it build with glibc, made Makefile include work with GNU MakeNihal Jere2+4-3
2020-07-28 15:56updated licenseNihal Jere1+2-0
2020-07-26 08:21reorder header filesJan Klemkow1+5-4
2020-07-26 08:19add .gitignoreJan Klemkow1+2-0
2020-07-09 07:43usage is stict and got void as parameterJan Klemkow1+2-2
2020-07-09 07:40Makefile: remove useles variable BINJan Klemkow1+2-2
2020-07-09 07:33remove unused variableJan Klemkow1+1-1
2020-07-09 07:30fix variable type conflics and error handlingJan Klemkow1+1-1
2020-07-09 07:28Makefile: add CFLAGS variable with higher warning levelJan Klemkow2+4-3
2020-07-09 07:23Makefile: add tls library manually for builds on OpenBSDJan Klemkow1+3-0
2020-07-09 07:21add missing header sys/socket.hJan Klemkow1+2-0
2020-07-09 07:15Makefile: fix test ruleJan Klemkow1+2-2
2020-07-09 07:09Makefile: introduce config.mk for better portabilityJan Klemkow2+8-8
2020-07-09 06:59Makefile: replace gnuism with portable shell codeJan Klemkow1+1-1
2020-07-26 18:17added licenseNihal Jere1+13-0
2020-07-22 00:18adds separate host on back and frontNihal Jere1+11-8
2020-07-21 23:44Makefile now does proper change based building (not that it matters too much because it's so fast)Nihal Jere1+8-5
2020-07-21 23:43replaced dies with tdies which will give more infoNihal Jere1+2-2
2020-07-13 01:30added `tdie` for tls_error and `tcdie` for tls_config_errorNihal Jere3+65-10
2020-07-07 01:57cleaned up usageNihal Jere2+8-12
2020-07-06 18:02removed unused utility functionsNihal Jere2+0-98
2020-07-06 16:55removed superfluous freesNihal Jere1+10-26
2020-07-06 02:32fixed redundancy in usageNihal Jere1+1-1
2020-07-06 02:13removed unnecessary includes, fixed tls header pathNihal Jere1+1-7
2020-07-06 02:05replaced strlcpy with memccpy, removed libbsdNihal Jere2+2-9
2020-05-23 03:14made parameter names more specificNihal Jere1+5-5
2020-05-23 01:19updated usageNihal Jere1+2-2
2020-05-09 00:34added config.def.hNihal Jere3+32-1
2020-05-04 01:05use TLS_POLL(IN/OUT)Nihal Jere2+30-31
2020-05-03 19:49bind uses host nowNihal Jere1+1-1
2020-05-03 19:48added parameters for ca, certificate and keyNihal Jere1+23-5
2020-05-03 03:36changed to absolute paths, TLS works!Nihal Jere2+10-6
2020-05-02 23:39added run target for easier debugging with my setupNihal Jere1+4-1
2020-05-02 23:36added (probably broken) tlsNihal Jere1+62-29
2020-05-02 15:33made dowrite staticNihal Jere1+1-1
2020-05-02 04:17use variables in MakefileNihal Jere1+12-1
2020-04-30 03:12initial commit, functional normal proxyNihal Jere4+468-0