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