summaryrefslogtreecommitdiff
path: root/lib/libc/gen/pwcache.c
AgeCommit message (Expand)Author
2018-09-22Correct the uid_from_user() and gid_from_group() comments.Todd C. Miller
2018-09-13Add uid_from_user() and gid_from_group(), derived from pax's cache.c.Todd C. Miller
2015-11-25group_from_gid: use _GR_BUF_LEN instead of _PW_BUF_LENJoshua Stein
2015-11-24Use reentrant versions of getpw{nam,uid} and getgr{nam,gid} withinTodd C. Miller
2015-11-17change passwd caches to be 4-way "associative". still primitive, but aTed Unangst
2015-10-26don't keep the passwd database open; callers do not expect that they willTed Unangst
2005-08-08zap remaining rcsid.Marc Espie
2005-03-25deregister (and deauto!). ok millert@ marco@Otto Moerbeek
2004-05-18ansify function definitions and zap some `register'Jean-Francois Brousseau
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2001-06-27use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok.lebel
2001-01-31move utmp to large format, usernames to 32 chars; downsjTheo de Raadt
1997-07-09Clean up some -Wall complaints.Todd C. Miller
1996-08-19Fix RCS idsThorsten Lockert
1995-10-18initial import of NetBSD treeTheo de Raadt