History log of /openbsd/usr.bin/ssh/gss-serv-krb5.c (Results 1 – 9 of 9)
Revision Date Author Comments
# 234e08ab 09-Jul-2018 markus <markus@openbsd.org>

sshd: switch GSSAPI to sshbuf API; ok djm@


# c21abc57 20-Jul-2013 djm <djm@openbsd.org>

fix kerberos/GSSAPI deprecation warnings and linking; "looks okay" millert@


# 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


# c691e800 02-Jul-2006 stevesk <stevesk@openbsd.org>

no "servconf.h" needed here


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

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


# ba900511 13-Oct-2005 stevesk <stevesk@openbsd.org>

unused declarations; ok deraadt@


# ccef20ec 21-Jul-2004 djm <djm@openbsd.org>

fix function declaration


# 30e570c7 21-Nov-2003 djm <djm@openbsd.org>

unexpand and delete whitespace at EOL; ok markus@


# 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.