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
2014-01-17
fix log message statvfs. ok djm
Darren Tucker
2014-01-17
remove unused includes. ok djm@
Darren Tucker
2014-01-17
signed/unsigned comparison warning fix; from portable
Damien Miller
2014-01-16
openssh-6.5
Damien Miller
2014-01-16
needless and incorrect cast to size_t can break resumption of
Damien Miller
2014-01-12
avoid use of OpenSSL BIGNUM type and functions for KEX with
Damien Miller
2014-01-10
the /etc/ssh/ssh_host_ed25519_key is loaded by default too
Damien Miller
2014-01-09
ban clients/servers that suffer from SSH_BUG_DERIVEKEY, they are ancient,
Damien Miller
2014-01-09
Introduce digest API and use it to perform all hashing operations
Damien Miller
2014-01-09
When formating the time for "ls -l"-style output, show dates in the future
Philip Guenther
2014-01-04
use standard types and formats for size_t like variables. ok dtucker
Ted Unangst
2013-12-30
refuse RSA keys from old proprietary clients/servers that use the
Damien Miller
2013-12-29
when showing other hostkeys, don't forget Ed25519 keys
Damien Miller
2013-12-29
don't forget to load Ed25519 certs too
Damien Miller
2013-12-29
don't refuse to load Ed25519 certificates
Damien Miller
2013-12-29
allow deletion of ed25519 keys from the agent
Damien Miller
2013-12-29
to make sure we don't omit any key types as valid CA keys again,
Damien Miller
2013-12-29
correct comment for key_drop_cert()
Damien Miller
2013-12-29
correct comment for key_to_certified()
Damien Miller
2013-12-29
allow ed25519 keys to appear as certificate authorities
Damien Miller
2013-12-27
correct comment
Damien Miller
2013-12-27
make the original RSA and DSA signing/verification code look more like
Damien Miller
2013-12-21
small typo
Ted Unangst
2013-12-19
use full name for author, with his permission
Damien Miller
2013-12-19
bz#2186: don't crash (NULL deref) when deleting PKCS#11 keys from an agent
Damien Miller
2013-12-19
bz#2147: fix multiple remote forwardings with dynamically assigned
Damien Miller
2013-12-19
simplify freeing of source-address certificate restriction
Damien Miller
2013-12-19
Cast client_alive_interval to u_int64_t before assinging to
Darren Tucker
2013-12-19
skip requesting smartcard PIN when removing keys from agent; bz#2187
Damien Miller
2013-12-17
I've assempled the header file by cut&pasting from generated headers
Markus Friedl
2013-12-15
add some comments and constify a constant
Damien Miller
2013-12-15
Make ssh-add also add .ssh/id_ed25519; fixes lie in manual page.
Pascal Stumpf
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
[next]