- 6ca409e trylink: produce even more info about final link stage by Denis Vlasenko · 17 years ago
- f1f1b69 addgroup: "disallow addgroup -g num user group"; make -g 0 work by Denis Vlasenko · 17 years ago
- 1d10aaf passwd: fix bug: we are trying to update shadow even if user's record is in passwd! by Denis Vlasenko · 17 years ago
- 3734b94 bb_getpwuid, bb_getgrgid: change order of arguments to more intuitive one; by Denis Vlasenko · 17 years ago
- 990d0f6 Replace index_in_[sub]str_array with index_in_[sub]strings, by Denis Vlasenko · 17 years ago
- 64a8a3b chpasswd: rename long options definition to match other applets. no code changes by Denis Vlasenko · 17 years ago
- bdc88fd rework long option handling. saves ~1.2k by Denis Vlasenko · 17 years ago
- 845db2a chpasswd: fix indentation by Denis Vlasenko · 17 years ago
- e8feca0 chpasswd: fixes for shadow password handling by Denis Vlasenko · 17 years ago
- 557fb71 chpasswd: fixes and code shrink by Denis Vlasenko · 17 years ago
- 1ec5eae chpasswd: now with svn add by Denis Vlasenko · 17 years ago
- 21d1014 chpasswd: new applet by Alexander Shishkin <virtuoso@slind.org> by Denis Vlasenko · 17 years ago
- 39125be adduser: close /etc/{passwd,shadow} before calling passwd etc. by Denis Vlasenko · 17 years ago
- fb79a2e xioctl and friends by Tito <farmatito@tiscali.it> by Denis Vlasenko · 17 years ago
- d8540f7 init: make sure fd 0,1,2 are not closed, + related optimizations. by Denis Vlasenko · 17 years ago
- f312e32 login: make /etc/nologin support configurable. -240 bytes if not selected. by Denis Vlasenko · 17 years ago
- 65e14b4 login: ask passwords even for wrong usernames. by Denis Vlasenko · 17 years ago
- 74324c8 Audit bb_common_bufsiz usage, add script which looks for misuse. by Denis Vlasenko · 17 years ago
- fad2b86 use "glibc errno" trick not only for ash, but for entire busybox by Denis Vlasenko · 17 years ago
- 4b924f3 whitespace fixes by Denis Vlasenko · 17 years ago
- b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 17 years ago
- 57bf668 cryptpw: size reduction by Denis Vlasenko · 18 years ago
- a035e9f cryptpw: forgot svn add... how typical of me :( by Denis Vlasenko · 18 years ago
- 7e84e53 cryptpw: new applet (a bit less than 3k added) by Denis Vlasenko · 18 years ago
- be1a9d4 deluser: add optional support for removing users from groups by Denis Vlasenko · 18 years ago
- 3211adc login: fixing my brainfart: xspawn(t_argv) <- was using argv! by Denis Vlasenko · 18 years ago
- 0de3c55 login: remove setpgrp call (makes it work from shell prompt again). by Denis Vlasenko · 18 years ago
- 00c2c48 - clean up addgroup, fix adding users to existing groups and make it optional (Tito) by Bernhard Reutner-Fischer · 18 years ago
- 53091ec Attempt to get more applets compile for NOMMU. by Denis Vlasenko · 18 years ago
- cad04ef add NOMMU fixme's; move move_fd from runit_lib to libbb; nuke fd_copy by Denis Vlasenko · 18 years ago
- c0415a9 login: nuke nonblock() - we have it in libbb; -400 bytes bss. by Denis Vlasenko · 18 years ago
- 7695328 adduser: don't bomb out if shadow password file doesn't exist by Denis Vlasenko · 18 years ago
- 5df955f Do not fail password check if shadow password does not exist - by Denis Vlasenko · 18 years ago
- 8e858e2 clean up accumulated whitespace damage by Denis Vlasenko · 18 years ago
- 1d76f43 EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu> by Denis Vlasenko · 18 years ago
- 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
- 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