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
*
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
*
eventscript: lock logging on timeout.
Rusty Russell
2009-12-08
1
-1
/
+2
*
eventscript: get rid of ctdb_control_event_script_finished altogether
Rusty Russell
2009-12-08
1
-22
/
+10
*
eventscript: save state for all script invocations
Rusty Russell
2009-12-08
1
-18
/
+10
*
eventscript: cleanup finished to take state arg
Rusty Russell
2009-12-08
1
-15
/
+10
*
eventscript: use wire format internally for script status.
Rusty Russell
2009-12-08
1
-71
/
+30
*
eventscript: rename ctdb_monitoring_wire to ctdb_scripts_wire
Rusty Russell
2009-12-08
1
-3
/
+3
*
eventscript: get_current_script() helper
Rusty Russell
2009-12-08
1
-10
/
+15
*
eventscript: use an array rather than a linked list of scripts
Rusty Russell
2009-12-08
1
-94
/
+79
*
eventscript: record script status for all events
Rusty Russell
2009-12-08
1
-83
/
+14
*
eventscript: use scripts array directly, rather than separate list
Rusty Russell
2009-12-08
1
-50
/
+48
*
eventscript: ctdb_fork_with_logging()
Rusty Russell
2009-12-08
1
-22
/
+15
*
eventscript: remove unused ctbd_ctrl_event_script*
Rusty Russell
2009-12-08
1
-69
/
+25
*
eventscript: refactor forking code into fork_child_for_script()
Rusty Russell
2009-12-08
1
-77
/
+58
*
eventscript: fork() a child for each script.
Rusty Russell
2009-12-08
1
-59
/
+105
*
eventscript: store from_user and script_list inside state structure
Rusty Russell
2009-12-08
1
-3
/
+5
*
eventscript: use direct script state pointer for current monitor
Rusty Russell
2009-12-08
1
-25
/
+26
*
eventscript: make current_monitor_status_ctx serve as monitor_event_script_ctx
Rusty Russell
2009-12-08
1
-36
/
+14
*
eventscript: split ctdb_run_event_script into multiple parts
Rusty Russell
2009-12-07
1
-62
/
+88
*
eventscript: hoist work out of child process, into parent
Rusty Russell
2009-12-07
1
-22
/
+24
*
eventscript: handle banning within the callbacks
Rusty Russell
2009-12-07
1
-41
/
+16
*
eventscript: expost ctdb_ban_self()
Rusty Russell
2009-12-07
1
-16
/
+1
*
eventscript: handle v. unlikely timeout race
Rusty Russell
2009-12-07
1
-0
/
+1
*
eventscript: replace other -1 returns with -errno
Rusty Russell
2009-12-07
1
-22
/
+20
*
eventscript: simplify ctdb_run_event_script loop
Rusty Russell
2009-12-07
1
-13
/
+3
*
eventscript: handle and report generic stat/execution errors
Rusty Russell
2009-12-07
1
-14
/
+21
[next]