Mercurial > dropbear
comparison debug.h @ 179:161557a9dde8
* fix longstanding bug with connections being closed on failure to
connect to auth socket (server)
* differentiate between get_byte and get_bool
* get rid of some // comments
* general tidying
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Sun, 13 Mar 2005 13:58:14 +0000 |
parents | 0cfba3034be5 |
children | 6b41e2cbf071 740e782679be ffbe6f691ca3 |
comparison
equal
deleted
inserted
replaced
178:058cc7892636 | 179:161557a9dde8 |
---|---|
37 * You'll need to run programs with "-v" to turn this on. | 37 * You'll need to run programs with "-v" to turn this on. |
38 * | 38 * |
39 * Caution: Don't use this in an unfriendly environment (ie unfirewalled), | 39 * Caution: Don't use this in an unfriendly environment (ie unfirewalled), |
40 * since the printing may not sanitise strings etc. This will add a reasonable | 40 * since the printing may not sanitise strings etc. This will add a reasonable |
41 * amount to your executable size. */ | 41 * amount to your executable size. */ |
42 //#define DEBUG_TRACE | 42 /*#define DEBUG_TRACE */ |
43 | 43 |
44 /* All functions writing to the cleartext payload buffer call | 44 /* All functions writing to the cleartext payload buffer call |
45 * CHECKCLEARTOWRITE() before writing. This is only really useful if you're | 45 * CHECKCLEARTOWRITE() before writing. This is only really useful if you're |
46 * attempting to track down a problem */ | 46 * attempting to track down a problem */ |
47 #define CHECKCLEARTOWRITE() assert(ses.writepayload->len == 0 && \ | 47 #define CHECKCLEARTOWRITE() assert(ses.writepayload->len == 0 && \ |