summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/ssh.c
AgeCommit message (Expand)Author
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
2010-01-09Remove RoutingDomain from ssh since it's now not needed. It can be replacedDarren Tucker
2009-12-20When passing user-controlled options with arguments to other programs,Philip Guenthe
2009-10-28Allow to set the rdomain in ssh/sftp/scp/sshd and ssh-keyscan.Reyk Floeter
2009-10-24Request roaming to be enabled if UseRoaming is true and the serverAndreas Gunnarsson
2009-07-02allow for long home dir paths (bz #1615). ok deraadtDarren Tucker
2009-03-17pass correct argv[0] to openlog(); ok djm@Markus Friedl
2009-02-12support remote port forwarding with a zero listen port (-R0:...) toDamien Miller
2009-01-22make a2port() return -1 when it encounters an invalid port numberDamien Miller
2008-11-01merge dynamic forward parsing into parse_forward(); 'i think this is OK' djm@Kevin Steves
2008-10-09add -y to usage();Jason McIntyre
2008-10-08Add -y option to force logging via syslog rather than stderr.Damien Miller
2008-09-11only send eow and no-more-sessions requests to openssh 5 and newer;Markus Friedl
2008-07-02When forking after authentication ("ssh -f") with ExitOnForwardFailureDamien Miller
2008-06-12keyword expansion for localcommand. ok djm@Darren Tucker
2008-06-12thal shalt not code past the eightieth columnDamien Miller
2008-06-12maintain an ordered queue of outstanding global requests that weDamien Miller
2008-06-10Add a no-more-sessions@openssh.com global request extension that theDamien Miller
2008-05-09dingo stole my diff hunkDamien Miller
2008-05-09tidy up session multiplexing code, moving it into its own file andDamien Miller
2008-05-08Use new channel status confirmation callback system to properly dealDamien Miller
2008-05-08Implement a channel success/failure status confirmation callbackDamien Miller
2008-01-19ignore SIGPIPE in multiplex client mode - we can receive this if theDamien Miller
2007-11-03avoid errno trashing in signal handler; ok dtuckerTheo de Raadt
2007-11-03Use xstrdup/xfree when saving pwname and pwdir; ok deraadt@Darren Tucker
2007-11-03bz #1377: getpwuid results were being clobbered by another getpw* callTheo de Raadt