summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/auth2-hostbased.c
AgeCommit message (Expand)Author
2024-05-17Start the process of splitting sshd into separate binaries. This stepDamien Miller
2023-03-05Remove unused compat.h includes. We've previously removed a lotDarren Tucker
2023-02-17Remove now-unused compat bit SSH_BUG_RSASIGMD5. The code to set thisDarren Tucker
2022-09-17Add RequiredRSASize for sshd(8); RSA keys that fall beneath this limitDamien Miller
2022-01-06include rejected signature algorithm in error message and not theDamien Miller
2021-12-19prepare for multiple names for authmethodsDamien Miller
2021-07-23Let allowed signers files used by ssh-keygen(1) signatures support keyDamien Miller
2021-01-27make ssh->kex->session_id a sshbuf instead of u_char*/size_t andDamien Miller
2021-01-26Rename HostbasedKeyTypes (ssh) and HostbasedAcceptedKeyTypes (sshd) toDarren Tucker
2021-01-26move check_host_cert() from sshconnect,c to sshkey.c and refactorDamien Miller
2020-10-18use the new variant log macros instead of prepending __func__ andDamien Miller
2019-11-25Add new structure for signature optionsDamien Miller
2019-09-06lots of things were relying on libcrypto headers to transitivelyDamien Miller
2019-01-19remove last references to active_stateDamien Miller
2019-01-19begin landing remaining refactoring of packet parsing API, startedDamien Miller
2018-09-20Add sshd_config CASignatureAlgorithms option to allow control overDamien Miller
2018-08-28fix build with DEBUG_PK enabledRicardo Mestre
2018-07-31delay bailout for invalid authenticating user until after the packetDamien Miller
2018-07-09sshd: switch authentication to sshbuf API; ok djm@Markus Friedl
2018-07-03Improve strictness and control over RSA-SHA2 signature types:Damien Miller
2018-01-23Drop compatibility hacks for some ancient SSH implementations, includingDamien Miller
2017-12-18pass negotiated signing algorithm though to sshkey_verify() andDamien Miller
2017-06-24refactor authentication loggingDamien Miller
2017-05-30switch auth2 to ssh_dispatch API; ok djm@Markus Friedl
2017-05-30switch auth2-hostbased.c to modern APIs; ok djm@Markus Friedl
2017-05-30switch auth2-pubkey.c to modern APIs; with & ok djm@Markus Friedl
2017-05-30switch from Key typedef with struct sshkey; ok djm@Markus Friedl
2016-03-07refactor canohost.c: move functions that cache results closer to theDamien Miller
2015-05-04Remove pattern length argument from match_pattern_list(),Damien Miller
2015-01-28update to new API (key_fingerprint => sshkey_fingerprint)Damien Miller
2015-01-28remove obsolete commentDamien Miller
2015-01-13add sshd_config HostbasedAcceptedKeyTypes and PubkeyAcceptedKeyTypesDamien Miller
2015-01-08deprecate key_load_private_pem() and sshkey_load_private_pem()Damien Miller
2014-12-23KNF and add a little more debug()Damien Miller
2014-12-21Add FingerprintHash option to control algorithm used for keyDamien Miller
2014-07-15Add support for Unix domain socket forwarding. A remote TCP portTodd C. Miller
2013-12-30refuse RSA keys from old proprietary clients/servers that use theDamien Miller
2013-06-21for hostbased authentication, print the client host and user onDamien Miller
2013-05-17bye, bye xfree(); ok markus@Damien Miller
2010-08-04enable certificates for hostbased authentication, from Iain Morgan;Damien Miller
2010-03-04Add a TrustedUserCAKeys option to sshd_config to specify CA keys thatDamien Miller
2008-07-17strip trailing '.' from hostname when HostbasedUsesNameFromPacketOnly=yesDamien Miller
2006-08-03almost entirely get rid of the culture of ".h files that include .h files"Theo de Raadt
2006-07-22move #include <string.h> out of includes.hKevin Steves
2006-07-06move #include <pwd.h> out of includes.h; ok markus@Kevin Steves
2006-03-25Put $OpenBSD$ tags back (as comments) to replace the RCSID()s thatDamien Miller
2006-03-19RCSID() can dieTheo de Raadt
2004-01-19fix mem leaks; some fixes from Pete Flugstad; tested dtucker@Markus Friedl
2003-06-24int -> u_int; ok djm@, deraadt@, mouring@Markus Friedl
2003-06-02deprecate VerifyReverseMapping since it's dangerous if combinedMarkus Friedl