httpd: pass authorization header to CGI if not Basic
[oweals/busybox.git] / networking / httpd.c
2019-04-18 Alexander Vickberghttpd: pass authorization header to CGI if not Basic
2019-04-17 Alexander Vickberghttpd: When sending gzipped content use content-length...
2019-04-16 Denys Vlasenkohttpd: extract query string only after proxying check
2019-04-16 Denys Vlasenkohttpd: make rmt_ip variable local
2019-04-16 Denys Vlasenkohttpd: check denied IPs even before reading 1st query...
2019-04-16 Denys Vlasenkohttpd: do not decode URL and headers if proxying -...
2019-04-16 Denys Vlasenkohttpd: remove duplicate "decode URL escape sequences...
2019-04-16 Denys Vlasenkohttpd: put all headers into environment as HTTP_UPPERCA...
2019-04-16 Denys Vlasenkohttpd: fix handling of EOF in get_line()
2019-04-16 Denys Vlasenkohttpd: add missing {}
2019-04-16 Denys Vlasenkohttpd: do not percent-decode URI if proxying
2019-04-14 Denys Vlasenkohttpd: fix proxy headers passing - full_write() instead...
2019-04-14 Denys Vlasenkohttpd: if remote IP is denied, send FORBIDDEN reply...
2018-04-06 Denys Vlasenkohttpd: do not default to Content-type: application...
2018-03-06 Denys Vlasenkouse gmtime_r() instead of gmtime()
2017-09-18 Denys Vlasenkohttpd: fix handling of range requests
2017-09-01 Denys Vlasenkohttpd: skip "Status: " from CGI, including space. Close...
2017-08-08 Denys Vlasenkogetopt32: remove opt_complementary
2017-07-27 Denys Vlasenkoinetd: improve --helpt text and config help text.
2017-07-21 Denys Vlasenkoconfig: deindent all help texts
2017-07-18 Denys VlasenkoUpdate menuconfig items with approximate applet sizes
2017-02-04 Denys Vlasenkohttpd: use "Content-Length", not "-length"
2017-01-26 Denys Vlasenkohttpd: defend against attempts to OOM us. Closes 9611
2017-01-10 Denys VlasenkoBig cleanup in config help and description
2017-01-08 Laurent Bercothttpd: fix address family for reverse proxy client...
2016-11-23 Denys VlasenkoConvert all networking/* applets to "new style" applet...
2016-11-22 Denys Vlasenkohttpd: explain why we use sprintf and why it should...
2016-04-21 Denys Vlasenko*: hopefully all setup_common_bufsiz() are in place
2016-04-21 Denys Vlasenkolibbb: make bb_common_bufsiz1 1 kbyte, add capability...
2015-10-23 Denys Vlasenkohttpd: fix heap buffer overflow. Closes 8426
2015-10-08 Denys Vlasenkojoin some common strings, -400 bytes
2015-08-24 Denys Vlasenkolibbb: add setsockopt_foo helpers
2015-03-12 Denys Vlasenkolibbb: introduce and use is_prefixed_with()
2014-11-27 Bartosz Golaszewskilibbb: use sendfile() to copy data between file descriptors
2013-09-18 Denys Vlasenkohttpd: make sire pfd[TO_CGI].revents is cleared before...
2013-09-11 Denys Vlasenkohttpd: treat errors from stdin correctly.
2013-07-30 Denys VlasenkoWhitespace fixes
2013-03-25 Denys Vlasenkohttpd: don't allow tabs and multiple spaces in request...
2013-01-14 Denys Vlasenkowhitespace fixes. no code changes
2012-06-12 Pascal Bellardsu: do not change to home dir unless -l
2012-04-20 Denys Vlasenkofix build breakage found by randconfig
2012-04-03 Rob Walkerhttpd: emit correct content length on range requests...
2012-02-19 Denys Vlasenkohttpd: make byte ranges which start at 0 work too....
2012-02-04 Denys Vlasenkohttpd: fix sendfile of files larger than 2 Gb. Closes...
2012-02-01 Denys Vlasenkohttpd: fix MD5-encrypted-in-httpd.conf password logic
2011-12-19 Denys Vlasenkohttpd: don't drop/abuse QUERY_STRING when /cgi-bin...
2011-12-18 Denys Vlasenkolibbb: remove is_directory's argument which is always...
2011-12-18 Denys Vlasenkohttpd: remove redundant NULL assignment and save one...
2011-12-16 Denys Vlasenkohttpd: fix /../ sanitization (had one extra semicolon...
2011-11-29 Pascal Bellardhttpd: small fixes to previous change
2011-11-29 Pascal Bellardhttpd: make it possible to use system passwords for...
2011-11-22 Denys Vlasenkonommu: fix cases where we mangle argv[0][0]
2011-09-11 Denys Vlasenkowget: URL-decode user:password before base64-encoding...
2011-06-05 Denys Vlasenko*: remove "Options:" string from help texts
2011-05-13 Denys Vlasenkoadduser: safe username passing to passwd/addgroup
2011-04-11 Pere Orgamove remaining help text from include/usage.src.h
2011-04-10 Denys Vlasenkohttp: document index.cgi usage. no code changes
2011-03-27 Peter Korsgaardhttpd: don't send error messages with gzip encoding
2011-01-11 Denys Vlasenkohttpd: send correct mtime for .gz files
2010-10-29 Denys Vlasenkowhitespace cleanup
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2010-07-26 Peter Korsgaardhttpd: simplified "gzip" test
2010-07-25 Peter Korsgaardhttpd: optional support for gzip-compressed pages
2010-07-25 Denys Vlasenkohttpd: cosmetic fixes, no code changes
2010-06-27 Denys Vlasenkoremove recently added erroneous _and_die()
2010-06-24 Denys Vlasenko*: make exec failure message more consistent
2010-04-02 Denys Vlasenkohttpd: fix proxy mode bug (annoying but harmless),...
2010-03-02 Denys Vlasenko*: do not check for POLLIN/POLLOUT only, just in case...
2010-02-26 Bernhard Reutner... reuse a few strings
2010-01-12 Denys Vlasenko*: add/remove safe_, it seems we had a few incorrect...
2009-12-16 Denys Vlasenkohttpd -m: output salted MD5 hash. By (forrest AT hifull...
2009-12-11 Denys Vlasenkowget: check for close success; fix chunked; do not...
2009-09-09 Denys Vlasenkohttpd: shrink mime type matching code (suggested by...
2009-09-08 Denys Vlasenkohttpd: fix bug 601 "I:index.php does not run interprete...
2009-06-09 Denys Vlasenkotelnetd: properly close fds in child
2009-05-04 Bernhard Reutner... fix debug message
2009-05-01 Denys Vlasenkohttpd: speed up httpd.conf at the cost of 49 bytes...
2009-04-22 Denis Vlasenkohttpd: fix small bug in parser. it crept in during...
2009-04-22 Denis Vlasenkohttpd: allow empty lines in conf file
2009-04-22 Denis Vlasenkohttpd: simplify insane conf file parser
2009-04-21 Denis Vlasenko*: mass renaming of USE_XXXX to IF_XXXX
2009-03-18 Denis Vlasenkohttpd: add comment explaining why SERVER_NAME etc is...
2009-02-05 Denis Vlasenkohttpd: tiny optimization
2009-02-04 Denis Vlasenkohttpd:
2009-02-02 Denis Vlasenkoudhcpd: add code which rejects lease files with suspici...
2008-11-22 Denis Vlasenkohttpd: set $HOST to Host: header value. +83 bytes.
2008-09-01 Bernhard Reutner... - pass "Accept:" and "Accept-Language:" header to CGI...
2008-07-21 Denis Vlasenkolibbb: [x]fopen_for_{read,write} introduced and used.
2008-07-21 Bernhard Reutner... - first pass to unify/cleanup uid handling (-236b)
2008-07-21 Bernhard Reutner... - fix spelling
2008-07-20 Denis Vlasenkohttpd: add Hopedir directive specially for
2008-07-05 Denis Vlasenko*: rename ATTRIBUTE_XXX to just XXX.
2008-06-13 Denis Vlasenkohttpd: fix authentication
2008-06-13 Denis Vlasenkohttpd: fix bugs in authentication (by Peter Korsgaard...
2008-06-13 Denis Vlasenkohtppd: lots of variable/function renaming in config...
2008-06-12 Denis Vlasenkomake pw_encrypt() return malloc'ed string.
2008-06-12 Denis Vlasenkouclibc insists on having 70k static buffer for crypt.
2008-05-19 Bernhard Reutner... - use STD*_FILENO some more. No object-code changes
2008-05-18 Denis Vlasenkohttpd: fix obscure case when user runs httpd -i from...
2008-05-15 Denis Vlasenkomore of -Wall fixes from Cristian Ionescu-Idbohrn.
next