Age | Commit message (Expand) | Author |
2006-07-11 | need <errno.h> here also (it's also included in <openssl/err.h>) | Kevin Steves |
2006-07-11 | cast asterisk field precision argument to int to remove warning; | Kevin Steves |
2006-07-11 | add ExitOnForwardFailure: terminate the connection if ssh(1) | Markus Friedl |
2006-07-11 | Only copy the part of environment variable that we actually use. Prevents | Darren Tucker |
2006-07-09 | move #include <fcntl.h> out of includes.h | Kevin Steves |
2006-07-08 | move #include <sys/socket.h> out of includes.h | Kevin Steves |
2006-07-06 | move #include <pwd.h> out of includes.h; ok markus@ | Kevin Steves |
2006-07-03 | move #include "version.h" out of includes.h; ok markus@ | Kevin Steves |
2006-07-02 | more details and clarity for tun(4) device forwarding; ok and help | Kevin Steves |
2006-04-25 | Prevent ssh from trying to open private keys with bad permissions more than | Darren Tucker |
2006-03-30 | add percent escape chars to the IdentityFile option, bz #1159 based | Damien Miller |
2006-03-28 | spacing | Theo de Raadt |
2006-03-25 | Put $OpenBSD$ tags back (as comments) to replace the RCSID()s that | Damien Miller |
2006-03-25 | introduce xcalloc() and xasprintf() failure-checked allocations functions | Damien Miller |
2006-03-20 | be strict with tolower() casting | Theo de Raadt |
2006-03-20 | annoying spacing fixes getting in the way of real diffs | Theo de Raadt |
2006-03-20 | sprinkle u_int throughout pty subsystem, ok markus | Theo de Raadt |
2006-03-19 | spacing | Theo de Raadt |
2006-03-19 | RCSID() can die | Theo de Raadt |
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 |
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 |