Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | man: better check for duplicated MANPATH. Also -10 bytes. | Denis Vlasenko | 2008-11-16 | 1 | -47/+56 |
| | |||||
* | inotifyd: fix "inotifyd with no params" case | Denis Vlasenko | 2008-11-14 | 2 | -2/+2 |
| | |||||
* | inotify: document waiting behavior | Denis Vlasenko | 2008-11-14 | 2 | -5/+6 |
| | |||||
* | inotify: fix buffer overflow and "unreaped zombies" problem | Denis Vlasenko | 2008-11-14 | 1 | -22/+29 |
| | |||||
* | ifupdown.c: allow options to udhcpc to be configurable from .config | Wade Berrier | 2008-11-14 | 2 | -2/+13 |
| | | | | | | | | | | This allows more control over options that are passed to udhcpc that are not configurable via /etc/network/interfaces. Example: rather than quit when an initial lease isn't found, you could use "--background" so that udhcpc keeps running and continually attempts to get an ip. That way, when you plug in the ethernet after powering on the device, you'll still get an ip. | ||||
* | stat: fix compile breakage (get_f_fsid() is used even if !FEATURE_STAT_FORMAT) | Denis Vlasenko | 2008-11-13 | 1 | -14/+14 |
| | |||||
* | libbb: sha_crypt -123 bytes | Denis Vlasenko | 2008-11-13 | 1 | -30/+34 |
| | |||||
* | libbb/pw_encrypt_sha: -28 bytes | Denis Vlasenko | 2008-11-13 | 1 | -11/+9 |
| | |||||
* | libbb: remove glibc-style bloat from sha_crypt. -1130 bytes. | Denis Vlasenko | 2008-11-13 | 2 | -6/+44 |
| | | | | | cryptpw: add more difficult test vectors. | ||||
* | arp: stop using globals | Denis Vlasenko | 2008-11-13 | 2 | -33/+50 |
| | | | | | | | | | | | | | | function old new delta hw_set 1 - -1 arp_main 1559 1558 -1 sockfd 8 4 -4 hw 4 - -4 device 4 - -4 ap 4 - -4 packed_usage 25402 25393 -9 ------------------------------------------------------------------------------ (add/remove: 0/4 grow/shrink: 0/3 up/down: 0/-27) Total: -27 bytes | ||||
* | gzip: fix gzip -dc case caused by using stale getopt state | Denis Vlasenko | 2008-11-12 | 1 | -6/+19 |
| | |||||
* | seq: shrink by 10 bytes | Denis Vlasenko | 2008-11-12 | 1 | -8/+9 |
| | |||||
* | correct help texts | Denis Vlasenko | 2008-11-12 | 1 | -10/+7 |
| | |||||
* | telnetd: fix compile problem for non-standalone telnetd | Denis Vlasenko | 2008-11-12 | 1 | -10/+15 |
| | |||||
* | - add support for seq -s <separator> | Bernhard Reutner-Fischer | 2008-11-12 | 2 | -6/+12 |
| | |||||
* | - add seq -w support (Natanael Copa) | Bernhard Reutner-Fischer | 2008-11-12 | 3 | -6/+19 |
| | |||||
* | modprobe-small: fix failure to load when no arguments are given | Denis Vlasenko | 2008-11-12 | 2 | -45/+63 |
| | | | | | modutils-24: fix bad interaction of xzalloc with xrealloc_vector; style fixes | ||||
* | cksum, printenv: report errors via exitcode | Denis Vlasenko | 2008-11-11 | 2 | -3/+10 |
| | | | | | | | function old new delta cksum_main 296 315 +19 printenv_main 74 86 +12 | ||||
* | head: report file open errors with exitcode 1 (was happily returning 0) | Denis Vlasenko | 2008-11-11 | 1 | -4/+4 |
| | | | | | head_main 409 417 +8 | ||||
* | expr: on error, exit with exitcode 2 | Denis Vlasenko | 2008-11-11 | 1 | -7/+4 |
| | | | | | expr_main 101 110 +9 | ||||
* | stat: make stat -f show filesystem "ID:" as coreutils does | Denis Vlasenko | 2008-11-11 | 1 | -6/+21 |
| | | | | | print_statfs 358 370 +12 | ||||
* | env: support -uVAR=VAL | Denis Vlasenko | 2008-11-11 | 1 | -8/+10 |
| | | | | | | function old new delta env_main 245 233 -12 | ||||
* | du: fix "du /dir /dir" case | Denis Vlasenko | 2008-11-11 | 2 | -48/+36 |
| | | | | | | | | | reset_ino_dev_hashtable - 84 +84 du 388 376 -12 du_main 327 301 -26 ------------------------------------------------------------------------------ (add/remove: 1/0 grow/shrink: 0/2 up/down: 84/-38) Total: 46 bytes | ||||
* | runsvdir: straighten some convoluted code. logic is unchanged | Denis Vlasenko | 2008-11-11 | 1 | -8/+6 |
| | |||||
* | telnetd: correctly output 0xff char. ~100 bytes. | Denis Vlasenko | 2008-11-11 | 2 | -122/+168 |
| | | | | | telnet: fix some atrocious names and style. no code changes | ||||
* | libbb: disable a second md5 implementation which managed to creep in :) | Denis Vlasenko | 2008-11-11 | 6 | -802/+781 |
| | | | | | | | | | | | | | | | | | | | | function old new delta sha512_end 239 237 -2 sha256_end 162 160 -2 sha1_end 191 189 -2 md5_end 168 166 -2 __md5__magic 4 - -4 md5_crypt 627 621 -6 static.S 16 - -16 __md5_Init 42 - -42 static.P 64 - -64 __md5_Final 131 - -131 __md5_Update 153 - -153 static.C 268 12 -256 __md5_Transform 293 - -293 ------------------------------------------------------------------------------ (add/remove: 0/7 grow/shrink: 0/6 up/down: 0/-973) Total: -973 bytes | ||||
* | webpage: announce 1.13.0 and 1.12.2 | Denis Vlasenko | 2008-11-10 | 1 | -3/+101 |
| | |||||
* | libbb: add optionl support for SHA256/512 encrypted passwords | Denis Vlasenko | 2008-11-10 | 7 | -35/+322 |
| | | | | | | | | | | | | | | | function old new delta sha_crypt - 2423 +2423 cryptpw_main 128 183 +55 to64 - 29 +29 pw_encrypt 974 1000 +26 str_rounds - 11 +11 login_main 1532 1541 +9 packed_usage 25215 25200 -15 __md5_to64 29 - -29 ------------------------------------------------------------------------------ (add/remove: 3/1 grow/shrink: 3/1 up/down: 2553/-44) Total: 2509 bytes | ||||
* | sha256,sha512: new applets. +4.9kb | Denis Vlasenko | 2008-11-10 | 6 | -52/+635 |
| | | | | | | | we will require sha256/512 code for new $5$ and $6$ style password hashes anyway, they are showing up already in people's /etc/passwd... | ||||
* | Typo fixes | Denis Vlasenko | 2008-11-10 | 2 | -2/+2 |
| | |||||
* | libbb: constify some data in sha1. gcc is clever enough to do it itself, | Denis Vlasenko | 2008-11-10 | 1 | -22/+13 |
| | | | | | thus no actual code changes. Also some pointless beautifuing crept in. | ||||
* | build system: reorder less' options in config so that | Denis Vlasenko | 2008-11-10 | 1 | -16/+16 |
| | | | | | they are properly indented | ||||
* | Bump version to 1.14.0.svn | Denis Vlasenko | 2008-11-09 | 1 | -2/+2 |
| | |||||
* | Bump version to 1.13.0 | Denis Vlasenko | 2008-11-09 | 1 | -1/+1 |
| | |||||
* | update "maximum nommu" config | Denis Vlasenko | 2008-11-09 | 1 | -61/+77 |
| | |||||
* | update random config tester | Denis Vlasenko | 2008-11-09 | 1 | -2/+6 |
| | |||||
* | randomconfig fixes | Denis Vlasenko | 2008-11-09 | 2 | -2/+2 |
| | |||||
* | telnetd: set SO_KEEPALIVE, users report it's useful. +20 bytes. | Denis Vlasenko | 2008-11-09 | 1 | -0/+4 |
| | |||||
* | *: a bit of code shrink | Denis Vlasenko | 2008-11-09 | 8 | -23/+24 |
| | | | | | | | | | | | | | | function old new delta stop_handler 41 38 -3 sulogin_main 508 504 -4 got_cont 4 - -4 cont_handler 11 - -11 startservice 309 297 -12 processorstart 423 409 -14 tcpudpsvd_main 1861 1843 -18 ------------------------------------------------------------------------------ (add/remove: 0/2 grow/shrink: 0/5 up/down: 0/-66) Total: -66 bytes | ||||
* | move documentation to docs/ | Denis Vlasenko | 2008-11-08 | 1 | -0/+0 |
| | |||||
* | kbd_mode: s/ioctl/xioctl. also saves 12 bytes | Denis Vlasenko | 2008-11-08 | 1 | -1/+1 |
| | |||||
* | kbd_mode: support -C TTY option | Denis Vlasenko | 2008-11-08 | 4 | -19/+31 |
| | | | | | | | function old new delta packed_usage 25334 25361 +27 kbd_mode_main 146 173 +27 | ||||
* | build system: remove '-Wl,' when we pass flags to ld. | Denis Vlasenko | 2008-11-08 | 1 | -2/+6 |
| | |||||
* | libbb: add a TODO to support new SHA-based encrypted passwords | Denis Vlasenko | 2008-11-07 | 1 | -12/+5 |
| | |||||
* | login: fix /etc/nologin handling (should prohibit non-root LOGINS, | Denis Vlasenko | 2008-11-07 | 1 | -36/+44 |
| | | | | | | | | not running login by non-root). minor code shrink. function old new delta login_main 1669 1602 -67 | ||||
* | telnetd: handle emacs M-DEL and IAC-NOP (putty keepalive) | Denis Vlasenko | 2008-11-07 | 1 | -30/+41 |
| | | | | | | | | by Jim Cathey (jcathey AT ciena.com) function old new delta telnetd_main 1314 1364 +50 | ||||
* | defconfig: explain what we aim it to be | Denis Vlasenko | 2008-11-07 | 1 | -65/+75 |
| | |||||
* | login: fix /etc/nologin support | Denis Vlasenko | 2008-11-07 | 2 | -13/+25 |
| | | | | | | | | | | | build system: fix config warnings ("Overlong line") function old new delta login_main 1735 1774 +39 __libc_tcdrain - 23 +23 ------------------------------------------------------------------------------ (add/remove: 1/0 grow/shrink: 1/0 up/down: 62/0) Total: 62 bytes | ||||
* | add mailutils/* | Denis Vlasenko | 2008-11-06 | 7 | -0/+1331 |
| | |||||
* | total overhaul of mail applets. again. Vladimir as usual. | Denis Vlasenko | 2008-11-06 | 7 | -626/+61 |
| |