index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
lib
/
debug.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
lib/util: new merged debug system
Andrew Bartlett
2011-03-01
1
-1118
/
+0
*
s3-debug Always use C99 true/false rather than True and False
Andrew Bartlett
2011-03-01
1
-29
/
+29
*
s3-libsmbclient Add comments to describe the behaviour of DEBUG()
Andrew Bartlett
2010-11-02
1
-0
/
+5
*
debug Explain the behaviour of setup_logging() more clearly
Andrew Bartlett
2010-11-02
1
-0
/
+6
*
s3-debug Clarify the handling of invalid state.fd values in debug.c
Andrew Bartlett
2010-11-02
1
-9
/
+10
*
s3-debug Convert from x_file to real file descriptors.
Andrew Bartlett
2010-11-02
1
-47
/
+31
*
s3-debug Remove 'AllowDebugChange' and use lp_set_cmdline() instead
Andrew Bartlett
2010-11-02
1
-4
/
+0
*
s3-debug Impove setup_logging() to specify logging to stderr
Andrew Bartlett
2010-11-02
1
-74
/
+90
*
s3: only include gen_ndr headers where needed.
Günther Deschner
2010-05-06
1
-0
/
+1
*
Use sec_initial_uid() in the places where being root doesn't matter,
Jeremy Allison
2010-02-12
1
-1
/
+1
*
s3: "check_log_size" only looks at the size
Volker Lendecke
2009-11-29
1
-2
/
+1
*
s3: Pass the "fake dir create times" parameter to sys_*stat
Volker Lendecke
2009-11-29
1
-1
/
+3
*
s3: Remove debug_ctx()
Volker Lendecke
2009-11-03
1
-17
/
+2
*
s3: Allow full_audit to play nice with smbd if it's using syslog
tprouty
2009-08-26
1
-0
/
+6
*
Fix ndrdump to use a common setup_logging() API
Andrew Bartlett
2009-06-29
1
-0
/
+9
*
Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STAT
Volker Lendecke
2009-05-26
1
-1
/
+1
*
Move some bytes from data to text, make use of the ARRAY_SIZE macro
Volker Lendecke
2008-12-19
1
-2
/
+2
*
Fix logging to syslog
Dan Sledz
2008-12-05
1
-1
/
+1
*
Add wrapper str_list_make_v3() to replace the old S3 behavior of
Jeremy Allison
2008-11-06
1
-1
/
+1
*
Use dup2() replacement from libreplace.
Jelmer Vernooij
2008-11-01
1
-2
/
+2
*
Provide the same set of helper functions for DEBUG in Samba 3 and Samba
Jelmer Vernooij
2008-10-11
1
-3
/
+9
*
Fix bug 5805: don't close stdout
Derrell Lipman
2008-10-02
1
-1
/
+3
*
Fix bug 5686 - libsmbclient segfaults with more than one SMBCCTX.
Jeremy Allison
2008-08-12
1
-6
/
+17
*
MSG_DEBUG now forwarded to all the winbindd children by parent.
Darshan Purandare
2008-07-01
1
-1
/
+1
*
Add a talloc context parameter to current_timestring() to fix memleaks.
Michael Adam
2008-03-28
1
-4
/
+6
*
Fix some warnings
Volker Lendecke
2008-02-25
1
-4
/
+6
*
Always pass a TALLOC_CTX to str_list_make and str_list_copy
Volker Lendecke
2008-02-04
1
-3
/
+3
*
strtok -> strtok_r
Volker Lendecke
2008-01-23
1
-2
/
+3
*
In gfree_debugsyms() free the format_bufr as well.
Günther Deschner
2008-01-07
1
-0
/
+2
*
Fix some memleaks
Volker Lendecke
2007-12-26
1
-5
/
+6
*
Add debug_ctx according to an idea by Tridge
Volker Lendecke
2007-12-15
1
-0
/
+14
*
debug: fix crash bug when DEBUG() is used before setup_logging()
Stefan Metzmacher
2007-12-14
1
-0
/
+4
*
Fix a C++ warning
Volker Lendecke
2007-11-26
1
-1
/
+1
*
More pstring removal. This one was tricky. I had to add
Jeremy Allison
2007-11-15
1
-36
/
+69
*
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
2007-10-18
1
-21
/
+21
*
r25434: Add the option to print the debug class (DBGC_CLASS) in the debug hea...
Michael Adam
2007-10-10
1
-1
/
+10
*
r25424: Align log level (by two) in debugging output.
Michael Adam
2007-10-10
1
-1
/
+1
*
r25416: Add registry debug class.
Günther Deschner
2007-10-10
1
-0
/
+1
*
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
2007-10-10
1
-2
/
+1
*
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r23226: Make the "debug prefix timestamp" output a bit more readable by making
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r22910: Make message_send_pid static to messages.c
Volker Lendecke
2007-10-10
1
-12
/
+20
*
r22908: All callers of message_init now also call messaging_init. Unify those.
Volker Lendecke
2007-10-10
1
-16
/
+6
*
r22736: Start to merge the low-hanging fruit from the now 7000-line cluster p...
Volker Lendecke
2007-10-10
1
-2
/
+2
*
r22213: We can't use become_root() here, as it does DEBUG()
Volker Lendecke
2007-10-10
1
-5
/
+8
*
r22096: become_root_uid_only() is unneeded - it's only used in
Jeremy Allison
2007-10-10
1
-2
/
+2
*
r21868: Remove check_log_size from the central smbd processing loop. This can...
Volker Lendecke
2007-10-10
1
-8
/
+5
*
r21825: add debug prefix timestamp to allow "short timestamps" to be
Herb Lewis
2007-10-10
1
-2
/
+8
*
r21064: The core of this patch is
Volker Lendecke
2007-10-10
1
-4
/
+4
*
r17334: Some C++ warnings
Volker Lendecke
2007-10-10
1
-5
/
+5
[next]