commit | 7d05339c709efbf699e0dae499308428174a0da4 | [log] [download] |
---|---|---|
author | Damien Miller <djm@mindrot.org> | Tue Jan 22 23:24:13 2002 +1100 |
committer | Damien Miller <djm@mindrot.org> | Tue Jan 22 23:24:13 2002 +1100 |
tree | 22bbfa5480faa991511831b4c8aa5846267a27f4 | |
parent | 84b8ab3eeef42818e20d2b46627245fe450082ab [diff] |
- markus@cvs.openbsd.org 2002/01/11 13:39:36 [auth2.c dispatch.c dispatch.h kex.c] 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.