summaryrefslogtreecommitdiff
path: root/lib/libutil/pw_init.3
AgeCommit message (Collapse)Author
2004-04-21kill whitespace at eol;Jason McIntyre
2004-04-20Change pw_copy(3) to take a 3rd arguement, the existing passwd entry.Todd C. Miller
This allows an application to only update a password entry if it is in the state it expects. Additionally, if the old passwd struct is specified the new one may have a different pw_name field since matching is done on the original. Adapted from FreeBSD.
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2003-05-23- typosJason McIntyre
- new sentence, new line
2002-05-01o) start new sentence on a new line;Mike Pechkin
o) always close .Bl tags; o) fix usage of .Xr; millert@ ok
1999-09-23Typo fixes.Alex Feldman
1999-09-21Add opendisk from NetBSD.Constantine Sapuntzakis
Add OpenBSD tags to files
1997-06-17Add support to handle password files in directories other than /etcNiklas Hallqvist
1996-05-22libutilTheo de Raadt