summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/ssh-gss.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* make ssh->kex->session_id a sshbuf instead of u_char*/size_t anddjm2021-01-271-2/+2
| | | | | use that instead of global variables containing copies of it. feedback/ok markus@
* 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
| | | | | | | optionally record successful auth methods and public credentials used in a file accessible to user sessions feedback and ok markus@
* bz#2107 - cache OIDs of supported GSSAPI mechanisms before privsepdjm2014-02-261-1/+3
| | | | | sandboxing, as running this code in the sandbox can cause violations; ok markus@
* relocate server-only GSSAPI code from libssh to server; bz #1225djm2007-06-121-3/+2
| | | | patch from simon AT sxw.org.uk; ok markus@ dtucker@
* constify host argument to match the rest of the GSSAPI functions anddjm2006-08-181-2/+2
| | | | unbreak compilation with -Werror
* bz #1218 - disable SPNEGO as per RFC4462; diff from simon AT sxw.org.ukdjm2006-08-181-1/+2
| | | | ok markus@
* almost entirely get rid of the culture of ".h files that include .h files"deraadt2006-08-031-3/+1
| | | | | ok djm, sort of ok stevesk makes the pain stop in one easy step
* standardise spacing in $OpenBSD$ tags; requested by deraadt@djm2006-03-251-1/+1
|
* make ssh -Wshadow clean, no functional changesavsm2004-06-211-20/+20
| | | | markus@ ok
* 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
| | | | | | cleanup_exit() function. re-refine cleanup_exit() where appropriate, allocate sshd's authctxt eary to allow simpler cleanup in sshd. tested by many, ok deraadt@
* support GSS API user authentication; patches from Simon Wilkinson,markus2003-08-221-0/+109
stripped down and tested by Jakob and myself.