- 06c0a71 preparatory patch for -Wwrite-strings #3 by Denis Vlasenko · 18 years ago
- e06bed3 use bb_sanitize_stdio() where appropriate by Denis Vlasenko · 18 years ago
- bb8c7c0 - sed -i -e "/\$Id:/d;" by Bernhard Reutner-Fischer · 18 years ago
- 9af7c9d openvt,getty,vfork_daemon_rexec,mount: tighten up fd cleanup code by Denis Vlasenko · 18 years ago
- f7996f3 Trailing whitespace removal over entire tree by Denis Vlasenko · 18 years ago
- b5a122b fix for uclibc-without-shadow.h compilation by Denis Vlasenko · 18 years ago
- 7fa0fca fix build without shadow support by Denis Vlasenko · 18 years ago
- 9a44c4f bb_xget[pw/gr]nam were horribly misnamed - fixed. by Denis Vlasenko · 18 years ago
- 3ef70d4 adduser: trivial code movement by Denis Vlasenko · 18 years ago
- bf0a201 style fixes last xcalloc replaced by xzalloc by Denis Vlasenko · 18 years ago
- e13a537 su: fix typo: "argv -= optind" should be += by Denis Vlasenko · 18 years ago
- 359d7ca - rename SU_SYSLOG to FEATURE_SU_SYSLOG by Bernhard Reutner-Fischer · 18 years ago
- 8eb3b39 passwd: add option to check passwords for weakness by Denis Vlasenko · 18 years ago
- 15b213e su: make /etc/shells check configurable ash: missing ';' by Denis Vlasenko · 18 years ago
- 9f73944 inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid] by Denis Vlasenko · 18 years ago
- 16c2c70 passwd: fix indentation by Denis Vlasenko · 18 years ago
- db2b524 passwd: added comment by Denis Vlasenko · 18 years ago
- 900406c passwd: shrink by ~10 bytes, use PRNG instead of usleep. by Denis Vlasenko · 18 years ago
- becd8c5 passwd: made smaller by ~130 bytes. size can go negative by Denis Vlasenko · 18 years ago
- 4c87d4f passwd: micro-optimization by Denis Vlasenko · 18 years ago
- 0025264 passwd: small size optimization. salt generation improved by Denis Vlasenko · 18 years ago
- ab24e18 passwd: rework: by Denis Vlasenko · 18 years ago
- b8bb27c - save 4 bytes by Bernhard Reutner-Fischer · 18 years ago
- d9e15f2 style cleanup: return(a) -> return a, part 2 by Denis Vlasenko · 18 years ago
- d686a04 safe_strtoXX interface proved to be a bit unconvenient. by Denis Vlasenko · 18 years ago
- 8a0a83d - minor shrinkage by Bernhard Reutner-Fischer · 18 years ago
- a7b2c41 deluser: the same code, but a bit less obfuscated. by Denis Vlasenko · 18 years ago
- c9bb677 deluser: size reduction by 60 bytes. patch from Tito <farmatito@tiscali.it> by Denis Vlasenko · 18 years ago
- 7627cc1 - fix typo by Bernhard Reutner-Fischer · 18 years ago
- 4a5cf16 login: use %s - we know that string is not too long there by Denis Vlasenko · 18 years ago
- 89f0b34 rodata cleanup. "unable to" == "cannot". -300 bytes by Denis Vlasenko · 18 years ago
- 6476cc1 getty: remove ancient termio support (was using termois anyway) by Denis Vlasenko · 18 years ago
- 9225854 mostly style fixes by Denis Vlasenko · 18 years ago
- 8c76487 login: add big fat comment about SIGINT - prevent by Denis Vlasenko · 18 years ago
- 6ae8079 login: re-enable Ctrl-^C before execing shell. by Denis Vlasenko · 18 years ago
- ddec5af rename functions to more understandable names by Denis Vlasenko · 18 years ago
- 703aa13 watch: fix warning getty: fix breakage; fix excessive stack usage by Denis Vlasenko · 18 years ago
- 4e70bf4 getty: conditionally disable handling of all-caps terminals. by Denis Vlasenko · 18 years ago
- 50e77e1 getty: cleanup part 2 by Denis Vlasenko · 18 years ago
- dce3fde getty: cleanup part 1 by Denis Vlasenko · 18 years ago
- e1a0d48 message string changes, mostly for consistency, also -32 bytes in .rodata by Denis Vlasenko · 18 years ago
- c345d8e sulogin: add support for $SUSHELL & $sushell by Denis Vlasenko · 18 years ago
- ea62077 add open_read_close() and similar stuff by Denis Vlasenko · 18 years ago
- 1385899 attempt to regularize atoi mess. by Denis Vlasenko · 18 years ago
- 7d219aa build system overhaul by Denis Vlasenko · 18 years ago
- 8f8f268 bb_applet_name -> applet_name by Denis Vlasenko · 18 years ago
- 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
- e175ff2 several fixes from openWRT project by Denis Vlasenko · 18 years ago
- 22f6dcb login: fix getopt_ulflags fallout (wasn't taking username supplied by getty) by Denis Vlasenko · 18 years ago
- d986732 vlock: make message shorter by Denis Vlasenko · 18 years ago
- a36a676 correct_password: undo whitespace damage. by Denis Vlasenko · 18 years ago
- d78b433 passwd: getopt_ulflags'isation by Denis Vlasenko · 18 years ago
- e9a7a62 Change license statements (and clean up headers) on some of the files that by Rob Landley · 18 years ago
- 2969c77 getty: oops... removing duplicate #include <syslog.h> by Denis Vlasenko · 18 years ago
- f702652 getty: #include <syslog.h> by Denis Vlasenko · 18 years ago
- 9213a9e whitespace cleanup by Denis Vlasenko · 18 years ago
- 66fabdb login: apply fixes + getopt_ulflag'ification by Bernhard by Denis Vlasenko · 18 years ago
- 7ccf5cc login: eliminate forward decls and #ifdefs by Denis Vlasenko · 18 years ago
- 7fee0c4 - fix copy'n paste errors that got introduced when switching to the shorter boilerplate. by Bernhard Reutner-Fischer · 18 years ago
- 92582f2 - r16075 broke for de-selected FEATURE_UTMP; Partial fix that wants some more cleanup (see FIXME in the patch). by Bernhard Reutner-Fischer · 18 years ago
- 20cc6d5 Remove pointless "const". Bloatcheck says 0 bytes difference. by Rob Landley · 18 years ago
- 6967494 Error reporting fix for sulogin, plus remove help entries for options we never by Rob Landley · 18 years ago
- 9852d5a sulogin: minor cleanup. by Denis Vlasenko · 18 years ago
- 2f50aa4 login: use some ideas from util-linux's login. by Denis Vlasenko · 18 years ago
- 9a9edf2 login: make it saner and smaller by ~0.5k. by Denis Vlasenko · 18 years ago
- 6bbd174 login: small fixes like \n removal, bb_error_msg'ification, etc. by Denis Vlasenko · 18 years ago
- 942e429 login: previous commit comment was wrong :) by Denis Vlasenko · 18 years ago
- 2e50291 login: style fixes by Denis Vlasenko · 18 years ago
- dd93abe Shrinkage/cleanup from Tito. by Rob Landley · 18 years ago
- a980165 getty, sulogin: convert to using bb_msg for syslog output by Denis Vlasenko · 18 years ago
- 049d6b8 Add CONFIG_FEATURE_SYSLOG which controls whether by Denis Vlasenko · 18 years ago
- 6d655be removed a lot of trailing \n in bb_msg() calls. It is added by Denis Vlasenko · 18 years ago
- adff40e sulogin: fix bug: -tNNN didn't work by Denis Vlasenko · 18 years ago
- f78ab53 Antti Seppala (with dots over the last two a's) wants our getty to initialize by Rob Landley · 18 years ago
- d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
- 6dce0b6 Remove apparent typo in "bool" line. by "Robert P. J. Day" · 18 years ago
- 6210375 Bugfix from Tito to make sure /etc/group gets updated. by Rob Landley · 18 years ago
- afb94ec Convert setuid/setgid users to xsetuid/xsetgid. by Rob Landley · 18 years ago
- 1870737 Comment tweak from tito. by Rob Landley · 18 years ago
- 801ab14 Add one-line GPL boilerplate to numerous (but not all yet) source files. by "Robert P. J. Day" · 18 years ago
- ab7d9be Patch from Tito to remove pwd_to_spwd (which we don't actually need), with by Rob Landley · 18 years ago
- 3bfcf3c Patch from Tito to make syslog configurable and remove #ifdefs. Further by Rob Landley · 18 years ago
- 6822983 Remove all usage of the "register" storage class specifier. by "Robert P. J. Day" · 18 years ago
- cf7577d Missed one. Based on suggestions from Erik Hovland. by Rob Landley · 18 years ago
- 290fcb4 Undo all of the ugliness and some of the bloat from 15412. by Rob Landley · 18 years ago
- 6d82f94 - do away with the fwd-decls of functions. Should not contain any code changes by Bernhard Reutner-Fischer · 18 years ago
- df798b7 - minor size tweak by Bernhard Reutner-Fischer · 18 years ago
- 299a6b4 Consolidate #include <sys/time.h> so libbb.h does it. by Rob Landley · 18 years ago
- 781e42d - introduce and use bb_path_wtmp_file for portability (saves 11 Bytes). by Bernhard Reutner-Fischer · 18 years ago
- b180e5a - use portability wrapper define bb_setpgrp. by Bernhard Reutner-Fischer · 18 years ago
- b1629b1 - remove emacs layout block as suggested by Robert P.J. Day by Bernhard Reutner-Fischer · 18 years ago
- 39440e5 pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the mailing list by Mike Frysinger · 19 years ago
- a389651 Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many bytes by Rob Landley · 19 years ago
- 7919764 - passwd doesnt use salt with md5 passwords; bug #604 thanks taviso by Ned Ludd · 19 years ago
- 0436b9f use strchr() not index() by Mike Frysinger · 19 years ago
- 2ec922e Patch from Robert P Day: let menuconfig indent stuff for us, we don't have by Rob Landley · 19 years ago
- 81c40b3 Patch from Tito to unify deluser and delgroup, and generally shrink code. by Rob Landley · 19 years ago
- 9a2dd51 Rewrite/shrink by tito. by Rob Landley · 19 years ago
- d1f8c1c From Jan Kiszka: This patch fixes the security labelling of the login terminal by Rob Landley · 19 years ago
- 06adf5f 2006-03-21 Shaun Jackman <sjackman@gmail.com>: Include signal.h instead of sys/signal.h. by Mike Frysinger · 19 years ago