summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/ssh-gss.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* make ssh->kex->session_id a sshbuf instead of u_char*/size_t anddjm2021-01-271-2/+2
* kerberos/gssapi fixes for buffer removaldjm2018-07-101-1/+4
* one mention of Buffer that almost got away :)djm2018-07-101-2/+3
* refactor authentication loggingdjm2017-06-241-1/+2
* bz#2107 - cache OIDs of supported GSSAPI mechanisms before privsepdjm2014-02-261-1/+3
* relocate server-only GSSAPI code from libssh to server; bz #1225djm2007-06-121-3/+2
* constify host argument to match the rest of the GSSAPI functions anddjm2006-08-181-2/+2
* bz #1218 - disable SPNEGO as per RFC4462; diff from simon AT sxw.org.ukdjm2006-08-181-1/+2
* almost entirely get rid of the culture of ".h files that include .h files"deraadt2006-08-031-3/+1
* standardise spacing in $OpenBSD$ tags; requested by deraadt@djm2006-03-251-1/+1
* make ssh -Wshadow clean, no functional changesavsm2004-06-211-20/+20
* replace "gssapi" with "gssapi-with-mic"; from Simon Wilkinson; test + ok jakob.markus2003-11-171-2/+5
* missing $OpenBSD:; dtuckermarkus2003-10-021-0/+1
* replace fatal_cleanup() and linked list of fatal callbacks with staticmarkus2003-09-231-1/+1
* support GSS API user authentication; patches from Simon Wilkinson,markus2003-08-221-0/+109