index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
libutil
/
check_expire.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use the backchannel for all error messages instead of syslog(3).
millert
2015-11-26
1
-16
/
+15
*
tzfile.h is an internal header that should never have been installed.
millert
2015-03-15
1
-4
/
+5
*
Delete secret or secret-derived data with explicit_bzero.
doug
2014-08-25
1
-2
/
+2
*
use O_CLOEXEC with open() instead of open/fcntl; from David Hill
okan
2013-04-29
1
-3
/
+3
*
Adapt to new pw_copy() API, closes PR 3698.
millert
2004-04-20
1
-11
/
+6
*
fix use-after-free for expired passwds; ok deraadt, tdeval
markus
2003-09-02
1
-7
/
+9
*
some -Wall and spaces cleanup, scsi.c left.
fgsch
2002-06-09
1
-2
/
+2
*
login_close() should avoid memory leak.
mpech
2002-02-19
1
-1
/
+2
*
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.
millert
2002-02-16
1
-2
/
+2
*
2nd arg to pw_mkdb()
millert
2001-08-16
1
-2
/
+2
*
consistently use #include "util.h" not <util.h> since util.h lives in this dir.
millert
2001-08-16
1
-3
/
+3
*
login_check_expire(3), a helper function for use with BSD authentication.
millert
2000-11-26
1
-0
/
+191