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_wrap.c
Age
Commit message (
Expand
)
Author
2019-12-15
allow security keys to act as host keys as well as user keys.
Damien Miller
2019-11-25
Add new structure for signature options
Damien Miller
2019-11-18
additional missing stdarg.h includes when built without WITH_OPENSSL; ok djm@
Christian Weisgerber
2019-10-31
Refactor signing - use sshkey_sign for everything, including the new
Damien Miller
2019-06-28
When system calls indicate an error they return -1, not some arbitrary
Theo de Raadt
2019-01-21
Make sshpkt_get_bignum2() allocate the bignum it is parsing rather
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-07-20
remove unused zlib.h
Damien Miller
2018-07-11
remove legacy key emulation layer; ok djm@
Markus Friedl
2018-07-10
re-remove some pre-auth compression bits
Stefan Fritsch
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 loginmsg to sshbuf API; ok djm@
Markus Friedl
2018-07-09
Revert previous two commits
Stefan Fritsch
2018-07-06
Remove leftovers from pre-authentication compression
Stefan Fritsch
2018-03-03
switch over to the new authorized_keys options API and remove the
Damien Miller
2018-01-08
uuencode.h is not used
Markus Friedl
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-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-05-17
allow LogLevel in sshd_config Match blocks; ok dtucker bz#2717
Damien Miller
2016-08-13
remove ssh1 server code; ok djm@
Markus Friedl
2016-03-07
refactor canohost.c: move functions that cache results closer to the
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-05-01
prevent authorized_keys options picked up on public key tests without
Damien Miller
2015-02-16
Revise hostkeys@openssh.com hostkey learning extension.
Damien Miller
2015-01-19
adapt kex to sshbuf and struct ssh; ok djm@
Markus Friedl
2015-01-19
update packet.c & isolate, introduce struct ssh
Markus Friedl
2015-01-13
adapt mac.c to ssherr.h return codes (de-fatal) and simplify dependencies
Markus Friedl
2014-04-29
make compiling against OpenSSL optional (make OPENSSL=no);
Markus Friedl
2014-02-02
convert memset of potentially-private data to explicit_bzero()
Damien Miller
2014-01-29
remove experimental, never-enabled JPAKE code; ok markus@
Damien Miller
2013-11-06
fix rekeying for AES-GCM modes; ok deraadt
Markus Friedl
2013-05-17
bye, bye xfree(); ok markus@
Damien Miller
2013-01-08
support AES-GCM as defined in RFC 5647 (but with simpler KEX handling)
Markus Friedl
2012-10-01
pasto; ok djm@
Christian Weisgerber
2011-06-17
make the pre-auth privsep slave log via a socketpair shared with the
Damien Miller
2011-05-23
allow AuthorizedKeysFile to specify multiple files, separated by spaces.
Damien Miller
2011-05-20
use a macro to define which string options to copy between configs
Damien Miller
2010-08-31
Implement Elliptic Curve Cryptography modes for key exchange (ECDH) and
Damien Miller
2010-03-07
Hold authentication debug messages until after successful authentication.
Darren Tucker
2009-06-22
alphabetize includes; reduces diff vs portable and style(9). ok stevesk djm
Darren Tucker
[next]