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
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
2009-05-28
Keep track of number of bytes read and written. Needed for upcoming
Andreas Gunnarsson
2009-05-25
Put the globals in packet.c into a struct and don't access it directly
Andreas Gunnarsson
2009-03-05
refactor the (disabled) Schnorr proof code to make it a little more
Damien Miller
2008-11-04
Add support for an experimental zero-knowledge password authentication
Damien Miller
2008-07-10
sync v1 and v2 traffic accounting; add it to sshd, too; ok djm@, dtucker@
Markus Friedl
2008-05-08
Make the maximum number of sessions run-time controllable via
Damien Miller
2008-05-08
Implement a channel success/failure status confirmation callback
Damien Miller
2007-10-29
Send config block back to slave for invalid users too so options
Darren Tucker
2007-09-21
unifdef -DBSD_AUTH
Damien Miller
2007-09-04
make file descriptor passing code return an error rather than call fatal()
Damien Miller
[next]