summaryrefslogtreecommitdiffstats
path: root/source/include/debug.h
Commit message (Collapse)AuthorAgeFilesLines
* some more codeSimo Sorce2003-03-081-0/+1
| | | | (not tested yet)
* Remove FILE_MACRO as __FILE__ is ANSI C.Tim Potter2002-12-041-9/+4
|
* Add const to DEBUG() macro.Andrew Bartlett2002-11-151-3/+3
|
* patch from metze: add a 'vfs' debug classAndrew Bartlett2002-09-061-1/+1
|
* Put in intermediate version of new SAM system. It's not stable yet, codeJelmer Vernooij2002-08-281-2/+3
| | | | | | | | | might be ugly, etc - please don't blame me for anything but instead try to fix the code :-). Compiling of the new sam system can be enabled with the configure option --with-sam Removing passdb/passgrp.c as it's unused fix typo in utils/testparm.c
* more debug classess activatedSimo Sorce2002-06-181-1/+1
|
* few fixes from Elrond(elrond@samba-tng.org) and Billy ↵Simo Sorce2002-06-111-5/+6
| | | | O'Connor(billy@oconnoronline.net)
* uhh, forgot to commit the DBGC_WINBIND definition :-)Simo Sorce2002-05-211-11/+11
|
* so here it is the code to introduce seriously debugggging classes.Simo Sorce2002-05-181-11/+13
| | | | | | | | | | | | | | | | | | 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
* Removed version number from file header.Tim Potter2002-01-301-2/+1
| | | | Changed "SMB/Netbios" to "SMB/CIFS" in file header.
* allow a MAX_DEBUG_LEVEL setting in local.h (or the Makefile)Andrew Tridgell2001-12-061-6/+12
| | | | | | This allows embedded systems to compile out the higher debug levels. It should gain speed as well as reducing the code size. Setting it to 1 saves about 300k of code on my system.
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-1/+0
|
* - enable MSDFS by default, there seems no reason not to have it enabledAndrew Tridgell2001-09-121-0/+1
| | | | | | | | by default in Samba 3.x - got rid of some unused parameters in Makefile.in - declare DEBUGLEVEL in debug.h rather than in each file
* declare dbf in one spotAndrew Tridgell2001-09-101-0/+2
|
* If a debug class was explicitly set to zero the debug system would notTim Potter2001-06-011-13/+27
| | | | | | | | | | | | | | | | recognise it as there was no distinction made between zeroing a debug class and just not setting it to anything. I've added a debuglevel_isset array in parallel with the debuglevel_class array to fix this. Added a couple of new debug classes which I might start filling out to get smb, rpc header and rpc marshall/unmarshalling debugs tidied up. Fixed a bunch of cut&paste bugs in include/debug.h Modified smbcontrol and the messaging system debug handler to like the debuglevel_isset stuff.
* - added test for vasprintfAndrew Tridgell2001-04-281-15/+2
| | | | | | | | - cleaned up GNUC printf attribute macros - added enum handling in mkproto - removed non-vararg code - made slprintf and vslprintf just macros for snprintf and vsnprintf - don't need slprintf code any more
* Merge of JohnR's changes to appliance-head, JF's changes to 2.2,Jeremy Allison2001-02-121-23/+109
| | | | | updated the POSIX_ACL code to be in sync. Jeremy.
* Fix for printf attribute from Mattias Gronlund <Mattias.Gronlund@sa.erisoft.se>Jeremy Allison2000-10-061-2/+2
| | | | | Added "codepage directory" patch from Peter.Polkinghorne@brunel.ac.uk Jeremy.
* Typo. It said "DEGUG" in the comments. I dunno how to degug, or gug forChristopher R. Hertel2000-07-121-1/+1
| | | | that matter. crh
* Busting up of source/include/smb.h into smaller pieces which can beTim Potter2000-02-031-0/+103
| | | | #included by VFS modules without bringing in too much other junk.
* 2nd phase of head branch sync with SAMBA_2_0 - this delets all the files ↵Andrew Tridgell1999-12-131-121/+0
| | | | that were in the head branch but weren't in SAMBA_2_0
* Hived off debugging code from smb.h and put into debug.hTim Potter1999-06-131-0/+121