History log of /openbsd-src/usr.bin/ssh/ssh-gss.h (Results 1 – 16 of 16)
Revision Date Author Comments
# 5a862d4e 17-May-2024 jsg <jsg@openbsd.org>

remove prototypes with no matching function; ok djm@


# 94a54550 27-Jan-2021 djm <djm@openbsd.org>

make ssh->kex->session_id a sshbuf instead of u_char*/size_t and
use that instead of global variables containing copies of it.
feedback/ok markus@


# f54171df 10-Jul-2018 djm <djm@openbsd.org>

kerberos/gssapi fixes for buffer removal


# b3ab9314 10-Jul-2018 djm <djm@openbsd.org>

one mention of Buffer that almost got away :)


# 0fafb8f1 24-Jun-2017 djm <djm@openbsd.org>

refactor authentication logging

optionally record successful auth methods and public credentials
used in a file accessible to user sessions

feedback and ok markus@


# 1909bf1d 26-Feb-2014 djm <djm@openbsd.org>

bz#2107 - cache OIDs of supported GSSAPI mechanisms before privsep
sandboxing, as running this code in the sandbox can cause violations;
ok markus@


# f22381e8 12-Jun-2007 djm <djm@openbsd.org>

relocate server-only GSSAPI code from libssh to server; bz #1225
patch from simon AT sxw.org.uk; ok markus@ dtucker@


# 255540c0 18-Aug-2006 djm <djm@openbsd.org>

constify host argument to match the rest of the GSSAPI functions and
unbreak compilation with -Werror


# 8def7019 18-Aug-2006 djm <djm@openbsd.org>

bz #1218 - disable SPNEGO as per RFC4462; diff from simon AT sxw.org.uk
ok markus@


# bd9502d5 03-Aug-2006 deraadt <deraadt@openbsd.org>

almost entirely get rid of the culture of ".h files that include .h files"
ok djm, sort of ok stevesk
makes the pain stop in one easy step


# 84cabb10 25-Mar-2006 djm <djm@openbsd.org>

standardise spacing in $OpenBSD$ tags; requested by deraadt@


# b1773281 21-Jun-2004 avsm <avsm@openbsd.org>

make ssh -Wshadow clean, no functional changes
markus@ ok


# 1615790e 17-Nov-2003 markus <markus@openbsd.org>

replace "gssapi" with "gssapi-with-mic"; from Simon Wilkinson; test + ok jakob.


# 360bf913 02-Oct-2003 markus <markus@openbsd.org>

missing $OpenBSD:; dtucker


# b8b8936d 23-Sep-2003 markus <markus@openbsd.org>

replace fatal_cleanup() and linked list of fatal callbacks with static
cleanup_exit() function. re-refine cleanup_exit() where appropriate,
allocate sshd's authctxt eary to allow simpler cleanup in

replace fatal_cleanup() and linked list of fatal callbacks with static
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@

show more ...


# c9017d5d 22-Aug-2003 markus <markus@openbsd.org>

support GSS API user authentication; patches from Simon Wilkinson,
stripped down and tested by Jakob and myself.