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