so here it is the code to introduce seriously debugggging classes.
authorSimo Sorce <idra@samba.org>
Sat, 18 May 2002 15:09:21 +0000 (15:09 +0000)
committerSimo Sorce <idra@samba.org>
Sat, 18 May 2002 15:09:21 +0000 (15:09 +0000)
commit2a02a76913a91c9882868b73c72ba2e8d2be764d
tree4f1f0bc22e790381cf655ea6ce592660db1f2d52
parentf9d2db36f36abc39a9a905a69b0f2e0182d0caca
so here it is the code to introduce seriously debugggging classes.
this is a first step only passdb stuff has beein "classized".

 - so what can you do?
   set debug level to:  1 poasdb:10
   that will make all the code run at debug level 1 except the code in
   passdb/* files that will run at level 10
   TODO: fix the man page

 - also smbcontrol has this nice feature so smbcontrol smbd debug 3 passdb:5
   will set every smbd to have a default log level of 3 while passdb stuff
   will be at level 5

   and so no..

  minor cosmetic fix to pdbedit is there too
(This used to be commit be5c3b3f5781ddc002ffcc98df04ab024dcef4ca)
16 files changed:
source3/include/debug.h
source3/lib/debug.c
source3/lib/messages.c
source3/param/loadparm.c
source3/passdb/machine_sid.c
source3/passdb/passdb.c
source3/passdb/passgrp.c
source3/passdb/pdb_get_set.c
source3/passdb/pdb_interface.c
source3/passdb/pdb_ldap.c
source3/passdb/pdb_plugin.c
source3/passdb/pdb_smbpasswd.c
source3/passdb/pdb_tdb.c
source3/passdb/secrets.c
source3/utils/pdbedit.c
source3/utils/smbcontrol.c