summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/auth2-hostbased.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add new structure for signature optionsdjm2019-11-251-2/+2
* lots of things were relying on libcrypto headers to transitivelydjm2019-09-061-1/+2
* remove last references to active_statedjm2019-01-191-7/+5
* begin landing remaining refactoring of packet parsing API, starteddjm2019-01-191-1/+3
* Add sshd_config CASignatureAlgorithms option to allow control overdjm2018-09-201-1/+8
* fix build with DEBUG_PK enabledmestre2018-08-281-2/+2
* delay bailout for invalid authenticating user until after the packetdjm2018-07-311-5/+6
* sshd: switch authentication to sshbuf API; ok djm@markus2018-07-091-2/+2
* Improve strictness and control over RSA-SHA2 signature types:djm2018-07-031-3/+2
* Drop compatibility hacks for some ancient SSH implementations, includingdjm2018-01-231-5/+3
* pass negotiated signing algorithm though to sshkey_verify() anddjm2017-12-181-2/+2
* refactor authentication loggingdjm2017-06-241-4/+4
* switch auth2 to ssh_dispatch API; ok djm@markus2017-05-301-3/+3
* switch auth2-hostbased.c to modern APIs; ok djm@markus2017-05-301-49/+54
* switch auth2-pubkey.c to modern APIs; with & ok djm@markus2017-05-301-3/+3
* switch from Key typedef with struct sshkey; ok djm@markus2017-05-301-3/+3
* refactor canohost.c: move functions that cache results closer to thedjm2016-03-071-3/+4
* Remove pattern length argument from match_pattern_list(),djm2015-05-041-3/+2
* 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