s3:winbind: remove the method SET_MAPPING from winbind's API
[ira/wip.git] / source3 / lib / debug.c
2010-05-05 Günther Deschners3: only include gen_ndr headers where needed.
2010-02-13 Jeremy AllisonUse sec_initial_uid() in the places where being root...
2009-11-29 Volker Lendeckes3: "check_log_size" only looks at the size
2009-11-29 Volker Lendeckes3: Pass the "fake dir create times" parameter to sys_...
2009-11-03 Volker Lendeckes3: Remove debug_ctx()
2009-08-26 tproutys3: Allow full_audit to play nice with smbd if it's...
2009-06-29 Andrew BartlettFix ndrdump to use a common setup_logging() API
2009-05-28 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-05-26 Volker LendeckeIntroduce "struct stat_ex" as a replacement for SMB_STR...
2008-12-19 Jelmer VernooijMerge branch 'pyregistry' of git://git.samba.org/jelmer...
2008-12-19 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-19 Volker LendeckeMove some bytes from data to text, make use of the...
2008-12-16 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-06 Dan SledzFix logging to syslog
2008-12-03 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2008-11-11 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2008-11-07 Jeremy AllisonAdd wrapper str_list_make_v3() to replace the old S3...
2008-11-01 Jelmer VernooijMerge branch 'master' of /home/jelmer/samba3
2008-11-01 Jelmer VernooijUse dup2() replacement from libreplace.
2008-10-21 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-19 Jelmer VernooijMerge branch 'selftest' of git://git.samba.org/jelmer...
2008-10-11 Jelmer VernooijProvide the same set of helper functions for DEBUG...
2008-10-11 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-11 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-03 Andrew TridgellMerge commit 'master/master'
2008-10-02 Derrell LipmanFix bug 5805: don't close stdout
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-08-12 Jeremy AllisonFix bug 5686 - libsmbclient segfaults with more than...
2008-07-02 Darshan PurandareMSG_DEBUG now forwarded to all the winbindd children...
2008-03-28 Michael AdamAdd a talloc context parameter to current_timestring...
2008-03-05 Jelmer VernooijMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-02-29 Karolin SeegerMerge commit 'origin/v3-2-test' into v3-2-stable
2008-02-25 Volker LendeckeFix some warnings
2008-02-06 Alexander BokovoyMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-02-04 Volker LendeckeAlways pass a TALLOC_CTX to str_list_make and str_list_copy
2008-02-01 Simo SorceMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-24 Alexander BokovoyMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-24 Derrell LipmanMerge branch 'setxattr-dos-mode' into v3-2-test
2008-01-23 Volker Lendeckestrtok -> strtok_r
2008-01-08 Jelmer VernooijMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-07 Günther DeschnerIn gfree_debugsyms() free the format_bufr as well.
2008-01-05 Jelmer VernooijMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2007-12-26 Volker LendeckeFix some memleaks
2007-12-15 Volker LendeckeAdd debug_ctx according to an idea by Tridge
2007-12-14 Stefan Metzmacherdebug: fix crash bug when DEBUG() is used before setup_...
2007-11-26 Volker LendeckeFix a C++ warning
2007-11-15 Jeremy AllisonMore pstring removal. This one was tricky. I had to add
2007-10-19 Jeremy AllisonRIP BOOL. Convert BOOL -> bool. I found a few interesting
2007-10-10 Michael Adamr25434: Add the option to print the debug class (DBGC_C...
2007-10-10 Michael Adamr25424: Align log level (by two) in debugging output.
2007-10-10 Günther Deschnerr25416: Add registry debug class.
2007-10-10 Andrew Tridgellr23784: use the GPLv3 boilerplate as recommended by...
2007-10-10 Jeremy Allisonr23779: Change from v2 or later to v3 or later.
2007-10-10 Volker Lendecker23226: Make the "debug prefix timestamp" output a...
2007-10-10 Volker Lendecker22910: Make message_send_pid static to messages.c
2007-10-10 Volker Lendecker22908: All callers of message_init now also call messa...
2007-10-10 Volker Lendecker22736: Start to merge the low-hanging fruit from the...
2007-10-10 Volker Lendecker22213: We can't use become_root() here, as it does...
2007-10-10 Jeremy Allisonr22096: become_root_uid_only() is unneeded - it's only...
2007-10-10 Volker Lendecker21868: Remove check_log_size from the central smbd...
2007-10-10 Herb Lewisr21825: add debug prefix timestamp to allow "short...
2007-10-10 Volker Lendecker21064: The core of this patch is
2007-10-10 Volker Lendecker17334: Some C++ warnings
2007-10-10 Jeremy Allisonr16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
2007-10-10 Jeremy Allisonr16388: Klocwork #320. Null deref.
2007-10-10 Gerald Carterr15003: patch based on code from Arkady Glabek <aglabek...
2007-10-10 James Peachr14668: Set the FILE_STATUS_OFFLINE bit by observing...
2007-10-10 Jeremy Allisonr14397: Fix deadcode in coverity error #1.
2007-10-10 Gerald Carterr10656: BIG merge from trunk. Features not copied...
2007-10-10 Günther Deschnerr8428: some more old printerdb stuff.
2007-10-10 Jeremy Allisonr7981: MS-DFS tidyup patches from James Peach <jpeach...
2007-10-10 Herb Lewisr6502: add LOCKING debug class - pull PRINTINGDB class...
2007-10-10 Jeremy Allisonr4088: Get medieval on our ass about malloc.... :-...
2007-10-10 Gerald Carterr1834: prevent infinite recusion in reopen_logs() when...
2007-10-10 Jeremy Allisonr1425: Fix memleak in interactive mode. Reformat..
2007-10-10 Herb Lewisr772: fix cut and paste error in comment
2007-10-10 Herb Lewisr428: add acls debug class
2007-10-10 Herb Lewisr416: add a newline to the debuglevel message returned...
2004-03-26 Gerald Cartersource code fix for bug 1095 -- honor the '-l' option
2004-01-15 Stefan Metzmachermerge:
2004-01-15 Stefan Metzmacher* Fix XFS quotas: XFS_USER_QUOTA -> USRQUOTA
2003-05-12 Simo SorceAnd finally IDMAP in 3_0
2003-05-06 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-03 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-01 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-30 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-28 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-26 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-21 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-19 Simo Sorcefixes
2003-01-30 Tim PotterMerge ... REQ_DEBUGLEVEL messaging and debug_count...
2003-01-30 Tim PotterMove debug level message handling into debug.c from...
2003-01-29 Jeremy AllisonRemoved duplicate fn to avoid compiler warning. (from...
2003-01-29 Tim PotterRemoved duplicate fn to avoid compiler warning.
2003-01-28 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-01-23 Tim PotterMerge of max log file fixes from appliance:
2003-01-04 Andrew BartlettMerge from HEAD - baseless parinoia about never having...
2003-01-03 Gerald Carterpatch to include support for daemontools from Michael...
2003-01-03 Gerald Carterpatch to include support for daemontools from Michael...
2003-01-02 Andrew BartlettCall me parinoid, but I don't like the idea that we...
next