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-07-09
fix ssh-add crash while loading more than one key
Sebastian Benoit
2014-07-09
downgrade more error() to debug() to better match what old authfile.c
Damien Miller
2014-07-09
more useful error message when GLOB_NOSPACE occurs;
Damien Miller
2014-07-07
mention that ProxyCommand is executed using shell "exec" to avoid
Damien Miller
2014-07-05
fix remote-forward cancel regression; ok markus@
Damien Miller
2014-07-03
remove leakmalloc droppings
Damien Miller
2014-07-03
Add a sshd_config PermitUserRC option to control whether ~/.ssh/rc is
Damien Miller
2014-07-03
allow explicit ::1 and 127.0.0.1 forwarding bind addresses when
Damien Miller
2014-07-03
when rekeying, skip file/DNS lookup if it is the same as the key sent
Damien Miller
2014-07-03
Call chacha_ivsetup() immediately before chacha_encrypt_bytes() - this
Joel Sing
2014-07-03
make the "Too many authentication failures" message include the
Damien Miller
2014-07-03
escape %C since groff thinks it part of an Rs/Re block;
Jason McIntyre
2014-07-03
Add a %C escape sequence for LocalCommand and ControlPath that expands
Damien Miller
2014-07-03
document that -g will only work in the multiplexed case if applied to
Damien Miller
2014-07-03
mention '%%' escape sequence in HostName directives and how it may
Damien Miller
2014-07-03
forward-declare struct sshbuf so consumers don't need to include sshbuf.h
Damien Miller
2014-07-03
When hashing or removing hosts using ssh-keygen, don't choke on
Damien Miller
2014-07-03
standardise on NI_MAXHOST for gethostname() string lengths; about
Damien Miller
2014-07-03
use EVP_Digest() for one-shot hash instead of creating, updating,
Damien Miller
2014-07-03
make stdout line-buffered; saves partial output getting lost when
Damien Miller
2014-07-03
Only cleanup agent socket in the main agent process and not in any
Damien Miller
2014-07-03
make Ed25519 keys' title fit properly in the randomart border; bz#2247
Damien Miller
2014-07-02
fix ssh protocol 1 on the server that regressed with the sshkey change
Damien Miller
2014-06-30
suppress spurious error message when loading key with a passphrase;
Damien Miller
2014-06-27
fix loading of private keys
Markus Friedl
2014-06-27
fix remote fwding with same listen port but different listen address
Markus Friedl
2014-06-25
unblock SIGSEGV before raising it
Theo de Raadt
2014-06-24
when copying local->remote fails during read, don't send uninitialised
Damien Miller
2014-06-24
don't fatal() when hostname canonicalisation fails with a
Damien Miller
2014-06-24
New key API: refactor key-related functions to be more library-like,
Damien Miller
2014-06-24
New key API: refactor key-related functions to be more library-like,
Damien Miller
2014-06-24
fix bug in KRL generation: multiple consecutive revoked certificate
Damien Miller
2014-06-18
The ssh_get_bignum functions must accept the same range of bignums
Christian Weisgerber
2014-06-18
Now that we have a dedicated getentropy(2) system call for
Matthew Dempsky
2014-06-13
permit SYS_getentropy
Theo de Raadt
2014-06-10
Group ECC functions together to make things a little easier in -portable.
Darren Tucker
2014-06-05
fix inverted test that caused PKCS#11 keys that were explicitly listed
Damien Miller
2014-05-05
Zap extra whitespace.
Loganaden Velvindron
2014-05-03
unbreak compression, by re-init-ing the compression code in the
Markus Friedl
2014-05-02
revert __bounded change; it causes way more problems for portable than
Damien Miller
2014-04-30
UMAC can use our local fallback implementation of AES when OpenSSL isn't
Christian Weisgerber
2014-04-30
New buffer API; the first installment of the conversion/replacement
Damien Miller
2014-04-29
Don't attempt to append a nul quote char to the filename. Should prevent
Darren Tucker
2014-04-29
Move nulling of variable next to where it's freed. ok markus@
Darren Tucker
2014-04-29
make compiling against OpenSSL optional (make OPENSSL=no);
Markus Friedl
2014-04-29
re-add our own aesctr implementation; ok djm@
Markus Friedl
2014-04-29
re-add our own aesctr implementation; ok djm@
Markus Friedl
2014-04-29
bz#1818 - don't send channel success/failre replies on channels that
Damien Miller
2014-04-28
buffer_get_string_ptr's return should be const to remind
Damien Miller
2014-04-23
don't record duplicate IdentityFiles
Damien Miller
[next]