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-02-16
Refactor hostkeys_foreach() and dependent code
Damien Miller
2015-02-16
Declare ge25519_base as extern, to prevent it from becoming a common. Gets us
Miod Vallat
2015-02-13
make rekey_limit for sshd w/privsep work; ok djm@ dtucker@
Markus Friedl
2015-02-12
Prevent sshd spamming syslog with "ssh_dispatch_run_fatal: disconnected".
Darren Tucker
2015-02-11
Some packet error messages show the address of the peer, but might be
Damien Miller
2015-02-09
fix some leaks in error paths
Jonathan Gray
2015-02-06
SIZE_MAX is standard, we should be using it in preference to the
Todd C. Miller
2015-02-05
Include stdint.h, not limits.h to get SIZE_MAX. OK guenther@
Todd C. Miller
2015-02-03
missing ;
Theo de Raadt
2015-02-03
slightly extend the passphrase prompt if running with -c in order to
Alexander Hall
2015-02-02
handle PKCS#11 C_Login returning CKR_USER_ALREADY_LOGGED_IN;
Damien Miller
2015-02-02
turn UpdateHostkeys off by default until I figure out mlarkin@'s
Damien Miller
2015-02-02
increasing encounters with difficult DNS setups in darknets has
Theo de Raadt
2015-01-31
Let sshd load public host keys even when private keys are missing.
Damien Miller
2015-01-30
Add a ssh_config HostbasedKeyType option to control which
Damien Miller
2015-01-30
set a timeout to prevent hangs when talking to busted servers;
Damien Miller
2015-01-30
avoid more fatal/exit in the packet.c paths that ssh-keyscan
Damien Miller
2015-01-30
permit KRLs that revoke certificates by serial number or key ID
Damien Miller
2015-01-30
missing parentheses after if in do_convert_from() broke
Damien Miller
2015-01-30
fix ssh protocol 1, spotted by miod@
Damien Miller
2015-01-28
update to new API (key_fingerprint => sshkey_fingerprint)
Damien Miller
2015-01-28
avoid fatal() calls in packet code
Damien Miller
2015-01-28
avoid fatal() calls in packet code
Damien Miller
2015-01-28
remove obsolete comment
Damien Miller
2015-01-27
Since r1.2 removed the use of PRI* macros, inttypes.h is no longer
Okan Demirmen
2015-01-26
sort previous;
Jason McIntyre
2015-01-26
properly restore umask
Damien Miller
2015-01-26
correct description of UpdateHostKeys in ssh_config.5 and
Damien Miller
2015-01-26
correctly match ECDSA subtype (== curve) for offered/recevied
Damien Miller
2015-01-26
Host key rotation support.
Damien Miller
2015-01-26
small refactor and add some convenience functions;
Damien Miller
2015-01-22
heirarchy -> hierarchy;
Jason McIntyre
2015-01-22
Provide a warning about chroot misuses (which sadly, seem to have become
Theo de Raadt
2015-01-20
Reduce use of <sys/param.h> and transition to <limits.h> throughout.
Theo de Raadt
2015-01-20
kex_setup errors are fatal()
Markus Friedl
2015-01-20
make this compile with KERBEROS5 enabled
Damien Miller
2015-01-20
fix hostkeys in agent; ok markus@
Damien Miller
2015-01-19
switch ssh-keyscan from setjmp to multiple ssh transport layer instances
Markus Friedl
2015-01-19
add experimental api for packet layer; ok djm@
Markus Friedl
2015-01-19
store compat flags in struct ssh; ok djm@
Markus Friedl
2015-01-19
adapt kex to sshbuf and struct ssh; ok djm@
Markus Friedl
2015-01-19
move dispatch to struct ssh; ok djm@
Markus Friedl
2015-01-19
update packet.c & isolate, introduce struct ssh
Markus Friedl
2015-01-19
fix format strings in (disabled) debugging
Damien Miller
2015-01-19
djm, your /usr/include tree is old
Theo de Raadt
2015-01-18
some feedback from markus@: comment hostkeys_foreach()
Damien Miller
2015-01-18
make ssh-keygen use hostkeys_foreach(). Removes some
Damien Miller
2015-01-18
convert load_hostkeys() (hostkey ordering and known_host
Damien Miller
2015-01-18
introduce hostkeys_foreach() to allow iteration over a
Damien Miller
2015-01-18
string truncation due to sizeof(size)
Theo de Raadt
[next]