tdb: Align integer types
[samba.git] / ctdb / common /
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-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-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-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-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-common: Restore dropped copyright attributions
2018-08-30 Martin Schwenkectdb-common: Fix CID 1414745 - Out-of-bounds access
2018-08-30 Martin Schwenkectdb-common: Add support for sock daemon to notify...
2018-08-24 Martin Schwenkectdb-config: Switch tunable DisableIPFailover to a...
2018-08-24 Martin Schwenkectdb-config: Integrate failover options into conf-tool
2018-08-24 Martin Schwenkectdb-common: Allow boolean configuration values to...
2018-08-24 Martin Schwenkectdb-config: Switch tunable TDBMutexEnabled to a config...
2018-08-24 Martin Schwenkectdb-common: Fix aliasing issue in IPv6 checksum
2018-08-18 Swen Schilligctdb: calculate queue input buffer size correctly
2018-08-18 Swen Schilligctdb: Replace calculation of bytes to read from socket...
2018-08-06 Swen Schilligctdb: remove queue destructor as it isn't needed anymore
2018-08-03 Volker Lendeckectdb: Fix a cut&paste error
2018-07-28 Martin Schwenkectdb-common: Use script abstraction in run_event
2018-07-28 Martin Schwenkectdb-common: Factor out basic script abstraction
2018-07-28 Amitay Isaacsctdb-common: Fix the TCP packet length check
2018-07-28 Amitay Isaacsctdb-common: Add line based I/O
2018-07-28 Amitay Isaacsctdb-common: Switch to ETIMEDOUT from ETIME
2018-07-27 Martin Schwenkectdb-common: Drop unused function mkdir_p_or_die()
2018-07-27 Martin Schwenkectdb-common: Drop function parse_ip_mask() and supporti...
2018-07-27 Martin Schwenkectdb-common: Fix compilation issue with strncpy()
2018-07-11 Martin Schwenkectdb-common: Add path support for datadir
2018-07-11 Martin Schwenkectdb-daemon: Mark NoIPHostOnAllDisabled tunable as...
2018-07-11 Martin Schwenkectdb-daemon: Change default for tunable NoIPHostOnAllDi...
2018-07-05 Amitay Isaacsctdb-common: Fix CID 437606
2018-07-05 Amitay Isaacsctdb-common: Add client pid to connect callback in...
2018-07-04 Amitay Isaacsctdb-common: Use correct return type for tevent_queue_a...
2018-07-02 Martin Schwenkectdb-common: Move capture_socket functions to ctdb_sock...
2018-07-02 Martin Schwenkectdb-common: Move ctdb_sys_send_tcp() to ctdb_socket...
2018-07-02 Martin Schwenkectdb-common: Move ctdb_sys_send_arp() to ctdb_socket...
2018-07-02 Martin Schwenkectdb-common: Move ctdb_get_peer_pid() to system.[ch]
2018-07-02 Martin Schwenkectdb-common: Move ctdb_system_check_iface_exists()...
2018-07-02 Martin Schwenkectdb-common: Move parse_ip_mask() to system_socket...
2018-07-02 Martin Schwenkectdb-common: Rename system utility files
2018-07-02 Amitay Isaacsctdb-common: Use sin6_len only if the structure supports it
2018-06-29 Amitay Isaacsctdb-common: Correctly handle conf->reload()
2018-06-22 Swen Schilligctdb-common: replace talloc / memcpy by talloc_memdup
2018-06-05 Amitay Isaacsctdb-common: Add support to run events through failure
2018-06-05 Amitay Isaacsctdb-common: Reset running state on failure
2018-06-05 Amitay Isaacsctdb-common: Improve error handling in run_event
2018-06-05 Amitay Isaacsctdb-common: Return script_list for zero scripts
2018-06-05 Amitay Isaacsctdb-common: Rename run_event_script_list to run_event_list
2018-06-05 Amitay Isaacsctdb-common: Do not initialize run_proc inside run_event
2018-06-05 Amitay Isaacsctdb-common: Simplify process registration using linked...
2018-06-05 Martin Schwenkectdb-scripts: Event scripts must end with ".script...
2018-05-17 Martin Schwenkectdb-tools: Add legacy config options to config tool
2018-05-17 Martin Schwenkectdb-tools: Add database config options to config tool
2018-05-17 Martin Schwenkectdb-tools: Add cluster config options to config tool
2018-05-17 Amitay Isaacsctdb-tools: Add event daemon config options to config...
2018-05-16 Andreas Schneiderctdb: Check return values of tevent_req_set_endtime()
2018-05-16 Volker Lendeckectdb-common: Fix CID 1435600
2018-05-16 Amitay Isaacsctdb-common: Fix CID 1435599
2018-05-12 Amitay Isaacsctdb-tools: Add logging config options to config tool
2018-05-12 Martin Schwenkectdb-common: Add config options for logging
2018-05-12 Amitay Isaacsctdb-common: Add a function to validate logging specifi...
2018-05-12 Amitay Isaacsctdb-common: Refactor log backend parsing code
2018-05-12 Amitay Isaacsctdb-common: Add config options tool
2018-05-12 Amitay Isaacsctdb-common: Add config file parsing code
2018-05-12 Amitay Isaacsctdb-common: Add path tool
2018-05-12 Amitay Isaacsctdb-common: Add utility code to get various paths
2018-05-12 Amitay Isaacsctdb-common: Add command line processing abstraction
2018-05-12 Mathieu ParentFix spelling s/succesfully/successfully/
2018-05-12 Mathieu ParentFix spelling s/retun/return/
2018-05-12 Mathieu ParentFix spelling s/allows to/allows one to/
2018-03-09 Amitay Isaacsctdb-common: Drop unused function ctdb_sys_find_ifname()
2018-03-01 Martin Schwenkectdb-common: Drop debugging variable CTDB_EXTERNAL_TRACE
2018-01-30 Swen Schilligctdb-common: Optimize sock_queue's memory managament
2018-01-30 Swen Schilligctdb-common: Remove sock_queue_destructor
2018-01-30 Swen Schilligctdb-common: Return if packet size is zero
2017-12-13 Amitay Isaacsctdb-common: Avoid using void ** argument
2017-11-24 Amitay Isaacsctdb-common: Add special monitor handling to run_event...
2017-11-21 Amitay Isaacsctdb-common: Add async version of shutdown in sock_daemon
2017-11-21 Amitay Isaacsctdb-common: Add async version of reconfigure in sock_d...
2017-11-21 Amitay Isaacsctdb-common: Add async version of startup in sock_daemon
2017-11-21 Amitay Isaacsctdb-common: Handle errors on unexpected socket close...
2017-11-21 Amitay Isaacsctdb-common: Start listening to sockets only on success...
next