1. 27116ba busybox: squashed commit of merging cm-12.1 by maxwen · 9 years ago fp2-m-sibon fp2-sibon-17.07.6 fp2-sibon-17.08.1.1 fp2-sibon-17.10.1 fp2-sibon-17.11.2 fp2-sibon-17.12.1 fp2-sibon-18.01.1 fp2-sibon-18.02.0 fp2-sibon-18.03.1 fp2-sibon-18.04.1
  2. 823694d Busybox 1.21.0 squashed commit for jellybean by Tanguy Pruvot · 12 years ago
  3. 8a6c2c2 Busybox 1.20.0 squashed commit for ICS by Tanguy Pruvot · 12 years ago
  4. 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 13 years ago
  5. 3a24021 passwd: shorter help text by Denys Vlasenko · 13 years ago
  6. 12a4327 adduser: safe username passing to passwd/addgroup by Denys Vlasenko · 13 years ago
  7. 9eb7bfd passwd,chpasswd: reset password in /etc/passwd to "x" if /etc/shadow was updated by Tito Ragusa · 13 years ago
  8. 6a3e01d move help text from include/usage.src.h to debianutils/*.c e2fsprogs/*.c editors/*.c loginutils/*.c mailutils/*.c by Pere Orga · 13 years ago
  9. 7d4e7a2 s/FAIL_DELAY/LOGIN_FAIL_DELAY/ by Denys Vlasenko · 13 years ago
  10. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  11. 8ced1e5 passwd: do not complain about /etc/shadow needlessly by Denys Vlasenko · 14 years ago
  12. 6331cf0 *: use "can't" instead of "cannot" by Denys Vlasenko · 15 years ago
  13. c6fb2a6 passwd: do not complain if /etc/shadow is missing by Denys Vlasenko · 15 years ago
  14. 829bbd3 *: unify concurrent-safe update of /etc/{passwd,group,[g]shadow} by Denis Vlasenko · 15 years ago
  15. 54ac03a *: remove LOG_NOWAIT by Denis Vlasenko · 15 years ago
  16. d7a805e libbb: introduce and use xgetpwnam. ~ -150 bytes. by Denis Vlasenko · 16 years ago
  17. 82b1429 - add new applet mkpasswd(1) by Bernhard Reutner-Fischer · 16 years ago
  18. 0c68a87 libbb: password/group function helpers rewritten by Tito: by Denis Vlasenko · 16 years ago
  19. d73cbd3 - first pass to unify/cleanup uid handling (-236b) by Bernhard Reutner-Fischer · 16 years ago
  20. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
  21. fdddab0 make pw_encrypt() return malloc'ed string. by Denis Vlasenko · 16 years ago
  22. 4ea83bf uclibc insists on having 70k static buffer for crypt. by Denis Vlasenko · 16 years ago
  23. 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 16 years ago
  24. 25591c3 libbb: introduce bb_signals and bb_signals_recursive, by Denis Vlasenko · 16 years ago
  25. f470196 - fix conflicting decls of syslog related facilitynames and prioritynames tables by Bernhard Reutner-Fischer · 16 years ago
  26. 15ca51e appletlib.c: make it actally follow _BB_SUID_ALWAYS rules by Denis Vlasenko · 17 years ago
  27. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  28. fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
  29. 1d10aaf passwd: fix bug: we are trying to update shadow even if user's record is in passwd! by Denis Vlasenko · 17 years ago
  30. 3734b94 bb_getpwuid, bb_getgrgid: change order of arguments to more intuitive one; by Denis Vlasenko · 17 years ago
  31. 21d1014 chpasswd: new applet by Alexander Shishkin <virtuoso@slind.org> by Denis Vlasenko · 17 years ago
  32. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 17 years ago
  33. 7e84e53 cryptpw: new applet (a bit less than 3k added) by Denis Vlasenko · 17 years ago
  34. 5df955f Do not fail password check if shadow password does not exist - by Denis Vlasenko · 17 years ago
  35. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 17 years ago
  36. 06c0a71 preparatory patch for -Wwrite-strings #3 by Denis Vlasenko · 17 years ago
  37. b5a122b fix for uclibc-without-shadow.h compilation by Denis Vlasenko · 17 years ago
  38. 8eb3b39 passwd: add option to check passwords for weakness by Denis Vlasenko · 17 years ago
  39. 16c2c70 passwd: fix indentation by Denis Vlasenko · 17 years ago
  40. db2b524 passwd: added comment by Denis Vlasenko · 17 years ago
  41. 900406c passwd: shrink by ~10 bytes, use PRNG instead of usleep. by Denis Vlasenko · 17 years ago
  42. becd8c5 passwd: made smaller by ~130 bytes. size can go negative by Denis Vlasenko · 18 years ago
  43. 4c87d4f passwd: micro-optimization by Denis Vlasenko · 18 years ago
  44. 0025264 passwd: small size optimization. salt generation improved by Denis Vlasenko · 18 years ago
  45. ab24e18 passwd: rework: by Denis Vlasenko · 18 years ago
  46. d9e15f2 style cleanup: return(a) -> return a, part 2 by Denis Vlasenko · 18 years ago
  47. 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
  48. e175ff2 several fixes from openWRT project by Denis Vlasenko · 18 years ago
  49. d78b433 passwd: getopt_ulflags'isation by Denis Vlasenko · 18 years ago
  50. 6d655be removed a lot of trailing \n in bb_msg() calls. It is added by Denis Vlasenko · 18 years ago
  51. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  52. afb94ec Convert setuid/setgid users to xsetuid/xsetgid. by Rob Landley · 18 years ago
  53. 801ab14 Add one-line GPL boilerplate to numerous (but not all yet) source files. by "Robert P. J. Day" · 18 years ago
  54. ab7d9be Patch from Tito to remove pwd_to_spwd (which we don't actually need), with by Rob Landley · 18 years ago
  55. 7919764 - passwd doesnt use salt with md5 passwords; bug #604 thanks taviso by Ned Ludd · 18 years ago
  56. dfba741 Robert P. Day removed 8 gazillion occurrences of "extern" on function by Rob Landley · 18 years ago
  57. 3038557 - bzero -> memset by Bernhard Reutner-Fischer · 18 years ago
  58. e87ae0b declare const for fun by Mike Frysinger · 18 years ago
  59. 84cb767 patch from tito: consolidate delay functions as bb_do_delay() by Rob Landley · 18 years ago
  60. d5bd137 - rename libbb's password helpers as suggested in libbb.h by Bernhard Reutner-Fischer · 19 years ago
  61. 14f5c8d Patch from Bernhard Fischer to make a bunch of symbols static by Eric Andersen · 19 years ago
  62. 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
  63. 7eb79ff Tito writes: by Eric Andersen · 20 years ago
  64. 6f9a778 Do not use getpass(3) by Eric Andersen · 20 years ago
  65. b77158a Set the default password to md5, patch by Joshua Jackson by Glenn L McGrath · 21 years ago
  66. cad5364 Major coreutils update. by Manuel Novoa III · 21 years ago
  67. 3aeaee3 Patch from Joshua Jackson, make md5 the default hash algorithm by Glenn L McGrath · 21 years ago
  68. d378c31 Applied vodz' patches #49 and #50 (with a small correction in runshell.c) by Robert Griebl · 22 years ago
  69. 549df2e Fix text alignment, thanks to Sander Klein <s.klein@quicknet.nl> by Eric Andersen · 22 years ago
  70. 27f64e1 Port over the last of the tinylogin applets -Erik by Eric Andersen · 22 years ago