summaryrefslogtreecommitdiff
path: root/include/pwd.h
AgeCommit message (Collapse)Author
2001-08-26Change the second arg to pw_mkdb() from a boolean flag to a set ofTodd C. Miller
bit flags ORed together. Currently the only flags defined are _PASSWORD_SECUREONLY and _PASSWORD_OMITV7 but this is enough to cause pw_mkdb() to run pwd_mkdb with the options we want. With this change we no longer generate the old V7 passwd file when only the extra fields in master.passwd (or the encrypted password) have changed. There are other programs that could probably use the _PASSWORD_OMITV7 flag; they will be converted at a future date.
2001-02-13_PW_NAME_LEN doesn't include the NUL, MAXLOGNAME does.Paul Janzen
2001-01-31move utmp to large format, usernames to 32 chars; downsjTheo de Raadt
2000-11-21Add pw_dup(3), a function to copy 'struct passwd'. It is allocated asTodd C. Miller
a single chunk with the strings pointing elsewhere in the buffer so a simple free() of the struct passwd * is all that is needed to decallocate.
1999-09-03proto bcrypt_gensalt()Theo de Raadt
1999-09-01proto bcrypt_gensalt()Theo de Raadt
1998-07-15pw_uid is uid_t, pw_gid is gid_tTodd C. Miller
1997-02-16small cleanupNiels Provos
1997-02-14passwd.conf define.Niels Provos
1996-10-16_PW_YPTOKENJason Downs
1996-05-22libutilTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt