summaryrefslogtreecommitdiffstats
path: root/auth2-pubkey.c
AgeCommit message (Expand)Author
2023-07-28upstream: make sshd_config AuthorizedPrincipalsCommand anddjm@openbsd.org
2023-02-17upstream: Remove now-unused compat bit SSH_BUG_RSASIGMD5. The codedtucker@openbsd.org
2022-09-17upstream: Add RequiredRSASize for sshd(8); RSA keys that falldjm@openbsd.org
2022-06-16upstream: make sure that UseDNS hostname lookup happens in the monitordjm@openbsd.org
2022-05-27upstream: split the low-level file handling functions out fromdjm@openbsd.org
2022-05-27upstream: refactor authorized_keys/principals handlingdjm@openbsd.org
2022-03-01upstream: include rejected signature algorithm in error message andnaddy@openbsd.org
2021-12-20upstream: sshd side of hostbound public key authdjm@openbsd.org
2021-12-20upstream: prepare for multiple names for authmethodsdjm@openbsd.org
2021-09-29upstream: add some debug output showing how many key file/command linesdjm@openbsd.org
2021-07-23upstream: Let allowed signers files used by ssh-keygen(1)djm@openbsd.org
2021-06-08upstream: Allow argv_split() to optionally terminate tokenisationdjm@openbsd.org
2021-04-03upstream: highly polished whitespace, mostly fixing spaces-for-tabdjm@openbsd.org
2021-01-27upstream: make ssh->kex->session_id a sshbuf instead of u_char*/size_tdjm@openbsd.org
2021-01-26upstream: move check_host_cert() from sshconnect,c to sshkey.c anddjm@openbsd.org
2021-01-22upstream: Rename PubkeyAcceptedKeyTypes keyword todtucker@openbsd.org
2020-12-22upstream: move subprocess() from auth.c to misc.cdjm@openbsd.org
2020-12-21upstream: fix possible error("%s", NULL) on error pathsdjm@openbsd.org
2020-10-18upstream: use the new variant log macros instead of prependingdjm@openbsd.org
2020-08-27upstream: support for requiring user verified FIDO keys in sshddjm@openbsd.org
2020-02-07upstream: Replace "security key" with "authenticator" in programnaddy@openbsd.org
2020-01-23upstream: Replace all calls to signal(2) with a wrapper arounddtucker@openbsd.org
2019-11-25upstream: add a "no-touch-required" option for authorized_keys anddjm@openbsd.org
2019-11-25upstream: Add a sshd_config PubkeyAuthOptions directivedjm@openbsd.org
2019-11-25upstream: Add new structure for signature optionsdjm@openbsd.org
2019-09-06upstream: lots of things were relying on libcrypto headers todjm@openbsd.org
2019-09-03upstream: move advance_past_options to authfile.c and make itdjm@openbsd.org
2019-09-03upstream: move skip_space() to misc.c and make it public; okdjm@openbsd.org
2019-07-16upstream: remove mostly vestigal uuencode.[ch]; moving the only uniquedjm@openbsd.org
2019-06-21upstream: print the correct AuthorizedPrincipalsCommand rather thandjm@openbsd.org
2019-06-14upstream: for public key authentication, check AuthorizedKeysFilesdjm@openbsd.org
2019-05-20upstream: embiggen format buffer size for certificate serial number sodjm@openbsd.org
2019-01-22upstream: print the full pubkey being attempted at loglevel >=djm@openbsd.org
2018-09-20upstream: Add sshd_config CASignatureAlgorithms option to allowdjm@openbsd.org
2018-09-09upstream: fix misplaced parenthesis inside if-clause. it's harmlessmestre@openbsd.org
2018-08-23upstream: memleak introduced in r1.83; from Colin Watsondjm@openbsd.org
2018-07-31upstream: delay bailout for invalid authenticdjm@openbsd.org
2018-07-12upstream: treat ssh_packet_write_wait() errors as fatal; ok djm@markus@openbsd.org
2018-07-10upstream: sshd: switch authentication to sshbuf API; ok djm@markus@openbsd.org
2018-07-03upstream: Improve strictness and control over RSA-SHA2 signaturedjm@openbsd.org
2018-06-07upstream: switch config file parsing to getline(3) as this avoidsmarkus@openbsd.org
2018-06-01upstream: make UID available as a %-expansion everywhere that thedjm@openbsd.org
2018-03-03upstream: switch over to the new authorized_keys options API anddjm@openbsd.org
2018-02-09upstream commitdtucker@openbsd.org
2018-01-23upstream commitdjm@openbsd.org
2017-12-21upstream commitdjm@openbsd.org
2017-12-19upstream commitdjm@openbsd.org
2017-12-19upstream commitdjm@openbsd.org
2017-09-12upstream commitdjm@openbsd.org
2017-08-23upstream commitdjm@openbsd.org