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
2018-02-11
Don't reset signal handlers inside handlers.
Darren Tucker
2018-02-10
constify some private key-related functions; based on
Damien Miller
2018-02-10
Mention ServerAliveTimeout in context of TCPKeepAlives; prompted by
Damien Miller
2018-02-10
clarify IgnoreUserKnownHosts; based on github PR from
Damien Miller
2018-02-10
Shorter, more accurate explanation of NoHostAuthenticationForLocalhost
Damien Miller
2018-02-10
Disable RemoteCommand and RequestTTY in the ssh session started by
Damien Miller
2018-02-10
Refuse to create a certificate with an unusable number of principals;
Damien Miller
2018-02-10
fatal if we're unable to write all the public key; previously we
Damien Miller
2018-02-09
Remove unused sKerberosTgtPassing from enum. From calestyo via github
Darren Tucker
2018-02-08
Rename struct umac_ctx to umac128_ctx too. In portable some linkers
Darren Tucker
2018-02-07
ssh_free checks for and handles NULL args, remove NULL checks from remaining
Darren Tucker
2018-02-07
Convert some explicit_bzero()/free() calls to freezero().
Joel Sing
2018-02-07
Remove some #ifdef notyet code from OpenSSL 0.9.8 days.
Joel Sing
2018-02-07
Remove all guards for calls to OpenSSL free functions - all of these
Joel Sing
2018-02-06
Replace "trojan horse" with the correct term (MITM). From maikel at
Darren Tucker
2018-02-05
Add a couple of non-negativity checks to avoid close(-1).
Theo Buehler
2018-02-05
The file descriptors for socket, stdin, stdout and stderr aren't
Theo Buehler
2018-02-05
I accidentially a word
Damien Miller
2018-01-25
certificate options are case-sensitive; fix case on one that had it wrong.
Damien Miller
2018-01-23
Fix a logic bug in sshd_exchange_identification which prevented clients
Stefan Sperling
2018-01-23
Add missing braces; fixes 'write: Socket is not connected' error in ssh.
Stefan Sperling
2018-01-23
Drop compatibility hacks for some ancient SSH implementations, including
Damien Miller
2018-01-23
try harder to preserve errno during ssh_connect_direct() to make the
Damien Miller
2018-01-23
unbreak support for clients that advertise a protocol version
Damien Miller
2018-01-23
don't attempt to force hostnames that are addresses to lowercase, but
Damien Miller
2018-01-23
avoid modifying pw->pw_passwd; let endpwent() clean up for us, but
Damien Miller
2018-01-13
clarify authorship; prodded by and ok markus@
Christian Weisgerber
2018-01-08
group shared source files (e.g. SRCS_KEX) and allow compilation w/o OPENSSL
Markus Friedl
2018-01-08
move subprocess() so scp/sftp do not need uidswap.o; ok djm@
Markus Friedl
2018-01-08
switch ssh-pkcs11-helper to new API; ok djm@
Markus Friedl
2018-01-08
split client/server kex; only ssh-keygen needs uuencode.o;
Markus Friedl
2018-01-08
only ssh-keygen needs uuencode.o; only scp/sftp use progressmeter.o
Markus Friedl
2018-01-08
uuencode.h is not used
Markus Friedl
2017-12-21
revert stricter key type / signature type checking in userauth path;
Damien Miller
2017-12-19
include signature type and CA key (if applicable) in some debug messages
Damien Miller
2017-12-18
unbreak hostkey rotation; attempting to sign with a desired signature
Damien Miller
2017-12-18
log mismatched RSA signature types; ok markus@
Damien Miller
2017-12-18
pass kex->hostkey_alg and kex->hostkey_nid from pre-auth to post-auth
Damien Miller
2017-12-18
Add helper function for uri handing in scp where a missing path
Todd C. Miller
2017-12-18
pass negotiated signing algorithm though to sshkey_verify() and
Damien Miller
2017-12-18
sshkey_sigtype() function to return the type of a signature;
Damien Miller
2017-12-14
Replace ED25519's private SHA-512 implementation with a call to the
Christian Weisgerber
2017-12-12
Create a persistent umac128.c source file: #define the output size and
Christian Weisgerber
2017-12-10
ssh/lib hasn't worked towards our code-sharing goals for a quit while,
Theo de Raadt
2017-12-10
Put remote client info back into the ClientAlive connection termination
Darren Tucker
2017-12-08
time_t printing needs %lld and (long long) casts
Theo de Raadt
2017-12-08
fix ordering in previous to ensure errno isn't clobbered before
Damien Miller
2017-12-08
for some reason unix_listener() logged most errors twice with each
Damien Miller
2017-12-06
don't accept junk after "yes" or "no" responses to hostkey prompts.
Damien Miller
2017-12-05
Replace atoi and strtol conversions for integer arguments to config
Darren Tucker
[next]