-
- Change History (most recent first):
-
-$Log: mDNSDebug.h,v $
-Revision 1.38 2007/12/13 20:27:07 cheshire
-Remove unused VerifySameNameAssumptions symbol
-
-Revision 1.37 2007/12/01 00:33:17 cheshire
-Fixes from Bob Bradley for building on EFI
-
-Revision 1.36 2007/10/01 19:06:19 cheshire
-Defined symbolic constant MDNS_LOG_INITIAL_LEVEL to set the logging level we start out at
-
-Revision 1.35 2007/07/27 20:19:56 cheshire
-For now, comment out unused log levels MDNS_LOG_ERROR, MDNS_LOG_WARN, MDNS_LOG_INFO, MDNS_LOG_DEBUG
-
-Revision 1.34 2007/07/24 17:23:33 cheshire
-<rdar://problem/5357133> Add list validation checks for debugging
-
-Revision 1.33 2007/06/15 21:54:50 cheshire
-<rdar://problem/4883206> Add packet logging to help debugging private browsing over TLS
-
-Revision 1.32 2007/05/25 16:03:03 cheshire
-Remove unused LogMalloc
-
-Revision 1.31 2007/04/06 19:50:05 cheshire
-Add ProgramName declaration
-
-Revision 1.30 2007/03/24 01:22:44 cheshire
-Add validator for uDNS data structures
-
-Revision 1.29 2006/08/14 23:24:23 cheshire
-Re-licensed mDNSResponder daemon source code under Apache License, Version 2.0
-
-Revision 1.28 2006/07/07 01:09:09 cheshire
-<rdar://problem/4472013> Add Private DNS server functionality to dnsextd
-Only use mallocL/freeL debugging routines when building mDNSResponder, not dnsextd
-
-Revision 1.27 2006/06/29 07:42:14 cheshire
-<rdar://problem/3922989> Performance: Remove unnecessary SameDomainName() checks
-
-Revision 1.26 2005/07/04 22:40:26 cheshire
-Additional debugging code to help catch memory corruption
-
-Revision 1.25 2004/12/14 21:34:16 cheshire
-Add "#define ANSWER_REMOTE_HOSTNAME_QUERIES 0" and comment
-
-Revision 1.24 2004/09/16 01:58:21 cheshire
-Fix compiler warnings
-
-Revision 1.23 2004/05/18 23:51:25 cheshire
-Tidy up all checkin comments to use consistent "<rdar://problem/xxxxxxx>" format for bug numbers
-
-Revision 1.22 2004/04/22 04:27:42 cheshire
-Spacing tidyup
-
-Revision 1.21 2004/04/14 23:21:41 ksekar
-Removed accidental checkin of MALLOC_DEBUGING flag in 1.20
-
-Revision 1.20 2004/04/14 23:09:28 ksekar
-Support for TSIG signed dynamic updates.
-
-Revision 1.19 2004/03/15 18:57:59 cheshire
-Undo last checkin that accidentally made verbose debugging the default for all targets
-
-Revision 1.18 2004/03/13 01:57:33 ksekar
-<rdar://problem/3192546>: DynDNS: Dynamic update of service records
-
-Revision 1.17 2004/01/28 21:14:23 cheshire
-Reconcile debug_mode and gDebugLogging into a single flag (mDNS_DebugMode)
-
-Revision 1.16 2003/12/09 01:30:06 rpantos
-Fix usage of ARGS... macros to build properly on Windows.
-
-Revision 1.15 2003/12/08 20:55:26 rpantos
-Move some definitions here from mDNSMacOSX.h.
-
-Revision 1.14 2003/08/12 19:56:24 cheshire
-Update to APSL 2.0
-
-Revision 1.13 2003/07/02 21:19:46 cheshire
-<rdar://problem/3313413> Update copyright notices, etc., in source code comments
-
-Revision 1.12 2003/05/26 03:01:27 cheshire
-<rdar://problem/3268904> sprintf/vsprintf-style functions are unsafe; use snprintf/vsnprintf instead
-
-Revision 1.11 2003/05/21 17:48:10 cheshire
-Add macro to enable GCC's printf format string checking
-
-Revision 1.10 2003/04/26 02:32:57 cheshire
-Add extern void LogMsg(const char *format, ...);
-
-Revision 1.9 2002/09/21 20:44:49 zarzycki
-Added APSL info
-
-Revision 1.8 2002/09/19 04:20:43 cheshire
-Remove high-ascii characters that confuse some systems
-
-Revision 1.7 2002/09/16 18:41:42 cheshire
-Merge in license terms from Quinn's copy, in preparation for Darwin release
-
-*/