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
/
usr.bin
/
ssh
/
gss-genr.c
Age
Commit message (
Expand
)
Author
2007-06-12
Pass GSS OID to gss_display_status to provide better information in
Darren Tucker
2007-06-12
relocate server-only GSSAPI code from libssh to server; bz #1225
Damien Miller
2006-08-29
Work around a problem in Heimdal that occurs when KRB5CCNAME file is
Darren Tucker
2006-08-18
GSSAPI error code should be 0 and not -1; from simon@sxw.org.uk
Damien Miller
2006-08-18
constify host argument to match the rest of the GSSAPI functions and
Damien Miller
2006-08-18
bz #1218 - disable SPNEGO as per RFC4462; diff from simon AT sxw.org.uk
Damien Miller
2006-08-03
almost entirely get rid of the culture of ".h files that include .h files"
Theo de Raadt
2006-07-26
move #include <sys/param.h> out of includes.h
Kevin Steves
2006-07-22
move #include <string.h> out of includes.h
Kevin Steves
2006-04-03
GSSAPI buffers shouldn't be nul-terminated, spotted in bugzilla #1066
Damien Miller
2006-03-25
standardise spacing in $OpenBSD$ tags; requested by deraadt@
Damien Miller
2006-03-25
introduce xcalloc() and xasprintf() failure-checked allocations functions
Damien Miller
2006-03-20
more GSSAPI related leaks detected by Coverity via elad AT netbsd.org;
Damien Miller
2005-10-13
KNF; ok djm@
Kevin Steves
2005-10-13
remove unneeded #includes; ok markus@
Kevin Steves
2005-07-17
knf says that a 2nd level indent is four (not three or five) spaces
Damien Miller
2003-11-21
unexpand and delete whitespace at EOL; ok markus@
Damien Miller
2003-11-17
replace "gssapi" with "gssapi-with-mic"; from Simon Wilkinson; test + ok jakob.
Markus Friedl
2003-08-22
support GSS API user authentication; patches from Simon Wilkinson,
Markus Friedl