summaryrefslogtreecommitdiff
path: root/lib/libutil/check_expire.c
AgeCommit message (Expand)Author
2021-10-24For open/openat, if the flags parameter does not contain O_CREAT, theTheo de Raadt
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
2015-11-26Use the backchannel for all error messages instead of syslog(3).Todd C. Miller
2015-03-15tzfile.h is an internal header that should never have been installed.Todd C. Miller
2014-08-25Delete secret or secret-derived data with explicit_bzero.Doug Hogan
2013-04-29use O_CLOEXEC with open() instead of open/fcntl; from David HillOkan Demirmen
2004-04-20Adapt to new pw_copy() API, closes PR 3698.Todd C. Miller
2003-09-02fix use-after-free for expired passwds; ok deraadt, tdevalMarkus Friedl
2002-06-09some -Wall and spaces cleanup, scsi.c left.Federico G. Schwindt
2002-02-19login_close() should avoid memory leak.Mike Pechkin
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-08-162nd arg to pw_mkdb()Todd C. Miller
2001-08-16consistently use #include "util.h" not <util.h> since util.h lives in this dir.Todd C. Miller
2000-11-26login_check_expire(3), a helper function for use with BSD authentication.Todd C. Miller