1. 09aba8b Fix missing "crypt.h" compilation error on the FreeBSD by Alex Samorukov · 4 years ago
  2. 73d93d9 libbb: make pw_encrypt() die if supplied salt is bad (e.g. emply) by Denys Vlasenko · 4 years ago
  3. 4767a53 libbb: include <crypt.h> only if necessary by Denys Vlasenko · 5 years ago
  4. 57dbe4d libbb: crypt() in newer glibc requires include <crypt.h> by Denys Vlasenko · 6 years ago
  5. ebe6d9d whitespace and comment format fixes, no code changes by Denys Vlasenko · 7 years ago
  6. 8762512 Replace int -> uint to avoid signed integer overflow by Rostislav Skudnov · 8 years ago
  7. 3e134eb *: slap on a few ALIGN1/2s where appropriate by Denys Vlasenko · 9 years ago
  8. 2c0d3f5 chpasswd: support -c argument and respect DEFAULT_PASSWD_ALGO by Pascal Bach · 9 years ago
  9. 8ed9672 libbb: don't die if crypt() returns NULL by Denys Vlasenko · 11 years ago
  10. 12a4327 adduser: safe username passing to passwd/addgroup by Denys Vlasenko · 14 years ago
  11. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  12. d1a84a2 libbb: move crypt_make_salt() to pw_encrypt.c, reuse by Denis Vlasenko · 16 years ago
  13. 2211d52 libbb: add optionl support for SHA256/512 encrypted passwords by Denis Vlasenko · 16 years ago
  14. 30e1ab6 libbb: add a TODO to support new SHA-based encrypted passwords by Denis Vlasenko · 16 years ago
  15. defc1ea *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on by Denis Vlasenko · 16 years ago
  16. f45c4f4 whitespace and comment fixes, no code changes by Denis Vlasenko · 16 years ago
  17. b4c5bf6 Specially for Bernhard Fischer introduce USE_BB_CRYPT by Denis Vlasenko · 17 years ago
  18. fdddab0 make pw_encrypt() return malloc'ed string. by Denis Vlasenko · 17 years ago
  19. 4ea83bf uclibc insists on having 70k static buffer for crypt. by Denis Vlasenko · 17 years ago
  20. 91e149a libbb: random hunt for statics by Denis Vlasenko · 17 years ago
  21. 0025264 passwd: small size optimization. salt generation improved by Denis Vlasenko · 18 years ago
  22. de9ec92 usage.h: fix compile-time bugs exposed by previous change by Denis Vlasenko · 18 years ago
  23. 5d8843e Replace current verbose GPL stuff in libbb/*.c with one-line GPL boilerplate. by "Robert P. J. Day" · 18 years ago
  24. ea224be skip_whitespace() shouldn't claim its return value is const, it doesn't know by Rob Landley · 18 years ago
  25. dfba741 Robert P. Day removed 8 gazillion occurrences of "extern" on function by Rob Landley · 19 years ago
  26. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
  27. cb81e64 Update a bunch of docs. Run a script to update my email addr. by Eric Andersen · 21 years ago
  28. 393183d Vodz, last_patch_86 by Glenn L McGrath · 22 years ago
  29. 27f64e1 Port over the last of the tinylogin applets -Erik by Eric Andersen · 22 years ago