aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* lpd: much safer against malicious input. Does not fork anymore,Denis Vlasenko2008-03-241-87/+120
* lpd: fix OOM vulnerability (was eating arbitrarily large commands)Denis Vlasenko2008-03-244-19/+33
* lpd: maintainer's update: now with spool helpersDenis Vlasenko2008-03-232-18/+133
* patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes)Denis Vlasenko2008-03-2331-138/+73
* pscan: fix a typo in help textDenis Vlasenko2008-03-231-1/+1
* pscan: add -c, -b: report closed, blocked portsDenis Vlasenko2008-03-232-16/+34
* tail: fix fallout from tail -c optimizationDenis Vlasenko2008-03-233-21/+17
* bump version to 1.11.0.svnDenis Vlasenko2008-03-221-2/+2
* taskset: fix false failure in testsuiteDenis Vlasenko2008-03-222-2/+7
* webpage: typo fixDenis Vlasenko2008-03-211-1/+1
* Bump version to 1.10.0 and announce it on website.1_10_0Denis Vlasenko2008-03-212-1/+156
* update defconfigDenis Vlasenko2008-03-211-2/+3
* website: fix double include of menubarDenis Vlasenko2008-03-211-4/+1
* webpage: fix EnglishDenis Vlasenko2008-03-211-3/+4
* website: announce stable point releasesDenis Vlasenko2008-03-211-2/+24
* *: fix build problems found with randomconfigDenis Vlasenko2008-03-213-34/+42
* scripts/bb_release: release script (I nearly lost it last time)Denis Vlasenko2008-03-212-7/+57
* *: use fopen_or_warn in few more placesDenis Vlasenko2008-03-204-6/+4
* let top build without TERMIOS enabledPaul Fox2008-03-201-0/+2
* termios can be used by either top or more.Paul Fox2008-03-201-1/+1
* inetd: use change_identity().Denis Vlasenko2008-03-204-30/+18
* small NOMMU fixesDenis Vlasenko2008-03-203-11/+12
* hdparm: do not lie about supporting -q (quiet)Denis Vlasenko2008-03-202-22/+26
* gcc compat fix and warning suppressionDenis Vlasenko2008-03-202-2/+6
* udhcp: fix wrong order of args here: index_in_strings(opt, dhcp_option_strings);Denis Vlasenko2008-03-202-32/+24
* tftpd: small trivial shrinkDenis Vlasenko2008-03-191-5/+2
* die_if_bad_username: shrink: 88 -> 77 bytesDenis Vlasenko2008-03-191-11/+13
* ...and actually adding new file now...Denis Vlasenko2008-03-191-0/+34
* adduser/addgroup: check username for invalid charsDenis Vlasenko2008-03-195-1/+22
* *: s/BB_SIGS_FATAL/BB_FATAL_SIGS/ (latter proved easier to remember)Denis Vlasenko2008-03-195-24/+34
* ifupdown: make it NOMMU-capableDenis Vlasenko2008-03-191-4/+4
* tftpd: fix download: we must change user AFTER bindDenis Vlasenko2008-03-191-37/+42
* tftpd: options -c (allow _new_ files to be uploaded) and -u USERDenis Vlasenko2008-03-192-65/+88
* tftp(d): a bit more verbose error reportingDenis Vlasenko2008-03-191-10/+15
* tftpd: make it emit error packetsDenis Vlasenko2008-03-192-118/+178
* unlzma: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com>Denis Vlasenko2008-03-181-11/+4
* mount: #ifdef out MOUNT_LABEL code parts if it is not selectedDenis Vlasenko2008-03-181-0/+4
* patch: don't trash permissions of patched fileDenis Vlasenko2008-03-181-10/+7
* tftpd: make open() check r/w permissions instead of doing it ourself.Denis Vlasenko2008-03-182-23/+31
* tftpd: fix bugs spotted by VladimirDenis Vlasenko2008-03-181-3/+12
* init: do not close all descriptors > 2. We were doing it - sometimes.Denis Vlasenko2008-03-171-5/+4
* remove alarm() calls which were functioning as a primitivePaul Fox2008-03-171-17/+3
* init: do not use bb_sanitize_stdio(), "/dev/null" may be missing (yet)Denis Vlasenko2008-03-171-2/+16
* httpd: small fixlet for POST upload - skipDenis Vlasenko2008-03-171-1/+1
* remove extra spaces in help text; delete duplicate #defineDenis Vlasenko2008-03-172-5/+4
* brctl: eliminate stray data objectDenis Vlasenko2008-03-176-58/+85
* *: fix various kinds of damage to letter 'c' in Arkadiusz Mickiewicz' surname.Denis Vlasenko2008-03-1718-284/+269
* volume_id: disable detection routines which are not setting label and uuid an...Denis Vlasenko2008-03-1722-238/+234
* volude_id: remove unused fields and functions which were setting themDenis Vlasenko2008-03-1737-327/+365
* selinux/*: -Wunused-parameter fixesDenis Vlasenko2008-03-1710-38/+52