Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Trailing whitespace removal over entire tree | Denis Vlasenko | 2007-01-11 | 2 | -2/+2 |
| | |||||
* | fix for uclibc-without-shadow.h compilation | Denis Vlasenko | 2006-12-30 | 2 | -2/+6 |
| | |||||
* | fix build without shadow support | Denis Vlasenko | 2006-12-28 | 1 | -2/+1 |
| | |||||
* | bb_xget[pw/gr]nam were horribly misnamed - fixed. | Denis Vlasenko | 2006-12-28 | 1 | -2/+2 |
| | | | | | | | uidgid_get -> get_uidgid, add additional param (numeric_ok). Make chown use it. chown: fix "chown user: ...." install: fix incorrect use of bb_xget[pw/gr]nam | ||||
* | adduser: trivial code movement | Denis Vlasenko | 2006-12-26 | 1 | -6/+6 |
| | |||||
* | style fixes | Denis Vlasenko | 2006-12-26 | 1 | -1/+1 |
| | | | | last xcalloc replaced by xzalloc | ||||
* | su: fix typo: "argv -= optind" should be += | Denis Vlasenko | 2006-12-23 | 1 | -1/+1 |
| | |||||
* | - rename SU_SYSLOG to FEATURE_SU_SYSLOG | Bernhard Reutner-Fischer | 2006-12-19 | 2 | -8/+9 |
| | |||||
* | passwd: add option to check passwords for weakness | Denis Vlasenko | 2006-12-19 | 2 | -1/+9 |
| | |||||
* | su: make /etc/shells check configurable | Denis Vlasenko | 2006-12-19 | 2 | -11/+21 |
| | | | | ash: missing ';' | ||||
* | inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid] | Denis Vlasenko | 2006-12-16 | 2 | -8/+12 |
| | |||||
* | passwd: fix indentation | Denis Vlasenko | 2006-12-12 | 1 | -3/+2 |
| | |||||
* | passwd: added comment | Denis Vlasenko | 2006-12-12 | 1 | -1/+6 |
| | |||||
* | passwd: shrink by ~10 bytes, use PRNG instead of usleep. | Denis Vlasenko | 2006-12-12 | 1 | -17/+10 |
| | |||||
* | passwd: made smaller by ~130 bytes. size can go negative | Denis Vlasenko | 2006-12-01 | 1 | -56/+50 |
| | | | | if current trend will continue ;) | ||||
* | passwd: micro-optimization | Denis Vlasenko | 2006-11-30 | 1 | -4/+4 |
| | |||||
* | passwd: small size optimization. salt generation improved | Denis Vlasenko | 2006-11-30 | 1 | -22/+28 |
| | | | | (really generated different salts even if called back-to-back). | ||||
* | passwd: rework: | Denis Vlasenko | 2006-11-30 | 1 | -283/+249 |
| | | | | | | | | | * do not make backup copy by copying (just retain old file) * correctly fall back to /etc/passwd if user is not in shadow * fix bug with overlong passwd entries * be permissive on some kinds of failures * reduce stack usage * code size: -500 bytes | ||||
* | - save 4 bytes | Bernhard Reutner-Fischer | 2006-11-30 | 1 | -1/+1 |
| | | | | | | text data bss dec hex filename 764 0 80 844 34c vlock.o.oorig 760 0 80 840 348 vlock.o | ||||
* | style cleanup: return(a) -> return a, part 2 | Denis Vlasenko | 2006-11-27 | 1 | -3/+3 |
| | |||||
* | safe_strtoXX interface proved to be a bit unconvenient. | Denis Vlasenko | 2006-11-27 | 1 | -2/+2 |
| | | | | | Remove it, introduce saner bb_strtoXX. Saved ~350 bytes. | ||||
* | - minor shrinkage | Bernhard Reutner-Fischer | 2006-11-27 | 1 | -8/+6 |
| | | | | | | text data bss dec hex filename 773 0 80 853 355 vlock.o.orig 766 0 80 846 34e vlock.o | ||||
* | deluser: the same code, but a bit less obfuscated. | Denis Vlasenko | 2006-11-27 | 1 | -15/+16 |
| | |||||
* | deluser: size reduction by 60 bytes. | Denis Vlasenko | 2006-11-27 | 1 | -62/+48 |
| | | | | patch from Tito <farmatito@tiscali.it> | ||||
* | - fix typo | Bernhard Reutner-Fischer | 2006-11-22 | 1 | -1/+1 |
| | |||||
* | login: use %s - we know that string is not too long there | Denis Vlasenko | 2006-11-20 | 1 | -3/+3 |
| | | | | | ping[6]: use getopt32: smaller (-50 bytes) and handles -c6 correctly (was requiring '-c 6' with mandatory space) | ||||
* | rodata cleanup. "unable to" == "cannot". -300 bytes | Denis Vlasenko | 2006-11-18 | 1 | -5/+5 |
| | |||||
* | getty: remove ancient termio support (was using termois anyway) | Denis Vlasenko | 2006-11-07 | 1 | -101/+65 |
| | |||||
* | mostly style fixes | Denis Vlasenko | 2006-11-01 | 1 | -1/+1 |
| | |||||
* | login: add big fat comment about SIGINT - prevent | Denis Vlasenko | 2006-10-31 | 1 | -1/+8 |
| | | | | adding/deleting that code again and again | ||||
* | login: re-enable Ctrl-^C before execing shell. | Denis Vlasenko | 2006-10-31 | 1 | -2/+12 |
| | |||||
* | rename functions to more understandable names | Denis Vlasenko | 2006-10-26 | 1 | -2/+2 |
| | |||||
* | watch: fix warning | Denis Vlasenko | 2006-10-23 | 1 | -22/+22 |
| | | | | getty: fix breakage; fix excessive stack usage | ||||
* | getty: conditionally disable handling of all-caps terminals. | Denis Vlasenko | 2006-10-23 | 1 | -57/+25 |
| | |||||
* | getty: cleanup part 2 | Denis Vlasenko | 2006-10-23 | 1 | -31/+28 |
| | |||||
* | getty: cleanup part 1 | Denis Vlasenko | 2006-10-23 | 1 | -44/+47 |
| | |||||
* | message string changes, mostly for consistency, also -32 bytes in .rodata | Denis Vlasenko | 2006-10-20 | 2 | -2/+2 |
| | |||||
* | sulogin: add support for $SUSHELL & $sushell | Denis Vlasenko | 2006-10-14 | 2 | -9/+19 |
| | |||||
* | add open_read_close() and similar stuff | Denis Vlasenko | 2006-10-14 | 1 | -1/+1 |
| | |||||
* | attempt to regularize atoi mess. | Denis Vlasenko | 2006-10-08 | 4 | -16/+14 |
| | |||||
* | build system overhaul | Denis Vlasenko | 2006-10-05 | 4 | -109/+51 |
| | |||||
* | bb_applet_name -> applet_name | Denis Vlasenko | 2006-10-03 | 5 | -5/+5 |
| | |||||
* | getopt_ulflags -> getopt32. | Denis Vlasenko | 2006-10-03 | 8 | -12/+12 |
| | | | | | | | | It is impossible to formulate sane ABI based on size of ulong because it can be 32-bit or 64-bit. Basically it means that you cannot portably use more that 32 option chars in one call anyway... Make it explicit. | ||||
* | several fixes from openWRT project | Denis Vlasenko | 2006-09-26 | 1 | -1/+1 |
| | |||||
* | login: fix getopt_ulflags fallout (wasn't taking username supplied by getty) | Denis Vlasenko | 2006-09-26 | 1 | -3/+3 |
| | |||||
* | vlock: make message shorter | Denis Vlasenko | 2006-09-24 | 1 | -1/+1 |
| | |||||
* | correct_password: undo whitespace damage. | Denis Vlasenko | 2006-09-23 | 2 | -5/+4 |
| | | | | vlock + correct_password: fix incorrect line breaks in messages. | ||||
* | passwd: getopt_ulflags'isation | Denis Vlasenko | 2006-09-23 | 1 | -61/+52 |
| | |||||
* | Change license statements (and clean up headers) on some of the files that | Rob Landley | 2006-09-22 | 1 | -6/+1 |
| | | | | Erik or I are primary copyright holders on. | ||||
* | getty: oops... removing duplicate #include <syslog.h> | Denis Vlasenko | 2006-09-19 | 1 | -2/+0 |
| |