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
/
ssh.c
Age
Commit message (
Expand
)
Author
2015-01-14
move authfd.c and its tentacles to the new buffer/key API;
Damien Miller
2015-01-08
reorder hostbased key attempts to better match the default
Damien Miller
2014-11-18
Nuke more obvious #include duplications.
Kenneth R Westerback
2014-10-09
tweak previous;
Jason McIntyre
2014-10-08
Tweak config reparsing with host canonicalisation
Damien Miller
2014-07-17
reflect stdio-forward ("ssh -W host:port ...") failures in exit status.
Damien Miller
2014-07-15
Add support for Unix domain socket forwarding. A remote TCP port
Todd C. Miller
2014-07-03
Add a %C escape sequence for LocalCommand and ControlPath that expands
Damien Miller
2014-06-27
fix remote fwding with same listen port but different listen address
Markus Friedl
2014-06-24
don't fatal() when hostname canonicalisation fails with a
Damien Miller
2014-04-29
make compiling against OpenSSL optional (make OPENSSL=no);
Markus Friedl
2014-02-26
bz#2205: avoid early hostname lookups unless canonicalisation is enabled;
Damien Miller
2014-02-23
reparse ssh_config and ~/.ssh/config if hostname canonicalisation changes
Damien Miller
2014-02-04
delay lowercasing of hostname until right before hostname
Damien Miller
2014-01-31
replace most bzero with explicit_bzero, except a few that cna be memset
Ted Unangst
2013-12-29
don't forget to load Ed25519 certs too
Damien Miller
2013-12-06
support ed25519 keys (hostkeys and user identities) using the public domain
Markus Friedl
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
Add a new protocol 2 transport cipher "chacha20-poly1305@openssh.com"
Damien Miller
2013-11-07
Output the effective values of Ciphers, MACs and KexAlgorithms when
Darren Tucker
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-23
comment
Damien Miller
2013-10-17
rearrange check to reduce diff against -portable
Damien Miller
2013-10-16
one I missed in previous: s/isation/ization/
Damien Miller
2013-10-16
s/canonicalise/canonicalize/ for consistency with existing spelling,
Damien Miller
2013-10-16
Implement client-side hostname canonicalisation to allow an explicit
Damien Miller
2013-10-14
whitespace at EOL; pointed out by markus@
Damien Miller
2013-10-14
refactor client config code a little:
Damien Miller
2013-10-14
add a "Match" keyword to ssh_config that allows matching on hostname,
Damien Miller
2013-07-25
daemonise backgrounded (ControlPersist'ed) multiplexing master to ensure
Damien Miller
2013-07-20
More useful error message on missing current user in /etc/passwd
Damien Miller
2013-07-12
set TCP nodelay for connections started with -N; bz#2124 ok dtucker@
Damien Miller
2013-05-17
bye, bye xfree(); ok markus@
Damien Miller
2013-04-19
add -Q to usage; reminded by jmc@
Damien Miller
2013-04-19
add the ability to query supported ciphers, MACs, key type and KEX
Damien Miller
2013-04-07
Add -E option to ssh and sshd to append debugging logs to a specified file
Darren Tucker
2013-03-08
allow "ssh -f none ..." ok markus@
Damien Miller
2013-02-22
Allow IdenityFile=none; ok markus deraadt (and dtucker for an earlier
Damien Miller
2013-02-22
Don't complain if IdentityFiles specified in system-wide configs are missing.
Darren Tucker
2013-02-17
Keep track of which IndentityFile options were manually supplied and which
Darren Tucker
2012-07-06
move setting of tty_flag to after config parsing so RequestTTY options
Damien Miller
2012-07-02
set interactive ToS for forwarded X11 sessions. ok djm@
Darren Tucker
2011-10-24
bz#1943: unbreak stdio forwarding when ControlPersist is in user - ssh
Damien Miller
2011-10-18
ssh(1): skip attempting to create ~/.ssh when -F is passed; ok markus@
Damien Miller
2011-09-23
unbreak remote portforwarding with dynamic allocated listen ports:
Markus Friedl
2011-09-09
support for cancelling local and remote port forwards via the multiplex
Damien Miller
2011-08-02
typo in comment
Damien Miller
2011-06-22
hook up a channel confirm callback to warn the user then requested X11
Damien Miller
[next]