Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-12-26 | style fixes | Denis Vlasenko | |
last xcalloc replaced by xzalloc | |||
2006-12-23 | su: fix typo: "argv -= optind" should be += | Denis Vlasenko | |
2006-12-19 | - rename SU_SYSLOG to FEATURE_SU_SYSLOG | Bernhard Reutner-Fischer | |
2006-12-19 | passwd: add option to check passwords for weakness | Denis Vlasenko | |
2006-12-19 | su: make /etc/shells check configurable | Denis Vlasenko | |
ash: missing ';' | |||
2006-12-16 | inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid] | Denis Vlasenko | |
2006-12-12 | passwd: fix indentation | Denis Vlasenko | |
2006-12-12 | passwd: added comment | Denis Vlasenko | |
2006-12-12 | passwd: shrink by ~10 bytes, use PRNG instead of usleep. | Denis Vlasenko | |
2006-12-01 | passwd: made smaller by ~130 bytes. size can go negative | Denis Vlasenko | |
if current trend will continue ;) | |||
2006-11-30 | passwd: micro-optimization | Denis Vlasenko | |
2006-11-30 | passwd: small size optimization. salt generation improved | Denis Vlasenko | |
(really generated different salts even if called back-to-back). | |||
2006-11-30 | passwd: rework: | Denis Vlasenko | |
* 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 | |||
2006-11-30 | - save 4 bytes | Bernhard Reutner-Fischer | |
text data bss dec hex filename 764 0 80 844 34c vlock.o.oorig 760 0 80 840 348 vlock.o | |||
2006-11-27 | style cleanup: return(a) -> return a, part 2 | Denis Vlasenko | |
2006-11-27 | safe_strtoXX interface proved to be a bit unconvenient. | Denis Vlasenko | |
Remove it, introduce saner bb_strtoXX. Saved ~350 bytes. | |||
2006-11-27 | - minor shrinkage | Bernhard Reutner-Fischer | |
text data bss dec hex filename 773 0 80 853 355 vlock.o.orig 766 0 80 846 34e vlock.o | |||
2006-11-27 | deluser: the same code, but a bit less obfuscated. | Denis Vlasenko | |
2006-11-27 | deluser: size reduction by 60 bytes. | Denis Vlasenko | |
patch from Tito <farmatito@tiscali.it> | |||
2006-11-22 | - fix typo | Bernhard Reutner-Fischer | |
2006-11-20 | login: use %s - we know that string is not too long there | Denis Vlasenko | |
ping[6]: use getopt32: smaller (-50 bytes) and handles -c6 correctly (was requiring '-c 6' with mandatory space) | |||
2006-11-18 | rodata cleanup. "unable to" == "cannot". -300 bytes | Denis Vlasenko | |
2006-11-07 | getty: remove ancient termio support (was using termois anyway) | Denis Vlasenko | |
2006-11-01 | mostly style fixes | Denis Vlasenko | |
2006-10-31 | login: add big fat comment about SIGINT - prevent | Denis Vlasenko | |
adding/deleting that code again and again | |||
2006-10-31 | login: re-enable Ctrl-^C before execing shell. | Denis Vlasenko | |
2006-10-26 | rename functions to more understandable names | Denis Vlasenko | |
2006-10-23 | watch: fix warning | Denis Vlasenko | |
getty: fix breakage; fix excessive stack usage | |||
2006-10-23 | getty: conditionally disable handling of all-caps terminals. | Denis Vlasenko | |
2006-10-23 | getty: cleanup part 2 | Denis Vlasenko | |
2006-10-23 | getty: cleanup part 1 | Denis Vlasenko | |
2006-10-20 | message string changes, mostly for consistency, also -32 bytes in .rodata | Denis Vlasenko | |
2006-10-14 | sulogin: add support for $SUSHELL & $sushell | Denis Vlasenko | |
2006-10-14 | add open_read_close() and similar stuff | Denis Vlasenko | |
2006-10-08 | attempt to regularize atoi mess. | Denis Vlasenko | |
2006-10-05 | build system overhaul | Denis Vlasenko | |
2006-10-03 | bb_applet_name -> applet_name | Denis Vlasenko | |
2006-10-03 | getopt_ulflags -> getopt32. | Denis Vlasenko | |
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. | |||
2006-09-26 | several fixes from openWRT project | Denis Vlasenko | |
2006-09-26 | login: fix getopt_ulflags fallout (wasn't taking username supplied by getty) | Denis Vlasenko | |
2006-09-24 | vlock: make message shorter | Denis Vlasenko | |
2006-09-23 | correct_password: undo whitespace damage. | Denis Vlasenko | |
vlock + correct_password: fix incorrect line breaks in messages. | |||
2006-09-23 | passwd: getopt_ulflags'isation | Denis Vlasenko | |
2006-09-22 | Change license statements (and clean up headers) on some of the files that | Rob Landley | |
Erik or I are primary copyright holders on. | |||
2006-09-19 | getty: oops... removing duplicate #include <syslog.h> | Denis Vlasenko | |
2006-09-19 | getty: #include <syslog.h> | Denis Vlasenko | |
2006-09-17 | whitespace cleanup | Denis Vlasenko | |
2006-09-17 | login: apply fixes + getopt_ulflag'ification by Bernhard | Denis Vlasenko | |
2006-09-14 | login: eliminate forward decls and #ifdefs | Denis Vlasenko | |
2006-09-13 | - fix copy'n paste errors that got introduced when switching to the shorter ↵ | Bernhard Reutner-Fischer | |
boilerplate. No object code changes. |