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