summaryrefslogtreecommitdiff
path: root/source3/lib/debug.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r23226: Make the "debug prefix timestamp" output a bit more readable by makingVolker Lendecke1-1/+1
2007-10-10r22910: Make message_send_pid static to messages.cVolker Lendecke1-12/+20
2007-10-10r22908: All callers of message_init now also call messaging_init. Unify those.Volker Lendecke1-16/+6
2007-10-10r22736: Start to merge the low-hanging fruit from the now 7000-line cluster p...Volker Lendecke1-2/+2
2007-10-10r22213: We can't use become_root() here, as it does DEBUG()Volker Lendecke1-5/+8
2007-10-10r22096: become_root_uid_only() is unneeded - it's only used inJeremy Allison1-2/+2
2007-10-10r21868: Remove check_log_size from the central smbd processing loop. This can...Volker Lendecke1-8/+5
2007-10-10r21825: add debug prefix timestamp to allow "short timestamps" to beHerb Lewis1-2/+8
2007-10-10r21064: The core of this patch isVolker Lendecke1-4/+4
2007-10-10r17334: Some C++ warningsVolker Lendecke1-5/+5
2007-10-10r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison1-1/+1
2007-10-10r16388: Klocwork #320. Null deref.Jeremy Allison1-0/+5
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