summaryrefslogtreecommitdiff
path: root/ctdb/server/eventscript.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-14ctdb-daemon: Allow a new monitor event to cancel one already in progressMartin Schwenke1-2/+6
2015-07-14ctdb-daemon: Improve error messages when eventscript control is cancelledMartin Schwenke1-2/+11
2015-07-14ctdb-daemon: Avoid double-free during monitor cancellationAmitay Isaacs1-1/+1
2015-05-10ctdb-daemon: Initialise eventscript status earlierMartin Schwenke1-4/+4
2015-05-10ctdb-daemon: Make ctdb_event_script_args() terminate if no scriptsMartin Schwenke1-0/+1
2015-03-13ctdb: Fix CID 1125613 Destination buffer too smallVolker Lendecke1-1/+7
2015-03-13ctdb: Introduce a helper var in ctdb_get_script_listVolker Lendecke1-3/+5
2015-03-13ctdb: Fix memleak in ctdb_get_script_listVolker Lendecke1-2/+5
2015-03-13ctdb: Make for-loop in ctdb_get_script_list more idiomaticVolker Lendecke1-6/+7
2015-03-13ctdb: Fix whitespaceVolker Lendecke1-18/+17
2015-03-11ctdb: Fix CID 1288201 Array compared against 0Volker Lendecke1-4/+0
2015-03-10ctdb-daemon: Use statically allocated arrays for helper pathsMartin Schwenke1-9/+6
2014-11-14ctdb-daemon: Improve error handling for running event scriptsAmitay Isaacs1-2/+8
2014-10-08ctdb-build: Rename define BINDIR to CTDB_HELPER_BINDIRMartin Schwenke1-1/+1
2014-08-21ctdb: Use sys_read() and sys_write() to ensure correct signal interactionMartin Schwenke1-1/+1
2014-06-24ctdb-build: Use CTDB_ETCDIR instead of ETCDIR/ctdbAmitay Isaacs1-1/+1
2014-06-05ctdb:server: fix DEBUG message for wrong event script options.Michael Adam1-2/+3
2014-03-23ctdb-daemon: Do not disable monitoring when running eventscriptsMartin Schwenke1-5/+0
2014-02-12ctdb-daemon: Consult CTDB_DEBUG_HUNG_SCRIPT variable before running debug scriptAmitay Isaacs1-0/+4
2014-01-21ctdb-daemon: Simplify listing event scripts using scandirAmitay Isaacs1-94/+40
2014-01-21ctdb-daemon: Do not run monitor event if any other event is already runningAmitay Isaacs1-0/+15
2014-01-16ctdb-daemon: Remove unused code to run eventscriptsAmitay Isaacs1-104/+0
2014-01-16ctdb-daemon: Replace ctdb_fork_with_logging with ctdb_vfork_with_logging (par...Amitay Isaacs1-26/+28
2014-01-16ctdb-daemon: Replace ctdb_fork_with_logging with ctdb_vfork_with_logging (par...Amitay Isaacs1-20/+90
2014-01-16ctdb-daemon: No need to call event scripts with CTDB_CALLED_BY_USERAmitay Isaacs1-34/+11
2014-01-16ctdb-daemon: Deprecate RELOAD and STATUS eventsAmitay Isaacs1-4/+1
2013-08-22ctdbd: Finish eventscript callback processing before debugging hung scriptAmitay Isaacs1-26/+47
2013-08-09eventscript: Wait for debug hung script to finish or timeout before continuingAmitay Isaacs1-13/+59
2013-07-23ctdbd: Pass event name to hung script debuggerMartin Schwenke1-2/+3
2013-07-11Fixes for various issues found by CoveritySumit Bose1-1/+3
2013-07-10ctdbd: Set process names for child processesAmitay Isaacs1-0/+2
2013-07-02ctdbd: Don't ban self if init or shutdown event failsAmitay Isaacs1-1/+5
2013-06-14ctdbd: Make sure we don't kill init process by mistakeAmitay Isaacs1-1/+8
2013-05-06ctdbd: Remove the "stopped" eventMartin Schwenke1-3/+0
2013-05-06ctdbd: New control CTDB_CONTROL_IPREALLOCATEDMartin Schwenke1-0/+1
2013-05-06ctdbd: Avoid freeing non-monitor event callback when monitoring is disabledMartin Schwenke1-31/+30
2013-02-05ctdbd: Don't use a fixed length buffer for the hung script commandMartin Schwenke1-2/+4
2013-02-05ctdbd: Complain loudly if CTDB_DEBUG_HUNG_SCRIPT script isn't executableMartin Schwenke1-12/+0
2013-02-05ctdbd: Remove command-line option --debug-hung-scriptMartin Schwenke1-14/+9
2013-02-05ctdbd: Remove debug_hung_script_ctxMartin Schwenke1-3/+1
2013-01-09daemon: Protect against double free of callback state while shutting downAmitay Isaacs1-2/+3
2012-10-18ctdbd: Remove references to forcing running of eventscripts from log messagesMartin Schwenke1-2/+2
2012-07-26ctdbd: Remove the worked "Forced" from message about running eventscriptsMartin Schwenke1-1/+1
2012-05-17Debug: When scripts hang, we may need to collect additional data in order to ...Ronnie Sahlberg1-20/+46
2012-05-03Track all child process so we never send a signal to an unrelated process (ou...Ronnie Sahlberg1-3/+3
2012-04-13Remove explicit include of lib/tevent/tevent.h.Amitay Isaacs1-1/+0
2012-02-23Eventscripts: remove the horrible horrible circular reference between state a...Ronnie Sahlberg1-7/+19
2011-11-18Eventscripts: Add special -ECANCELED status for monitor events that are cance...Ronnie Sahlberg1-1/+9
2011-08-26Logging: when we log stdout/stderr messages from eventscripts to the system ...Ronnie Sahlberg1-1/+1
2011-07-29eventscript: fix callback after freeRusty Russell1-11/+39