summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/dispatch.h
AgeCommit message (Expand)AuthorFilesLines
2019-01-19remove last traces of old packet API!djm1-8/+1
2017-05-31remove now obsolete ctx from ssh_dispatch_run; ok djm@markus1-5/+3
2017-05-30protocol handlers all get struct ssh passed; ok djm@markus1-4/+4
2015-01-19move dispatch to struct ssh; ok djm@markus1-8/+28
2006-04-20replace the last non-sig_atomic_t flag used in a signal handler with adjm1-2/+2
2006-03-25standardise spacing in $OpenBSD$ tags; requested by deraadt@djm1-1/+1
2002-01-11a single dispatch_protocol_error() that sends a message of type 'UNIMPLEMENTED'markus1-1/+3
2001-12-28remove plen from the dispatch fn. it's no longer used.markus1-3/+3
2001-12-20Conformance fix: we should send failing packet sequence number whendjm1-3/+3
2001-06-26remove comments from .h, since they are cut&paste from the .c filesmarkus1-5/+5
2001-06-26prototype pedant. not very creative...itojun1-6/+6
2001-01-29$OpenBSD$niklas1-0/+2
2000-09-21add context to dispatch_runmarkus1-3/+3
2000-09-07cleanup copyright notices on all files. I have attempted to be accurate withderaadt1-0/+23
2000-03-28function tables for different message typesmarkus1-0/+11