Mercurial > dropbear
comparison session.h @ 34:e2a1eaa19f22
Client mostly works up to password auth
Need to rework algo-choosing etc, since server is now broken.
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Wed, 28 Jul 2004 16:44:16 +0000 |
parents | f789045062e6 |
children | 0913e2ee3545 |
comparison
equal
deleted
inserted
replaced
33:f789045062e6 | 34:e2a1eaa19f22 |
---|---|
117 unsigned char requirenext; /* byte indicating what packet we require next, | 117 unsigned char requirenext; /* byte indicating what packet we require next, |
118 or 0x00 for any */ | 118 or 0x00 for any */ |
119 | 119 |
120 unsigned char ignorenext; /* whether to ignore the next packet, | 120 unsigned char ignorenext; /* whether to ignore the next packet, |
121 used for kex_follows stuff */ | 121 used for kex_follows stuff */ |
122 | |
123 unsigned char lastpacket; /* What the last received packet type was */ | |
122 | 124 |
123 | 125 |
124 | 126 |
125 /* KEX/encryption related */ | 127 /* KEX/encryption related */ |
126 struct KEXState kexstate; | 128 struct KEXState kexstate; |