summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/ssh.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* oops, forgot to #include <canohost.h>; spotted and patch from chl@djm2010-06-261-1/+2
* Add X11ForwardTimeout option to specify timeout for untrusted X11djm2010-06-251-3/+6
* log the hostname and address that we connected to at LogLevel=verbosedjm2010-06-251-1/+8
* mux support for remote forwarding with dynamic port allocation,markus2010-05-161-3/+6
* Pause the mux channel while waiting for reply from aynch callbacks.djm2010-05-141-2/+5
* bz#1746 - suppress spurious tty warning when using -O and stdindjm2010-04-101-2/+2
* Add support for certificate key types for users and hosts.djm2010-02-261-19/+52
* tweak previous; ok markusjmc2010-02-081-2/+3
* replace our obsolete smartcard code with PKCS#11.markus2010-02-081-12/+17
* rewrite ssh(1) multiplexing code to a more sensible protocol.djm2010-01-261-3/+19
* Add a 'netcat mode' (ssh -W). This connects stdio on the client to a singledtucker2010-01-111-3/+54
* Remove RoutingDomain from ssh since it's now not needed. It can be replaceddtucker2010-01-091-2/+1
* When passing user-controlled options with arguments to other programs,guenther2009-12-201-2/+2
* Allow to set the rdomain in ssh/sftp/scp/sshd and ssh-keyscan.reyk2009-10-281-1/+2
* Request roaming to be enabled if UseRoaming is true and the serverandreas2009-10-241-1/+5
* allow for long home dir paths (bz #1615). ok deraadtdtucker2009-07-021-7/+9
* pass correct argv[0] to openlog(); ok djm@markus2009-03-171-4/+5
* support remote port forwarding with a zero listen port (-R0:...) todjm2009-02-121-4/+11
* make a2port() return -1 when it encounters an invalid port numberdjm2009-01-221-2/+2
* merge dynamic forward parsing into parse_forward(); 'i think this is OK' djm@stevesk2008-11-011-24/+8
* add -y to usage();jmc2008-10-091-2/+2
* Add -y option to force logging via syslog rather than stderr.djm2008-10-081-5/+9
* only send eow and no-more-sessions requests to openssh 5 and newer;markus2008-09-111-2/+3
* When forking after authentication ("ssh -f") with ExitOnForwardFailuredjm2008-07-021-6/+21
* keyword expansion for localcommand. ok djm@dtucker2008-06-121-7/+23
* thal shalt not code past the eightieth columndjm2008-06-121-26/+47
* maintain an ordered queue of outstanding global requests that wedjm2008-06-121-27/+26
* Add a no-more-sessions@openssh.com global request extension that thedjm2008-06-101-1/+10
* dingo stole my diff hunkdjm2008-05-091-1/+6
* tidy up session multiplexing code, moving it into its own file anddjm2008-05-091-298/+15
* Use new channel status confirmation callback system to properly dealdjm2008-05-081-17/+2
* Implement a channel success/failure status confirmation callbackdjm2008-05-081-2/+4
* ignore SIGPIPE in multiplex client mode - we can receive this if thedjm2008-01-191-1/+3
* avoid errno trashing in signal handler; ok dtuckerderaadt2007-11-031-1/+5
* Use xstrdup/xfree when saving pwname and pwdir; ok deraadt@dtucker2007-11-031-5/+5
* bz #1377: getpwuid results were being clobbered by another getpw* callderaadt2007-11-031-3/+10
* Make LocalCommand work for Protocol 1 too; ok djm@dtucker2007-10-291-1/+6
* Plug tiny mem leaks in ControlPath and ProxyCommand option processing; ok djm@dtucker2007-10-291-3/+8
* make ssh(1)'s ConnectTimeout option apply to both the TCP connection anddjm2007-09-041-4/+11
* make file descriptor passing code return an error rather than call fatal()djm2007-09-041-4/+5
* bz#1232: ensure that any specified LocalCommand is executed after thedjm2007-08-071-24/+15
* when waiting for the multiplex exit status, read until the master enddjm2007-06-141-13/+21
* handle EINTR when waiting for mux exit status properlydjm2007-06-141-2/+5
* improved exit message from multiplex slave sessions; bz #1262djm2007-06-121-2/+3
* Add "-K" flag for ssh to set GSSAPIAuthentication=yes anddjm2007-06-121-3/+7
* fix slave exit value when a control master goes away without passing thedjm2007-06-121-10/+13
* spacesstevesk2007-01-031-2/+2
* sys/resource.h needs sys/time.h; prompted by brad@djm2006-10-061-1/+2
* almost entirely get rid of the culture of ".h files that include .h files"deraadt2006-08-031-6/+4
* clean extra spacesstevesk2006-08-011-2/+2