Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-11-21 | unexpand and delete whitespace at EOL; ok markus@ | Damien Miller | |
2003-11-04 | standardise arguments to auth methods - they should all take authctxt. | Damien Miller | |
check authctxt->valid rather then pw != NULL; ok markus@ | |||
2003-09-23 | replace fatal_cleanup() and linked list of fatal callbacks with static | Markus 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-28 | remove 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-16 | mcc -> 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-21 | KNF | Theo de Raadt | |
2002-09-09 | kerberos support for privsep. confirmed to work by lha@stacken.kth.se | Jun-ichiro itojun Hagino | |
patch from markus | |||
2002-03-19 | KNF whitespace | Markus Friedl | |
2002-03-16 | BSD 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; add | Kevin Steves | |
missing RCSID() to .c files and remove dup /*$OpenBSD$*/ from .c files. ok markus@ | |||
2002-02-15 | krb5_get_err_text() does not like context==NULL; he@nordu.net via google; ok ↵ | Markus Friedl | |
provos@ | |||
2002-01-27 | need privileged uid for krb5_verify_user(), ok hin@, dugsong@, netbsd | Markus Friedl | |
2001-12-19 | basic KNF done while i was looking for something else | Theo de Raadt | |
2001-11-12 | fix krb5 authorization check. found by <jhawk@MIT.EDU>. from art@, deraadt@ ok | Dug Song | |
2001-06-26 | Kerberos v5 support for SSH1, mostly from Assar Westerlund ↵ | Dug Song | |
<assar@freebsd.org> and Bjorn Gronvall <bg@sics.se>. markus@ ok |