summaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Expand)Author
2019-11-27Use gai_strerror() to report errors of getaddrinfo() and getnameinfo()Martin Kutschker
2019-06-14fix usage of stathost in combination with basic authrofl0r
2019-05-05filter file: Don't ignore lines with leading whitespace (#239)Janosch Hoffmann
2018-12-15child.c: properly initialize fdset for each select() call (#216)rofl0r
2018-11-23Basic Auth: allow almost all possible characters for user/passVasily
2018-09-01Remove unused authors.c/authors.h and generation mechanism.Michael Adam
2018-09-01main: remove the "-l" switch to display the license and authorsMichael Adam
2018-05-29fix socks5 upstream user/pass subnegotiation checkrofl0r
2018-03-29fix basicauth string comparisonrofl0r
2018-03-27html-error: Make a switch fallthrough explicitMichael Adam
2018-03-23upstream: Fix case of empty string domain.Michael Adam
2018-03-23install tinyproxy to bin/, not /sbinrofl0r
2018-02-27make bind option usable with transparent proxy toorofl0r
2018-02-27implement user/password auth for socks5 upstream proxyrofl0r
2018-02-25config: unify upstream syntax for http,socks4,socks5 and nonerofl0r
2018-02-25rename members of proxy_type enum to have a common prefixrofl0r
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