1. 6ca409e trylink: produce even more info about final link stage by Denis Vlasenko · 17 years ago
  2. f1f1b69 addgroup: "disallow addgroup -g num user group"; make -g 0 work by Denis Vlasenko · 17 years ago
  3. 1d10aaf passwd: fix bug: we are trying to update shadow even if user's record is in passwd! by Denis Vlasenko · 17 years ago
  4. 3734b94 bb_getpwuid, bb_getgrgid: change order of arguments to more intuitive one; by Denis Vlasenko · 17 years ago
  5. 990d0f6 Replace index_in_[sub]str_array with index_in_[sub]strings, by Denis Vlasenko · 17 years ago
  6. 64a8a3b chpasswd: rename long options definition to match other applets. no code changes by Denis Vlasenko · 17 years ago
  7. bdc88fd rework long option handling. saves ~1.2k by Denis Vlasenko · 17 years ago
  8. 845db2a chpasswd: fix indentation by Denis Vlasenko · 17 years ago
  9. e8feca0 chpasswd: fixes for shadow password handling by Denis Vlasenko · 17 years ago
  10. 557fb71 chpasswd: fixes and code shrink by Denis Vlasenko · 17 years ago
  11. 1ec5eae chpasswd: now with svn add by Denis Vlasenko · 17 years ago
  12. 21d1014 chpasswd: new applet by Alexander Shishkin <virtuoso@slind.org> by Denis Vlasenko · 17 years ago
  13. 39125be adduser: close /etc/{passwd,shadow} before calling passwd etc. by Denis Vlasenko · 17 years ago
  14. fb79a2e xioctl and friends by Tito <farmatito@tiscali.it> by Denis Vlasenko · 17 years ago
  15. d8540f7 init: make sure fd 0,1,2 are not closed, + related optimizations. by Denis Vlasenko · 17 years ago
  16. f312e32 login: make /etc/nologin support configurable. -240 bytes if not selected. by Denis Vlasenko · 17 years ago
  17. 65e14b4 login: ask passwords even for wrong usernames. by Denis Vlasenko · 17 years ago
  18. 74324c8 Audit bb_common_bufsiz usage, add script which looks for misuse. by Denis Vlasenko · 17 years ago
  19. fad2b86 use "glibc errno" trick not only for ash, but for entire busybox by Denis Vlasenko · 17 years ago
  20. 4b924f3 whitespace fixes by Denis Vlasenko · 17 years ago
  21. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 17 years ago
  22. 57bf668 cryptpw: size reduction by Denis Vlasenko · 17 years ago
  23. a035e9f cryptpw: forgot svn add... how typical of me :( by Denis Vlasenko · 17 years ago
  24. 7e84e53 cryptpw: new applet (a bit less than 3k added) by Denis Vlasenko · 17 years ago
  25. be1a9d4 deluser: add optional support for removing users from groups by Denis Vlasenko · 17 years ago
  26. 3211adc login: fixing my brainfart: xspawn(t_argv) <- was using argv! by Denis Vlasenko · 17 years ago
  27. 0de3c55 login: remove setpgrp call (makes it work from shell prompt again). by Denis Vlasenko · 17 years ago
  28. 00c2c48 - clean up addgroup, fix adding users to existing groups and make it optional (Tito) by Bernhard Reutner-Fischer · 17 years ago
  29. 53091ec Attempt to get more applets compile for NOMMU. by Denis Vlasenko · 17 years ago
  30. cad04ef add NOMMU fixme's; move move_fd from runit_lib to libbb; nuke fd_copy by Denis Vlasenko · 17 years ago
  31. c0415a9 login: nuke nonblock() - we have it in libbb; -400 bytes bss. by Denis Vlasenko · 17 years ago
  32. 7695328 adduser: don't bomb out if shadow password file doesn't exist by Denis Vlasenko · 17 years ago
  33. 5df955f Do not fail password check if shadow password does not exist - by Denis Vlasenko · 17 years ago
  34. 8e858e2 clean up accumulated whitespace damage by Denis Vlasenko · 18 years ago
  35. 1d76f43 EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu> by Denis Vlasenko · 18 years ago
  36. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  37. 06c0a71 preparatory patch for -Wwrite-strings #3 by Denis Vlasenko · 18 years ago
  38. e06bed3 use bb_sanitize_stdio() where appropriate by Denis Vlasenko · 18 years ago
  39. bb8c7c0 - sed -i -e "/\$Id:/d;" by Bernhard Reutner-Fischer · 18 years ago
  40. 9af7c9d openvt,getty,vfork_daemon_rexec,mount: tighten up fd cleanup code by Denis Vlasenko · 18 years ago
  41. f7996f3 Trailing whitespace removal over entire tree by Denis Vlasenko · 18 years ago
  42. b5a122b fix for uclibc-without-shadow.h compilation by Denis Vlasenko · 18 years ago
  43. 7fa0fca fix build without shadow support by Denis Vlasenko · 18 years ago
  44. 9a44c4f bb_xget[pw/gr]nam were horribly misnamed - fixed. by Denis Vlasenko · 18 years ago
  45. 3ef70d4 adduser: trivial code movement by Denis Vlasenko · 18 years ago
  46. bf0a201 style fixes last xcalloc replaced by xzalloc by Denis Vlasenko · 18 years ago
  47. e13a537 su: fix typo: "argv -= optind" should be += by Denis Vlasenko · 18 years ago
  48. 359d7ca - rename SU_SYSLOG to FEATURE_SU_SYSLOG by Bernhard Reutner-Fischer · 18 years ago
  49. 8eb3b39 passwd: add option to check passwords for weakness by Denis Vlasenko · 18 years ago
  50. 15b213e su: make /etc/shells check configurable ash: missing ';' by Denis Vlasenko · 18 years ago
  51. 9f73944 inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid] by Denis Vlasenko · 18 years ago
  52. 16c2c70 passwd: fix indentation by Denis Vlasenko · 18 years ago
  53. db2b524 passwd: added comment by Denis Vlasenko · 18 years ago
  54. 900406c passwd: shrink by ~10 bytes, use PRNG instead of usleep. by Denis Vlasenko · 18 years ago
  55. becd8c5 passwd: made smaller by ~130 bytes. size can go negative by Denis Vlasenko · 18 years ago
  56. 4c87d4f passwd: micro-optimization by Denis Vlasenko · 18 years ago
  57. 0025264 passwd: small size optimization. salt generation improved by Denis Vlasenko · 18 years ago
  58. ab24e18 passwd: rework: by Denis Vlasenko · 18 years ago
  59. b8bb27c - save 4 bytes by Bernhard Reutner-Fischer · 18 years ago
  60. d9e15f2 style cleanup: return(a) -> return a, part 2 by Denis Vlasenko · 18 years ago
  61. d686a04 safe_strtoXX interface proved to be a bit unconvenient. by Denis Vlasenko · 18 years ago
  62. 8a0a83d - minor shrinkage by Bernhard Reutner-Fischer · 18 years ago
  63. a7b2c41 deluser: the same code, but a bit less obfuscated. by Denis Vlasenko · 18 years ago
  64. c9bb677 deluser: size reduction by 60 bytes. patch from Tito <farmatito@tiscali.it> by Denis Vlasenko · 18 years ago
  65. 7627cc1 - fix typo by Bernhard Reutner-Fischer · 18 years ago
  66. 4a5cf16 login: use %s - we know that string is not too long there by Denis Vlasenko · 18 years ago
  67. 89f0b34 rodata cleanup. "unable to" == "cannot". -300 bytes by Denis Vlasenko · 18 years ago
  68. 6476cc1 getty: remove ancient termio support (was using termois anyway) by Denis Vlasenko · 18 years ago
  69. 9225854 mostly style fixes by Denis Vlasenko · 18 years ago
  70. 8c76487 login: add big fat comment about SIGINT - prevent by Denis Vlasenko · 18 years ago
  71. 6ae8079 login: re-enable Ctrl-^C before execing shell. by Denis Vlasenko · 18 years ago
  72. ddec5af rename functions to more understandable names by Denis Vlasenko · 18 years ago
  73. 703aa13 watch: fix warning getty: fix breakage; fix excessive stack usage by Denis Vlasenko · 18 years ago
  74. 4e70bf4 getty: conditionally disable handling of all-caps terminals. by Denis Vlasenko · 18 years ago
  75. 50e77e1 getty: cleanup part 2 by Denis Vlasenko · 18 years ago
  76. dce3fde getty: cleanup part 1 by Denis Vlasenko · 18 years ago
  77. e1a0d48 message string changes, mostly for consistency, also -32 bytes in .rodata by Denis Vlasenko · 18 years ago
  78. c345d8e sulogin: add support for $SUSHELL & $sushell by Denis Vlasenko · 18 years ago
  79. ea62077 add open_read_close() and similar stuff by Denis Vlasenko · 18 years ago
  80. 1385899 attempt to regularize atoi mess. by Denis Vlasenko · 18 years ago
  81. 7d219aa build system overhaul by Denis Vlasenko · 18 years ago
  82. 8f8f268 bb_applet_name -> applet_name by Denis Vlasenko · 18 years ago
  83. 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
  84. e175ff2 several fixes from openWRT project by Denis Vlasenko · 18 years ago
  85. 22f6dcb login: fix getopt_ulflags fallout (wasn't taking username supplied by getty) by Denis Vlasenko · 18 years ago
  86. d986732 vlock: make message shorter by Denis Vlasenko · 18 years ago
  87. a36a676 correct_password: undo whitespace damage. by Denis Vlasenko · 18 years ago
  88. d78b433 passwd: getopt_ulflags'isation by Denis Vlasenko · 18 years ago
  89. e9a7a62 Change license statements (and clean up headers) on some of the files that by Rob Landley · 18 years ago
  90. 2969c77 getty: oops... removing duplicate #include <syslog.h> by Denis Vlasenko · 18 years ago
  91. f702652 getty: #include <syslog.h> by Denis Vlasenko · 18 years ago
  92. 9213a9e whitespace cleanup by Denis Vlasenko · 18 years ago
  93. 66fabdb login: apply fixes + getopt_ulflag'ification by Bernhard by Denis Vlasenko · 18 years ago
  94. 7ccf5cc login: eliminate forward decls and #ifdefs by Denis Vlasenko · 18 years ago
  95. 7fee0c4 - fix copy'n paste errors that got introduced when switching to the shorter boilerplate. by Bernhard Reutner-Fischer · 18 years ago
  96. 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
  97. 20cc6d5 Remove pointless "const". Bloatcheck says 0 bytes difference. by Rob Landley · 18 years ago
  98. 6967494 Error reporting fix for sulogin, plus remove help entries for options we never by Rob Landley · 18 years ago
  99. 9852d5a sulogin: minor cleanup. by Denis Vlasenko · 18 years ago
  100. 2f50aa4 login: use some ideas from util-linux's login. by Denis Vlasenko · 18 years ago