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
/
ctdb
/
server
/
ctdb_logging.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ctdb/server: add format string checking to ctdb_tevent_logging()
Stefan Metzmacher
2014-12-17
1
-1
/
+5
*
ctdb-logging: New option CTDB_LOGGING, remove CTDB_LOGFILE, CTDB_SYSLOG
Martin Schwenke
2014-10-28
1
-19
/
+48
*
ctdb-logging: Separate out syslog and file logging backends
Martin Schwenke
2014-10-28
1
-285
/
+12
*
ctdb-logging: Remove ctdb element from struct ctdb_log_state
Martin Schwenke
2014-10-28
1
-6
/
+2
*
ctdb-logging: Remove log member from struct ctdb_context
Martin Schwenke
2014-10-28
1
-12
/
+11
*
ctdb-logging: Rename ctdb_log_handler() to ctdb_child_log_handler()
Martin Schwenke
2014-10-28
1
-4
/
+5
*
ctdb-logging: Remove debug levels DEBUG_ALERT and DEBUG_CRIT
Martin Schwenke
2014-10-28
1
-6
/
+0
*
ctdb-logging: Remove DEBUG_EMERG
Martin Schwenke
2014-10-28
1
-3
/
+0
*
ctdb-logging: Add missing newline when logging to file
Martin Schwenke
2014-10-28
1
-1
/
+1
*
ctdb-logging: Update to use Samba style debug.h/debug.c
Martin Schwenke
2014-10-06
1
-60
/
+17
*
ctdb-logging: Change LogLevel to DEBUGLEVEL
Martin Schwenke
2014-10-06
1
-2
/
+2
*
ctdb-logging: Remove log ringbuffer
Martin Schwenke
2014-10-06
1
-42
/
+0
*
ctdb: Use sys_read() and sys_write() to ensure correct signal interaction
Martin Schwenke
2014-08-21
1
-8
/
+8
*
ctdb-logging: Move controls handling functions from common to server
Amitay Isaacs
2014-06-12
1
-1
/
+40
*
ctdb-daemon: Remove ctdb_fork_with_logging()
Amitay Isaacs
2014-01-16
1
-60
/
+0
*
ctdb-daemon: Add ctdb_vfork_with_logging()
Amitay Isaacs
2014-01-16
1
-0
/
+78
*
ctdb-server: Coverity fixes
Amitay Isaacs
2013-11-19
1
-2
/
+6
*
Fixes for various issues found by Coverity
Sumit Bose
2013-07-11
1
-0
/
+4
*
ctdbd: Set process names for child processes
Amitay Isaacs
2013-07-10
1
-0
/
+1
*
logging: Notify parent when logging daemon is up
Martin Schwenke
2013-06-20
1
-7
/
+33
*
logging: fix comment typo
Michael Adam
2013-04-17
1
-1
/
+1
*
logging: Do not ignore stdout/stderr from the exec'd children
Amitay Isaacs
2013-03-25
1
-5
/
+0
*
Logging: Map TEVENT_DEBUG_FATAL to DEBUG_CRIT
Martin Schwenke
2012-10-18
1
-2
/
+2
*
Remove tevent_loop_allow_nesting()
Amitay Isaacs
2012-07-16
1
-1
/
+0
*
Remove explicit include of lib/tevent/tevent.h.
Amitay Isaacs
2012-04-13
1
-1
/
+0
*
logging: properly cast sockaddr_in to sockaddr for sendto() in ctdb_syslog_log()
Michael Adam
2011-11-26
1
-1
/
+3
*
logging: some whitespace cleanup in ctdb_syslog_log()
Michael Adam
2011-11-26
1
-2
/
+1
*
logging: properly cast sockaddr_in to sockaddr for bind in start_syslog_daemon()
Michael Adam
2011-11-26
1
-1
/
+3
*
Logging: when we log stdout/stderr messages from eventscripts to the system ...
Ronnie Sahlberg
2011-08-26
1
-2
/
+9
*
Add ctdb_fork(0 which will fork a child process and drop the real-time
Ronnie Sahlberg
2011-01-11
1
-2
/
+2
*
set up a handler to catch and log debug messages from the tevent layer
Ronnie Sahlberg
2010-09-28
1
-0
/
+40
*
Merge commit 'rusty/ports-from-1.0.112' into foo
Ronnie Sahlberg
2010-08-19
1
-5
/
+8
|
\
|
*
logging: give a unique logging name to each forked child.
Rusty Russell
2010-08-18
1
-5
/
+8
*
|
We use eventloop nesting in a couple of places, notably the sync
Ronnie Sahlberg
2010-08-18
1
-0
/
+1
*
|
event: Update events to latest Samba version 0.9.8
Rusty Russell
2010-08-18
1
-9
/
+16
|
/
*
libctdb: reorganize headers: remove ctdb.h, add ctdb_client.h and ctdb_protoc...
Rusty Russell
2010-05-20
1
-1
/
+1
*
Drop the debug level for logging fd creation to DEBUG_DEBUG
Ronnie Sahlberg
2010-02-04
1
-1
/
+1
*
server: call event_add_fd at the end of ctdb_set_child_logging()
Stefan Metzmacher
2010-01-12
1
-20
/
+28
*
ctdb_logging: simplify ctdb_fork_with_logging a lot and reduce the syscall usage
Stefan Metzmacher
2010-01-12
1
-23
/
+6
*
server: add set_close_on_exec() on more fds
Stefan Metzmacher
2009-12-17
1
-0
/
+3
*
server: fix fd leaks in the new logging code
Stefan Metzmacher
2009-12-17
1
-2
/
+5
*
This is a dodgy patch.
Ronnie Sahlberg
2009-12-15
1
-1
/
+3
*
When setting up the logging, set the event to trigger a read of a log message...
Ronnie Sahlberg
2009-12-15
1
-1
/
+1
*
From rusty:
Ronnie Sahlberg
2009-12-15
1
-0
/
+3
*
eventscript: ctdb_fork_with_logging()
Rusty Russell
2009-12-08
1
-12
/
+94
*
eventscript: pass struct ctdb_log_state directly to ctdb_log_handler().
Rusty Russell
2009-12-08
1
-17
/
+19
*
add an in memory ringbuffer where we store the last 500000 log entries regard...
Ronnie Sahlberg
2009-11-18
1
-0
/
+5
*
create a new event context for the syslog daemon
Ronnie Sahlberg
2009-11-17
1
-0
/
+3
*
set up a pipe betweent he main daemon and the child we use for syslogling so ...
Ronnie Sahlberg
2009-11-16
1
-22
/
+80
*
start the syslog child a little later, after we have forked and detached from...
Ronnie Sahlberg
2009-10-30
1
-13
/
+22
[next]