about summary refs log tree commit diff
path: root/src/passwd/getspnam_r.c
Commit message (Expand)AuthorAgeFilesLines
* halt getspnam[_r] search on error accessing TCB shadowRich Felker2018-12-281-0/+2
* don't set errno or return an error when getspnam[_r] finds no entryRich Felker2018-12-281-2/+7
* fix regression in getspnam[_r] error code for insufficient buffer sizeRich Felker2017-06-211-1/+1
* set errno when getpw*_r, getgr*_r, and getspnam_r failRich Felker2017-06-151-3/+5
* fix erroneous return of partial username matches by getspnam[_r]Rich Felker2015-01-211-1/+1
* shadow: Move spent parsing to internal functionMichael Forney2013-11-241-30/+39
* more close-on-exec fixes, mostly using new "e" flag to fopenRich Felker2012-09-291-2/+2
* protect against/handle cancellation reading shadow passwordsRich Felker2011-09-211-1/+11
* shadow password fixes: empty fields should read as -1 not 0Rich Felker2011-04-201-7/+13
* guard against hard links to non-ordinary-files when reading tcb shadowRich Felker2011-02-141-2/+4
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+89