diff options
author | Matt Johnston <matt@ucc.asn.au> | 2008-09-12 17:23:56 +0000 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2008-09-12 17:23:56 +0000 |
commit | 55e674ea903ede3d89b564fef153b4761e94c5da (patch) | |
tree | af6c0d623d5a7c737d4b59c47d58e399c328b988 /debug.h | |
parent | 45fa390469e791db7fa99b1a9b742dcc3434d8de (diff) | |
download | dropbear-pubkey-options.tar.gz |
- Rework pubkey options to be more careful about buffer lengths. Needs review.pubkey-options
Diffstat (limited to 'debug.h')
-rw-r--r-- | debug.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -67,6 +67,11 @@ #define TRACE(X) #endif /*DEBUG_TRACE*/ +/* To debug with GDB it is easier to run with no forking of child processes. + You will need to pass "-F" as well. */ +/* #define DEBUG_NOFORK */ + + /* For testing as non-root on shadowed systems, include the crypt of a password * here. You can then log in as any user with this password. Ensure that you * make your own password, and are careful about using this. This will also |