summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/ssh.c
AgeCommit message (Expand)Author
2005-09-19update -D usage here too;Jason McIntyre
2005-09-13ensure that stdio fds are attached; ok deraadt@Damien Miller
2005-07-30fix -D listen_host initialisation, so it picks up gateway_ports settingDamien Miller
2005-07-16spacingDamien Miller
2005-07-04implement support for X11 and agent forwarding over multiplex slaveDamien Miller
2005-06-25do the default port filling code a few lines earlier, so it really does fix %pDamien Miller
2005-06-18allow ControlPath=none, patch from dwmw2 AT infradead.org; ok dtucker@Damien Miller
2005-06-17Fix ControlPath's %p expanding to "0" for a default port,Damien Miller
2005-06-16move x11_get_proto from ssh.c to clientloop.c, to make muliplexed xfwd easierDamien Miller
2005-06-08add ControlMaster=auto/autoask options to support opportunistic multiplexing;Damien Miller
2005-06-06introduce a generic %foo expansion function. replace existing % expansion andDamien Miller
2005-05-27fix -O for cases where no ControlPath has been specified or socket atDamien Miller
2005-05-10report real errors on fallback from ControlMaster=no to normal connectDamien Miller
2005-05-10print nice error message for EADDRINUSE as wellDamien Miller
2005-04-26fallback gracefully if client cannot connect to ControlPath. ok djm@Jakob Schlyter
2005-04-21don't allocate a pty when -n flag (/dev/null stdin) is set, patch fromDamien Miller
2005-04-06Fix debug call for port forwards; patch from pete at seebeyond.com, ok djm@Darren Tucker
2005-03-10spacingTheo de Raadt
2005-03-01sync usage() w/ man SYNOPSIS;Jason McIntyre
2005-03-01bz#413: allow optional specification of bind address for port forwardings.Damien Miller
2005-02-16Better diagnostic if an identity file is not accesible. ok markus@ djm@Otto Moerbeek
2004-11-07usage():Jason McIntyre
2004-11-07add basic control of a running multiplex master connection; including theDamien Miller
2004-09-23correctly honour -n in multiplex client mode; spotted by sturm@ ok markus@Damien Miller
2004-09-15/* fallthrough */ is something a programmer understands. ButTheo de Raadt
2004-09-07cleanup multiplex control socket on SIGHUP too, spotted by sturm@Damien Miller
2004-08-23Use permanently_set_uid() in ssh and ssh-keysign for consistency, matchesDarren Tucker
2004-07-28more s/illegal/invalid/Markus Friedl
2004-07-11spacesTheo de Raadt
2004-06-23Fix counting in master/slave when passing environment variables; ok djm@Darren Tucker
2004-06-21make ssh -Wshadow clean, no functional changesAnil Madhavapeddy
2004-06-20filter passed env vars at slave in connection sharing case; ok markus@Damien Miller
2004-06-18trim synopsis for -S, allow -S and -oControlMaster, -MM means 'ask'; ok djmMarkus Friedl
2004-06-18delay signal handler setup until we have finished talking to the master.Damien Miller
2004-06-17sync usage() and SYNPOSIS with connection sharing changesDamien Miller
2004-06-17Add option for confirmation (ControlMaster=ask) via ssh-askpass before openingDamien Miller
2004-06-17support environment passing over shared connections; ok markus@Damien Miller
2004-06-13implement session multiplexing in the client (the server has supported thisDamien Miller
2004-05-08make two tiny header files go away; djm okTheo de Raadt
2004-04-27bz #815: implement ability to pass specified environment variables from theDamien Miller
2004-04-19fix idiot typo that i introduced in my last commit;Damien Miller
2004-04-18perform strict ownership and modes checks for ~/.ssh/config files, as theseDamien Miller
2004-03-11ssh, sshd: sync version output, ok djmMarkus Friedl
2004-03-10trim usage to match ssh(1) and look more like unix. ok djm@Markus Friedl
2004-03-09increase x11 cookie lifetime to 20 minutes; ok djmMarkus Friedl
2003-12-16application layer keep alive (ServerAliveInterval ServerAliveCountMax)Markus Friedl
2003-12-09don't modify argv for ssh -o; similar to sshd.c 1.283Markus Friedl
2003-11-24Make ssh -k mean GSSAPIDelegateCredentials=no. Suggestion & ok markus@Darren Tucker
2003-11-21unexpand and delete whitespace at EOL; ok markus@Damien Miller
2003-10-11remote x11 clients are now untrusted by default, uses xauth(8) to generateMarkus Friedl