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
2015-08-21
Improve printing of KEX offers and decisions
Damien Miller
2015-08-21
Fix printing (ssh -G ...) of HostKeyAlgorithms=+...
Damien Miller
2015-08-21
Fix expansion of HostkeyAlgorithms=+...
Damien Miller
2015-08-21
Regen moduli
Darren Tucker
2015-08-21
Improve size == 0, count == 0 checking in mm_zalloc, which is "array" like.
Theo de Raadt
2015-08-21
openssh-7.1
Damien Miller
2015-08-21
fix inverted logic that broke PermitRootLogin;
Damien Miller
2015-08-20
Do not cast result of malloc/calloc/realloc* if stdlib.h is in scope
Theo de Raadt
2015-08-20
In the certificates section, be consistent about using "host_key"
Christian Weisgerber
2015-08-19
Better compat matching for WinSCP, add compat matching for
Damien Miller
2015-08-19
fix double-free() in error path of DSA key generation reported by
Damien Miller
2015-08-19
fix free() of uninitialised pointer reported by Mateusz Kocielski;
Damien Miller
2015-08-19
fixed unlink([uninitialised memory]) reported by Mateusz Kocielski;
Damien Miller
2015-08-14
match myproposal.h order; from brian conway
Jason McIntyre
2015-08-06
add prohibit-password as a synonymn for without-password, since the
Theo de Raadt
2015-08-04
backout SSH_RSA_MINIMUM_MODULUS_SIZE increase for this release;
Damien Miller
2015-08-02
openssh 7.0; ok deraadt@
Damien Miller
2015-07-31
Allow PermitRootLogin to be overridden by config
Chris Cappuccio
2015-07-30
fix pty permissions; patch from Nikolay Edigaryev; ok deraadt
Damien Miller
2015-07-30
change default: PermitRootLogin without-password
Theo de Raadt
2015-07-30
Allow ssh_config and sshd_config kex parameters options be prefixed
Damien Miller
2015-07-29
fix bug in previous; was printing incorrect string for failed
Damien Miller
2015-07-29
include the peer's offer when logging a failure to negotiate a
Damien Miller
2015-07-28
add Cisco to the list of clients that choke on the hostkeys update
Damien Miller
2015-07-27
Permit kbind(2) use in the sandbox now, to ease testing of ld.so work using it
Philip Guenther
2015-07-22
Generate new moduli.
Darren Tucker
2015-07-20
Move .Pp before .Bl, not after to quiet mandoc -Tlint.
Todd C. Miller
2015-07-20
Sync usage with SYNOPSIS
Todd C. Miller
2015-07-20
Better desciption of Unix domain socket forwarding.
Todd C. Miller
2015-07-20
mention that the default of UseDNS=no implies that hostnames cannot
Damien Miller
2015-07-18
don't ignore PKCS#11 hosted keys that return empty CKA_ID;
Damien Miller
2015-07-18
skip uninitialised PKCS#11 slots; patch from Jakub Jelen in bz#2427
Damien Miller
2015-07-18
only query each keyboard-interactive device once per authentication
Damien Miller
2015-07-17
direct-streamlocal@openssh.com Unix domain foward messages do not
Damien Miller
2015-07-17
describe magic for setting up Unix domain socket fowards via
Damien Miller
2015-07-17
fix incorrect test for SSH1 keys when compiled without SSH1 support
Damien Miller
2015-07-15
fix NULL-deref when SSH1 reenabled
Damien Miller
2015-07-13
Add "PuTTY_Local:" to the clients to which we do not offer DH-GEX.
Darren Tucker
2015-07-10
Turn off DSA by default; add HostKeyAlgorithms to the server and
Markus Friedl
2015-07-09
re-enable ed25519-certs if compiled w/o openssl; ok djm
Markus Friedl
2015-07-08
no need to include the old buffer/key API
Markus Friedl
2015-07-08
typedefs for Cipher&CipherContext are unused
Markus Friedl
2015-07-08
xmalloc.h is unused
Markus Friedl
2015-07-08
compress.c is gone
Markus Friedl
2015-07-03
another SSH_RSA_MINIMUM_MODULUS_SIZE that needed cranking
Damien Miller
2015-07-03
add an XXX reminder for getting correct key paths from sshd_config
Damien Miller
2015-07-03
refuse to generate or accept RSA keys smaller than 1024 bits;
Damien Miller
2015-07-03
turn off 1024 bit diffie-hellman-group1-sha1 key exchange method
Damien Miller
2015-07-03
delete support for legacy v00 certificates; "sure" markus@ dtucker@
Damien Miller
2015-07-01
Compile-time disable SSH v.1 again
Damien Miller
[next]