traffic_replay: Write group memberships once per group
[samba.git] / ctdb /
2018-10-22 Martin Schwenkectdb-daemon: Fix valgrind hit in event code
2018-10-22 Amitay Isaacsctdb-event: Check the return status of sock_daemon_set_...
2018-10-22 Amitay Isaacsctdb-common: Set close-on-exec for startup fd
2018-10-22 Martin Schwenkectdb-daemon: Exit if eventd goes away
2018-10-22 Martin Schwenkectdb-daemon: Return early when refusing to run an event...
2018-10-08 Martin Schwenkectdb-tests: Improve counting of database records
2018-10-08 Martin Schwenkectdb-tests: Add extra debug to large database recovery...
2018-10-08 Martin Schwenkectdb-tests: Shut down transaction_loop clients more...
2018-10-08 Martin Schwenkectdb-tools: Have onnode pass -n option even when regula...
2018-10-08 Martin Schwenkectdb-tests: Support closing of stdin in local daemons...
2018-10-08 Martin Schwenkectdb-tests: Be more careful when building public IP...
2018-10-08 Martin Schwenkectdb-tests: Be more careful when building node addresses
2018-10-08 Martin Schwenkectdb-tests: Don't format IPv4 octets as hex digits
2018-10-08 Martin Schwenkectdb-tests: Be more efficient about starting/stopping...
2018-10-08 Martin Schwenkectdb-tests: Do not use ctdbd_wrapper in local daemon...
2018-10-08 Martin Schwenkectdb-tests: Don't remove non-existent test database...
2018-10-08 Martin Schwenkectdb-tests: Drop unused function maybe_stop_ctdb()
2018-10-08 Martin Schwenkectdb-tests: Explicitly check for local daemons when...
2018-10-08 Martin Schwenkectdb-tests: Drop functions daemons_start(), daemons_stop()
2018-10-08 Martin Schwenkectdb-tests: Don't used daemons_start()/daemons_stop...
2018-10-08 Martin Schwenkectdb-tests: Rename _ctdb_start_all() -> ctdb_start_all()
2018-10-08 Martin Schwenkectdb-tests: Rename ctdb_start_all() -> ctdb_init()
2018-10-08 Martin Schwenkectdb-tests: Drop ps_ctdbd()
2018-10-08 Amitay Isaacsctdb-tests: Drop code for RECEIVE_RECORDS control
2018-10-08 Amitay Isaacsctdb-protocol: Drop marshalling code for RECEIVE_RECORD...
2018-10-08 Amitay Isaacsctdb-protocol: Mark RECEIVE_RECORDS control obsolete
2018-10-08 Amitay Isaacsctdb-daemon: Drop implementation of RECEIVE_RECORDS...
2018-10-08 Amitay Isaacsctdb-vacuum: Remove unnecessary check for zero records...
2018-10-08 Amitay Isaacsctdb-vacuum: Fix the incorrect counting of remote errors
2018-10-08 Amitay Isaacsctdb-vacuum: Simplify the deletion of vacuumed records
2018-10-08 Martin Schwenkectdb-tests: Add recovery record resurrection test for...
2018-10-08 Amitay Isaacsctdb-daemon: Invalidate records if a node becomes INACTIVE
2018-10-08 Amitay Isaacsctdb-daemon: Don't pull any records if records are...
2018-10-08 Amitay Isaacsctdb-daemon: Add invalid_records flag to ctdb_db_context
2018-09-19 Noel PowerPY3: make sure print stmt is enclosed by '(' & ')'
2018-09-18 Martin Schwenkectdb-recoverd: Set recovery lock handle at start of...
2018-09-17 Martin Schwenkectdb-recoverd: Handle cancellation when releasing recov...
2018-09-17 Martin Schwenkectdb-recoverd: Return early when the recovery lock...
2018-09-17 Martin Schwenkectdb-recoverd: Store recovery lock handle
2018-09-17 Martin Schwenkectdb-recoverd: Use talloc() to allocate recovery lock...
2018-09-17 Martin Schwenkectdb-recoverd: Rename hold_reclock_state to ctdb_recove...
2018-09-17 Martin Schwenkectdb-recoverd: Re-check master on failure to take recov...
2018-09-17 Martin Schwenkectdb-recoverd: Clean up taking of recovery lock
2018-09-17 Martin Schwenkectdb-cluster-mutex: Block signals around fork
2018-09-17 Martin Schwenkectdb-cluster-mutex: Reset SIGTERM handler in cluster...
2018-09-16 Noel PowerPY3: fix some octal literals
2018-09-12 Ralph Wuerthnerctdb-doc: Remove PIDFILE option from ctdbd_wrapper...
2018-09-12 Martin Schwenkectdb-build: Fix version handling when building tarball
2018-09-11 Martin Schwenkectdb-build: Use wafsamba's INSTALL_DIR()
2018-09-07 Martin Schwenkectdb-tests: Fix CTDB -O3 --picky-developer build on...
2018-09-06 Martin Schwenkectdb-tests: Check result of write() in ARP and TCP...
2018-09-05 Alexander Bokovoyctdb/wscript: rework how version number is retrieved
2018-09-05 Alexander Bokovoycdtb/wscript: use top and out for waf 2.0
2018-09-05 Alexander Bokovoyctdb/wscript: adopt to waf-2.0
2018-09-05 Alexander Bokovoyctdb/wscript: update to handle waf 2.0.4
2018-09-03 Martin Schwenkectdb-tests: Don't run valgrind or other tracing in...
2018-09-03 Martin Schwenkectdb-tests: Use known install paths in local daemon...
2018-09-03 Martin Schwenkectdb-tests: If bin/ isn't in ctdb/ then look one level...
2018-09-03 Martin Schwenkectdb-common: Process the whole config file even if...
2018-09-03 Martin Schwenkectdb-common: Avoid ENOENT for unknown conf options
2018-09-03 Martin Schwenkectdb-common: Avoid ENOENT for unknown conf type tags
2018-09-03 Martin Schwenkectdb-common: Log a message when an invalid conf value...
2018-09-03 Martin Schwenkectdb-common: Log a message for unknown conf option
2018-09-03 Martin Schwenkectdb-common: Fix log message for conf option with unkno...
2018-09-03 Martin Schwenkectdb-daemon: Drop incorrect log message
2018-09-03 Martin Schwenkectdb-daemon: Log complete eventd startup command
2018-08-30 Martin Schwenkectdb-common: Clean up comments in TCP packet parsing
2018-08-30 Martin Schwenkectdb-common: Check the version field in IPv6 packets
2018-08-30 Martin Schwenkectdb-common: Improve TCP packet size and offset calcula...
2018-08-30 Martin Schwenkectdb-tests: Extend TCP packet test to also do packet...
2018-08-30 Martin Schwenkectdb-common: Factor out TCP packet parsing code
2018-08-30 Martin Schwenkectdb-common: Clean up types/declarations in TCP socket...
2018-08-30 Martin Schwenkectdb-common: Fix error handling when parsing TCP packets
2018-08-30 Martin Schwenkectdb-common: Fix a bug in non-Linux (PCAP) TCP packet...
2018-08-30 Martin Schwenkectdb-common: Don't modify a const argument
2018-08-30 Martin Schwenkectdb-common: Avoid magic numbers when building TCP...
2018-08-30 Martin Schwenkectdb-tests: Add tests for TCP packet marshalling
2018-08-30 Martin Schwenkectdb-common: Factor out TCP packet marshalling code
2018-08-30 Martin Schwenkectdb-common: Avoid single line multi-assignment
2018-08-30 Martin Schwenkectdb-common: Set version more obviously in IPv6 NA...
2018-08-30 Martin Schwenkectdb-common: Clarify offset and packet length calculations
2018-08-30 Martin Schwenkectdb-common: Use struct ether_arp to avoid manual offse...
2018-08-30 Martin Schwenkectdb-common: Be more careful with packet sizes
2018-08-30 Martin Schwenkectdb-tests: Add tests for ARP and IPv6 NA marshalling
2018-08-30 Martin Schwenkectdb-common: Separate ARP and IPv6 NA marshalling code
2018-08-30 Martin Schwenkectdb-common: Fix error handling when sending ARPs
2018-08-30 Martin Schwenkectdb-common: Factor out common ARP code
2018-08-30 Martin Schwenkectdb-common: Initialise structures when declared
2018-08-30 Martin Schwenkectdb-tests: Add basic test to sanity check types in...
2018-08-30 Martin Schwenkectdb-common: Restore dropped copyright attributions
2018-08-30 Martin Schwenkectdb-common: Fix CID 1414745 - Out-of-bounds access
2018-08-30 Martin Schwenkectdb-daemon: Do not retry connection to eventd
2018-08-30 Martin Schwenkectdb-daemon: Wait for eventd to be ready before connecting
2018-08-30 Martin Schwenkectdb-daemon: Open eventd pipe earlier
2018-08-30 Martin Schwenkectdb-daemon: Improve error handling consistency
2018-08-30 Martin Schwenkectdb-event: Add support to eventd for the startup notif...
2018-08-30 Martin Schwenkectdb-common: Add support for sock daemon to notify...
2018-08-24 Martin Schwenkectdb-tests: Check that no IPs are assigned when failove...
2018-08-24 Martin Schwenkectdb-tests: Add an extra conf loading test case
2018-08-24 Martin Schwenkectdb-doc: Switch tunable DisableIPFailover to a config...
next