Age | Commit message (Expand) | Author |
2006-02-12 | add a %l expansion code to the ControlPath, which is filled in with the | Damien Miller |
2006-02-10 | move #include <sys/ioctl.h> out of includes.h; ok markus@ | Kevin Steves |
2006-02-08 | move #include <sys/resource.h> out of includes.h; ok markus@ | Kevin Steves |
2006-02-08 | move #include <paths.h> out of includes.h; ok markus@ | Kevin Steves |
2005-12-20 | exit(255) on error to match description in ssh(1); bz #1137; ok deraadt@ | Darren Tucker |
2005-12-08 | two changes to the new ssh tunnel support. this breaks compatibility | Reyk Floeter |
2005-12-06 | Add support for tun(4) forwarding over OpenSSH, based on an idea and | Reyk Floeter |
2005-10-30 | no need to escape single quotes in comments, no binary change | Damien Miller |
2005-10-30 | fix misleading debug message; ok dtucker@ | Damien Miller |
2005-10-14 | no trailing "\n" for log functions; ok djm@ | Kevin Steves |
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 |