summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/serverloop.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Keep track of number of bytes read and written. Needed for upcomingandreas2009-05-281-2/+6
* Put the globals in packet.c into a struct and don't access it directlyandreas2009-05-251-3/+3
* tighten check for -R0:... forwarding: only allow dynamic allocation ifdjm2009-02-121-1/+2
* support remote port forwarding with a zero listen port (-R0:...) todjm2009-02-121-4/+8
* make a2port() return -1 when it encounters an invalid port numberdjm2009-01-221-2/+2
* backout 1.149, since it's not necessary and openssh clients sendmarkus2008-12-021-3/+3
* only pass channel requests on session channels through to the sessiondjm2008-06-301-2/+3
* Add a no-more-sessions@openssh.com global request extension that thedjm2008-06-101-1/+11
* unbreakmarkus2008-05-091-2/+5
* Try additional addresses when connecting to a port forward destinationdjm2008-05-091-11/+8
* Implement a channel success/failure status confirmation callbackdjm2008-05-081-2/+4
* Allow all SSH2 packet types, including UNIMPLEMENTED to reset thedtucker2008-02-221-4/+3
* Revert the change for bz #1307 as it causes connection aborts if an IGNOREdtucker2008-01-231-3/+1
* Make SSH2_MSG_UNIMPLEMENTED and SSH2_MSG_IGNORE messages reset thedtucker2007-12-281-1/+3
* exit instead of doing a blocking tcp send if we detect a client/server timeout,markus2006-10-111-3/+5
* almost entirely get rid of the culture of ".h files that include .h files"deraadt2006-08-031-4/+6
* move #include <sys/param.h> out of includes.hstevesk2006-07-261-1/+2
* move #include <sys/time.h> out of includes.hstevesk2006-07-251-1/+2
* move #include <string.h> out of includes.hstevesk2006-07-221-1/+2
* missed some needed #include <unistd.h> when KERBEROS5=no; issue fromstevesk2006-07-201-1/+2
* move #include <errno.h> out of includes.h; ok markus@stevesk2006-07-111-1/+2
* move #include <fcntl.h> out of includes.hstevesk2006-07-091-1/+2
* move #include <pwd.h> out of includes.h; ok markus@stevesk2006-07-061-1/+2
* move #include <netinet/in.h> out of includes.h; ok deraadt@stevesk2006-07-051-1/+4
* spacingderaadt2006-03-251-3/+3
* Put $OpenBSD$ tags back (as comments) to replace the RCSID()s thatdjm2006-03-251-0/+1
* spacingderaadt2006-03-201-0/+1
* sprinkle u_int throughout pty subsystem, ok markusderaadt2006-03-201-4/+4
* ARGSUSED for signal handlersderaadt2006-03-191-1/+3
* RCSID() can diederaadt2006-03-191-1/+0
* memory leaks detected by Coverity via elad AT netbsd.org;djm2006-03-191-1/+2
* move a debug() outside of a signal handler; ok markus@ a little while backdjm2006-03-041-2/+2
* move #include <signal.h> out of includes.h; ok markus@stevesk2006-02-201-1/+2
* move #include <sys/wait.h> out of includes.h; ok markus@stevesk2006-02-101-1/+4
* move #include <termios.h> out of includes.h; ok markus@stevesk2006-02-071-1/+3
* if forced_tun_device is not set, it is -1 and not SSH_TUNID_ANYreyk2005-12-131-2/+2
* two changes to the new ssh tunnel support. this breaks compatibilityreyk2005-12-081-7/+18
* Add support for tun(4) forwarding over OpenSSH, based on an idea andreyk2005-12-061-1/+33
* make sure we clean up wtmp, etc. file when we receive a SIGTERM,djm2005-10-311-1/+35
* no need to escape single quotes in comments, no binary changedjm2005-10-301-2/+2
* fix regression I introduced in 4.2: X11 forwardings initiated afterdjm2005-10-101-2/+2
* knf says that a 2nd level indent is four (not three or five) spacesdjm2005-07-171-2/+2
* some signed/unsigned int comparison cleanups; markus@ okavsm2004-08-111-3/+4
* bz #756: add support for the cancel-tcpip-forward request for the server anddjm2004-05-211-1/+12
* fix mem leaks; some fixes from Pete Flugstad; tested dtucker@markus2004-01-191-7/+7
* make ClientKeepAlive work for ssh -N, too (no login shell requested).markus2003-12-091-17/+15
* Correct check for authctxt->valid. ok djm@dtucker2003-11-181-2/+2
* standardise arguments to auth methods - they should all take authctxt.djm2003-11-041-3/+3
* replace fatal_cleanup() and linked list of fatal callbacks with staticmarkus2003-09-231-8/+6
* int -> u_int; ok djm@, deraadt@, mouring@markus2003-06-241-3/+3