summaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Expand)Author
2018-02-25fix early loggingrofl0r
2018-02-25make send_stored_logs staticrofl0r
2018-02-25implement HTTP basic auth for upstream proxiesrofl0r
2018-02-25basicauth.[ch]: refactor to make basicauth_string() reusablerofl0r
2018-02-25fix possible memory leakbertliao
2018-02-23Remove #ifdef for HAVE_SYSLOG_HJohn Weldon
2018-02-09Fix CVE-2017-11747: Create PID file before dropping privileges.Michael Adam
2018-02-06move base64 code into own filerofl0r
2018-02-06Basic Auth: send correct response codes and headers acc. to rfc7235rofl0r
2018-02-06add support for basic HTTP authenticationrofl0r
2018-02-06fix types used in SOCKS4/5 support coderofl0r
2018-02-06add SOCKS upstream proxy support (socks4/socks5)Gonzalo Tornaria
2017-12-04safe_write/read: take void* buffer for generic userofl0r
2017-11-16log to stdout if no logfile specifiedrofl0r
2017-11-16do not create a pidfile, if none is specified in configrofl0r
2017-11-16Issue 15 fix. PRPablo Panero
2017-03-29network: honour result of inet_ntop in get_ip_string()Michael Adam
2017-03-29network: let get_ip_string() return const char * instead of const charMichael Adam
2017-03-29Merge pull request #66 from rofl0r/configure_trimMichael Adam
2017-03-29Merge pull request #67 from dmz-uk/patch-1Michael Adam
2017-03-29Merge pull request #85 from rofl0r/fix_72Michael Adam
2017-03-27src/Makefile.am: fix spaces vs TABrofl0r
2016-12-30Prevent child from calling exit() on interruptdmz-uk
2016-12-27Move lookup_variable into hashmap.c / hashmap.hGreg
2016-12-27Change signature for lookup_variable to take map instead of connptrGreg
2016-12-21configure: do not check for standard POSIX headersrofl0r
2016-12-21configure: do not check for standard C headersrofl0r
2016-09-10Continue with forward proxy if ReverseOnly is not true and no mapping availab...Stephan Leemburg
2016-01-03update URLrofl0r
2014-12-13BB#110 Increase number of hash buckets from 32 to 256.Michael Adam
2014-12-13BB#110 limit the number of headers per request to prevent DoSMichael Adam
2014-12-13BB#110 secure the hashmaps by adding a seedMichael Adam
2014-12-13BB#110 Replace hash function with Dan Bernstein's.Peter H. Froehlich
2013-11-23buffer: fix log message in read_buffer().Michael Adam
2013-11-23buffer: reduce indentation in read_buffer()Michael Adam
2013-11-23reqs: fix typo in a debug message in get_request_entity()Michael Adam
2013-11-23transparent: make transparent support compile after introduction of multi ListenMichael Adam
2013-11-23child: remove use of config.listen_addrs in child_listening_sockets()Michael Adam
2013-11-22reqs: Fix CID 1130969 (part 3) - unchecked return value from library.Michael Adam
2013-11-22reqs: Fix CID 1130969 (part 2) - unchecked return value from library.Michael Adam
2013-11-22reqs: Fix CID 1130972 - remove logically dead code.Michael Adam
2013-11-22network: Fix CID 113095 - unchecked return value from libraryMichael Adam
2013-11-22child: check return code of socket_blocking for accept in child_mainMichael Adam
2013-11-22child: Fix CID 1130966 - unchecked return value from libraryMichael Adam
2013-11-22reqs: Fix CID 1130967 - unchecked return value from library.Michael Adam
2013-11-22reqs: Fix CID 1130968 - unchecked return value from libraryMichael Adam
2013-11-22reqs: rename a variable.Michael Adam
2013-11-22reqs: fix CID 1130969 - unchecked return code from libraryMichael Adam
2013-11-22reqs: fix CID 1130970 - unchecked return code from libraryMichael Adam
2013-11-22conf: Fix CID 1130973 - resource leak.Michael Adam