summaryrefslogtreecommitdiffstats
path: root/source3/lib/debug.c
Commit message (Expand)AuthorAgeFilesLines
* Add const to DEBUG() macro.Andrew Bartlett2002-11-151-3/+3
* Compleatly remove support for logfile truncation. All logs are opened forAndrew Bartlett2002-11-081-11/+2
* It seems that I'm meant to be using the helper function here, not the structAndrew Bartlett2002-10-181-1/+1
* patch from metze: add a 'vfs' debug classAndrew Bartlett2002-09-061-0/+1
* Fix typo - Thanks KaiJelmer Vernooij2002-09-021-1/+1
* wrong way to handle things, bug found by kaiSimo Sorce2002-09-011-8/+6
* Put in intermediate version of new SAM system. It's not stable yet, codeJelmer Vernooij2002-08-281-0/+1
* Fix debug level initialization for net.cVolker Lendecke2002-08-211-1/+1
* found nasty bug in intl/lang_tdb.c tdb structure was not tested to not be nul...Simo Sorce2002-07-281-1/+1
* Don't try and sys_dup2(dbf->fd) if dbf == NULL.Tim Potter2002-07-201-1/+1
* Add support for duplicating stderr into our logfiles.Andrew Bartlett2002-07-201-0/+6
* more debug classess activatedSimo Sorce2002-06-181-1/+1
* moved lp_list_* functions away from param/loadparm.c, put int lib/util_str.cSimo Sorce2002-06-141-3/+3
* Patch (from ctrlsoft <jelmer@nl.linux.org>) to poptify testparm, and theAndrew Bartlett2002-06-141-2/+2
* few fixes from Elrond(elrond@samba-tng.org) and Billy O'Connor(billy@oconnoro...Simo Sorce2002-06-111-4/+8
* move debug stuff from messages.c to debug.c (Elrond)Simo Sorce2002-05-261-0/+19
* Fixed compiler warning.Tim Potter2002-05-191-1/+1
* so here it is the code to introduce seriously debugggging classes.Simo Sorce2002-05-181-69/+263
* getpid() -> sys_getpid()Tim Potter2002-03-141-2/+2
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* merge changes from 2.2 branch to prevent smb.conf from changing debug levelHerb Lewis2002-01-071-0/+3
* More spelling and grammer from Vance. <vance@digital-host.net>Andrew Bartlett2001-10-291-15/+16
* smbd/notify_hash.c: Merged Herb's fix.Jeremy Allison2001-10-271-1/+2
* Fixed the bug with member servers in a Samba PDC hosted domain not allowingJeremy Allison2001-10-021-2/+8
* replaced stdio in many parts of samba with a XFILE. XFILE is a cut-downAndrew Tridgell2001-09-101-17/+17
* got rid of INFO: msgs at debug level 1Andrew Tridgell2001-07-251-2/+2
* got rid of insanely verbose debug messages on startupAndrew Tridgell2001-07-061-1/+1
* strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell2001-07-041-1/+1
* Fix for race condition found by Herb where we can end up with a NULL dbf.Jeremy Allison2001-06-221-8/+0
* If a debug class was explicitly set to zero the debug system would notTim Potter2001-06-011-14/+36
* Hey what happened to my debug messages? Early exit from reopen_logs()Tim Potter2001-05-071-0/+11
* - added test for vasprintfAndrew Tridgell2001-04-281-42/+0
* More %d (uid_t) stuff...Jeremy Allison2001-04-271-3/+3
* Patch from David Gibson <dgibson@linuxcare.com> to reduce "silent abort"Jeremy Allison2001-03-271-51/+83
* Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison2001-03-111-2/+7
* up the debug level of the debug level change msgAndrew Tridgell2001-02-201-2/+2
* It compiles for me now :-). rpc_server/srv_lsa.c - added fix to allow w2kJeremy Allison2001-02-131-6/+6
* Merge of JohnR's changes to appliance-head, JF's changes to 2.2,Jeremy Allison2001-02-121-6/+122
* Fix for a problem with the new messaging system. If a sender is using theJeremy Allison2000-11-161-1/+1
* Merge in Herb's changes from 2.2.Jeremy Allison2000-11-101-1/+1
* - changed the msg_type to be an int instead of an enum so that it isAndrew Tridgell2000-09-121-1/+1
* much nicer message interface. We now register dispatch functions,Andrew Tridgell2000-09-121-18/+17
* the first cut of the internal messaging system.Andrew Tridgell2000-09-111-44/+17
* made reopen_logs() always re-open logs, not try and be smart about notAndrew Tridgell2000-08-281-37/+34
* totally rewrote the async signal, notification and oplock notificationAndrew Tridgell2000-06-121-0/+4
* Added sys_fork() and sys_getpid() functions to stop the overheadJeremy Allison2000-05-021-1/+1
* Log file check patch from Mattias Gronlund <Mattias.Gronlund@sa.erisoft.se>.Jeremy Allison2000-04-151-6/+32
* Added replacement functions sys_popen and sys_pclose. These are basedJeremy Allison2000-02-151-4/+8
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-196/+60
* A while back, Andrew and I talked about making the debug parsing code aChristopher R. Hertel1998-12-161-1/+159