Home
last modified time | relevance | path

Searched refs:password (Results 1 – 4 of 4) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/pwd_grp/
A Dpwd_grp.c315 struct passwd password; in getspuid_r() local
319 if (!(rv = getpwuid_r(uid, &password, pwd_buff, sizeof(pwd_buff), &pp))) { in getspuid_r()
320 rv = getspnam_r(password.pw_name, resultbuf, buffer, buflen, result); in getspuid_r()
/l4re-core-master/uclibc/lib/contrib/uclibc/docs/
A DGlibc_vs_uClibc_Differences.txt40 supports flat password files and shadow password files for storing
50 by Sun to share Unix password files over the network. I personally think NIS
/l4re-core-master/uclibc/lib/contrib/uclibc/
A DChangelog456 o Bugfixes for locking and reentrance in password/group functions
780 o Added Config selectable shadow password support
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/Configs/
A DConfig.in784 Answer N if you do not need shadow password support.
1241 This adds support for SHA256 password hashing via the crypt() function.
1248 This adds support for SHA512 password hashing via the crypt() function.

Completed in 8 milliseconds