cli_netlogon: Return flags from rpccli_setup_netlogon_creds_locked
[samba.git] / ctdb /
2017-09-22 Amitay Isaacsctdb-tests: Add tests for client with multiple connections
2017-09-22 Amitay Isaacsctdb-tests: Add support for multiple ctdb connections...
2017-09-22 Amitay Isaacsctdb-tests: Check all connections from a process in...
2017-09-22 Amitay Isaacsctdb-daemon: Check all connections from a process in...
2017-09-21 Amitay Isaacsctdb-tests: Add tests for PID with srvid
2017-09-21 Amitay Isaacsctdb-tests: Implement control CHECK_PID_SRVID in fake...
2017-09-21 Amitay Isaacsctdb-tests: Reimplement message handlers using srvid...
2017-09-21 Amitay Isaacsctdb-tool: Update process-exists command to pass option...
2017-09-21 Amitay Isaacsctdb-client: Add client code for control CHECK_PID_SRVID
2017-09-21 Amitay Isaacsctdb-daemon: Add implementation of control CHECK_PID_SRVID
2017-09-21 Amitay Isaacsctdb-protocol: Add marshalling for control CHECK_PID_SRVID
2017-09-21 Amitay Isaacsctdb-protocol: Add marshalling for struct ctdb_pid_srvid
2017-09-21 Amitay Isaacsctdb-protocol: Add new control CTDB_CONTROL_CHECK_PID_SRVID
2017-09-21 Amitay Isaacsctdb-common: Extend srvid_exists() check to support...
2017-09-19 Martin Schwenkectdb-tools: Fix a typo for a talloc context
2017-09-19 Martin Schwenkectdb-tools: Add debug to ctdb_killtcp
2017-09-19 Martin Schwenkectdb-tools: Move special case of 0 connections into...
2017-09-19 Martin Schwenkectdb-tools: Rework killtcp logic into a tevent_req...
2017-09-19 Martin Schwenkectdb-tools: New function ctdb_kill_tcp_init()
2017-09-19 Martin Schwenkectdb-tools: Improve error handling
2017-09-19 Martin Schwenkectdb-tools: Drop global variable prog
2017-09-19 Martin Schwenkectdb-tools: Use db_hash in ctdb_killtcp
2017-09-19 Martin Schwenkectdb-tools: Use ctdb_connection and ctdb_connection_lis...
2017-09-19 Martin Schwenkectdb-protocol: Add ctdb_connection_list utilities
2017-09-19 Martin Schwenkectdb-protocol: Add marshalling for ctdb_connection_list
2017-09-19 Martin Schwenkectdb-protocol: Add new data structure ctdb_connection_list
2017-09-19 Martin Schwenkectdb-protocol: Add ctdb_connection utilities
2017-09-19 Martin Schwenkectdb-protocol: Factor out static function ctdb_sock_add...
2017-09-19 Martin Schwenkectdb-protocol: Add ctdb_sock_addr_from_string()
2017-09-19 Martin Schwenkectdb-protocol: Optionally print port for address printi...
2017-09-19 Martin Schwenkectdb-protocol: Add utility function ctdb_sock_addr_to_buf()
2017-09-19 Martin Schwenkectdb-protocol: Add ctdb_sock_addr_port() and sock_addr_...
2017-09-19 Martin Schwenkectdb-protocol: Add server and client aliases in ctdb_co...
2017-09-19 Martin Schwenkectdb-common: Initialise socket addresses before reading...
2017-09-19 Martin Schwenkectdb-build: Split protocol-util as a separate subsystem
2017-09-19 Martin Schwenkectdb-build: Fix dependency for ctdbd
2017-09-18 Martin SchwenkeRevert "ctdb-daemon: Don't explicitly stop monitoring...
2017-09-18 Martin SchwenkeRevert "ctdb-daemon: Remove unused function ctdb_stop_m...
2017-09-14 Martin Schwenkectdb-protocol: Drop marshalling for monitor controls
2017-09-14 Martin Schwenkectdb-client: Drop client code for monitor controls
2017-09-14 Martin Schwenkectdb-client: Drop old client code for monitor controls
2017-09-14 Martin Schwenkectdb-daemon: Remove unused function ctdb_stop_monitoring()
2017-09-14 Martin Schwenkectdb-daemon: Drop monitoring mode
2017-09-14 Martin Schwenkectdb-tests: Drop implementation of monitor controls
2017-09-14 Martin Schwenkectdb-daemon: Drop implementation of monitor controls
2017-09-14 Martin Schwenkectdb-daemon: Mark monitoring controls obsolete
2017-09-14 Martin Schwenkectdb-docs: Drop mention of unimplemented commands
2017-09-14 Martin Schwenkectdb-tools: Drop monitoring-related ctdb commands
2017-09-14 Martin Schwenkectdb-daemon: Don't explicitly stop monitoring during...
2017-09-14 Martin Schwenkectdb-daemon: Don't explicitly disable monitoring around...
2017-09-14 Martin Schwenkectdb-daemon: Don't explicitly disable monitoring when...
2017-09-14 Martin Schwenkectdb-daemon: Skip monitoring when not in RUNNING runstate
2017-09-14 Martin Schwenkectdb-daemon: Skip monitoring when node is inactive
2017-09-14 Martin Schwenkectdb-tests: Drop unused monitoring status support
2017-09-14 Amitay Isaacsctdb-client: Initialize ctdb_ltdb_header completely...
2017-09-14 Amitay Isaacsctdb-daemon: Free up record data if a call request...
2017-09-12 Martin Schwenkectdb-tests: Add 31.clamd eventscript unit tests
2017-09-12 Martin Schwenkectdb-tests: Enhance ss stub to check for listening...
2017-09-12 Martin Schwenkectdb-scripts: Switch ctdb_check_unix_socket() to use ss
2017-09-12 Martin Schwenkectdb-scripts: Clean up ctdb_check_unix_socket()
2017-09-12 Martin Schwenkectdb-daemon: Don't release all IPs before "startup...
2017-09-12 Amitay Isaacsctdb-recoverd: Abort recovery/takeover if recmaster...
2017-09-12 Amitay Isaacsctdb-daemon: GET_DB_SEQNUM should read database conditi...
2017-09-12 Amitay Isaacsctdb-daemon: Add a function to check if db access is...
2017-09-12 Amitay Isaacsctdb-tests: Fix ctdb test binary name in path testing
2017-09-12 Martin Schwenkectdb-tests: Wait up to 30 seconds for process to be...
2017-09-09 Amitay Isaacsctdb-tests: Fix ctdb process-exist tests
2017-09-09 Amitay Isaacsctdb-tests: Add a dummy ctdb client for testing
2017-09-09 Amitay Isaacsctdb-tests: Fix the implementation of process-exists...
2017-09-09 Amitay Isaacsctdb-daemon: Fix implementation of process_exists control
2017-09-09 Amitay Isaacsctdb-tools: Fix CID 1414746
2017-09-09 Amitay Isaacsctdb-tools: Use ssize_t instead of int for checking...
2017-09-05 Amitay Isaacsctdb-protocol: Fix CID 1417428
2017-09-05 Amitay Isaacsctdb-protocol: Fix CID 1417430
2017-09-05 Amitay Isaacsctdb-protocol: Fix CID 1417433
2017-09-01 Amitay Isaacsctdb-client: Use sock_client abstraction for eventd...
2017-09-01 Amitay Isaacsctdb-common: Add sock_client abstraction
2017-09-01 Amitay Isaacsctdb-protocol: Drop struct ctdb_event_header
2017-09-01 Amitay Isaacsctdb-protocol: Replace ctdb_event_header with sock_pack...
2017-09-01 Amitay Isaacsctdb-protocol: Add a generic packet header
2017-09-01 Martin Schwenkectdb-common: Parse IPv4-mapped IPv6 addresses into...
2017-08-31 Martin Schwenkectdb-tests: Improve releaseip connection resetting...
2017-08-31 Martin Schwenkectdb-tests: Add tests to ensure reset of server end...
2017-08-31 Martin Schwenkectdb-tools: Remove broken natgwlist command
2017-08-31 Martin Schwenkectdb-tests: Drop onnode test README file and buggy...
2017-08-31 Amitay Isaacsctdb-tests: Shutdown local daemons unconditionally
2017-08-30 Amitay Isaacsctdb-tests: Drop unused test template
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling of ctdb_event_reply
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_event_request
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_event_header
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_event_reply_data
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_event_reply_scr...
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshaling for ctdb_event_reply_status
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_event_request_data
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_event_request_s...
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_event_request_s...
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_event_request_s...
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_event_request_run
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_event_status_state
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for ctdb_event_command
next