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
/
eventscript.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ctdbd: Finish eventscript callback processing before debugging hung script
Amitay Isaacs
2013-08-22
1
-26
/
+47
*
eventscript: Wait for debug hung script to finish or timeout before continuing
Amitay Isaacs
2013-08-09
1
-13
/
+59
*
ctdbd: Pass event name to hung script debugger
Martin Schwenke
2013-07-23
1
-2
/
+3
*
Fixes for various issues found by Coverity
Sumit Bose
2013-07-11
1
-1
/
+3
*
ctdbd: Set process names for child processes
Amitay Isaacs
2013-07-10
1
-0
/
+2
*
ctdbd: Don't ban self if init or shutdown event fails
Amitay Isaacs
2013-07-02
1
-1
/
+5
*
ctdbd: Make sure we don't kill init process by mistake
Amitay Isaacs
2013-06-14
1
-1
/
+8
*
ctdbd: Remove the "stopped" event
Martin Schwenke
2013-05-06
1
-3
/
+0
*
ctdbd: New control CTDB_CONTROL_IPREALLOCATED
Martin Schwenke
2013-05-06
1
-0
/
+1
*
ctdbd: Avoid freeing non-monitor event callback when monitoring is disabled
Martin Schwenke
2013-05-06
1
-31
/
+30
*
ctdbd: Don't use a fixed length buffer for the hung script command
Martin Schwenke
2013-02-05
1
-2
/
+4
*
ctdbd: Complain loudly if CTDB_DEBUG_HUNG_SCRIPT script isn't executable
Martin Schwenke
2013-02-05
1
-12
/
+0
*
ctdbd: Remove command-line option --debug-hung-script
Martin Schwenke
2013-02-05
1
-14
/
+9
*
ctdbd: Remove debug_hung_script_ctx
Martin Schwenke
2013-02-05
1
-3
/
+1
*
daemon: Protect against double free of callback state while shutting down
Amitay Isaacs
2013-01-09
1
-2
/
+3
*
ctdbd: Remove references to forcing running of eventscripts from log messages
Martin Schwenke
2012-10-18
1
-2
/
+2
*
ctdbd: Remove the worked "Forced" from message about running eventscripts
Martin Schwenke
2012-07-26
1
-1
/
+1
*
Debug: When scripts hang, we may need to collect additional data in order to ...
Ronnie Sahlberg
2012-05-17
1
-20
/
+46
*
Track all child process so we never send a signal to an unrelated process (ou...
Ronnie Sahlberg
2012-05-03
1
-3
/
+3
*
Remove explicit include of lib/tevent/tevent.h.
Amitay Isaacs
2012-04-13
1
-1
/
+0
*
Eventscripts: remove the horrible horrible circular reference between state a...
Ronnie Sahlberg
2012-02-23
1
-7
/
+19
*
Eventscripts: Add special -ECANCELED status for monitor events that are cance...
Ronnie Sahlberg
2011-11-18
1
-1
/
+9
*
Logging: when we log stdout/stderr messages from eventscripts to the system ...
Ronnie Sahlberg
2011-08-26
1
-1
/
+1
*
eventscript: fix callback after free
Rusty Russell
2011-07-29
1
-11
/
+39
*
If the eventscript is finished but state->ctdb is NULL,
Ronnie Sahlberg
2011-04-12
1
-0
/
+5
*
Add ctdb_fork(0 which will fork a child process and drop the real-time
Ronnie Sahlberg
2011-01-11
1
-2
/
+1
*
Add a new event "ipreallocated"
Ronnie Sahlberg
2010-08-30
1
-0
/
+1
*
Merge commit 'rusty/ports-from-1.0.112' into foo
Ronnie Sahlberg
2010-08-19
1
-0
/
+3
|
\
|
*
logging: give a unique logging name to each forked child.
Rusty Russell
2010-08-18
1
-0
/
+3
*
|
event: Update events to latest Samba version 0.9.8
Rusty Russell
2010-08-18
1
-3
/
+6
|
/
*
eventscript: simplify script timeout handling
Rusty Russell
2010-04-08
1
-26
/
+4
*
eventscript: wait for debugging dump before killing timedout script
Rusty Russell
2010-04-08
1
-5
/
+4
*
eventscript: don't do debugging system() from inside signal handler
Rusty Russell
2010-04-08
1
-22
/
+37
*
eventscript: fix case where we fail to create child for some reason
Rusty Russell
2010-04-08
1
-0
/
+1
*
When we forcefully abort a running eventscript, dont log this as is
Ronnie Sahlberg
2010-03-30
1
-3
/
+25
*
server: add "setup" event
Stefan Metzmacher
2010-02-23
1
-0
/
+2
*
Ignore any scripts that timesout for most events, except startup.
Ronnie Sahlberg
2010-02-16
1
-1
/
+15
*
Reduce loglevel for two eventscript related debug messages
Ronnie Sahlberg
2010-02-16
1
-2
/
+2
*
server: add updateip event
Stefan Metzmacher
2010-01-20
1
-0
/
+3
*
server: add "init" event
Stefan Metzmacher
2010-01-20
1
-1
/
+7
*
eventscript: fix bug when script is aborted
Rusty Russell
2009-12-18
1
-1
/
+8
*
eventscript: remove cb_status, fix uninitialized bug when monitoring aborted
Rusty Russell
2009-12-18
1
-36
/
+61
*
eventscript: fix cleanup path when setting up script list
Rusty Russell
2009-12-18
1
-4
/
+5
*
version 1.0.109
Ronnie Sahlberg
2009-12-17
1
-54
/
+29
*
eventscript: remove cb_status, fix uninitialized bug when monitoring aborted
Rusty Russell
2009-12-17
1
-29
/
+54
*
Add --valgringing flag instead of --nosetsched
Rusty Russell
2009-12-16
1
-1
/
+4
*
Author: Rusty Russell <rusty@rustcorp.com.au>
Ronnie Sahlberg
2009-12-15
1
-0
/
+3
*
eventscript: fix monitoring when killed by another script command
Rusty Russell
2009-12-14
1
-7
/
+14
*
ctdb: scriptstatus can now query non-monitor events
Rusty Russell
2009-12-08
1
-8
/
+11
*
eventscript: expost call names and enum
Rusty Russell
2009-12-08
1
-24
/
+15
[next]