Mercurial > dropbear
comparison debug.h @ 47:4b53a43f0082
- client pubkey auth works
- rearrange the runopts code for client and server (hostkey reading is needed
by both (if the client is doing pubkey auth. otherwise....))
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Fri, 06 Aug 2004 16:18:01 +0000 |
parents | 9ee8996a375f |
children | a54d20c96178 |
comparison
equal
deleted
inserted
replaced
46:3bea78e1b175 | 47:4b53a43f0082 |
---|---|
34 /* #define DEBUG_VALGRIND */ | 34 /* #define DEBUG_VALGRIND */ |
35 | 35 |
36 /* Define this to print trace statements - very verbose */ | 36 /* Define this to print trace statements - very verbose */ |
37 /* Caution: Don't use this in an unfriendly environment (ie unfirewalled), | 37 /* Caution: Don't use this in an unfriendly environment (ie unfirewalled), |
38 * since the printing does not sanitise strings etc */ | 38 * since the printing does not sanitise strings etc */ |
39 //#define DEBUG_TRACE | 39 #define DEBUG_TRACE |
40 | 40 |
41 /* All functions writing to the cleartext payload buffer call | 41 /* All functions writing to the cleartext payload buffer call |
42 * CHECKCLEARTOWRITE() before writing. This is only really useful if you're | 42 * CHECKCLEARTOWRITE() before writing. This is only really useful if you're |
43 * attempting to track down a problem */ | 43 * attempting to track down a problem */ |
44 #define CHECKCLEARTOWRITE() assert(ses.writepayload->len == 0 && \ | 44 #define CHECKCLEARTOWRITE() assert(ses.writepayload->len == 0 && \ |