Commit History

作者 SHA1 備註 提交日期
  Alex Samorukov 09aba8bac4 Fix missing "crypt.h" compilation error on the FreeBSD 3 年之前
  Denys Vlasenko 73d93d9f83 libbb: make pw_encrypt() die if supplied salt is bad (e.g. emply) 3 年之前
  Denys Vlasenko 4767a5375e libbb: include <crypt.h> only if necessary 5 年之前
  Denys Vlasenko 57dbe4d5ac libbb: crypt() in newer glibc requires include <crypt.h> 6 年之前
  Denys Vlasenko ebe6d9d875 whitespace and comment format fixes, no code changes 7 年之前
  Rostislav Skudnov 8762512fdb Replace int -> uint to avoid signed integer overflow 7 年之前
  Denys Vlasenko 3e134ebf6a *: slap on a few ALIGN1/2s where appropriate 8 年之前
  Pascal Bach 2c0d3f5fd0 chpasswd: support -c argument and respect DEFAULT_PASSWD_ALGO 8 年之前
  Denys Vlasenko 8ed9672660 libbb: don't die if crypt() returns NULL 10 年之前
  Denys Vlasenko 12a432715f adduser: safe username passing to passwd/addgroup 13 年之前
  Denys Vlasenko 0ef64bdb40 *: make GNU licensing statement forms more regular 14 年之前
  Denis Vlasenko d1a84a2880 libbb: move crypt_make_salt() to pw_encrypt.c, reuse 16 年之前
  Denis Vlasenko 2211d5268c libbb: add optionl support for SHA256/512 encrypted passwords 16 年之前
  Denis Vlasenko 30e1ab691c libbb: add a TODO to support new SHA-based encrypted passwords 16 年之前
  Denis Vlasenko defc1ea340 *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on 16 年之前
  Denis Vlasenko f45c4f41b7 whitespace and comment fixes, no code changes 16 年之前
  Denis Vlasenko b4c5bf615e Specially for Bernhard Fischer introduce USE_BB_CRYPT 16 年之前
  Denis Vlasenko fdddab0c61 make pw_encrypt() return malloc'ed string. 16 年之前
  Denis Vlasenko 4ea83bf562 uclibc insists on having 70k static buffer for crypt. 16 年之前
  Denis Vlasenko 91e149a373 libbb: random hunt for statics 17 年之前
  Denis Vlasenko 002526481e passwd: small size optimization. salt generation improved 18 年之前
  Denis Vlasenko de9ec92958 usage.h: fix compile-time bugs exposed by previous change 18 年之前
  "Robert P. J. Day" 5d8843e451 Replace current verbose GPL stuff in libbb/*.c with one-line GPL boilerplate. 18 年之前
  Rob Landley ea224be6aa skip_whitespace() shouldn't claim its return value is const, it doesn't know 18 年之前
  Rob Landley dfba741457 Robert P. Day removed 8 gazillion occurrences of "extern" on function 18 年之前
  Eric Andersen c7bda1ce65 Remove trailing whitespace. Update copyright to include 2004. 20 年之前
  Eric Andersen cb81e6484d Update a bunch of docs. Run a script to update my email addr. 21 年之前
  Glenn L McGrath 393183dccc Vodz, last_patch_86 21 年之前
  Eric Andersen 27f64e1f4e Port over the last of the tinylogin applets 22 年之前