summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/auth-krb5.c
AgeCommit message (Collapse)Author
2003-11-21unexpand and delete whitespace at EOL; ok markus@Damien Miller
2003-11-04standardise arguments to auth methods - they should all take authctxt.Damien Miller
check authctxt->valid rather then pw != NULL; ok markus@
2003-09-23replace fatal_cleanup() and linked list of fatal callbacks with staticMarkus Friedl
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@
2003-08-28remove kerberos support from ssh1, since it has been replaced with GSSAPI;Markus Friedl
but keep kerberos passwd auth for ssh1 and 2; ok djm, hin, henning, ...
2003-07-16mcc -> fcc; from Love Hörnquist Åstrand <lha@it.su.se>Markus Friedl
otherwise the kerberos credentinal is stored in a memory cache in the privileged sshd. ok jabob@, hin@ (some time ago)
2002-11-21KNFTheo de Raadt
2002-09-09kerberos support for privsep. confirmed to work by lha@stacken.kth.seJun-ichiro itojun Hagino
patch from markus
2002-03-19KNF whitespaceMarkus Friedl
2002-03-16BSD license. from Daniel Kouril via Dug Song. ok markus@Kevin Steves
2002-03-04$OpenBSD$ and RCSID() cleanup: don't use RCSID() in .h files; addKevin Steves
missing RCSID() to .c files and remove dup /*$OpenBSD$*/ from .c files. ok markus@
2002-02-15krb5_get_err_text() does not like context==NULL; he@nordu.net via google; ok ↵Markus Friedl
provos@
2002-01-27need privileged uid for krb5_verify_user(), ok hin@, dugsong@, netbsdMarkus Friedl
2001-12-19basic KNF done while i was looking for something elseTheo de Raadt
2001-11-12fix krb5 authorization check. found by <jhawk@MIT.EDU>. from art@, deraadt@ okDug Song
2001-06-26Kerberos v5 support for SSH1, mostly from Assar Westerlund ↵Dug Song
<assar@freebsd.org> and Bjorn Gronvall <bg@sics.se>. markus@ ok