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