summaryrefslogtreecommitdiff
path: root/source3/lib/debug.c
Commit message (Expand)AuthorAgeFilesLines
* Move some bytes from data to text, make use of the ARRAY_SIZE macroVolker Lendecke2008-12-191-2/+2
* Fix logging to syslogDan Sledz2008-12-051-1/+1
* Add wrapper str_list_make_v3() to replace the old S3 behavior ofJeremy Allison2008-11-061-1/+1
* Use dup2() replacement from libreplace.Jelmer Vernooij2008-11-011-2/+2
* Provide the same set of helper functions for DEBUG in Samba 3 and SambaJelmer Vernooij2008-10-111-3/+9
* Fix bug 5805: don't close stdoutDerrell Lipman2008-10-021-1/+3
* Fix bug 5686 - libsmbclient segfaults with more than one SMBCCTX.Jeremy Allison2008-08-121-6/+17
* MSG_DEBUG now forwarded to all the winbindd children by parent.Darshan Purandare2008-07-011-1/+1
* Add a talloc context parameter to current_timestring() to fix memleaks.Michael Adam2008-03-281-4/+6
* Fix some warningsVolker Lendecke2008-02-251-4/+6
* Always pass a TALLOC_CTX to str_list_make and str_list_copyVolker Lendecke2008-02-041-3/+3
* strtok -> strtok_rVolker Lendecke2008-01-231-2/+3
* In gfree_debugsyms() free the format_bufr as well.Günther Deschner2008-01-071-0/+2
* Fix some memleaksVolker Lendecke2007-12-261-5/+6
* Add debug_ctx according to an idea by TridgeVolker Lendecke2007-12-151-0/+14
* debug: fix crash bug when DEBUG() is used before setup_logging()Stefan Metzmacher2007-12-141-0/+4
* Fix a C++ warningVolker Lendecke2007-11-261-1/+1
* More pstring removal. This one was tricky. I had to addJeremy Allison2007-11-151-36/+69
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-21/+21
* r25434: Add the option to print the debug class (DBGC_CLASS) in the debug hea...Michael Adam2007-10-101-1/+10
* r25424: Align log level (by two) in debugging output.Michael Adam2007-10-101-1/+1
* r25416: Add registry debug class.Günther Deschner2007-10-101-0/+1
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* 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