summaryrefslogtreecommitdiffstats
path: root/lib/libutil/check_expire.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Adapt to new pw_copy() API, closes PR 3698.millert2004-04-201-11/+6
|
* fix use-after-free for expired passwds; ok deraadt, tdevalmarkus2003-09-021-7/+9
|
* some -Wall and spaces cleanup, scsi.c left.fgsch2002-06-091-2/+2
| | | | some brave soul should look at it.
* login_close() should avoid memory leak.mpech2002-02-191-1/+2
| | | | millert@ ok
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-2/+2
|
* 2nd arg to pw_mkdb()millert2001-08-161-2/+2
|
* consistently use #include "util.h" not <util.h> since util.h lives in this dir.millert2001-08-161-3/+3
|
* login_check_expire(3), a helper function for use with BSD authentication.millert2000-11-261-0/+191
This lives in libutil because it uses pw_lock(3) and friends. Needs a man page (soon!).