summaryrefslogtreecommitdiff
path: root/src/passwd
AgeCommit message (Expand)AuthorFilesLines
2013-07-19change uid_t, gid_t, and id_t to unsigned typesRich Felker2-6/+20
2013-04-04add put*ent functions for passwd/group files and similar for shadowRich Felker3-0/+34
2013-02-17add fgetgrent functionRich Felker1-0/+9
2012-09-29more close-on-exec fixes, mostly using new "e" flag to fopenRich Felker5-6/+6
2012-02-01make passwd/group functions safe against cancellation in stdioRich Felker4-6/+35
2012-01-29add fgetpwent (nonstandard function)Rich Felker1-0/+9
2011-09-27fix clobbering of errno in get(pw|gr)([ug]id|nam) by fcloseRich Felker2-0/+12
2011-09-21protect against/handle cancellation reading shadow passwordsRich Felker1-1/+11
2011-06-30fix buffer overrun in getgrent code when there are no group membersRich Felker1-4/+8
2011-06-08it's called getgrgid_r, not getgruid_r...Rich Felker1-1/+1
2011-04-20shadow password fixes: empty fields should read as -1 not 0Rich Felker1-7/+13
2011-02-14guard against hard links to non-ordinary-files when reading tcb shadowRich Felker1-2/+4
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker11-0/+404