summaryrefslogtreecommitdiffstats
path: root/lib/libutil/pw_lock.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* o) start new sentence on a new line;mpech2002-05-011-3/+5
| | | | | | | o) always close .Bl tags; o) fix usage of .Xr; millert@ ok
* Change the second arg to pw_mkdb() from a boolean flag to a set ofmillert2001-08-261-10/+20
| | | | | | | | | | | 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.
* Add new 'secureonly' arg to pw_mkdb() to correspond to pwd_mkdb's new -smillert2001-08-161-4/+22
| | | | flag and crank the library major due to the interface change.
* Add a username argument to pw_mkdb to match 'pwd_mkdb -u username'.millert2000-11-261-2/+5
| | | | Crank the shlib major number due to the interface change.
* Add opendisk from NetBSD.csapuntz1999-09-211-0/+2
| | | | Add OpenBSD tags to files
* when using `-' as a negative sign, escape it with a backslash so troff knowsaaron1999-07-071-1/+1
| | | | it's not supposed to be a hyphen/dash
* Use O_EXLOCK option of open(2) to open /etc/ptmp with an exclusivemillert1997-06-221-2/+5
| | | | | lock. This fixes a DOS bug where a user could run passwd(1) and send it a SIGKILL, thus leaving /etc/ptmp in place.
* do not unexpectedly unlink the ptmp file; also support SIG*STOP cleanlyderaadt1996-06-191-0/+5
| | | | with our changes which permit "EDITOR=emacs -nw" to work.
* libutilderaadt1996-05-221-0/+100