summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/auth2-hostbased.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* update to new API (key_fingerprint => sshkey_fingerprint)djm2015-01-281-5/+7
* remove obsolete commentdjm2015-01-281-2/+1
* add sshd_config HostbasedAcceptedKeyTypes and PubkeyAcceptedKeyTypesdjm2015-01-131-1/+10
* deprecate key_load_private_pem() and sshkey_load_private_pem()djm2015-01-081-1/+2
* KNF and add a little more debug()djm2014-12-231-5/+13
* Add FingerprintHash option to control algorithm used for keydjm2014-12-211-3/+4
* Add support for Unix domain socket forwarding. A remote TCP portmillert2014-07-151-1/+2
* refuse RSA keys from old proprietary clients/servers that use thedjm2013-12-301-1/+7
* for hostbased authentication, print the client host and user ondjm2013-06-211-1/+5
* bye, bye xfree(); ok markus@djm2013-05-171-7/+7
* enable certificates for hostbased authentication, from Iain Morgan;djm2010-08-041-3/+28
* Add a TrustedUserCAKeys option to sshd_config to specify CA keys thatdjm2010-03-041-1/+4
* strip trailing '.' from hostname when HostbasedUsesNameFromPacketOnly=yesdjm2008-07-171-5/+6
* almost entirely get rid of the culture of ".h files that include .h files"deraadt2006-08-031-5/+8
* move #include <string.h> out of includes.hstevesk2006-07-221-1/+2
* move #include <pwd.h> out of includes.h; ok markus@stevesk2006-07-061-1/+5
* Put $OpenBSD$ tags back (as comments) to replace the RCSID()s thatdjm2006-03-251-0/+1
* RCSID() can diederaadt2006-03-191-1/+0
* fix mem leaks; some fixes from Pete Flugstad; tested dtucker@markus2004-01-191-2/+2
* int -> u_int; ok djm@, deraadt@, mouring@markus2003-06-241-2/+2
* deprecate VerifyReverseMapping since it's dangerous if combinedmarkus2003-06-021-2/+2
* rename log() into logit() to avoid name conflict. markus ok, from netbsditojun2003-04-081-3/+3
* move Authmethod definitons to per-method file.markus2002-05-311-2/+8
* split auth2.c into one file per method; ok provos@/deraadt@markus2002-05-251-0/+176