summaryrefslogtreecommitdiff
path: root/source3/lib/debug.c
AgeCommit message (Expand)AuthorFilesLines
2003-01-30Move debug level message handling into debug.c from messages.cTim Potter1-0/+14
2003-01-29Removed duplicate fn to avoid compiler warning.Tim Potter1-19/+0
2003-01-23Merge of max log file fixes from appliance:Tim Potter1-1/+3
2003-01-03patch to include support for daemontools from Michael HandlerGerald Carter1-0/+1
2003-01-02Call me parinoid, but I don't like the idea that we could ever have dbf pointAndrew Bartlett1-2/+4
2002-11-15Add const to DEBUG() macro.Andrew Bartlett1-3/+3
2002-11-08Compleatly remove support for logfile truncation. All logs are opened forAndrew Bartlett1-11/+2
2002-10-18It seems that I'm meant to be using the helper function here, not the structAndrew Bartlett1-1/+1
2002-09-06patch from metze: add a 'vfs' debug classAndrew Bartlett1-0/+1
2002-09-02Fix typo - Thanks KaiJelmer Vernooij1-1/+1
2002-09-01wrong way to handle things, bug found by kaiSimo Sorce1-8/+6
2002-08-28Put in intermediate version of new SAM system. It's not stable yet, codeJelmer Vernooij1-0/+1
2002-08-21Fix debug level initialization for net.cVolker Lendecke1-1/+1
2002-07-28found nasty bug in intl/lang_tdb.c tdb structure was not tested to not be nul...Simo Sorce1-1/+1
2002-07-20Don't try and sys_dup2(dbf->fd) if dbf == NULL.Tim Potter1-1/+1
2002-07-20Add support for duplicating stderr into our logfiles.Andrew Bartlett1-0/+6
2002-06-18more debug classess activatedSimo Sorce1-1/+1
2002-06-14moved lp_list_* functions away from param/loadparm.c, put int lib/util_str.cSimo Sorce1-3/+3
2002-06-14Patch (from ctrlsoft <jelmer@nl.linux.org>) to poptify testparm, and theAndrew Bartlett1-2/+2
2002-06-11few fixes from Elrond(elrond@samba-tng.org) and Billy O'Connor(billy@oconnoro...Simo Sorce1-4/+8
2002-05-26move debug stuff from messages.c to debug.c (Elrond)Simo Sorce1-0/+19
2002-05-19Fixed compiler warning.Tim Potter1-1/+1
2002-05-18so here it is the code to introduce seriously debugggging classes.Simo Sorce1-69/+263
2002-03-14getpid() -> sys_getpid()Tim Potter1-2/+2
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-07merge changes from 2.2 branch to prevent smb.conf from changing debug levelHerb Lewis1-0/+3
2001-10-29More spelling and grammer from Vance. <vance@digital-host.net>Andrew Bartlett1-15/+16
2001-10-27smbd/notify_hash.c: Merged Herb's fix.Jeremy Allison1-1/+2
2001-10-02Fixed the bug with member servers in a Samba PDC hosted domain not allowingJeremy Allison1-2/+8
2001-09-10replaced stdio in many parts of samba with a XFILE. XFILE is a cut-downAndrew Tridgell1-17/+17
2001-07-25got rid of INFO: msgs at debug level 1Andrew Tridgell1-2/+2
2001-07-06got rid of insanely verbose debug messages on startupAndrew Tridgell1-1/+1
2001-07-04strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell1-1/+1
2001-06-22Fix for race condition found by Herb where we can end up with a NULL dbf.Jeremy Allison1-8/+0
2001-06-01If a debug class was explicitly set to zero the debug system would notTim Potter1-14/+36
2001-05-07Hey what happened to my debug messages? Early exit from reopen_logs()Tim Potter1-0/+11
2001-04-28- added test for vasprintfAndrew Tridgell1-42/+0
2001-04-27More %d (uid_t) stuff...Jeremy Allison1-3/+3
2001-03-27Patch from David Gibson <dgibson@linuxcare.com> to reduce "silent abort"Jeremy Allison1-51/+83
2001-03-11Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison1-2/+7
2001-02-20up the debug level of the debug level change msgAndrew Tridgell1-2/+2
2001-02-13It compiles for me now :-). rpc_server/srv_lsa.c - added fix to allow w2kJeremy Allison1-6/+6
2001-02-12Merge of JohnR's changes to appliance-head, JF's changes to 2.2,Jeremy Allison1-6/+122
2000-11-16Fix for a problem with the new messaging system. If a sender is using theJeremy Allison1-1/+1
2000-11-10Merge in Herb's changes from 2.2.Jeremy Allison1-1/+1
2000-09-12- changed the msg_type to be an int instead of an enum so that it isAndrew Tridgell1-1/+1
2000-09-12much nicer message interface. We now register dispatch functions,Andrew Tridgell1-18/+17
2000-09-11the first cut of the internal messaging system.Andrew Tridgell1-44/+17
2000-08-28made reopen_logs() always re-open logs, not try and be smart about notAndrew Tridgell1-37/+34
2000-06-12totally rewrote the async signal, notification and oplock notificationAndrew Tridgell1-0/+4