1. 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 16 years ago
  2. 397de61 help text: regularize format, and shrink by Denis Vlasenko · 16 years ago
  3. cdf6277 dos2unix: tiny shrink by Denis Vlasenko · 16 years ago
  4. 8e2cfec libbb: introduse and use signal_[no_]SA_RESTART_empty_mask and sigaction_set by Denis Vlasenko · 16 years ago
  5. 4cf1d08 nc: remove a bit of bloat by Denis Vlasenko · 16 years ago
  6. 400d8bb less,klogd,syslogd,nc,tcpudp: exit on signal by killing itself, not exit(1) by Denis Vlasenko · 17 years ago
  7. c9ca0a3 mount: recognize "dirsync" (closes bug 835) by Denis Vlasenko · 17 years ago
  8. 25591c3 libbb: introduce bb_signals and bb_signals_recursive, by Denis Vlasenko · 17 years ago
  9. 753f42a adduser: optional support for long options. +110 bytes. closes bug 2134. by Denis Vlasenko · 17 years ago
  10. 95dc672 getty: don't try to detect parity on local lines by Denis Vlasenko · 17 years ago
  11. f470196 - fix conflicting decls of syslog related facilitynames and prioritynames tables by Bernhard Reutner-Fischer · 17 years ago
  12. f3fca91 getty: a small code shrink by Denis Vlasenko · 17 years ago
  13. d0bbbdc getty: don't accept ancient '#' and '@' as backspace/kill line, by Denis Vlasenko · 17 years ago
  14. abbd363 xreadlink: code shrink udhcp: add missing tryagain member to client_config by Denis Vlasenko · 17 years ago
  15. 6e1b62b flush typeahead before prompt by Paul Fox · 17 years ago
  16. a29a5e4 login: fix PAM login (was unable to complete Kerberos login) by Denis Vlasenko · 17 years ago
  17. 5281630 login: clear dangerous environment variables if started by non-root by Denis Vlasenko · 17 years ago
  18. 6bef3d1 fbset: fix buglet where we were using wrong pointer by Denis Vlasenko · 17 years ago
  19. 6cee58e Announce 1.8.0 by Denis Vlasenko · 17 years ago
  20. 15ca51e appletlib.c: make it actally follow _BB_SUID_ALWAYS rules by Denis Vlasenko · 17 years ago
  21. e5387a0 bb_askpass: handle Ctrl-C, restore termoios on Ctrl-C. by Denis Vlasenko · 17 years ago
  22. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  23. 0c97c9d 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>. by Denis Vlasenko · 17 years ago
  24. 4daad90 introduce bb_putchar(). saves ~1800 on uclibc (less on glibc). by Denis Vlasenko · 17 years ago
  25. 33b900f vlock: get rid of statics by Denis Vlasenko · 17 years ago
  26. a2f6101 setup_environment: code shrink by Denis Vlasenko · 17 years ago
  27. 82f3b16 login: do reject wrong passwords with PAM auth by Denis Vlasenko · 17 years ago
  28. c6c2345 login: fixes for PAM build by Denis Vlasenko · 17 years ago
  29. d6e81c7 login: optional support for PAM by Denis Vlasenko · 17 years ago
  30. d37f222 libbb,crond,lash: fix getopt32 (don't know how it managed to slip through) by Denis Vlasenko · 17 years ago
  31. fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
  32. a27a11b introduce and use xdup2(int, int) by Denis Vlasenko · 17 years ago
  33. 6a2f7f4 whitespace fixes, no code changes by Denis Vlasenko · 17 years ago
  34. 6ca409e trylink: produce even more info about final link stage by Denis Vlasenko · 17 years ago
  35. f1f1b69 addgroup: "disallow addgroup -g num user group"; make -g 0 work by Denis Vlasenko · 17 years ago
  36. 1d10aaf passwd: fix bug: we are trying to update shadow even if user's record is in passwd! by Denis Vlasenko · 17 years ago
  37. 3734b94 bb_getpwuid, bb_getgrgid: change order of arguments to more intuitive one; by Denis Vlasenko · 17 years ago
  38. 990d0f6 Replace index_in_[sub]str_array with index_in_[sub]strings, by Denis Vlasenko · 17 years ago
  39. 64a8a3b chpasswd: rename long options definition to match other applets. no code changes by Denis Vlasenko · 17 years ago
  40. bdc88fd rework long option handling. saves ~1.2k by Denis Vlasenko · 17 years ago
  41. 845db2a chpasswd: fix indentation by Denis Vlasenko · 17 years ago
  42. e8feca0 chpasswd: fixes for shadow password handling by Denis Vlasenko · 17 years ago
  43. 557fb71 chpasswd: fixes and code shrink by Denis Vlasenko · 17 years ago
  44. 1ec5eae chpasswd: now with svn add by Denis Vlasenko · 17 years ago
  45. 21d1014 chpasswd: new applet by Alexander Shishkin <virtuoso@slind.org> by Denis Vlasenko · 17 years ago
  46. 39125be adduser: close /etc/{passwd,shadow} before calling passwd etc. by Denis Vlasenko · 17 years ago
  47. fb79a2e xioctl and friends by Tito <farmatito@tiscali.it> by Denis Vlasenko · 17 years ago
  48. d8540f7 init: make sure fd 0,1,2 are not closed, + related optimizations. by Denis Vlasenko · 17 years ago
  49. f312e32 login: make /etc/nologin support configurable. -240 bytes if not selected. by Denis Vlasenko · 17 years ago
  50. 65e14b4 login: ask passwords even for wrong usernames. by Denis Vlasenko · 17 years ago
  51. 74324c8 Audit bb_common_bufsiz usage, add script which looks for misuse. by Denis Vlasenko · 17 years ago
  52. fad2b86 use "glibc errno" trick not only for ash, but for entire busybox by Denis Vlasenko · 17 years ago
  53. 4b924f3 whitespace fixes by Denis Vlasenko · 17 years ago
  54. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 17 years ago
  55. 57bf668 cryptpw: size reduction by Denis Vlasenko · 17 years ago
  56. a035e9f cryptpw: forgot svn add... how typical of me :( by Denis Vlasenko · 17 years ago
  57. 7e84e53 cryptpw: new applet (a bit less than 3k added) by Denis Vlasenko · 17 years ago
  58. be1a9d4 deluser: add optional support for removing users from groups by Denis Vlasenko · 17 years ago
  59. 3211adc login: fixing my brainfart: xspawn(t_argv) <- was using argv! by Denis Vlasenko · 17 years ago
  60. 0de3c55 login: remove setpgrp call (makes it work from shell prompt again). by Denis Vlasenko · 17 years ago
  61. 00c2c48 - clean up addgroup, fix adding users to existing groups and make it optional (Tito) by Bernhard Reutner-Fischer · 17 years ago
  62. 53091ec Attempt to get more applets compile for NOMMU. by Denis Vlasenko · 17 years ago
  63. cad04ef add NOMMU fixme's; move move_fd from runit_lib to libbb; nuke fd_copy by Denis Vlasenko · 17 years ago
  64. c0415a9 login: nuke nonblock() - we have it in libbb; -400 bytes bss. by Denis Vlasenko · 17 years ago
  65. 7695328 adduser: don't bomb out if shadow password file doesn't exist by Denis Vlasenko · 17 years ago
  66. 5df955f Do not fail password check if shadow password does not exist - by Denis Vlasenko · 17 years ago
  67. 8e858e2 clean up accumulated whitespace damage by Denis Vlasenko · 17 years ago
  68. 1d76f43 EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu> by Denis Vlasenko · 18 years ago
  69. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  70. 06c0a71 preparatory patch for -Wwrite-strings #3 by Denis Vlasenko · 18 years ago
  71. e06bed3 use bb_sanitize_stdio() where appropriate by Denis Vlasenko · 18 years ago
  72. bb8c7c0 - sed -i -e "/\$Id:/d;" by Bernhard Reutner-Fischer · 18 years ago
  73. 9af7c9d openvt,getty,vfork_daemon_rexec,mount: tighten up fd cleanup code by Denis Vlasenko · 18 years ago
  74. f7996f3 Trailing whitespace removal over entire tree by Denis Vlasenko · 18 years ago
  75. b5a122b fix for uclibc-without-shadow.h compilation by Denis Vlasenko · 18 years ago
  76. 7fa0fca fix build without shadow support by Denis Vlasenko · 18 years ago
  77. 9a44c4f bb_xget[pw/gr]nam were horribly misnamed - fixed. by Denis Vlasenko · 18 years ago
  78. 3ef70d4 adduser: trivial code movement by Denis Vlasenko · 18 years ago
  79. bf0a201 style fixes last xcalloc replaced by xzalloc by Denis Vlasenko · 18 years ago
  80. e13a537 su: fix typo: "argv -= optind" should be += by Denis Vlasenko · 18 years ago
  81. 359d7ca - rename SU_SYSLOG to FEATURE_SU_SYSLOG by Bernhard Reutner-Fischer · 18 years ago
  82. 8eb3b39 passwd: add option to check passwords for weakness by Denis Vlasenko · 18 years ago
  83. 15b213e su: make /etc/shells check configurable ash: missing ';' by Denis Vlasenko · 18 years ago
  84. 9f73944 inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid] by Denis Vlasenko · 18 years ago
  85. 16c2c70 passwd: fix indentation by Denis Vlasenko · 18 years ago
  86. db2b524 passwd: added comment by Denis Vlasenko · 18 years ago
  87. 900406c passwd: shrink by ~10 bytes, use PRNG instead of usleep. by Denis Vlasenko · 18 years ago
  88. becd8c5 passwd: made smaller by ~130 bytes. size can go negative by Denis Vlasenko · 18 years ago
  89. 4c87d4f passwd: micro-optimization by Denis Vlasenko · 18 years ago
  90. 0025264 passwd: small size optimization. salt generation improved by Denis Vlasenko · 18 years ago
  91. ab24e18 passwd: rework: by Denis Vlasenko · 18 years ago
  92. b8bb27c - save 4 bytes by Bernhard Reutner-Fischer · 18 years ago
  93. d9e15f2 style cleanup: return(a) -> return a, part 2 by Denis Vlasenko · 18 years ago
  94. d686a04 safe_strtoXX interface proved to be a bit unconvenient. by Denis Vlasenko · 18 years ago
  95. 8a0a83d - minor shrinkage by Bernhard Reutner-Fischer · 18 years ago
  96. a7b2c41 deluser: the same code, but a bit less obfuscated. by Denis Vlasenko · 18 years ago
  97. c9bb677 deluser: size reduction by 60 bytes. patch from Tito <farmatito@tiscali.it> by Denis Vlasenko · 18 years ago
  98. 7627cc1 - fix typo by Bernhard Reutner-Fischer · 18 years ago
  99. 4a5cf16 login: use %s - we know that string is not too long there by Denis Vlasenko · 18 years ago
  100. 89f0b34 rodata cleanup. "unable to" == "cannot". -300 bytes by Denis Vlasenko · 18 years ago