summaryrefslogtreecommitdiff
path: root/ctdb/common
Commit message (Expand)AuthorAgeFilesLines
* lib/util: Add "debug syslog format = always", which logs to stdout in syslog ...Andrew Bartlett2023-04-061-1/+1
* ctdb:common: Fix code spellingAndreas Schneider2023-03-2410-11/+11
* ctdb: Fix a use-after-free in run_procVolker Lendecke2022-10-061-2/+3
* ctdb-common: Support IB in pcap-based captureMartin Schwenke2022-09-201-0/+2
* ctdb-common: Support "any" interface for pcap-based captureMartin Schwenke2022-09-201-1/+49
* ctdb-common: Add packet type detection to pcap-based captureMartin Schwenke2022-09-201-18/+49
* ctdb-common: Improve/add debugMartin Schwenke2022-09-201-2/+6
* ctdb-common: Use pcap_get_selectable_fd()Martin Schwenke2022-09-201-1/+1
* ctdb-common: Stop a pcap-related crash on errorMartin Schwenke2022-09-201-2/+5
* ctdb-common: Fix a warning in the pcap codeMartin Schwenke2022-09-201-2/+2
* ctdb-common: Do not use raw socket when ENABLE_PCAP is definedMartin Schwenke2022-09-201-3/+3
* ctdb-common: Move a misplaced commentMartin Schwenke2022-09-201-7/+6
* Fix spelling mistakes.Michael Tokarev2022-09-121-1/+1
* ctdb-common: CID 1507498: Control flow issues (DEADCODE)Martin Schwenke2022-08-011-1/+1
* ctdb-common: Add trivial FD monitoring abstractionMartin Schwenke2022-07-282-0/+820
* ctdb-common: Use POSIX if_nameindex() to check interface existenceMartin Schwenke2022-07-221-17/+21
* ctdb-common: Tell file logging not to redirect stderrMartin Schwenke2022-06-161-0/+1
* ctdb: Fix trailing whitespace in rb_tree.cPavel Filipenský2022-05-141-34/+34
* ctdb-common: Add function ctdb_tunable_load_file()Martin Schwenke2022-04-062-0/+122
* ctdb-common: Add support for reopening logsMartin Schwenke2022-01-172-0/+82
* ctdb-common: Separate sock_daemon's SIGHUP and SIGUSR1 handlingMartin Schwenke2022-01-172-2/+74
* ctdb-common: Use Samba's DEBUG_FILE loggingMartin Schwenke2022-01-171-77/+36
* ctdb-common: Switch initial debug type to DEBUG_DEFAULT_STDERRMartin Schwenke2022-01-171-1/+1
* ctdb-common: Drop unused include of mkdir_p.hMartin Schwenke2021-06-251-2/+0
* ctdb: Fix a crash in run_proc_signal_handler()Volker Lendecke2021-05-181-3/+3
* lib: Make pidfile_path_create() return the existing PID on conflictVolker Lendecke2021-03-161-1/+1
* lib: Make accept_recv() return the listening socketVolker Lendecke2021-01-221-1/+1
* lib: Make accept_recv() return struct samba_sockaddrVolker Lendecke2021-01-221-1/+1
* ctdb-common: Avoid aliasing errors during code optimizationAmitay Isaacs2020-10-211-14/+17
* ctdb-common: Remove signed/unsigned comparisonsAmitay Isaacs2020-02-181-5/+5
* ctdb-common: Add api to add new section/commands to cmdlineAmitay Isaacs2019-11-142-0/+20
* ctdb-common: Change cmdline implementation to support multiple sectionsAmitay Isaacs2019-11-141-33/+101
* ctdb-common: Add section to group commands in cmdlineAmitay Isaacs2019-11-144-3/+22
* ctdb-common: Generate usage message from cmdline_parse()Amitay Isaacs2019-11-141-18/+16
* ctdb: Use TALLOC_FREE() in a few placesVolker Lendecke2019-11-081-6/+3
* ctdb/common/srvid.h: typo fixesBjörn Jacke2019-10-311-1/+1
* ctdb: Avoid malloc/memcpy/free in ctdb_ltdb_fetch()Volker Lendecke2019-10-241-31/+72
* ctdb-common: Mark VacuumLimit tunable as obsoleteMartin Schwenke2019-10-041-1/+1
* Spelling fixes s/advertisment/advertisement/Mathieu Parent2019-09-011-1/+1
* ctdb-common: Return value of ctdb_queue_length() should be unsignedMartin Schwenke2019-08-142-2/+2
* ctdb-common: Fix empty value handling in confAmitay Isaacs2019-07-261-0/+8
* ctdb-common: Mark ctdb_fatal() and ctdb_die() as _NORETURN_Martin Schwenke2019-07-051-2/+4
* ctdb-common: Fix signed/unsigned comparisons by declaring as unsignedMartin Schwenke2019-07-052-5/+5
* ctdb-common: Fix error handlingMartin Schwenke2019-07-051-4/+14
* ctdb-common: Fix signed/unsigned comparisons by castingMartin Schwenke2019-07-053-4/+7
* ctdb-common: Avoid unused value warningMartin Schwenke2019-06-051-1/+1
* ctdb-common: Avoid warning for potentially uninitialised pointersMartin Schwenke2019-06-051-2/+2
* ctdb-common: Use #ifdef to avoid TEST_RB_TREE not definedMartin Schwenke2019-06-051-2/+2
* ctdb-common: Fix signed/unsigned comparisons by castingMartin Schwenke2019-06-052-8/+8
* ctdb-common: Fix signed/unsigned comparisons by declaring as unsignedMartin Schwenke2019-06-053-8/+10