summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/ssh.c
AgeCommit message (Expand)Author
2013-07-20More useful error message on missing current user in /etc/passwdDamien Miller
2013-07-12set TCP nodelay for connections started with -N; bz#2124 ok dtucker@Damien Miller
2013-05-17bye, bye xfree(); ok markus@Damien Miller
2013-04-19add -Q to usage; reminded by jmc@Damien Miller
2013-04-19add the ability to query supported ciphers, MACs, key type and KEXDamien Miller
2013-04-07Add -E option to ssh and sshd to append debugging logs to a specified fileDarren Tucker
2013-03-08allow "ssh -f none ..." ok markus@Damien Miller
2013-02-22Allow IdenityFile=none; ok markus deraadt (and dtucker for an earlierDamien Miller
2013-02-22Don't complain if IdentityFiles specified in system-wide configs are missing.Darren Tucker
2013-02-17Keep track of which IndentityFile options were manually supplied and whichDarren Tucker
2012-07-06move setting of tty_flag to after config parsing so RequestTTY optionsDamien Miller
2012-07-02set interactive ToS for forwarded X11 sessions. ok djm@Darren Tucker
2011-10-24bz#1943: unbreak stdio forwarding when ControlPersist is in user - sshDamien Miller
2011-10-18ssh(1): skip attempting to create ~/.ssh when -F is passed; ok markus@Damien Miller
2011-09-23unbreak remote portforwarding with dynamic allocated listen ports:Markus Friedl
2011-09-09support for cancelling local and remote port forwards via the multiplexDamien Miller
2011-08-02typo in commentDamien Miller
2011-06-22hook up a channel confirm callback to warn the user then requested X11Damien Miller
2011-06-03bz#1883 - setproctitle() to identify mux master; patch from Bert.WesargDamien Miller
2011-05-24Remove undocumented legacy options UserKnownHostsFile2 andDamien Miller
2011-05-06fix dropping from previous diffDamien Miller
2011-05-06Add a RequestTTY ssh_config option to allow configuration-basedDamien Miller
2011-05-06add a %L expansion (short-form of the local host name) for ControlPath;Damien Miller
2011-04-17allow graceful shutdown of multiplexing: request that a mux server removesDamien Miller
2011-01-06unbreak %n expansion in LocalCommand; patch from bert.wesarg ATDamien Miller
2010-11-29automatically order the hostkeys requested by the client based onDamien Miller
2010-11-13allow ssh and sshd to set arbitrary TOS/DSCP/QoS values instead ofDamien Miller
2010-10-06kill proxy command on fatal() (we already kill it on clean exit);Damien Miller
2010-09-20install a SIGCHLD handler to reap expiried child process; ok markus@Damien Miller
2010-09-02unbreak ControlPersist=yes for ControlMaster=yes; ok djm@Markus Friedl
2010-08-31reintroduce commit from tedu@, which I pulled out for release engineering:Damien Miller
2010-08-31Implement Elliptic Curve Cryptography modes for key exchange (ECDH) andDamien Miller
2010-08-16backout previous temporarily; discussed with deraadt@Damien Miller
2010-08-12OpenSSL_add_all_algorithms is the name of the function we have a man pageTed Unangst
2010-08-12close any extra file descriptors inherited from parent at start andDamien Miller
2010-08-04enable certificates for hostbased authentication, from Iain Morgan;Damien Miller
2010-07-19add a "ControlPersist" option that automatically starts a backgroundDamien Miller
2010-07-12expand %h to the hostname in ssh_config Hostname options. While thisDamien Miller
2010-07-12Make ExitOnForwardFailure work with fork-after-authentication ("ssh -f")Damien Miller
2010-06-26oops, forgot to #include <canohost.h>; spotted and patch from chl@Damien Miller
2010-06-25Add X11ForwardTimeout option to specify timeout for untrusted X11Damien Miller
2010-06-25log the hostname and address that we connected to at LogLevel=verboseDamien Miller
2010-05-16mux support for remote forwarding with dynamic port allocation,Markus Friedl
2010-05-14Pause the mux channel while waiting for reply from aynch callbacks.Damien Miller
2010-04-10bz#1746 - suppress spurious tty warning when using -O and stdinDamien Miller
2010-02-26Add support for certificate key types for users and hosts.Damien Miller
2010-02-08tweak previous; ok markusJason McIntyre
2010-02-08replace our obsolete smartcard code with PKCS#11.Markus Friedl
2010-01-26rewrite ssh(1) multiplexing code to a more sensible protocol.Damien Miller
2010-01-11Add a 'netcat mode' (ssh -W). This connects stdio on the client to a singleDarren Tucker