summaryrefslogtreecommitdiffstats
path: root/lib/libutil/pw_lock.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Refer to /etc/passwd consistently as the "legacy password file" andtb2016-08-141-5/+7
| | | | | | remove some references to differences between versions 6 and 7. ok jmc, millert, tedu
* Don't Xr flock, since that is not the locking method used.deraadt2015-10-151-3/+2
| | | | ok millert
* in the SYNOPSIS, make void function arguments explicitschwarze2015-09-141-3/+3
|
* remove .Tn; from Jan Stary <hans at stare dot cz>schwarze2015-01-151-5/+3
|
* use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarzetedu2013-06-051-3/+3
|
* copy in FILES from pw_lock.3 to vipw.8: as nick points out, it should atjmc2007-11-191-9/+9
| | | | | | | least document /etc/ptmp; while i'm at it, might as well tidy it up and make it consistent across these pages;
* convert to new .Dd format;jmc2007-05-311-2/+2
|
* Always write errno on pw_lock failure so it can be relied on.ray2006-12-171-3/+25
| | | | | | Mention errno, pw_file, and pw_init in pw_lock man page. OK jmc@, otto@, millert@, and deraadt@.
* O_EXLOCK stuff was introduced in June 1997, and backed out again injmc2005-07-291-5/+3
| | | | | | | | | | | | November of that year; however, the corresponding man changes were never backed out. do that now, reversing -r1.3 of this file; original pr and diff from peter philipp (this commit closes pr #4309); i chose to revert -r1.3 rather than accept the new wording from peter; thanks jaredy@ for tracking all this down, and supplying the ok...
* use .Pq rather than .Po/.Pc;jmc2005-03-071-3/+3
|
* 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