index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libbb
/
pw_encrypt.c
Age
Commit message (
Expand
)
Author
2010-08-16
*: make GNU licensing statement forms more regular
Denys Vlasenko
2008-12-07
libbb: move crypt_make_salt() to pw_encrypt.c, reuse
Denis Vlasenko
2008-11-10
libbb: add optionl support for SHA256/512 encrypted passwords
Denis Vlasenko
2008-11-07
libbb: add a TODO to support new SHA-based encrypted passwords
Denis Vlasenko
2008-06-27
*: introduce and use FAST_FUNC: regparm on i386, otherwise no-on
Denis Vlasenko
2008-06-16
whitespace and comment fixes, no code changes
Denis Vlasenko
2008-06-15
Specially for Bernhard Fischer introduce USE_BB_CRYPT
Denis Vlasenko
2008-06-12
make pw_encrypt() return malloc'ed string.
Denis Vlasenko
2008-06-12
uclibc insists on having 70k static buffer for crypt.
Denis Vlasenko
2007-06-18
libbb: random hunt for statics
Denis Vlasenko
2006-11-30
passwd: small size optimization. salt generation improved
Denis Vlasenko
2006-09-27
usage.h: fix compile-time bugs exposed by previous change
Denis Vlasenko
2006-07-10
Replace current verbose GPL stuff in libbb/*.c with one-line GPL boilerplate.
"Robert P. J. Day"
2006-06-18
skip_whitespace() shouldn't claim its return value is const, it doesn't know
Rob Landley
2006-03-06
Robert P. Day removed 8 gazillion occurrences of "extern" on function
Rob Landley
2004-03-15
Remove trailing whitespace. Update copyright to include 2004.
Eric Andersen
2003-07-14
Update a bunch of docs. Run a script to update my email addr.
Eric Andersen
2003-05-26
Vodz, last_patch_86
Glenn L McGrath
2002-06-23
Port over the last of the tinylogin applets
Eric Andersen