summaryrefslogtreecommitdiffstats
path: root/include/pwd.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add uid_from_user() and gid_from_group(), derived from pax's cache.c.millert2018-09-131-2/+3
* As per style.9, prototypes should not have variable names associatedfcambus2017-03-091-4/+4
* Add _shadow variants to the two popular getpw functions (uid and nam).tedu2015-11-181-1/+3
* add prototypes for new crypt functionstedu2014-05-161-1/+3
* no md5crypttedu2014-05-121-2/+1
* Remove excessive sys/cdefs.h inclusionderaadt2012-12-051-2/+1
* Add _PW_BUF_LEN define and use it instead of hard-coding 1024 formillert2008-06-251-1/+2
* prototypes for getpwnam_r() and getpwuid_r()deraadt2008-06-241-1/+5
* First step in include files overhaul. Use __FOO_VISIBLE (as definedmillert2005-12-131-9/+8
* passwd.conf has been deprecated since login.conf was imported.millert2004-07-131-2/+1
* prototypes for bcrypt and md5crypt, as described in manpage; ok deraadt@djm2004-04-061-1/+3
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* Fix 2 things that should be gid_t. One from Oleg Safiullin, one from me...millert2002-04-221-2/+2
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-10/+10
* Change the second arg to pw_mkdb() from a boolean flag to a set ofmillert2001-08-261-1/+5
* _PW_NAME_LEN doesn't include the NUL, MAXLOGNAME does.pjanzen2001-02-131-3/+4
* move utmp to large format, usernames to 32 chars; downsjderaadt2001-01-311-1/+2
* Add pw_dup(3), a function to copy 'struct passwd'. It is allocated asmillert2000-11-211-1/+2
* proto bcrypt_gensalt()deraadt1999-09-031-2/+2
* proto bcrypt_gensalt()deraadt1999-09-011-1/+2
* pw_uid is uid_t, pw_gid is gid_tmillert1998-07-151-3/+3
* small cleanupprovos1997-02-161-5/+1
* passwd.conf define.provos1997-02-141-1/+6
* _PW_YPTOKENdownsj1996-10-161-1/+4
* libutilderaadt1996-05-221-1/+2
* initial import of NetBSD treederaadt1995-10-181-0/+102