summaryrefslogtreecommitdiff
path: root/ctdb/server/ctdb_daemon.c
Commit message (Expand)AuthorAgeFilesLines
* ctdb/server/ctdb_daemon.c set socket close on execGary Lockyer2017-12-181-0/+1
* ctdb-daemon: Send STARTUP control after startup eventAmitay Isaacs2017-11-301-6/+0
* ctdb-daemon: Add code to process ctdb_req_tunnel packetsAmitay Isaacs2017-10-101-0/+40
* ctdb-daemon: Add implementation of tunnel controlsAmitay Isaacs2017-10-101-0/+36
* ctdb: Centralize ctdb_version_stringVolker Lendecke2017-09-261-2/+2
* ctdbd: Fix a typoVolker Lendecke2017-09-261-1/+1
* ctdb-daemon: Check all connections from a process in CHECK_PID_SRVID controlAmitay Isaacs2017-09-221-10/+12
* ctdb-daemon: Add implementation of control CHECK_PID_SRVIDAmitay Isaacs2017-09-211-0/+24
* Revert "ctdb-daemon: Don't explicitly stop monitoring during shutdown"Martin Schwenke2017-09-191-0/+1
* ctdb-daemon: Don't explicitly stop monitoring during shutdownMartin Schwenke2017-09-141-1/+0
* ctdb-daemon: Free up record data if a call request is deferredAmitay Isaacs2017-09-141-0/+1
* ctdb-daemon: Fix implementation of process_exists controlAmitay Isaacs2017-09-091-6/+10
* ctdb-daemon: Use become_daemon() instead of custom codeMartin Schwenke2017-08-291-13/+2
* ctdb-daemon: Narrow a #includeMartin Schwenke2017-08-291-1/+1
* ctdb: Fix a typoVolker Lendecke2017-08-251-1/+1
* ctdb-daemon: Drop the implementation of CHECK_SRVIDS controlAmitay Isaacs2017-08-141-31/+0
* ctdb-common: Rename pidfile_create() -> pidfile_context_create()Martin Schwenke2017-08-021-2/+2
* ctdb-daemon: Increase priority of logs when shutting downAmitay Isaacs2017-07-041-2/+2
* ctdb-daemon: Increase priority of logs when ctdb starts up disabled/stoppedAmitay Isaacs2017-07-041-2/+4
* ctdb-daemon: Add accessors for CTDB_DB_FLAGS_READONLY flagAmitay Isaacs2017-06-291-1/+1
* ctdb-daemon: Use sock_clean() to remove stale socketsAmitay Isaacs2017-02-171-8/+2
* ctdb-daemon: Switch to using event daemonAmitay Isaacs2016-12-181-0/+6
* ctdb-daemon: Log to stderr when running in interactive modeAmitay Isaacs2016-12-051-1/+3
* ctdb-daemon: Remove setting of debug_extra from switch_from_server_to_client()Amitay Isaacs2016-12-051-7/+1
* ctdb-daemon: Don't depend on debug_extra in exit handlerAmitay Isaacs2016-12-051-3/+4
* ctdb-daemon: Remove tevent debug loggingAmitay Isaacs2016-12-051-5/+0
* ctdb: Fix format errors for time_t!=longVolker Lendecke2016-10-171-2/+2
* ctdb-daemon: Log when removing stale Unix domain socketMartin Schwenke2016-09-221-1/+9
* ctdb-daemon: Drop attempt to connect to Unix domain socketMartin Schwenke2016-09-221-9/+0
* ctdb-daemon: Don't try to reopen TDB filesMartin Schwenke2016-09-221-2/+0
* ctdb-daemon: Bind to Unix domain socket after PID file creationMartin Schwenke2016-09-221-7/+7
* ctdb-daemon: Use PID file abstractionMartin Schwenke2016-09-221-20/+11
* ctdb-daemon: Avoid extra condition in tevent trace callbackAmitay Isaacs2016-09-191-14/+21
* ctdb-daemon: Fix CID 1362723 Unchecked return value from libraryMartin Schwenke2016-08-171-1/+11
* ctdb-daemon: Fix CID 1362726 Unchecked return value from libraryMartin Schwenke2016-08-171-1/+10
* ctdb-daemon: Fix CID 1364527/8/9: Null pointer dereferences (NULL_RETURNS)Martin Schwenke2016-07-281-0/+8
* ctdb-daemon: Log ctdb socket in the main daemonAmitay Isaacs2016-07-051-0/+2
* ctdb-daemon: Check if method is initialized before callingAmitay Isaacs2016-07-051-1/+1
* ctdb-daemon: Use lib/util functions instead of redefinitionsAmitay Isaacs2016-06-081-2/+3
* ctdbd: Use talloc_memdup where appropriateVolker Lendecke2016-04-251-2/+2
* ctdb-daemon: Avoid memory leakAmitay Isaacs2016-04-231-0/+1
* dlist: remove unneeded type argument from DLIST_ADD_END()Michael Adam2016-02-061-1/+1
* ctdb-server: Replace ctdb_logging.h with common/logging.hAmitay Isaacs2015-11-161-1/+1
* ctdb-daemon: Move switch_from_server_to_client() to ctdb_daemon.cAmitay Isaacs2015-11-161-0/+32
* Fix various spelling errorsMathieu Parent2015-11-061-1/+1
* ctdb-daemon: Remove struct ctdb_client_notify_deregisterAmitay Isaacs2015-11-041-4/+4
* ctdb-daemon: Rename struct ctdb_client_notify_register to ctdb_notify_data_oldAmitay Isaacs2015-11-041-4/+4
* ctdb-daemon: Rename struct ctdb_node_map to ctdb_node_map_oldAmitay Isaacs2015-11-041-1/+1
* ctdb-daemon: Rename struct ctdb_reply_control to ctdb_reply_control_oldAmitay Isaacs2015-11-041-3/+3
* ctdb-daemon: Rename struct ctdb_req_control to ctdb_req_control_oldAmitay Isaacs2015-11-041-4/+4