index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
ssh
/
auth2-pubkey.c
Age
Commit message (
Expand
)
Author
2024-05-17
Start the process of splitting sshd into separate binaries. This step
Damien Miller
2023-07-27
make sshd_config AuthorizedPrincipalsCommand and AuthorizedKeysCommand
Damien Miller
2023-02-17
Remove now-unused compat bit SSH_BUG_RSASIGMD5. The code to set this
Darren Tucker
2022-09-17
Add RequiredRSASize for sshd(8); RSA keys that fall beneath this limit
Damien Miller
2022-06-15
make sure that UseDNS hostname lookup happens in the monitor and
Damien Miller
2022-05-27
split the low-level file handling functions out from auth2-pubkey.c
Damien Miller
2022-05-27
refactor authorized_keys/principals handling
Damien Miller
2022-02-27
include rejected signature algorithm in error message and not the
Christian Weisgerber
2021-12-19
sshd side of hostbound public key auth
Damien Miller
2021-12-19
prepare for multiple names for authmethods
Damien Miller
2021-09-29
add some debug output showing how many key file/command lines
Damien Miller
2021-07-23
Let allowed signers files used by ssh-keygen(1) signatures support key
Damien Miller
2021-06-08
Allow argv_split() to optionally terminate tokenisation when it
Damien Miller
2021-04-03
highly polished whitespace, mostly fixing spaces-for-tab and bad
Damien Miller
2021-01-27
make ssh->kex->session_id a sshbuf instead of u_char*/size_t and
Damien Miller
2021-01-26
move check_host_cert() from sshconnect,c to sshkey.c and refactor
Damien Miller
2021-01-22
Rename PubkeyAcceptedKeyTypes keyword to PubkeyAcceptedAlgorithms.
Darren Tucker
2020-12-22
move subprocess() from auth.c to misc.c
Damien Miller
2020-12-17
fix possible error("%s", NULL) on error paths
Damien Miller
2020-10-18
use the new variant log macros instead of prepending __func__ and
Damien Miller
2020-08-27
support for requiring user verified FIDO keys in sshd
Damien Miller
2020-02-06
Replace "security key" with "authenticator" in program messages.
Christian Weisgerber
2020-01-23
Replace all calls to signal(2) with a wrapper around sigaction(2).
Darren Tucker
2019-11-25
add a "no-touch-required" option for authorized_keys and a similar
Damien Miller
2019-11-25
Add a sshd_config PubkeyAuthOptions directive
Damien Miller
2019-11-25
Add new structure for signature options
Damien Miller
2019-09-06
lots of things were relying on libcrypto headers to transitively
Damien Miller
2019-09-03
move advance_past_options to authfile.c and make it public;
Damien Miller
2019-09-03
move skip_space() to misc.c and make it public; ok markus@
Damien Miller
2019-07-16
remove mostly vestigal uuencode.[ch]; moving the only unique
Damien Miller
2019-06-21
print the correct AuthorizedPrincipalsCommand rather than an
Damien Miller
2019-06-14
for public key authentication, check AuthorizedKeysFiles files before
Damien Miller
2019-05-20
embiggen format buffer size for certificate serial number so
Damien Miller
2019-01-22
print the full pubkey being attempted at loglevel >= debug2; bz2939
Damien Miller
2018-09-20
Add sshd_config CASignatureAlgorithms option to allow control over
Damien Miller
2018-08-28
fix misplaced parenthesis inside if-clause. it's harmless and the only issue is
Ricardo Mestre
2018-08-23
memleak introduced in r1.83; from Colin Watson
Damien Miller
2018-07-31
delay bailout for invalid authenticating user until after the packet
Damien Miller
2018-07-11
treat ssh_packet_write_wait() errors as fatal; ok djm@
Markus Friedl
2018-07-09
sshd: switch authentication to sshbuf API; ok djm@
Markus Friedl
2018-07-03
Improve strictness and control over RSA-SHA2 signature types:
Damien Miller
2018-06-06
switch config file parsing to getline(3) as this avoids static limits
Markus Friedl
2018-06-01
make UID available as a %-expansion everywhere that the username is
Damien Miller
2018-03-03
switch over to the new authorized_keys options API and remove the
Damien Miller
2018-02-07
ssh_free checks for and handles NULL args, remove NULL checks from remaining
Darren Tucker
2018-01-23
Drop compatibility hacks for some ancient SSH implementations, including
Damien Miller
2017-12-21
revert stricter key type / signature type checking in userauth path;
Damien Miller
2017-12-19
include signature type and CA key (if applicable) in some debug messages
Damien Miller
2017-12-18
pass negotiated signing algorithm though to sshkey_verify() and
Damien Miller
2017-09-07
typo in comment
Damien Miller
[next]