summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/auth-krb5.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* sshd: switch authentication to sshbuf API; ok djm@markus2018-07-091-3/+3
* move SSH_MSG_NONE, so we don't have to include ssh1.h; ok deraadt@markus2016-05-041-2/+1
* change old $FreeBSD version string in comment so it doesn't become andjm2016-01-271-2/+2
* fix kerberos/GSSAPI deprecation warnings and linking; "looks okay" millert@djm2013-07-201-7/+12
* almost entirely get rid of the culture of ".h files that include .h files"deraadt2006-08-031-3/+8
* Add $OpenBSD$ in comment here toodtucker2006-05-061-0/+1
* RCSID() can diederaadt2006-03-191-1/+0
* Perform Kerberos calls even for invalid users to prevent leaking informationdtucker2005-11-211-5/+2
* unexpand and delete whitespace at EOL; ok markus@djm2003-11-211-3/+3
* standardise arguments to auth methods - they should all take authctxt.djm2003-11-041-2/+2
* replace fatal_cleanup() and linked list of fatal callbacks with staticmarkus2003-09-231-9/+2
* remove kerberos support from ssh1, since it has been replaced with GSSAPI;markus2003-08-281-147/+3
* mcc -> fcc; from Love Hörnquist Åstrand <lha@it.su.se>markus2003-07-161-6/+23
* KNFderaadt2002-11-211-2/+2
* kerberos support for privsep. confirmed to work by lha@stacken.kth.seitojun2002-09-091-12/+8
* KNF whitespacemarkus2002-03-191-2/+2
* BSD license. from Daniel Kouril via Dug Song. ok markus@stevesk2002-03-161-1/+24
* $OpenBSD$ and RCSID() cleanup: don't use RCSID() in .h files; addstevesk2002-03-041-1/+2
* krb5_get_err_text() does not like context==NULL; he@nordu.net via google; ok provos@markus2002-02-151-6/+15
* need privileged uid for krb5_verify_user(), ok hin@, dugsong@, netbsdmarkus2002-01-271-1/+4
* basic KNF done while i was looking for something elsederaadt2001-12-191-42/+42
* fix krb5 authorization check. found by <jhawk@MIT.EDU>. from art@, deraadt@ okdugsong2001-11-121-8/+9
* Kerberos v5 support for SSH1, mostly from Assar Westerlund <assar@freebsd.org> and Bjorn Gronvall <bg@sics.se>. markus@ okdugsong2001-06-261-0/+259