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
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
2018-07-20
remove unused zlib.h
Damien Miller
2018-07-11
remove legacy key emulation layer; ok djm@
Markus Friedl
2018-07-10
kerberos/gssapi fixes for buffer removal
Damien Miller
2018-07-09
sshd: switch monitor to sshbuf API; lots of help & ok djm@
Markus Friedl
2018-07-09
sshd: switch authentication to sshbuf API; ok djm@
Markus Friedl
2018-07-09
sshd: switch loginmsg to sshbuf API; ok djm@
Markus Friedl
2018-03-03
switch over to the new authorized_keys options API and remove the
Damien Miller
2018-02-05
Add a couple of non-negativity checks to avoid close(-1).
Theo Buehler
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-18
pass negotiated signing algorithm though to sshkey_verify() and
Damien Miller
2017-10-05
replace statically-sized arrays in ServerOptions with dynamic ones
Damien Miller
2017-10-02
Fix PermitOpen crash; spotted by benno@, ok dtucker@ deraadt@
Damien Miller
2017-09-12
refactor channels.c
Damien Miller
2017-06-24
refactor authentication logging
Damien Miller
2017-05-31
use SO_ZEROIZE for privsep communication (if available)
Markus Friedl
2017-05-31
clear session keys from memory; ok djm@
Markus Friedl
2017-05-30
switch auth2-pubkey.c to modern APIs; with & ok djm@
Markus Friedl
2017-05-30
switch from Key typedef with struct sshkey; ok djm@
Markus Friedl
2017-02-03
use ssh_packet_set_log_preamble() to include connection username
Damien Miller
2016-09-28
Remove support for pre-authentication compression. Doing compression
Damien Miller
2016-09-05
enforce expected request flow for GSSAPI calls; thanks to Jakub Jelen
Damien Miller
2016-08-30
restrict monitor auth calls to be allowed only when their
Damien Miller
2016-08-19
remove UseLogin option and support for having /bin/login manage
Damien Miller
2016-08-13
remove ssh1 server code; ok djm@
Markus Friedl
2016-07-22
move debug("%p", key) to before key is free'd; probable undefined
Damien Miller
2016-05-02
add support for additional fixed DH groups from
Damien Miller
2016-05-02
fix signed/unsigned errors reported by clang-3.7; add
Damien Miller
2016-03-07
refactor canohost.c: move functions that cache results closer to the
Damien Miller
2016-02-15
memleak of algorithm name in mm_answer_sign; reported by Jakub Jelen
Damien Miller
2016-01-14
remove roaming support; ok djm@
Markus Friedl
2015-12-04
implement SHA2-{256,512} for RSASSA-PKCS1-v1_5 signatures (user and host auth)
Markus Friedl
2015-10-20
Compare pointers to NULL rather than 0.
mmcc
2015-09-04
don't record hostbased authentication hostkeys as user keys
Damien Miller
2015-09-02
Fix occurrences of "r = func() != 0" which result in the wrong error
Jonathan Gray
2015-08-21
Improve size == 0, count == 0 checking in mm_zalloc, which is "array" like.
Theo de Raadt
2015-06-22
Don't count successful partial authentication as failures in monitor;
Damien Miller
2015-05-04
Remove pattern length argument from match_pattern_list(),
Damien Miller
2015-05-01
prevent authorized_keys options picked up on public key tests without
Damien Miller
2015-04-27
fix compilation with OPENSSL=no; ok dtucker@
Damien Miller
[next]