summaryrefslogtreecommitdiff
path: root/source3/lib/debug.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r15003: patch based on code from Arkady Glabek <aglabek@centeris.com> to ensu...Gerald Carter1-1/+22
2007-10-10r14668: Set the FILE_STATUS_OFFLINE bit by observing the events a DMAPI-basedJames Peach1-0/+1
2007-10-10r14397: Fix deadcode in coverity error #1.Jeremy Allison1-7/+8
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-6/+12
2007-10-10r8428: some more old printerdb stuff.Günther Deschner1-1/+0
2007-10-10r7981: MS-DFS tidyup patches from James Peach <jpeach@sgi.com>.Jeremy Allison1-0/+1
2007-10-10r6502: add LOCKING debug class - pull PRINTINGDB class definition from trunkHerb Lewis1-0/+2
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison1-7/+6
2007-10-10r1834: prevent infinite recusion in reopen_logs() when expanding the smb.conf...Gerald Carter1-1/+7
2007-10-10r1425: Fix memleak in interactive mode. Reformat..Jeremy Allison1-312/+292
2007-10-10r772: fix cut and paste error in commentHerb Lewis1-1/+1
2007-10-10r428: add acls debug classHerb Lewis1-0/+1
2007-10-10r416: add a newline to the debuglevel message returned stringHerb Lewis1-3/+4
2004-03-26source code fix for bug 1095 -- honor the '-l' optionGerald Carter1-0/+7
2004-01-15* Fix XFS quotas: XFS_USER_QUOTA -> USRQUOTAStefan Metzmacher1-0/+1
2003-05-12And finally IDMAP in 3_0Simo Sorce1-0/+1
2003-01-30Merge of REQ_DEBUGLEVEL messaging and debug_count fixes from HEAD.Tim Potter1-12/+7
2003-01-29Removed duplicate fn to avoid compiler warning. (from HEAD - tpot).Jeremy Allison1-0/+2
2003-01-04Merge from HEAD - baseless parinoia about never having a closed dbf (the debugAndrew Bartlett1-2/+4
2003-01-03patch to include support for daemontools from Michael HandlerGerald Carter1-0/+1
2002-11-15Merge from HEAD:Andrew Bartlett1-3/+3
2002-11-09Last sync with HEADJelmer Vernooij1-11/+2
2002-10-26Try to catch up on the code I've put into HEAD that should be in 3.0:Andrew Bartlett1-1/+1
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter1-9/+9
2002-08-17sync 3.0 branch with headJelmer Vernooij1-1/+7
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-73/+290
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