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
/
usr.bin
/
ssh
/
gss-genr.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
kerberos/gssapi fixes for buffer removal
djm
2018-07-10
1
-1
/
+16
*
sshd: switch GSSAPI to sshbuf API; ok djm@
markus
2018-07-09
1
-19
/
+27
*
Add MAXIMUM(), MINIMUM(), and ROUNDUP() to misc.h, then use those definitions
deraadt
2016-09-12
1
-2
/
+1
*
Reduce use of <sys/param.h> and transition to <limits.h> throughout.
deraadt
2015-01-20
1
-1
/
+2
*
use calloc for all structure allocations; from markus@
djm
2013-11-08
1
-2
/
+2
*
bye, bye xfree(); ok markus@
djm
2013-05-17
1
-8
/
+8
*
alphabetize includes; reduces diff vs portable and style(9). ok stevesk djm
dtucker
2009-06-22
1
-2
/
+2
*
Pass GSS OID to gss_display_status to provide better information in
dtucker
2007-06-12
1
-4
/
+4
*
relocate server-only GSSAPI code from libssh to server; bz #1225
djm
2007-06-12
1
-44
/
+1
*
Work around a problem in Heimdal that occurs when KRB5CCNAME file is
dtucker
2006-08-29
1
-3
/
+4
*
GSSAPI error code should be 0 and not -1; from simon@sxw.org.uk
djm
2006-08-18
1
-2
/
+2
*
constify host argument to match the rest of the GSSAPI functions and
djm
2006-08-18
1
-2
/
+2
*
bz #1218 - disable SPNEGO as per RFC4462; diff from simon AT sxw.org.uk
djm
2006-08-18
1
-2
/
+31
*
almost entirely get rid of the culture of ".h files that include .h files"
deraadt
2006-08-03
1
-4
/
+3
*
move #include <sys/param.h> out of includes.h
stevesk
2006-07-26
1
-1
/
+3
*
move #include <string.h> out of includes.h
stevesk
2006-07-22
1
-1
/
+3
*
GSSAPI buffers shouldn't be nul-terminated, spotted in bugzilla #1066
djm
2006-04-03
1
-4
/
+5
*
standardise spacing in $OpenBSD$ tags; requested by deraadt@
djm
2006-03-25
1
-1
/
+1
*
introduce xcalloc() and xasprintf() failure-checked allocations functions
djm
2006-03-25
1
-4
/
+2
*
more GSSAPI related leaks detected by Coverity via elad AT netbsd.org;
djm
2006-03-20
1
-4
/
+12
*
KNF; ok djm@
stevesk
2005-10-13
1
-2
/
+3
*
remove unneeded #includes; ok markus@
stevesk
2005-10-13
1
-3
/
+1
*
knf says that a 2nd level indent is four (not three or five) spaces
djm
2005-07-17
1
-3
/
+3
*
unexpand and delete whitespace at EOL; ok markus@
djm
2003-11-21
1
-5
/
+5
*
replace "gssapi" with "gssapi-with-mic"; from Simon Wilkinson; test + ok jakob.
markus
2003-11-17
1
-1
/
+26
*
support GSS API user authentication; patches from Simon Wilkinson,
markus
2003-08-22
1
-0
/
+256