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
/
monitor.c
Age
Commit message (
Expand
)
Author
2023-05-10
Remove now-unused prototypes for ssh1 RSA functions. From lengyijun via
Darren Tucker
2023-02-17
Remove now-unused compat bit SSH_BUG_RSASIGMD5. The code to set this
Darren Tucker
2022-06-15
make sure that UseDNS hostname lookup happens in the monitor and
Damien Miller
2022-05-27
refactor authorized_keys/principals handling
Damien Miller
2022-02-25
save an unneccessary alloc/free, based on patch from
Damien Miller
2022-01-28
When it's the possessive of 'it', it's spelled "its", without the
Philip Guenther
2022-01-06
log signature algorithm during verification by monitor; ok markus
Damien Miller
2021-12-19
sshd side of hostbound public key auth
Damien Miller
2021-08-11
remove a bunch of %p in format strings; leftovers of debuggings
Damien Miller
2021-07-02
Remove references to ChallengeResponseAuthentication in favour of
Darren Tucker
2021-04-30
Remove now-unused skey function prototypes leftover from skey removal.
Darren Tucker
2021-04-15
do not pass file/func to monitor; noted by Ilja van Sprundel; ok djm@
Markus Friedl
2021-03-03
don't sshbuf_get_u32() into an enum; reported by goetze AT
Damien Miller
2021-01-27
make ssh->kex->session_id a sshbuf instead of u_char*/size_t and
Damien Miller
2021-01-27
remove global variable used to stash compat flags and use the
Damien Miller
2021-01-26
Rename HostbasedKeyTypes (ssh) and HostbasedAcceptedKeyTypes (sshd) to
Darren Tucker
2021-01-22
Rename PubkeyAcceptedKeyTypes keyword to PubkeyAcceptedAlgorithms.
Darren Tucker
2020-12-29
Update/replace the experimental post-quantim hybrid key exchange
Damien Miller
2020-11-27
clean up passing of struct passwd from monitor to preauth privsep
Damien Miller
2020-10-18
use the new variant log macros instead of prepending __func__ and
Damien Miller
2020-10-18
variants of the log methods that append a ssherr.h string from
Damien Miller
2020-10-16
revised log infrastructure for OpenSSH
Damien Miller
2020-08-27
support for requiring user verified FIDO keys in sshd
Damien Miller
2020-08-27
support for user-verified FIDO keys
Damien Miller
2020-07-07
correct recently broken comments
Theo de Raadt
2020-07-05
some language improvements; ok markus
Damien Miller
2020-03-13
spelling errors in comments; no code change
Damien Miller
2020-02-26
change explicit_bzero();free() to freezero()
Jonathan Gray
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-12-15
allow security keys to act as host keys as well as user keys.
Damien Miller
2019-11-25
redundant test
Damien Miller
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-11-19
a little more information from the monitor when signature
Damien Miller
2019-10-31
Refactor signing - use sshkey_sign for everything, including the new
Damien Miller
2019-10-07
reversed test yielded incorrect debug message
Damien Miller
2019-06-28
When system calls indicate an error they return -1, not some arbitrary
Theo de Raadt
2019-01-21
merge kexkem[cs] into kexgen
Damien Miller
2019-01-21
use KEM API for vanilla ECDH
Damien Miller
2019-01-21
use KEM API for vanilla DH KEX
Damien Miller
2019-01-21
use KEM API for vanilla c25519 KEX
Damien Miller
2019-01-21
Add support for a PQC KEX/KEM: sntrup4591761x25519-sha512@tinyssh.org
Damien Miller
2019-01-19
remove last references to active_state
Damien Miller
2019-01-19
convert monitor.c to new packet API
Damien Miller
2019-01-19
convert auth.c to new packet API
Damien Miller
2019-01-19
begin landing remaining refactoring of packet parsing API, started
Damien Miller
2018-11-16
fix bug in HostbasedAcceptedKeyTypes and PubkeyAcceptedKeyTypes options.
Damien Miller
2018-09-13
hold our collective noses and use the openssl-1.1.x API in OpenSSH;
Damien Miller
[next]