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
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
2011-06-03
bz#1883 - setproctitle() to identify mux master; patch from Bert.Wesarg
Damien Miller
2011-05-24
Remove undocumented legacy options UserKnownHostsFile2 and
Damien Miller
2011-05-06
fix dropping from previous diff
Damien Miller
2011-05-06
Add a RequestTTY ssh_config option to allow configuration-based
Damien Miller
2011-05-06
add a %L expansion (short-form of the local host name) for ControlPath;
Damien Miller
2011-04-17
allow graceful shutdown of multiplexing: request that a mux server removes
Damien Miller
2011-01-06
unbreak %n expansion in LocalCommand; patch from bert.wesarg AT
Damien Miller
2010-11-29
automatically order the hostkeys requested by the client based on
Damien Miller
2010-11-13
allow ssh and sshd to set arbitrary TOS/DSCP/QoS values instead of
Damien Miller
2010-10-06
kill proxy command on fatal() (we already kill it on clean exit);
Damien Miller
2010-09-20
install a SIGCHLD handler to reap expiried child process; ok markus@
Damien Miller
2010-09-02
unbreak ControlPersist=yes for ControlMaster=yes; ok djm@
Markus Friedl
2010-08-31
reintroduce commit from tedu@, which I pulled out for release engineering:
Damien Miller
2010-08-31
Implement Elliptic Curve Cryptography modes for key exchange (ECDH) and
Damien Miller
2010-08-16
backout previous temporarily; discussed with deraadt@
Damien Miller
2010-08-12
OpenSSL_add_all_algorithms is the name of the function we have a man page
Ted Unangst
2010-08-12
close any extra file descriptors inherited from parent at start and
Damien Miller
2010-08-04
enable certificates for hostbased authentication, from Iain Morgan;
Damien Miller
2010-07-19
add a "ControlPersist" option that automatically starts a background
Damien Miller
2010-07-12
expand %h to the hostname in ssh_config Hostname options. While this
Damien Miller
2010-07-12
Make ExitOnForwardFailure work with fork-after-authentication ("ssh -f")
Damien Miller
2010-06-26
oops, forgot to #include <canohost.h>; spotted and patch from chl@
Damien Miller
2010-06-25
Add X11ForwardTimeout option to specify timeout for untrusted X11
Damien Miller
2010-06-25
log the hostname and address that we connected to at LogLevel=verbose
Damien Miller
2010-05-16
mux support for remote forwarding with dynamic port allocation,
Markus Friedl
2010-05-14
Pause the mux channel while waiting for reply from aynch callbacks.
Damien Miller
2010-04-10
bz#1746 - suppress spurious tty warning when using -O and stdin
Damien Miller
2010-02-26
Add support for certificate key types for users and hosts.
Damien Miller
2010-02-08
tweak previous; ok markus
Jason McIntyre
2010-02-08
replace our obsolete smartcard code with PKCS#11.
Markus Friedl
2010-01-26
rewrite ssh(1) multiplexing code to a more sensible protocol.
Damien Miller
2010-01-11
Add a 'netcat mode' (ssh -W). This connects stdio on the client to a single
Darren Tucker
2010-01-09
Remove RoutingDomain from ssh since it's now not needed. It can be replaced
Darren Tucker
2009-12-20
When passing user-controlled options with arguments to other programs,
Philip Guenthe
2009-10-28
Allow to set the rdomain in ssh/sftp/scp/sshd and ssh-keyscan.
Reyk Floeter
2009-10-24
Request roaming to be enabled if UseRoaming is true and the server
Andreas Gunnarsson
2009-07-02
allow for long home dir paths (bz #1615). ok deraadt
Darren Tucker
2009-03-17
pass correct argv[0] to openlog(); ok djm@
Markus Friedl
2009-02-12
support remote port forwarding with a zero listen port (-R0:...) to
Damien Miller
2009-01-22
make a2port() return -1 when it encounters an invalid port number
Damien Miller
2008-11-01
merge dynamic forward parsing into parse_forward(); 'i think this is OK' djm@
Kevin Steves
2008-10-09
add -y to usage();
Jason McIntyre
[next]