Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-03-12 | knf nit | Damien Miller | |
2006-02-22 | move #include <ctype.h> out of includes.h; ok djm@ | Kevin Steves | |
2006-02-20 | move #include <sys/stat.h> out of includes.h; ok markus@ | Kevin Steves | |
2006-02-20 | move #include <signal.h> out of includes.h; ok markus@ | Kevin Steves | |
2006-02-20 | move #include <sys/un.h> out of includes.h; ok djm@ | Kevin Steves | |
2006-02-12 | add a %l expansion code to the ControlPath, which is filled in with the | Damien Miller | |
local hostname at runtime. Requested by henning@ to avoid some problems with /home on NFS; ok dtucker@ | |||
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 | |
with the initial commit but is required for a portable approach. - make the tunnel id u_int and platform friendly, use predefined types. - support configuration of layer 2 (ethernet) or layer 3 (point-to-point, default) modes. configuration is done using the Tunnel (yes|point-to-point|ethernet|no) option is ssh_config(5) and restricted by the PermitTunnel (yes|point-to-point|ethernet|no) option in sshd_config(5). ok djm@, man page bits by jmc@ | |||
2005-12-06 | Add support for tun(4) forwarding over OpenSSH, based on an idea and | Reyk Floeter | |
initial channel code bits by markus@. This is a simple and easy way to use OpenSSH for ad hoc virtual private network connections, e.g. administrative tunnels or secure wireless access. It's based on a new ssh channel and works similar to the existing TCP forwarding support, except that it depends on the tun(4) network interface on both ends of the connection for layer 2 or layer 3 tunneling. This diff also adds support for LocalCommand in the ssh(1) client. ok djm@, markus@, jmc@ (manpages), tested and discussed with others | |||
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 | |
correctly | |||
2005-07-16 | spacing | Damien Miller | |
2005-07-04 | implement support for X11 and agent forwarding over multiplex slave | Damien Miller | |
connections. Because of protocol limitations, the slave connections inherit the master's DISPLAY and SSH_AUTH_SOCK rather than distinctly forwarding their own. ok dtucker@ "put it in" deraadt@ | |||
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 | |
spotted dwmw2 AT infradead.org; ok markus@ | |||
2005-06-16 | move x11_get_proto from ssh.c to clientloop.c, to make muliplexed xfwd easier | Damien Miller | |
later; ok deraadt@ | |||
2005-06-08 | add ControlMaster=auto/autoask options to support opportunistic multiplexing; | Damien Miller | |
tested avsm@ and jakob@, ok markus@ | |||
2005-06-06 | introduce a generic %foo expansion function. replace existing % expansion and | Damien Miller | |
add expansion to ControlPath; ok markus@ | |||
2005-05-27 | fix -O for cases where no ControlPath has been specified or socket at | Damien Miller | |
ControlPath is not contactable; spotted by and ok avsm@ | |||
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 | |
ignasi.roca AT fujitsu-siemens.com (bz #829); ok dtucker@ | |||
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 | |
ok markus@ | |||
2005-03-01 | bz#413: allow optional specification of bind address for port forwardings. | Damien Miller | |
Patch originally by Dan Astorian, but worked on by several people Adds GatewayPorts=clientspecified option on server to allow remote forwards to bind to client-specified ports. ok markus@ | |||
2005-02-16 | Better diagnostic if an identity file is not accesible. ok markus@ djm@ | Otto Moerbeek | |
2004-11-07 | usage(): | Jason McIntyre | |
- add -O - sync -S w/ manpage - remove -h | |||
2004-11-07 | add basic control of a running multiplex master connection; including the | Damien Miller | |
ability to check its status and request it to exit; ok markus@ | |||
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 | |
/* FALLTHROUGH */ is also understood by lint, so that is better. | |||
2004-09-07 | cleanup multiplex control socket on SIGHUP too, spotted by sturm@ | Damien Miller | |
ok markus@ deraadt@ | |||
2004-08-23 | Use permanently_set_uid() in ssh and ssh-keysign for consistency, matches | Darren Tucker | |
change in Portable; ok markus@ | |||
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 | |
markus@ ok | |||
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 | |
allow interrupting of setup (e.g. if master is stuck); ok markus@ | |||
2004-06-17 | sync usage() and SYNPOSIS with connection sharing changes | Damien Miller | |