summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/dispatch.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-19allow sshpkt_fatal() to take a varargs format; we'll use this to givedjm1-3/+3
2017-05-31remove now obsolete ctx from ssh_dispatch_run; ok djm@markus1-8/+5
2017-05-30protocol handlers all get struct ssh passed; ok djm@markus1-4/+3
2017-04-30obliterate ssh1.h and some dead code that used itdjm1-2/+1
2017-04-30remove compat20/compat13/compat15 variablesdjm1-3/+1
2015-05-01refactor ssh_dispatch_run_fatal() to use sshpkt_fatal() to betterdjm1-19/+3
2015-02-12Prevent sshd spamming syslog with "ssh_dispatch_run_fatal: disconnected".dtucker1-1/+5
2015-01-30avoid more fatal/exit in the packet.c paths that ssh-keyscandjm1-4/+4
2015-01-28avoid fatal() calls in packet codedjm1-3/+15
2015-01-19move dispatch to struct ssh; ok djm@markus1-32/+70
2008-10-31remove unused #define DISPATCH_MIN; ok markus@stevesk1-2/+1
2006-08-03almost entirely get rid of the culture of ".h files that include .h files"deraadt1-2/+4
2006-07-23#include <signal.h> for sig_atomic_t; need this prior to <sys/param.h>stevesk1-1/+3
2006-04-20replace the last non-sig_atomic_t flag used in a signal handler with adjm1-2/+2
2006-03-25Put $OpenBSD$ tags back (as comments) to replace the RCSID()s thatdjm1-0/+1
2006-03-19RCSID() can diederaadt1-1/+0
2003-04-08rename log() into logit() to avoid name conflict. markus ok, from netbsditojun1-3/+3
2002-01-11a single dispatch_protocol_error() that sends a message of type 'UNIMPLEMENTED'markus1-3/+25
2001-12-28remove plen from the dispatch fn. it's no longer used.markus1-5/+4
2001-12-28packet_read* no longer return the packet length, since it's not used.markus1-5/+4
2001-12-20Conformance fix: we should send failing packet sequence number whendjm1-6/+8
2001-06-10we support rekeyingmarkus1-4/+2
2001-02-18typo, SSH2_MSG_KEXINIT, from aspa@kronodoc.fimarkus1-2/+2
2001-02-04unexpand and remove end-of-line whitespace; ok markus@stevesk1-2/+2
2001-01-28re-keying is not supported; ok deraadt@markus1-1/+5
2001-01-21split ssh.h and try to cleanup the #include mess. remove unnecessary #includes.markus1-2/+3
2001-01-19move ssh1 definitions to ssh1.h, pathnames to pathnames.hmarkus1-1/+2
2000-09-21add context to dispatch_runmarkus1-4/+4
2000-09-07cleanup copyright notices on all files. I have attempted to be accurate withderaadt1-6/+1
2000-06-20OpenBSD tagmarkus1-1/+1
2000-04-14whitespace cleanupmarkus1-2/+2
2000-03-28function tables for different message typesmarkus1-0/+78