index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libc
/
gen
/
pwcache.c
Age
Commit message (
Expand
)
Author
2018-09-22
Correct the uid_from_user() and gid_from_group() comments.
Todd C. Miller
2018-09-13
Add uid_from_user() and gid_from_group(), derived from pax's cache.c.
Todd C. Miller
2015-11-25
group_from_gid: use _GR_BUF_LEN instead of _PW_BUF_LEN
Joshua Stein
2015-11-24
Use reentrant versions of getpw{nam,uid} and getgr{nam,gid} within
Todd C. Miller
2015-11-17
change passwd caches to be 4-way "associative". still primitive, but a
Ted Unangst
2015-10-26
don't keep the passwd database open; callers do not expect that they will
Ted Unangst
2005-08-08
zap remaining rcsid.
Marc Espie
2005-03-25
deregister (and deauto!). ok millert@ marco@
Otto Moerbeek
2004-05-18
ansify function definitions and zap some `register'
Jean-Francois Brousseau
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2001-06-27
use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok.
lebel
2001-01-31
move utmp to large format, usernames to 32 chars; downsj
Theo de Raadt
1997-07-09
Clean up some -Wall complaints.
Todd C. Miller
1996-08-19
Fix RCS ids
Thorsten Lockert
1995-10-18
initial import of NetBSD tree
Theo de Raadt