summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/dispatch.c
AgeCommit message (Expand)Author
2008-10-31remove unused #define DISPATCH_MIN; ok markus@Kevin Steves
2006-08-03almost entirely get rid of the culture of ".h files that include .h files"Theo de Raadt
2006-07-23#include <signal.h> for sig_atomic_t; need this prior to <sys/param.h>Kevin Steves
2006-04-20replace the last non-sig_atomic_t flag used in a signal handler with aDamien Miller
2006-03-25Put $OpenBSD$ tags back (as comments) to replace the RCSID()s thatDamien Miller
2006-03-19RCSID() can dieTheo de Raadt
2003-04-08rename log() into logit() to avoid name conflict. markus ok, from netbsdJun-ichiro itojun Hagino
2002-01-11a single dispatch_protocol_error() that sends a message of type 'UNIMPLEMENTED'Markus Friedl
2001-12-28remove plen from the dispatch fn. it's no longer used.Markus Friedl
2001-12-28packet_read* no longer return the packet length, since it's not used.Markus Friedl
2001-12-20Conformance fix: we should send failing packet sequence number whenDamien Miller
2001-06-10we support rekeyingMarkus Friedl
2001-02-18typo, SSH2_MSG_KEXINIT, from aspa@kronodoc.fiMarkus Friedl
2001-02-04unexpand and remove end-of-line whitespace; ok markus@Kevin Steves
2001-01-28re-keying is not supported; ok deraadt@Markus Friedl
2001-01-21split ssh.h and try to cleanup the #include mess. remove unnecessary #includes.Markus Friedl
2001-01-19move ssh1 definitions to ssh1.h, pathnames to pathnames.hMarkus Friedl
2000-09-21add context to dispatch_runMarkus Friedl
2000-09-07cleanup copyright notices on all files. I have attempted to be accurate withTheo de Raadt
2000-06-20OpenBSD tagMarkus Friedl
2000-04-14whitespace cleanupMarkus Friedl
2000-03-28function tables for different message typesMarkus Friedl