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