summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/monitor.c
AgeCommit message (Expand)Author
2023-05-10Remove now-unused prototypes for ssh1 RSA functions. From lengyijun viaDarren Tucker
2023-02-17Remove now-unused compat bit SSH_BUG_RSASIGMD5. The code to set thisDarren Tucker
2022-06-15make sure that UseDNS hostname lookup happens in the monitor andDamien Miller
2022-05-27refactor authorized_keys/principals handlingDamien Miller
2022-02-25save an unneccessary alloc/free, based on patch fromDamien Miller
2022-01-28When it's the possessive of 'it', it's spelled "its", without thePhilip Guenther
2022-01-06log signature algorithm during verification by monitor; ok markusDamien Miller
2021-12-19sshd side of hostbound public key authDamien Miller
2021-08-11remove a bunch of %p in format strings; leftovers of debuggingsDamien Miller
2021-07-02Remove references to ChallengeResponseAuthentication in favour ofDarren Tucker
2021-04-30Remove now-unused skey function prototypes leftover from skey removal.Darren Tucker
2021-04-15do not pass file/func to monitor; noted by Ilja van Sprundel; ok djm@Markus Friedl
2021-03-03don't sshbuf_get_u32() into an enum; reported by goetze ATDamien Miller
2021-01-27make ssh->kex->session_id a sshbuf instead of u_char*/size_t andDamien Miller
2021-01-27remove global variable used to stash compat flags and use theDamien Miller
2021-01-26Rename HostbasedKeyTypes (ssh) and HostbasedAcceptedKeyTypes (sshd) toDarren Tucker
2021-01-22Rename PubkeyAcceptedKeyTypes keyword to PubkeyAcceptedAlgorithms.Darren Tucker
2020-12-29Update/replace the experimental post-quantim hybrid key exchangeDamien Miller
2020-11-27clean up passing of struct passwd from monitor to preauth privsepDamien Miller
2020-10-18use the new variant log macros instead of prepending __func__ andDamien Miller
2020-10-18variants of the log methods that append a ssherr.h string fromDamien Miller
2020-10-16revised log infrastructure for OpenSSHDamien Miller
2020-08-27support for requiring user verified FIDO keys in sshdDamien Miller
2020-08-27support for user-verified FIDO keysDamien Miller
2020-07-07correct recently broken commentsTheo de Raadt
2020-07-05some language improvements; ok markusDamien Miller
2020-03-13spelling errors in comments; no code changeDamien Miller
2020-02-26change explicit_bzero();free() to freezero()Jonathan Gray
2020-02-06Replace "security key" with "authenticator" in program messages.Christian Weisgerber
2020-01-23Replace all calls to signal(2) with a wrapper around sigaction(2).Darren Tucker
2019-12-15allow security keys to act as host keys as well as user keys.Damien Miller
2019-11-25redundant testDamien Miller
2019-11-25add a "no-touch-required" option for authorized_keys and a similarDamien Miller
2019-11-25Add a sshd_config PubkeyAuthOptions directiveDamien Miller
2019-11-25Add new structure for signature optionsDamien Miller
2019-11-19a little more information from the monitor when signatureDamien Miller
2019-10-31Refactor signing - use sshkey_sign for everything, including the newDamien Miller
2019-10-07reversed test yielded incorrect debug messageDamien Miller
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
2019-01-21merge kexkem[cs] into kexgenDamien Miller
2019-01-21use KEM API for vanilla ECDHDamien Miller
2019-01-21use KEM API for vanilla DH KEXDamien Miller
2019-01-21use KEM API for vanilla c25519 KEXDamien Miller
2019-01-21Add support for a PQC KEX/KEM: sntrup4591761x25519-sha512@tinyssh.orgDamien Miller
2019-01-19remove last references to active_stateDamien Miller
2019-01-19convert monitor.c to new packet APIDamien Miller
2019-01-19convert auth.c to new packet APIDamien Miller
2019-01-19begin landing remaining refactoring of packet parsing API, startedDamien Miller
2018-11-16fix bug in HostbasedAcceptedKeyTypes and PubkeyAcceptedKeyTypes options.Damien Miller
2018-09-13hold our collective noses and use the openssl-1.1.x API in OpenSSH;Damien Miller