lib/util: new merged debug system
authorAndrew Bartlett <abartlet@samba.org>
Thu, 24 Feb 2011 05:14:03 +0000 (16:14 +1100)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 1 Mar 2011 03:32:12 +0000 (04:32 +0100)
commit5f5ca913b7abfcf95782339fac2dc8c1541b1126
treeedd1c797f8d8692ff7d613e7ae8901b656dd6726
parent4acef317a0e1692afc526a3805adf87403651170
lib/util: new merged debug system

This is the s3 debug system, with a number of changes to tidy it up
for common use.  The debug class system is simplified by the removal of the
ISSET table, the system no longer attempts to cope with assignment of
DEBUGLEVEL, and the full class table is always available (rather than
just DEBUGLEVEL_CLASS[DBCG_ALL]) from startup.  It is also no longer
confusingly described as a hack, but as the initial table.

Autobuild-User: Andrew Bartlett <abartlet@samba.org>
Autobuild-Date: Tue Mar  1 04:32:12 CET 2011 on sn-devel-104
16 files changed:
lib/util/debug.c [moved from source3/lib/debug.c with 73% similarity]
lib/util/debug.h [moved from source3/include/debug.h with 65% similarity]
lib/util/debug_s3.c [new file with mode: 0644]
lib/util/debug_s3.h [new file with mode: 0644]
lib/util/debug_s4.c [deleted file]
lib/util/debug_s4.h [deleted file]
lib/util/wscript_build
source3/Makefile.in
source3/include/includes.h
source3/include/local.h
source3/include/smb.h
source3/pam_smbpass/pam_smb_auth.c
source3/param/loadparm.c
source3/wscript_build
source4/include/includes.h
source4/param/loadparm.c