index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
lib
/
debug.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-08-12
Fix bug 5686 - libsmbclient segfaults with more than one SMBCCTX.
Jeremy Allison
1
-6
/
+17
2008-07-01
MSG_DEBUG now forwarded to all the winbindd children by parent.
Darshan Purandare
1
-1
/
+1
2008-03-28
Add a talloc context parameter to current_timestring() to fix memleaks.
Michael Adam
1
-4
/
+6
2008-02-25
Fix some warnings
Volker Lendecke
1
-4
/
+6
2008-02-04
Always pass a TALLOC_CTX to str_list_make and str_list_copy
Volker Lendecke
1
-3
/
+3
2008-01-23
strtok -> strtok_r
Volker Lendecke
1
-2
/
+3
2008-01-07
In gfree_debugsyms() free the format_bufr as well.
Günther Deschner
1
-0
/
+2
2007-12-26
Fix some memleaks
Volker Lendecke
1
-5
/
+6
2007-12-15
Add debug_ctx according to an idea by Tridge
Volker Lendecke
1
-0
/
+14
2007-12-14
debug: fix crash bug when DEBUG() is used before setup_logging()
Stefan Metzmacher
1
-0
/
+4
2007-11-26
Fix a C++ warning
Volker Lendecke
1
-1
/
+1
2007-11-15
More pstring removal. This one was tricky. I had to add
Jeremy Allison
1
-36
/
+69
2007-10-18
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
1
-21
/
+21
2007-10-10
r25434: Add the option to print the debug class (DBGC_CLASS) in the debug hea...
Michael Adam
1
-1
/
+10
2007-10-10
r25424: Align log level (by two) in debugging output.
Michael Adam
1
-1
/
+1
2007-10-10
r25416: Add registry debug class.
Günther Deschner
1
-0
/
+1
2007-10-10
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
1
-2
/
+1
2007-10-10
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
1
-1
/
+1
2007-10-10
r23226: Make the "debug prefix timestamp" output a bit more readable by making
Volker Lendecke
1
-1
/
+1
2007-10-10
r22910: Make message_send_pid static to messages.c
Volker Lendecke
1
-12
/
+20
2007-10-10
r22908: All callers of message_init now also call messaging_init. Unify those.
Volker Lendecke
1
-16
/
+6
2007-10-10
r22736: Start to merge the low-hanging fruit from the now 7000-line cluster p...
Volker Lendecke
1
-2
/
+2
2007-10-10
r22213: We can't use become_root() here, as it does DEBUG()
Volker Lendecke
1
-5
/
+8
2007-10-10
r22096: become_root_uid_only() is unneeded - it's only used in
Jeremy Allison
1
-2
/
+2
2007-10-10
r21868: Remove check_log_size from the central smbd processing loop. This can...
Volker Lendecke
1
-8
/
+5
2007-10-10
r21825: add debug prefix timestamp to allow "short timestamps" to be
Herb Lewis
1
-2
/
+8
2007-10-10
r21064: The core of this patch is
Volker Lendecke
1
-4
/
+4
2007-10-10
r17334: Some C++ warnings
Volker Lendecke
1
-5
/
+5
2007-10-10
r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
Jeremy Allison
1
-1
/
+1
2007-10-10
r16388: Klocwork #320. Null deref.
Jeremy Allison
1
-0
/
+5
2007-10-10
r15003: patch based on code from Arkady Glabek <aglabek@centeris.com> to ensu...
Gerald Carter
1
-1
/
+22
2007-10-10
r14668: Set the FILE_STATUS_OFFLINE bit by observing the events a DMAPI-based
James Peach
1
-0
/
+1
2007-10-10
r14397: Fix deadcode in coverity error #1.
Jeremy Allison
1
-7
/
+8
2007-10-10
r10656: BIG merge from trunk. Features not copied over
Gerald Carter
1
-6
/
+12
2007-10-10
r8428: some more old printerdb stuff.
Günther Deschner
1
-1
/
+0
2007-10-10
r7981: MS-DFS tidyup patches from James Peach <jpeach@sgi.com>.
Jeremy Allison
1
-0
/
+1
2007-10-10
r6502: add LOCKING debug class - pull PRINTINGDB class definition from trunk
Herb Lewis
1
-0
/
+2
2007-10-10
r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...
Jeremy Allison
1
-7
/
+6
2007-10-10
r1834: prevent infinite recusion in reopen_logs() when expanding the smb.conf...
Gerald Carter
1
-1
/
+7
2007-10-10
r1425: Fix memleak in interactive mode. Reformat..
Jeremy Allison
1
-312
/
+292
2007-10-10
r772: fix cut and paste error in comment
Herb Lewis
1
-1
/
+1
2007-10-10
r428: add acls debug class
Herb Lewis
1
-0
/
+1
2007-10-10
r416: add a newline to the debuglevel message returned string
Herb Lewis
1
-3
/
+4
2004-03-26
source code fix for bug 1095 -- honor the '-l' option
Gerald Carter
1
-0
/
+7
2004-01-15
* Fix XFS quotas: XFS_USER_QUOTA -> USRQUOTA
Stefan Metzmacher
1
-0
/
+1
2003-05-12
And finally IDMAP in 3_0
Simo Sorce
1
-0
/
+1
2003-01-30
Merge of REQ_DEBUGLEVEL messaging and debug_count fixes from HEAD.
Tim Potter
1
-12
/
+7
2003-01-29
Removed duplicate fn to avoid compiler warning. (from HEAD - tpot).
Jeremy Allison
1
-0
/
+2
2003-01-04
Merge from HEAD - baseless parinoia about never having a closed dbf (the debug
Andrew Bartlett
1
-2
/
+4
2003-01-03
patch to include support for daemontools from Michael Handler
Gerald Carter
1
-0
/
+1
[next]