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
/
libc
/
gen
/
auth_subr.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove support for kerb4 '.' instance separator, kerb4 is dead. OK jacekm@
millert
2009-01-15
1
-5
/
+5
*
msg_controllen has to be CMSG_SPACE so that the kernel can account for
deraadt
2008-03-24
1
-2
/
+2
*
Repair the simple cases for msg_controllen where it should just be
deraadt
2008-03-15
1
-2
/
+2
*
Correct CMSG_SPACE and CMSG_LEN usage everywhere in the tree. Due to
deraadt
2008-03-13
1
-4
/
+7
*
Fix waitpid() idiom. Noticed by deraadt@
millert
2007-11-01
1
-4
/
+3
*
Check snprintf(3) return value for error or truncation.
moritz
2007-09-17
1
-5
/
+15
*
Restart waitpid() if we are interupted by a signal. OK deraadt@
millert
2004-12-02
1
-2
/
+5
*
Use CMSG_SPACE when allocating space for the control message.
millert
2004-08-30
1
-3
/
+3
*
Add my copyright.
millert
2004-08-09
1
-1
/
+16
*
Add support for passing a file descriptor back and forth between
millert
2004-08-03
1
-17
/
+77
*
Use closefrom(); ok millert tedu
deraadt
2004-01-23
1
-4
/
+2
*
Don't clean options in auth_clean() which was introduced in rev 1.8.
millert
2004-01-10
1
-9
/
+1
*
use va_copy() with gcc 3 and up.
brad
2004-01-08
1
-2
/
+8
*
ansification; checked by pval
deraadt
2003-06-11
1
-2
/
+2
*
spelling
deraadt
2003-01-04
1
-2
/
+2
*
Initialize status to zero before calling waitpid(). That way, if
millert
2002-11-22
1
-1
/
+2
*
more snprintf; ok millert
deraadt
2002-11-22
1
-2
/
+2
*
Revert this va_copy addition, it cannot work on macppc (which is the
drahn
2002-10-30
1
-4
/
+2
*
Use va_copy() for varargs assignemnt. va_copy() is standard with C99
drahn
2002-10-24
1
-2
/
+4
*
Replace "if (value != NULL && value == as->FOO)" with just
millert
2002-10-16
1
-6
/
+6
*
Fix typo introduce in last commit
millert
2002-10-15
1
-2
/
+2
*
If auth_setitem() is called with the current value (ie: the pointer
millert
2002-10-15
1
-9
/
+11
*
Cast NULL sentinel in auth_call() to a pointer
millert
2002-10-15
1
-2
/
+2
*
Move the clearing of as->state in auth_challenge() to after the sanity
millert
2002-10-13
1
-7
/
+6
*
If fork() fails, log/report the error *before* we close our fd's just
millert
2002-08-04
1
-3
/
+3
*
KNF
deraadt
2002-06-27
1
-2
/
+2
*
try to use strlcpy and snprintf more; ok various
deraadt
2002-05-24
1
-2
/
+2
*
Convert indentation whitespace -> tabs and kill $@%^#! ^M's
millert
2002-03-13
1
-13
/
+13
*
o) Fix memory leak in _auth_checklogin(), auth_approval(), auth_close() and
mpech
2002-02-05
1
-2
/
+17
*
If waitpid() return ECHILD that should not be a fatal error since
millert
2002-01-14
1
-7
/
+7
*
Convert warn/warnx -> _warn/_warnx
millert
2001-07-02
1
-6
/
+6
*
When splitting instance from username, treat '/' as a separator as
millert
2001-06-24
1
-6
/
+6
*
zero pw_passwd before freeing
millert
2000-11-23
1
-2
/
+5
*
Remove needless memset() from last commit.
millert
2000-11-21
1
-2
/
+1
*
Deal with va_list not being a pointer; this should be re-evaluated.
millert
2000-11-21
1
-13
/
+16
*
BSD authentication routines from BSDI. Presently this is not used but
millert
2000-11-21
1
-0
/
+986