summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-11-23Convert all networking/* applets to "new style" applet definitionsDenys Vlasenko35-882/+909
2016-11-22httpd: explain why we use sprintf and why it should be fineDenys Vlasenko1-20/+36
2016-04-21*: hopefully all setup_common_bufsiz() are in placeDenys Vlasenko29-55/+83
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko91-131/+414
2015-10-23httpd: fix heap buffer overflow. Closes 8426Denys Vlasenko1-6/+19
2015-10-08join some common strings, -400 bytesDenys Vlasenko11-45/+45
2015-08-24libbb: add setsockopt_foo helpersDenys Vlasenko16-61/+75
2015-03-12libbb: introduce and use is_prefixed_with()Denys Vlasenko51-151/+165
2014-11-27libbb: use sendfile() to copy data between file descriptorsBartosz Golaszewski4-42/+71
2013-09-18httpd: make sire pfd[TO_CGI].revents is cleared before poll()Denys Vlasenko1-5/+13
2013-09-11httpd: treat errors from stdin correctly.Denys Vlasenko1-8/+13
2013-07-30Whitespace fixesDenys Vlasenko12-23/+23
2013-03-25httpd: don't allow tabs and multiple spaces in request stringDenys Vlasenko1-2/+5
2013-01-14whitespace fixes. no code changesDenys Vlasenko40-262/+261
2012-06-12su: do not change to home dir unless -lPascal Bellard5-7/+11
2012-04-20fix build breakage found by randconfigDenys Vlasenko7-5/+21
2012-04-03httpd: emit correct content length on range requests past the end. Closes 4952Rob Walker1-1/+1
2012-02-19httpd: make byte ranges which start at 0 work too. Closes 4766Denys Vlasenko1-6/+7
2012-02-04httpd: fix sendfile of files larger than 2 Gb. Closes 4754Denys Vlasenko1-1/+1
2012-02-01httpd: fix MD5-encrypted-in-httpd.conf password logicDenys Vlasenko2-27/+39
2011-12-19httpd: don't drop/abuse QUERY_STRING when /cgi-bin/index.cgi is usedDenys Vlasenko2-19/+34
2011-12-18libbb: remove is_directory's argument which is always NULLDenys Vlasenko4-16/+11
2011-12-18httpd: remove redundant NULL assignment and save one strrchr. -8 bytesDenys Vlasenko1-8/+11
2011-12-16httpd: fix /../ sanitization (had one extra semicolon). rewrote itDenys Vlasenko1-13/+19
2011-11-29httpd: small fixes to previous changePascal Bellard1-7/+11
2011-11-29httpd: make it possible to use system passwords for authPascal Bellard1-28/+147
2011-11-22nommu: fix cases where we mangle argv[0][0]Denys Vlasenko4-0/+7
2011-09-11wget: URL-decode user:password before base64-encoding it into auth hdr. Close...Denys Vlasenko4-81/+86
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko198-268/+40
2011-05-13adduser: safe username passing to passwd/addgroupDenys Vlasenko7-77/+88
2011-04-11move remaining help text from include/usage.src.hPere Orga142-2312/+2369
2011-04-10http: document index.cgi usage. no code changesDenys Vlasenko1-1/+5
2011-03-27httpd: don't send error messages with gzip encodingPeter Korsgaard1-0/+1
2011-01-11httpd: send correct mtime for .gz filesDenys Vlasenko1-0/+1
2010-10-29whitespace cleanupDenys Vlasenko69-268/+231
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-07-26httpd: simplified "gzip" testPeter Korsgaard1-11/+11
2010-07-25httpd: optional support for gzip-compressed pagesPeter Korsgaard2-4/+60
2010-07-25httpd: cosmetic fixes, no code changesDenys Vlasenko1-30/+23
2010-06-27remove recently added erroneous _and_die()Denys Vlasenko2-2/+2
2010-06-24*: make exec failure message more consistentDenys Vlasenko24-40/+40
2010-04-02httpd: fix proxy mode bug (annoying but harmless), better help textDenys Vlasenko2-5/+5
2010-03-02*: do not check for POLLIN/POLLOUT only, just in case it's POLHUP/POLERRDenys Vlasenko4-9/+9
2010-02-26reuse a few stringsBernhard Reutner-Fischer2-5/+5
2010-01-12*: add/remove safe_, it seems we had a few incorrect usesDenys Vlasenko5-13/+14
2009-12-16httpd -m: output salted MD5 hash. By (forrest AT hifulltech.com)Denys Vlasenko1-1/+6
2009-12-11wget: check for close success; fix chunked; do not bother to send QUIT to ftpDenys Vlasenko6-37/+41
2009-09-09httpd: shrink mime type matching code (suggested by Bernhard)Denys Vlasenko2-43/+56
2009-09-08httpd: fix bug 601 "I:index.php does not run interpreter on DIR/ url"Denys Vlasenko1-19/+17
2009-06-09telnetd: properly close fds in childDenys Vlasenko2-64/+95
[next]