djm
cf2291e070
remove last traces of old packet API!
...
with & ok markus@
2019-01-19 21:45:31 +00:00
markus
65d0ff1d6d
remove now obsolete ctx from ssh_dispatch_run; ok djm@
2017-05-31 07:00:13 +00:00
markus
3904329f03
protocol handlers all get struct ssh passed; ok djm@
2017-05-30 14:23:52 +00:00
markus
b4c826f7ae
move dispatch to struct ssh; ok djm@
2015-01-19 20:07:45 +00:00
djm
e34b121479
replace the last non-sig_atomic_t flag used in a signal handler with a
...
sig_atomic_t, unfortunately with some knock-on effects in other (non-
signal) contexts in which it is used; ok markus@
2006-04-20 09:27:09 +00:00
djm
84cabb1018
standardise spacing in $OpenBSD$ tags; requested by deraadt@
2006-03-25 22:22:42 +00:00
markus
b684899c84
a single dispatch_protocol_error() that sends a message of type 'UNIMPLEMENTED'
...
dispatch_range(): set handler for a ranges message types
use dispatch_protocol_ignore() for authentication requests after
successful authentication (the drafts requirement).
serverloop/clientloop now send a 'UNIMPLEMENTED' message instead of exiting.
2002-01-11 13:39:36 +00:00
markus
02855125c9
remove plen from the dispatch fn. it's no longer used.
2001-12-28 15:06:00 +00:00
djm
b5f327ceb1
Conformance fix: we should send failing packet sequence number when
...
responding with a SSH_MSG_UNIMPLEMENTED message. Spotted by
yakk@yakk.dot.net ; ok markus@
2001-12-20 22:50:24 +00:00
markus
c1d304b2b0
remove comments from .h, since they are cut&paste from the .c files
...
and out of sync
2001-06-26 17:27:22 +00:00
itojun
08d1172d67
prototype pedant. not very creative...
...
- () -> (void)
- no variable names
2001-06-26 06:32:46 +00:00
niklas
d4e7c60304
$OpenBSD$
2001-01-29 01:57:55 +00:00
markus
94df6a2f3c
add context to dispatch_run
2000-09-21 11:25:32 +00:00
deraadt
607fba6c1b
cleanup copyright notices on all files. I have attempted to be accurate with
...
the details. everything is now under Tatu's licence (which I copied from his
readme), and/or the core-sdi bsd-ish thing for deattack, or various openbsd
developers under a 2-term bsd licence. We're not changing any rules, just
being accurate.
2000-09-07 20:27:48 +00:00
markus
4a6ab9f675
function tables for different message types
2000-03-28 20:40:48 +00:00