summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/auth2-gss.c
AgeCommit message (Expand)Author
2018-07-31delay bailout for invalid authenticating user until after the packetDamien Miller
2018-07-10kerberos/gssapi fixes for buffer removalDamien Miller
2018-07-09sshd: switch GSSAPI to sshbuf API; ok djm@Markus Friedl
2017-06-24refactor authentication loggingDamien Miller
2017-05-30switch auth2 to ssh_dispatch API; ok djm@Markus Friedl
2017-05-30protocol handlers all get struct ssh passed; ok djm@Markus Friedl
2017-05-30sshd: pass struct ssh to auth functions; ok djm@Markus Friedl
2015-01-19move dispatch to struct ssh; ok djm@Markus Friedl
2014-02-26bz#2107 - cache OIDs of supported GSSAPI mechanisms before privsepDamien Miller
2013-05-17bye, bye xfree(); ok markus@Damien Miller
2013-04-05hush some {unused, printf type} warningsDamien Miller
2012-12-02Fixes logging of partial authentication when privsep is enabledDamien Miller
2011-03-10allow GSSAPI authentication to detect when a server-side failure causesDamien Miller
2007-10-29Allow build without -DGSSAPI; ok deraadt@Darren Tucker
2006-08-03almost entirely get rid of the culture of ".h files that include .h files"Theo de Raadt
2006-03-25standardise spacing in $OpenBSD$ tags; requested by deraadt@Damien Miller
2006-03-20GSSAPI 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
2005-06-17make this -Wsign-compare clean; ok avsm@ markus@Damien Miller
2004-06-21make ssh -Wshadow clean, no functional changesAnil Madhavapeddy
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-11-02remove support for SSH_BUG_GSSAPI_BER; simon@sxw.org.ukMarkus Friedl
2003-10-21make sure the doid is larger than 2Markus Friedl
2003-09-01fix leakMarkus Friedl
2003-08-2464 bit cleanups; markus okTheo de Raadt
2003-08-22support GSS API user authentication; patches from Simon Wilkinson,Markus Friedl