summaryrefslogtreecommitdiff
path: root/source3/lib/debug.c
Commit message (Expand)AuthorAgeFilesLines
* r23226: Make the "debug prefix timestamp" output a bit more readable by makingVolker Lendecke2007-10-101-1/+1
* r22910: Make message_send_pid static to messages.cVolker Lendecke2007-10-101-12/+20
* r22908: All callers of message_init now also call messaging_init. Unify those.Volker Lendecke2007-10-101-16/+6
* r22736: Start to merge the low-hanging fruit from the now 7000-line cluster p...Volker Lendecke2007-10-101-2/+2
* r22213: We can't use become_root() here, as it does DEBUG()Volker Lendecke2007-10-101-5/+8
* r22096: become_root_uid_only() is unneeded - it's only used inJeremy Allison2007-10-101-2/+2
* r21868: Remove check_log_size from the central smbd processing loop. This can...Volker Lendecke2007-10-101-8/+5
* r21825: add debug prefix timestamp to allow "short timestamps" to beHerb Lewis2007-10-101-2/+8
* r21064: The core of this patch isVolker Lendecke2007-10-101-4/+4
* r17334: Some C++ warningsVolker Lendecke2007-10-101-5/+5
* r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison2007-10-101-1/+1
* r16388: Klocwork #320. Null deref.Jeremy Allison2007-10-101-0/+5
* r15003: patch based on code from Arkady Glabek <aglabek@centeris.com> to ensu...Gerald Carter2007-10-101-1/+22
* r14668: Set the FILE_STATUS_OFFLINE bit by observing the events a DMAPI-basedJames Peach2007-10-101-0/+1
* r14397: Fix deadcode in coverity error #1.Jeremy Allison2007-10-101-7/+8
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-6/+12
* r8428: some more old printerdb stuff.Günther Deschner2007-10-101-1/+0
* r7981: MS-DFS tidyup patches from James Peach <jpeach@sgi.com>.Jeremy Allison2007-10-101-0/+1
* r6502: add LOCKING debug class - pull PRINTINGDB class definition from trunkHerb Lewis2007-10-101-0/+2
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-7/+6
* r1834: prevent infinite recusion in reopen_logs() when expanding the smb.conf...Gerald Carter2007-10-101-1/+7
* r1425: Fix memleak in interactive mode. Reformat..Jeremy Allison2007-10-101-312/+292
* r772: fix cut and paste error in commentHerb Lewis2007-10-101-1/+1
* r428: add acls debug classHerb Lewis2007-10-101-0/+1
* r416: add a newline to the debuglevel message returned stringHerb Lewis2007-10-101-3/+4
* source code fix for bug 1095 -- honor the '-l' optionGerald Carter2004-03-261-0/+7
* * Fix XFS quotas: XFS_USER_QUOTA -> USRQUOTAStefan Metzmacher2004-01-151-0/+1
* And finally IDMAP in 3_0Simo Sorce2003-05-121-0/+1
* Merge of REQ_DEBUGLEVEL messaging and debug_count fixes from HEAD.Tim Potter2003-01-301-12/+7
* Removed duplicate fn to avoid compiler warning. (from HEAD - tpot).Jeremy Allison2003-01-291-0/+2
* Merge from HEAD - baseless parinoia about never having a closed dbf (the debugAndrew Bartlett2003-01-041-2/+4
* patch to include support for daemontools from Michael HandlerGerald Carter2003-01-031-0/+1
* Merge from HEAD:Andrew Bartlett2002-11-151-3/+3
* Last sync with HEADJelmer Vernooij2002-11-091-11/+2
* Try to catch up on the code I've put into HEAD that should be in 3.0:Andrew Bartlett2002-10-261-1/+1
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-251-9/+9
* sync 3.0 branch with headJelmer Vernooij2002-08-171-1/+7
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-73/+290
* 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