Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-11-18 | -Wall | Todd C. Miller | |
1997-11-17 | Go back to old file locking method, O_EXLOCK method has too many problems | Todd C. Miller | |
1997-11-17 | pw_mkdb() now returns -1 if ptmp is size 0. | Todd C. Miller | |
1997-11-17 | Work around bug in open(2) wrt O_TRUNC and O_SHLOCK|O_EXLOCK. | Todd C. Miller | |
1997-09-29 | fix yes/no prompt code for EOF case; wosch@freebsd | Theo de Raadt | |
1997-06-22 | Use O_EXLOCK option of open(2) to open /etc/ptmp with an exclusive | Todd C. Miller | |
lock. This fixes a DOS bug where a user could run passwd(1) and send it a SIGKILL, thus leaving /etc/ptmp in place. | |||
1997-06-17 | Add support to handle password files in directories other than /etc | Niklas Hallqvist | |
1997-04-10 | give only default values when asked for. | Niels Provos | |
1997-02-16 | added password configuration access function, used to determine | Niels Provos | |
password cipher type at the moment | |||
1997-02-15 | when using strsep you should be aware that the delimiter will be replaced | Niels Provos | |
by a nifty '0', so you cant check for a colon instead and dump some I am sorry, Dave. I can't do that. | |||
1997-02-13 | permit 32-bit uid/gid, help from millert | Theo de Raadt | |
1996-12-06 | vfork w/ exit botch | Theo de Raadt | |
1996-06-19 | do not unexpectedly unlink the ptmp file; also support SIG*STOP cleanly | Theo de Raadt | |
with our changes which permit "EDITOR=emacs -nw" to work. | |||
1996-06-17 | util.h: new resting place | Jason Downs | |
opendev.h: ok, so I merged it with util.h opendev.h: use util.h everything else: use "util.h" | |||
1996-06-06 | system() $EDITOR safely | Theo de Raadt | |
1996-05-22 | libutil | Theo de Raadt | |