| Commit message (Expand) | Author | Age | Files | Lines |
* | Keep track of number of bytes read and written. Needed for upcoming |  andreas | 2009-05-28 | 1 | -2/+6 |
* | Put the globals in packet.c into a struct and don't access it directly |  andreas | 2009-05-25 | 1 | -3/+3 |
* | tighten check for -R0:... forwarding: only allow dynamic allocation if |  djm | 2009-02-12 | 1 | -1/+2 |
* | support remote port forwarding with a zero listen port (-R0:...) to |  djm | 2009-02-12 | 1 | -4/+8 |
* | make a2port() return -1 when it encounters an invalid port number |  djm | 2009-01-22 | 1 | -2/+2 |
* | backout 1.149, since it's not necessary and openssh clients send |  markus | 2008-12-02 | 1 | -3/+3 |
* | only pass channel requests on session channels through to the session |  djm | 2008-06-30 | 1 | -2/+3 |
* | Add a no-more-sessions@openssh.com global request extension that the |  djm | 2008-06-10 | 1 | -1/+11 |
* | unbreak |  markus | 2008-05-09 | 1 | -2/+5 |
* | Try additional addresses when connecting to a port forward destination |  djm | 2008-05-09 | 1 | -11/+8 |
* | Implement a channel success/failure status confirmation callback |  djm | 2008-05-08 | 1 | -2/+4 |
* | Allow all SSH2 packet types, including UNIMPLEMENTED to reset the |  dtucker | 2008-02-22 | 1 | -4/+3 |
* | Revert the change for bz #1307 as it causes connection aborts if an IGNORE |  dtucker | 2008-01-23 | 1 | -3/+1 |
* | Make SSH2_MSG_UNIMPLEMENTED and SSH2_MSG_IGNORE messages reset the |  dtucker | 2007-12-28 | 1 | -1/+3 |
* | exit instead of doing a blocking tcp send if we detect a client/server timeout, |  markus | 2006-10-11 | 1 | -3/+5 |
* | almost entirely get rid of the culture of ".h files that include .h files" |  deraadt | 2006-08-03 | 1 | -4/+6 |
* | move #include <sys/param.h> out of includes.h |  stevesk | 2006-07-26 | 1 | -1/+2 |
* | move #include <sys/time.h> out of includes.h |  stevesk | 2006-07-25 | 1 | -1/+2 |
* | move #include <string.h> out of includes.h |  stevesk | 2006-07-22 | 1 | -1/+2 |
* | missed some needed #include <unistd.h> when KERBEROS5=no; issue from |  stevesk | 2006-07-20 | 1 | -1/+2 |
* | move #include <errno.h> out of includes.h; ok markus@ |  stevesk | 2006-07-11 | 1 | -1/+2 |
* | move #include <fcntl.h> out of includes.h |  stevesk | 2006-07-09 | 1 | -1/+2 |
* | move #include <pwd.h> out of includes.h; ok markus@ |  stevesk | 2006-07-06 | 1 | -1/+2 |
* | move #include <netinet/in.h> out of includes.h; ok deraadt@ |  stevesk | 2006-07-05 | 1 | -1/+4 |
* | spacing |  deraadt | 2006-03-25 | 1 | -3/+3 |
* | Put $OpenBSD$ tags back (as comments) to replace the RCSID()s that |  djm | 2006-03-25 | 1 | -0/+1 |
* | spacing |  deraadt | 2006-03-20 | 1 | -0/+1 |
* | sprinkle u_int throughout pty subsystem, ok markus |  deraadt | 2006-03-20 | 1 | -4/+4 |
* | ARGSUSED for signal handlers |  deraadt | 2006-03-19 | 1 | -1/+3 |
* | RCSID() can die |  deraadt | 2006-03-19 | 1 | -1/+0 |
* | memory leaks detected by Coverity via elad AT netbsd.org; |  djm | 2006-03-19 | 1 | -1/+2 |
* | move a debug() outside of a signal handler; ok markus@ a little while back |  djm | 2006-03-04 | 1 | -2/+2 |
* | move #include <signal.h> out of includes.h; ok markus@ |  stevesk | 2006-02-20 | 1 | -1/+2 |
* | move #include <sys/wait.h> out of includes.h; ok markus@ |  stevesk | 2006-02-10 | 1 | -1/+4 |
* | move #include <termios.h> out of includes.h; ok markus@ |  stevesk | 2006-02-07 | 1 | -1/+3 |
* | if forced_tun_device is not set, it is -1 and not SSH_TUNID_ANY |  reyk | 2005-12-13 | 1 | -2/+2 |
* | two changes to the new ssh tunnel support. this breaks compatibility |  reyk | 2005-12-08 | 1 | -7/+18 |
* | Add support for tun(4) forwarding over OpenSSH, based on an idea and |  reyk | 2005-12-06 | 1 | -1/+33 |
* | make sure we clean up wtmp, etc. file when we receive a SIGTERM, |  djm | 2005-10-31 | 1 | -1/+35 |
* | no need to escape single quotes in comments, no binary change |  djm | 2005-10-30 | 1 | -2/+2 |
* | fix regression I introduced in 4.2: X11 forwardings initiated after |  djm | 2005-10-10 | 1 | -2/+2 |
* | knf says that a 2nd level indent is four (not three or five) spaces |  djm | 2005-07-17 | 1 | -2/+2 |
* | some signed/unsigned int comparison cleanups; markus@ ok |  avsm | 2004-08-11 | 1 | -3/+4 |
* | bz #756: add support for the cancel-tcpip-forward request for the server and |  djm | 2004-05-21 | 1 | -1/+12 |
* | fix mem leaks; some fixes from Pete Flugstad; tested dtucker@ |  markus | 2004-01-19 | 1 | -7/+7 |
* | make ClientKeepAlive work for ssh -N, too (no login shell requested). |  markus | 2003-12-09 | 1 | -17/+15 |
* | Correct check for authctxt->valid. ok djm@ |  dtucker | 2003-11-18 | 1 | -2/+2 |
* | standardise arguments to auth methods - they should all take authctxt. |  djm | 2003-11-04 | 1 | -3/+3 |
* | replace fatal_cleanup() and linked list of fatal callbacks with static |  markus | 2003-09-23 | 1 | -8/+6 |
* | int -> u_int; ok djm@, deraadt@, mouring@ |  markus | 2003-06-24 | 1 | -3/+3 |