summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/pwcache.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Correct the uid_from_user() and gid_from_group() comments.millert2018-09-221-7/+7
* Add uid_from_user() and gid_from_group(), derived from pax's cache.c.millert2018-09-131-80/+386
* group_from_gid: use _GR_BUF_LEN instead of _PW_BUF_LENjcs2015-11-251-2/+2
* Use reentrant versions of getpw{nam,uid} and getgr{nam,gid} withinmillert2015-11-241-7/+11
* change passwd caches to be 4-way "associative". still primitive, but atedu2015-11-171-24/+62
* don't keep the passwd database open; callers do not expect that they willtedu2015-10-261-11/+1
* zap remaining rcsid.espie2005-08-081-4/+1
* deregister (and deauto!). ok millert@ marco@otto2005-03-251-3/+3
* ansify function definitions and zap some `register'jfb2004-05-181-7/+3
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok.lebel2001-06-271-5/+3
* move utmp to large format, usernames to 32 chars; downsjderaadt2001-01-311-8/+7
* Clean up some -Wall complaints.millert1997-07-091-2/+2
* Fix RCS idstholo1996-08-191-7/+1
* initial import of NetBSD treederaadt1995-10-181-0/+119