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
Age
Commit message (
Expand
)
Author
2016-10-07
tidy up the formatting in this file. more specifically, replace
Jason McIntyre
2016-10-04
add a comment about implicitly-expected checks to
Damien Miller
2016-09-30
fix some -Wpointer-sign warnings in the new mux proxy; ok markus@
Damien Miller
2016-09-30
ssh proxy mux mode (-O proxy; idea from Simon Tatham):
Markus Friedl
2016-09-28
put back some pre-auth zlib bits that I shouldn't have removed -
Damien Miller
2016-09-28
restore pre-auth compression support in the client -- the previous
Damien Miller
2016-09-28
use a separate TOKENS section, as we've done for sshd_config(5);
Jason McIntyre
2016-09-28
Remove support for pre-authentication compression. Doing compression
Damien Miller
2016-09-26
Avoid a theoretical signed integer overflow should BN_num_bytes()
Damien Miller
2016-09-22
missing bit from previous commit
Damien Miller
2016-09-22
organise the token stuff into a separate section;
Jason McIntyre
2016-09-22
mention curve25519-sha256 KEX
Damien Miller
2016-09-22
support plain curve25519-sha256 KEX algorithm now that it is
Damien Miller
2016-09-22
If ssh receives a PACKET_DISCONNECT during userauth it will cause
Darren Tucker
2016-09-21
correctly return errors from kex_send_ext_info(). Fix from Sami Farin
Damien Miller
2016-09-21
cast uint64_t for printf
Damien Miller
2016-09-21
Revert two recent changes to negated address matching. The new
Damien Miller
2016-09-21
add a way for principals command to get see key ID and serial too
Damien Miller
2016-09-19
move inbound NEWKEYS handling to kex layer; otherwise early NEWKEYS causes
Markus Friedl
2016-09-19
Replace two more arc4random() loops with arc4random_buf().
Martin Natano
2016-09-17
replace two arc4random loops with arc4random_buf
Ted Unangst
2016-09-14
take fingerprint of correct key for AuthorizedPrincipalsCommand
Damien Miller
2016-09-14
add %-escapes to AuthorizedPrincipalsCommand to match those supported
Damien Miller
2016-09-12
handle certs in rsa_hash_alg_from_ident(), saving an unnecessary
Damien Miller
2016-09-12
list all supported signature algorithms in the server-sig-algs
Damien Miller
2016-09-12
Spaces->tabs.
Darren Tucker
2016-09-12
Style whitespace fix. Also happens to remove a no-op diff with portable.
Darren Tucker
2016-09-12
Add MAXIMUM(), MINIMUM(), and ROUNDUP() to misc.h, then use those definitions
Theo de Raadt
2016-09-07
sort; from matthew martin
Jason McIntyre
2016-09-06
ssh_set_newkeys: print correct block counters on rekeying; ok djm@
Markus Friedl
2016-09-06
update ext_info_c every time we receive a kexinit msg; fixes sending of
Markus Friedl
2016-09-05
remove 3des-cbc from the client's default proposal; 64-bit block ciphers
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-28
fix uninitialised optlen in getsockopt() call; harmless on Unix/BSD
Damien Miller
2016-08-27
Pull in <sys/time.h> for struct timeval
Philip Guenther
2016-08-27
Pull in <stdlib.h> for NULL
Philip Guenther
2016-08-25
add a sIgnore opcode that silently ignores options and use it to
Damien Miller
2016-08-25
remove superfluous NOTREACHED comment
Damien Miller
2016-08-23
fix previous, a condition was modified incorrectly; ok markus@ deraadt@
Otto Moerbeek
2016-08-23
downgrade an error() to a debug2() to match similar cases
Damien Miller
2016-08-23
fix negated address matching where the address list consists of a
Damien Miller
2016-08-23
fix matching for pattern lists that contain a single negated match,
Damien Miller
2016-08-19
remove UseLogin option and support for having /bin/login manage
Damien Miller
2016-08-15
Catch up with the SSH1 code removal and delete all mention of
Christian Weisgerber
2016-08-15
Remove more SSH1 server code:
Christian Weisgerber
2016-08-13
remove ssh1 server code; ok djm@
Markus Friedl
2016-08-12
Use 2001:db8::/32, the official IPv6 subnet for configuration examples.
Jeremie Courreges-Anglas
2016-08-11
Update moduli file.
Darren Tucker
2016-08-08
Improve error message for overlong ControlPath. ok markus@ djm@
Darren Tucker
[next]