1. 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 16 years ago
  2. 25591c3 libbb: introduce bb_signals and bb_signals_recursive, by Denis Vlasenko · 17 years ago
  3. f470196 - fix conflicting decls of syslog related facilitynames and prioritynames tables by Bernhard Reutner-Fischer · 17 years ago
  4. 15ca51e appletlib.c: make it actally follow _BB_SUID_ALWAYS rules by Denis Vlasenko · 17 years ago
  5. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  6. fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
  7. 1d10aaf passwd: fix bug: we are trying to update shadow even if user's record is in passwd! by Denis Vlasenko · 17 years ago
  8. 3734b94 bb_getpwuid, bb_getgrgid: change order of arguments to more intuitive one; by Denis Vlasenko · 17 years ago
  9. 21d1014 chpasswd: new applet by Alexander Shishkin <virtuoso@slind.org> by Denis Vlasenko · 17 years ago
  10. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 17 years ago
  11. 7e84e53 cryptpw: new applet (a bit less than 3k added) by Denis Vlasenko · 17 years ago
  12. 5df955f Do not fail password check if shadow password does not exist - by Denis Vlasenko · 17 years ago
  13. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  14. 06c0a71 preparatory patch for -Wwrite-strings #3 by Denis Vlasenko · 18 years ago
  15. b5a122b fix for uclibc-without-shadow.h compilation by Denis Vlasenko · 18 years ago
  16. 8eb3b39 passwd: add option to check passwords for weakness by Denis Vlasenko · 18 years ago
  17. 16c2c70 passwd: fix indentation by Denis Vlasenko · 18 years ago
  18. db2b524 passwd: added comment by Denis Vlasenko · 18 years ago
  19. 900406c passwd: shrink by ~10 bytes, use PRNG instead of usleep. by Denis Vlasenko · 18 years ago
  20. becd8c5 passwd: made smaller by ~130 bytes. size can go negative by Denis Vlasenko · 18 years ago
  21. 4c87d4f passwd: micro-optimization by Denis Vlasenko · 18 years ago
  22. 0025264 passwd: small size optimization. salt generation improved by Denis Vlasenko · 18 years ago
  23. ab24e18 passwd: rework: by Denis Vlasenko · 18 years ago
  24. d9e15f2 style cleanup: return(a) -> return a, part 2 by Denis Vlasenko · 18 years ago
  25. 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
  26. e175ff2 several fixes from openWRT project by Denis Vlasenko · 18 years ago
  27. d78b433 passwd: getopt_ulflags'isation by Denis Vlasenko · 18 years ago
  28. 6d655be removed a lot of trailing \n in bb_msg() calls. It is added by Denis Vlasenko · 18 years ago
  29. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  30. afb94ec Convert setuid/setgid users to xsetuid/xsetgid. by Rob Landley · 18 years ago
  31. 801ab14 Add one-line GPL boilerplate to numerous (but not all yet) source files. by "Robert P. J. Day" · 18 years ago
  32. ab7d9be Patch from Tito to remove pwd_to_spwd (which we don't actually need), with by Rob Landley · 18 years ago
  33. 7919764 - passwd doesnt use salt with md5 passwords; bug #604 thanks taviso by Ned Ludd · 18 years ago
  34. dfba741 Robert P. Day removed 8 gazillion occurrences of "extern" on function by Rob Landley · 19 years ago
  35. 3038557 - bzero -> memset by Bernhard Reutner-Fischer · 19 years ago
  36. e87ae0b declare const for fun by Mike Frysinger · 19 years ago
  37. 84cb767 patch from tito: consolidate delay functions as bb_do_delay() by Rob Landley · 19 years ago
  38. d5bd137 - rename libbb's password helpers as suggested in libbb.h by Bernhard Reutner-Fischer · 19 years ago
  39. 14f5c8d Patch from Bernhard Fischer to make a bunch of symbols static by Eric Andersen · 19 years ago
  40. 995d96a Only write to shadow file is shadow passwords are enabled. Patch by magicfox modified by myself to retain check for shadow file access. by Glenn L McGrath · 20 years ago
  41. 7eb79ff Tito writes: by Eric Andersen · 20 years ago
  42. 6f9a778 Do not use getpass(3) by Eric Andersen · 20 years ago
  43. b77158a Set the default password to md5, patch by Joshua Jackson by Glenn L McGrath · 21 years ago
  44. cad5364 Major coreutils update. by Manuel Novoa III · 21 years ago
  45. 3aeaee3 Patch from Joshua Jackson, make md5 the default hash algorithm by Glenn L McGrath · 22 years ago
  46. d378c31 Applied vodz' patches #49 and #50 (with a small correction in runshell.c) by Robert Griebl · 22 years ago
  47. 549df2e Fix text alignment, thanks to Sander Klein <s.klein@quicknet.nl> by Eric Andersen · 22 years ago
  48. 27f64e1 Port over the last of the tinylogin applets -Erik by Eric Andersen · 22 years ago