Mercurial > dropbear
diff debug.h @ 573:d3ea8b9672f0
- Test for pam_fail_delay() function in configure
- Recognise "username:" as a PAM prompt
- Add some randomness to the auth-failure delay
- Fix wrongly committed options.h/debug.h
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Tue, 08 Sep 2009 14:53:53 +0000 |
parents | 005530560594 |
children | d4d0279710b9 |
line wrap: on
line diff
--- a/debug.h Sat Sep 05 11:40:00 2009 +0000 +++ b/debug.h Tue Sep 08 14:53:53 2009 +0000 @@ -39,7 +39,7 @@ * Caution: Don't use this in an unfriendly environment (ie unfirewalled), * since the printing may not sanitise strings etc. This will add a reasonable * amount to your executable size. */ -#define DEBUG_TRACE +/*#define DEBUG_TRACE */ /* All functions writing to the cleartext payload buffer call * CHECKCLEARTOWRITE() before writing. This is only really useful if you're