aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Start a small document "why ifupdown is bad"Denis Vlasenko2007-08-251-0/+44
* make copy_file() a bit easier to understand, and smallerDenis Vlasenko2007-08-254-71/+68
* support "#!/bin/busybox"-style wrappers. Needed for SELinux.Denis Vlasenko2007-08-255-37/+94
* - add Yann's email-addrBernhard Reutner-Fischer2007-08-251-1/+1
* cp,mv: simpler arg[cv] handling -> smallish code savingsDenis Vlasenko2007-08-244-39/+45
* - cosmetic html cleanupBernhard Reutner-Fischer2007-08-241-2/+2
* - obfuscate addrs a little bitBernhard Reutner-Fischer2007-08-241-48/+48
* cp: make POSIX-me-harder mode complain with a bit less insane messageDenis Vlasenko2007-08-241-7/+8
* spelling fixes to websiteDenis Vlasenko2007-08-241-1/+1
* Cosmetic fixes to webpageDenis Vlasenko2007-08-241-2/+2
* add missed attribution to httpd sendfile supportDenis Vlasenko2007-08-241-1/+1
* Start 1.8.x cycleDenis Vlasenko2007-08-241-1/+1
* news.html: add 1.7.0 announcementDenis Vlasenko2007-08-241-0/+148
* Update defconfig; fix commentsDenis Vlasenko2007-08-243-10/+21
* build system: stop moaning about unset integer CONFIGs.Denis Vlasenko2007-08-231-1/+2
* *: compile fixes for 64-bit buildDenis Vlasenko2007-08-236-39/+41
* httpd: code shrink of dir indexer exampleDenis Vlasenko2007-08-231-185/+196
* login: fixes for PAM buildDenis Vlasenko2007-08-221-2/+6
* httpd: style fix in indexer exampleDenis Vlasenko2007-08-221-4/+4
* httpd: replace shell-based dir indexer cgi example with C-based one.Denis Vlasenko2007-08-222-50/+331
* httpd: fix buglet in hex conversion. Remove alloca NULL checksDenis Vlasenko2007-08-212-30/+30
* login: optional support for PAMDenis Vlasenko2007-08-213-10/+71
* s/communal/common/ part 2Denis Vlasenko2007-08-211-0/+0
* s/communal/common/Denis Vlasenko2007-08-211-2/+2
* httpd: add optional support for error pages Denis Vlasenko2007-08-212-85/+166
* runit/*: get rid of tai[a] time abstraction, it's too bloaty.Denis Vlasenko2007-08-207-509/+392
* removed stray debugging commentsDenis Vlasenko2007-08-191-4/+0
* max_option_length[] holds small ints, uint8_t is enoughDenis Vlasenko2007-08-191-1/+1
* httpd: explain IP/mask parsing, and simplify it a bit.Denis Vlasenko2007-08-191-33/+48
* httpd: reinstate (much lighter) paranoid connection close codeDenis Vlasenko2007-08-191-54/+25
* httpd: get rid of rmt_port and setenv_logDenis Vlasenko2007-08-191-21/+12
* httpd: get rid of sscanf usage. Rename some variables.Denis Vlasenko2007-08-191-94/+110
* crond: code shrinkDenis Vlasenko2007-08-191-59/+21
* libbb,crond,lash: fix getopt32 (don't know how it managed to slip through)Denis Vlasenko2007-08-199-20/+15
* crond: don't start sendmail with absolute pathDenis Vlasenko2007-08-181-8/+8
* don't pass argc in getopt32, it's superfluousDenis Vlasenko2007-08-18143-169/+174
* httpd: stop reading headers using 1-byte read()Denis Vlasenko2007-08-181-39/+56
* make standalone httpd work on NOMMU machinesDenis Vlasenko2007-08-183-54/+103
* get rid of server_ and accepted_socket globals.Denis Vlasenko2007-08-181-57/+38
* introduce and use xdup2(int, int)Denis Vlasenko2007-08-1823-107/+95
* httpd shrink and logging update, part 7 of 7Denis Vlasenko2007-08-171-107/+104
* httpd shrink and logging update, part 6 of 7Denis Vlasenko2007-08-171-29/+46
* httpd shrink and logging update, part 5 of 7Denis Vlasenko2007-08-171-214/+198
* httpd shrink and logging update, part 4 of 7Denis Vlasenko2007-08-171-186/+181
* httpd shrink and logging update, part 3 of 7Denis Vlasenko2007-08-171-148/+107
* httpd shrink and logging update, part 2 of 7Denis Vlasenko2007-08-171-92/+82
* httpd shring and logging update, part 1 or 7Denis Vlasenko2007-08-172-28/+102
* remove stray newline from help textDenis Vlasenko2007-08-171-1/+1
* assorted fixes for breakage found by randomconfigDenis Vlasenko2007-08-178-39/+54
* add comments regarding SO_REUSEADDRDenis Vlasenko2007-08-161-1/+9