index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-19-stable
v4-19-test
v4-2-stable
v4-2-test
v4-20-stable
v4-20-test
v4-21-stable
v4-21-test
v4-22-stable
v4-22-test
v4-23-stable
v4-23-test
v4-24-stable
v4-24-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
util
/
debug.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-09-14
debug: Add new debug class "drs_repl" for DRS replication processing
Andrew Bartlett
1
-0
/
+1
2017-06-30
debug: new debug class for kerberos
Andrew Bartlett
1
-0
/
+1
2017-04-18
lib: debug: Avoid negative array access.
Jeremy Allison
1
-1
/
+1
2017-03-29
auth_log: Add JSON logging of Authorisation and Authentications
Gary Lockyer
1
-0
/
+1
2017-03-29
debug: Add debug class for auth_audit
Andrew Bartlett
1
-0
/
+1
2017-02-11
debug: Do not depend on the whole of samba_util.h
Andrew Bartlett
1
-1
/
+2
2017-01-20
debug: add "ringbuf" backend logging to a ringbuffer
Ralph Boehme
1
-0
/
+83
2017-01-20
debug: parse, store and pass backend option
Ralph Boehme
1
-9
/
+22
2016-12-09
lib/util: Fix indentation within routine description for dbghdrclass
Anoop C S
1
-15
/
+15
2016-12-08
lib/util: Fix input arguments description for dbghdrclass() routine
Anoop C S
1
-3
/
+1
2016-12-02
util: Initialize pointer
Andreas Schneider
1
-1
/
+1
2016-10-14
debug: Fix a few signed/unsigned hickups
Volker Lendecke
1
-3
/
+4
2016-06-27
libutil: Support systemd 230
Andreas Schneider
1
-3
/
+3
2016-05-13
debug: fix -O3 warning - unused return code of write()
Michael Adam
1
-2
/
+9
2015-11-06
Fix various spelling errors
Mathieu Parent
1
-1
/
+1
2015-07-17
lib/util: include config.h before any glibc headers
Uri Simchoni
1
-1
/
+1
2015-07-01
tevent: add and use debug class for tevent
Ralph Boehme
1
-0
/
+1
2015-07-01
debug: get rid of DBGC_MAX_FIXED
Ralph Boehme
1
-31
/
+30
2015-06-11
debug: Change syslog priority mapping to match new log level macros
Christof Schmitt
1
-4
/
+9
2015-06-04
debug: Fix default log levels
Volker Lendecke
1
-2
/
+2
2015-04-08
waf: Fix systemd detection
Andreas Schneider
1
-3
/
+3
2015-03-25
lib/util: fix the default code path for debug_set_settings()
Stefan Metzmacher
1
-2
/
+6
2015-03-23
debug: Add GPFS tracing backend
Christof Schmitt
1
-0
/
+39
2015-03-23
debug: Add lttng backend
Christof Schmitt
1
-0
/
+17
2015-03-23
debug: Add systemd backend
Christof Schmitt
1
-1
/
+20
2015-03-23
debug: Remove now unused syslog variables from debug_settings
Christof Schmitt
1
-3
/
+0
2015-03-23
debug: Simplify Debug1
Christof Schmitt
1
-14
/
+13
2015-03-23
debug: Use backends instead of explicitly logging to syslog or file
Christof Schmitt
1
-24
/
+1
2015-03-23
debug: Remove codepath to open file in Debug1
Christof Schmitt
1
-17
/
+0
2015-03-23
debug: Set backends from logging parameter in smb.conf
Christof Schmitt
1
-10
/
+32
2015-03-23
debug: Add syslog backend
Christof Schmitt
1
-8
/
+46
2015-03-23
debug: Add file backend
Christof Schmitt
1
-0
/
+11
2015-03-23
debug: Add infrastructure for supporting multiple backends
Christof Schmitt
1
-0
/
+152
2015-03-23
debug: Move mapping from level to syslog priority to helper function
Christof Schmitt
1
-15
/
+25
2015-03-23
debug: Move logging to callback to separate function
Christof Schmitt
1
-10
/
+15
2015-03-23
debug: Always store short version of prog_name in debug state
Christof Schmitt
1
-5
/
+8
2015-03-23
debug: Remove some unneeded function declarations
Christof Schmitt
1
-1
/
+1
2015-03-23
debug: Remove FORMAT_BUFR_MAX, use FORMAT_BUFR_SIZE - 1 instead
Christof Schmitt
1
-7
/
+6
2015-02-16
debug: Set close-on-exec for the main log file FD
Andrew Bartlett
1
-0
/
+3
2014-12-28
lib: Simplify check_log_size
Volker Lendecke
1
-5
/
+3
2014-12-17
lib/util: provide a dbgtext_va() function which takes va_list
Stefan Metzmacher
1
-5
/
+19
2014-10-13
lib/util: Add RFC3339 timestamp support to timeval_str_buf()
Martin Schwenke
1
-1
/
+2
2014-09-19
debug: Standalone compile without includes.h
Martin Schwenke
1
-3
/
+8
2014-08-01
lib: Make close_low_fd() independently linkable
Volker Lendecke
1
-0
/
+1
2014-08-01
debug: Use close_low_fd in reopen_logs_internal
Volker Lendecke
1
-1
/
+1
2014-07-31
debug: Avoid dependency on str_list_make
Volker Lendecke
1
-41
/
+29
2014-07-31
debug: Fix blank line endings
Volker Lendecke
1
-3
/
+3
2014-07-31
debug: Increase maximum header length
Volker Lendecke
1
-1
/
+1
2014-07-31
debug: In dbghdrclass, don't call strlen repeatedly
Volker Lendecke
1
-20
/
+40
2014-07-31
debug: Fix a typo
Volker Lendecke
1
-1
/
+1
[next]