s4/torture: Fix misplaced positional arguments for u64 comparison
[gd/samba-autobuild/.git] / ctdb / common /
2024-03-06 Martin Schwenkectdb-common: Remove old runstate/string translation...
2024-03-06 Martin Schwenkectdb-common: Remove unused variable ctdb_eventscript_ca...
2023-12-15 Stefan Metzmacherctdb: add ctdb_canonicalize_ip_inplace() helper
2023-08-15 Martin Schwenkectdb-common: Set immediate mode for pcap capture
2023-08-15 Martin Schwenkectdb-common: Replace pcap_open_live() by lower level...
2023-08-15 Martin Schwenkectdb-common: Improve error handling
2023-08-08 Joseph Suttonctdb: Add missing newlines to logging messages
2023-07-10 Martin Schwenkectdb-logging: Really make NOTICE the default debug...
2023-04-06 Andrew Bartlettlib/util: Add "debug syslog format = always", which...
2023-03-24 Andreas Schneiderctdb:common: Fix code spelling
2022-10-06 Volker Lendeckectdb: Fix a use-after-free in run_proc
2022-09-20 Martin Schwenkectdb-common: Support IB in pcap-based capture
2022-09-20 Martin Schwenkectdb-common: Support "any" interface for pcap-based...
2022-09-20 Martin Schwenkectdb-common: Add packet type detection to pcap-based...
2022-09-20 Martin Schwenkectdb-common: Improve/add debug
2022-09-20 Martin Schwenkectdb-common: Use pcap_get_selectable_fd()
2022-09-20 Martin Schwenkectdb-common: Stop a pcap-related crash on error
2022-09-20 Martin Schwenkectdb-common: Fix a warning in the pcap code
2022-09-20 Martin Schwenkectdb-common: Do not use raw socket when ENABLE_PCAP...
2022-09-20 Martin Schwenkectdb-common: Move a misplaced comment
2022-09-12 Michael TokarevFix spelling mistakes.
2022-08-01 Martin Schwenkectdb-common: CID 1507498: Control flow issues (DEADCODE)
2022-07-28 Martin Schwenkectdb-common: Add trivial FD monitoring abstraction
2022-07-22 Martin Schwenkectdb-common: Use POSIX if_nameindex() to check interfac...
2022-06-16 Martin Schwenkectdb-common: Tell file logging not to redirect stderr
2022-05-14 Pavel Filipenskýctdb: Fix trailing whitespace in rb_tree.c
2022-04-06 Martin Schwenkectdb-common: Add function ctdb_tunable_load_file()
2022-01-17 Martin Schwenkectdb-common: Add support for reopening logs
2022-01-17 Martin Schwenkectdb-common: Separate sock_daemon's SIGHUP and SIGUSR1...
2022-01-17 Martin Schwenkectdb-common: Use Samba's DEBUG_FILE logging
2022-01-17 Martin Schwenkectdb-common: Switch initial debug type to DEBUG_DEFAULT...
2021-06-25 Martin Schwenkectdb-common: Drop unused include of mkdir_p.h
2021-05-18 Volker Lendeckectdb: Fix a crash in run_proc_signal_handler()
2021-03-16 Volker Lendeckelib: Make pidfile_path_create() return the existing...
2021-01-22 Volker Lendeckelib: Make accept_recv() return the listening socket
2021-01-22 Volker Lendeckelib: Make accept_recv() return struct samba_sockaddr
2020-10-21 Amitay Isaacsctdb-common: Avoid aliasing errors during code optimization
2020-02-18 Amitay Isaacsctdb-common: Remove signed/unsigned comparisons
2019-11-14 Amitay Isaacsctdb-common: Add api to add new section/commands to...
2019-11-14 Amitay Isaacsctdb-common: Change cmdline implementation to support...
2019-11-14 Amitay Isaacsctdb-common: Add section to group commands in cmdline
2019-11-14 Amitay Isaacsctdb-common: Generate usage message from cmdline_parse()
2019-11-08 Volker Lendeckectdb: Use TALLOC_FREE() in a few places
2019-10-31 Björn Jackectdb/common/srvid.h: typo fixes
2019-10-24 Volker Lendeckectdb: Avoid malloc/memcpy/free in ctdb_ltdb_fetch()
2019-10-04 Martin Schwenkectdb-common: Mark VacuumLimit tunable as obsolete
2019-09-01 Mathieu ParentSpelling fixes s/advertisment/advertisement/
2019-08-14 Martin Schwenkectdb-common: Return value of ctdb_queue_length() should...
2019-07-26 Amitay Isaacsctdb-common: Fix empty value handling in conf
2019-07-05 Martin Schwenkectdb-common: Mark ctdb_fatal() and ctdb_die() as _NORETURN_
2019-07-05 Martin Schwenkectdb-common: Fix signed/unsigned comparisons by declari...
2019-07-05 Martin Schwenkectdb-common: Fix error handling
2019-07-05 Martin Schwenkectdb-common: Fix signed/unsigned comparisons by casting
2019-06-05 Martin Schwenkectdb-common: Avoid unused value warning
2019-06-05 Martin Schwenkectdb-common: Avoid warning for potentially uninitialise...
2019-06-05 Martin Schwenkectdb-common: Use #ifdef to avoid TEST_RB_TREE not defined
2019-06-05 Martin Schwenkectdb-common: Fix signed/unsigned comparisons by casting
2019-06-05 Martin Schwenkectdb-common: Fix signed/unsigned comparisons by declari...
2019-05-24 Volker Lendeckectdb: Make TDB_SEQNUM work synchronously with ctdb
2019-05-23 Volker Lendeckectdb: Remove unused ctdb_ltdb_fetch_with_header()
2019-05-14 Amitay Isaacsctdb-common: Fix memory leak in run_proc
2019-05-14 Martin Schwenkectdb-common: Fix memory leak
2019-05-08 Andreas Schneiderctdb:common: Do not print NULL if we don't get a sockpath
2019-04-12 Amitay Isaacsctdb-common: Avoid race between fd and signal events
2019-03-15 Amitay Isaacsctdb-version: Simplify version string usage
2019-02-22 Swen Schilligctdb: buffer write beyond limits
2019-02-13 Douglas Bagnallspelling of associated
2019-01-28 Andreas Schneiderctdb:common: Use C99 initializer for 'struct ifreq'
2019-01-28 Andreas Schneiderctdb: Use C99 initializer for last element of tunables
2018-12-07 Swen Schilligctdb: Adding memory pool for queue callback
2018-12-07 Swen Schilligctdb: Introduce buffer.offset to avoid memmove
2018-11-28 Andreas Schneiderctdb: Use #ifdef instead of #if for config.h definitions
2018-11-14 Andreas Schneiderctdb: Fix an out of bound array access
2018-11-08 Andreas Schneiderdebug: Use debuglevel_(get|set) function
2018-11-06 Martin Schwenkectdb-common: Allow path_socket() to use $CTDB_SOCKET
2018-10-22 Amitay Isaacsctdb-common: Set close-on-exec for startup fd
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
next