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
2013-12-09
remove unused defines
Markus Friedl
2013-12-09
Add Authors for the public domain ed25519/nacl code.
Markus Friedl
2013-12-08
Use a literal for the default value of KEXAlgorithms. ok deraadt jmc
Darren Tucker
2013-12-07
add missing mentions of ed25519; ok djm@
Christian Weisgerber
2013-12-07
document -a and -o wrt new key format
Damien Miller
2013-12-07
correct RCS idents
Damien Miller
2013-12-07
set k->cert = NULL after freeing it
Damien Miller
2013-12-06
missing comma;
Jason McIntyre
2013-12-06
support ed25519 keys (hostkeys and user identities) using the public domain
Markus Friedl
2013-12-06
new private key format, bcrypt as KDF by default; details in PROTOCOL.key;
Markus Friedl
2013-12-06
move private key (de)serialization to key.c; ok djm
Markus Friedl
2013-12-06
remove duplicated character ('g') in getopt() string;
Damien Miller
2013-12-05
fix memory leak in error path in do_readdir(); pointed out by
Damien Miller
2013-12-05
bz#2161 - fix AuthorizedKeysCommand inside a Match block and
Damien Miller
2013-12-04
bz#2171: don't leak local_fd on error; from Loganaden Velvindron @
Damien Miller
2013-12-02
correct bzero of chacha20+poly1305 key context. bz#2177 from
Damien Miller
2013-12-02
make key_to_blob() return a NULL blob on failure; part of
Damien Miller
2013-12-02
use-after-free; bz#2175 patch from Loganaden Velvindron @ AfriNIC
Damien Miller
2013-12-02
typo; from Jon Cave
Damien Miller
2013-12-01
mention curve25519-sha256@libssh.org key exchange algorithm
Damien Miller
2013-11-26
cleanup 1 << 31 idioms. Resurrection of this issue pointed out by Eitan Adler
Theo de Raadt
2013-11-26
- put -Q in the right place
Jason McIntyre
2013-11-25
improve -Q usage and such. One usage change is that the option is now
Theo de Raadt
2013-11-21
no need for .Pp before displays;
Jason McIntyre
2013-11-21
RCSID markers
Damien Miller
2013-11-21
Add a new protocol 2 transport cipher "chacha20-poly1305@openssh.com"
Damien Miller
2013-11-20
unsigned casts for ctype macros where neccessary
Theo de Raadt
2013-11-20
delay closure of in/out fds until after "Bad protocol version
Damien Miller
2013-11-13
add missing braces found by pedro
Markus Friedl
2013-11-08
Include stdlib.h for free() as per the man page.
Darren Tucker
2013-11-08
openssh-6.4
Damien Miller
2013-11-08
use calloc for all structure allocations; from markus@
Damien Miller
2013-11-07
Output the effective values of Ciphers, MACs and KexAlgorithms when
Darren Tucker
2013-11-06
from portable: s/true/true_val/ to avoid name collisions on dump platforms
Damien Miller
2013-11-06
fix rekeying for AES-GCM modes; ok deraadt
Markus Friedl
2013-11-04
fix rekeying for KEX_C25519_SHA256; noted by dtucker@
Markus Friedl
2013-11-03
fix a couple of function definitions foo() -> foo(void)
Damien Miller
2013-11-02
the default kex is now curve25519-sha256@libssh.org
Markus Friedl
2013-11-02
no need to include monitor_wrap.h and ssh-gss.h
Markus Friedl
2013-11-02
no need to include ssh-gss.h
Markus Friedl
2013-11-02
no need to include monitor_wrap.h
Markus Friedl
2013-11-02
add missing $OpenBSD$ tags
Markus Friedl
2013-11-02
use curve25519 for default key exchange (curve25519-sha256@libssh.org);
Markus Friedl
2013-11-02
support pkcs#11 tokes that only provide x509 zerts instead of raw pubkeys;
Markus Friedl
2013-10-29
pty(4), not pty(7);
Jason McIntyre
2013-10-29
shd_config PermitTTY to disallow TTY allocation, mirroring the
Damien Miller
2013-10-29
fix potential stack exhaustion caused by nested certificates;
Damien Miller
2013-10-25
fix crash when using ProxyCommand caused by previous commit - was calling
Damien Miller
2013-10-24
fix bug introduced in hostname canonicalisation commit: don't try to
Damien Miller
2013-10-24
Disallow empty Match statements and add "Match all" which matches everything.
Darren Tucker
[next]