summaryrefslogtreecommitdiff
path: root/ctdb/common
AgeCommit message (Expand)AuthorFilesLines
2022-10-06ctdb: Fix a use-after-free in run_procVolker Lendecke1-2/+3
2022-09-20ctdb-common: Support IB in pcap-based captureMartin Schwenke1-0/+2
2022-09-20ctdb-common: Support "any" interface for pcap-based captureMartin Schwenke1-1/+49
2022-09-20ctdb-common: Add packet type detection to pcap-based captureMartin Schwenke1-18/+49
2022-09-20ctdb-common: Improve/add debugMartin Schwenke1-2/+6
2022-09-20ctdb-common: Use pcap_get_selectable_fd()Martin Schwenke1-1/+1
2022-09-20ctdb-common: Stop a pcap-related crash on errorMartin Schwenke1-2/+5
2022-09-20ctdb-common: Fix a warning in the pcap codeMartin Schwenke1-2/+2
2022-09-20ctdb-common: Do not use raw socket when ENABLE_PCAP is definedMartin Schwenke1-3/+3
2022-09-20ctdb-common: Move a misplaced commentMartin Schwenke1-7/+6
2022-09-12Fix spelling mistakes.Michael Tokarev1-1/+1
2022-08-01ctdb-common: CID 1507498: Control flow issues (DEADCODE)Martin Schwenke1-1/+1
2022-07-28ctdb-common: Add trivial FD monitoring abstractionMartin Schwenke2-0/+820
2022-07-22ctdb-common: Use POSIX if_nameindex() to check interface existenceMartin Schwenke1-17/+21
2022-06-16ctdb-common: Tell file logging not to redirect stderrMartin Schwenke1-0/+1
2022-05-14ctdb: Fix trailing whitespace in rb_tree.cPavel Filipenský1-34/+34
2022-04-06ctdb-common: Add function ctdb_tunable_load_file()Martin Schwenke2-0/+122
2022-01-17ctdb-common: Add support for reopening logsMartin Schwenke2-0/+82
2022-01-17ctdb-common: Separate sock_daemon's SIGHUP and SIGUSR1 handlingMartin Schwenke2-2/+74
2022-01-17ctdb-common: Use Samba's DEBUG_FILE loggingMartin Schwenke1-77/+36
2022-01-17ctdb-common: Switch initial debug type to DEBUG_DEFAULT_STDERRMartin Schwenke1-1/+1
2021-06-25ctdb-common: Drop unused include of mkdir_p.hMartin Schwenke1-2/+0
2021-05-18ctdb: Fix a crash in run_proc_signal_handler()Volker Lendecke1-3/+3
2021-03-16lib: Make pidfile_path_create() return the existing PID on conflictVolker Lendecke1-1/+1
2021-01-22lib: Make accept_recv() return the listening socketVolker Lendecke1-1/+1
2021-01-22lib: Make accept_recv() return struct samba_sockaddrVolker Lendecke1-1/+1
2020-10-21ctdb-common: Avoid aliasing errors during code optimizationAmitay Isaacs1-14/+17
2020-02-18ctdb-common: Remove signed/unsigned comparisonsAmitay Isaacs1-5/+5
2019-11-14ctdb-common: Add api to add new section/commands to cmdlineAmitay Isaacs2-0/+20
2019-11-14ctdb-common: Change cmdline implementation to support multiple sectionsAmitay Isaacs1-33/+101
2019-11-14ctdb-common: Add section to group commands in cmdlineAmitay Isaacs4-3/+22
2019-11-14ctdb-common: Generate usage message from cmdline_parse()Amitay Isaacs1-18/+16
2019-11-08ctdb: Use TALLOC_FREE() in a few placesVolker Lendecke1-6/+3
2019-10-31ctdb/common/srvid.h: typo fixesBjörn Jacke1-1/+1
2019-10-24ctdb: Avoid malloc/memcpy/free in ctdb_ltdb_fetch()Volker Lendecke1-31/+72
2019-10-04ctdb-common: Mark VacuumLimit tunable as obsoleteMartin Schwenke1-1/+1
2019-09-01Spelling fixes s/advertisment/advertisement/Mathieu Parent1-1/+1
2019-08-14ctdb-common: Return value of ctdb_queue_length() should be unsignedMartin Schwenke2-2/+2
2019-07-26ctdb-common: Fix empty value handling in confAmitay Isaacs1-0/+8
2019-07-05ctdb-common: Mark ctdb_fatal() and ctdb_die() as _NORETURN_Martin Schwenke1-2/+4
2019-07-05ctdb-common: Fix signed/unsigned comparisons by declaring as unsignedMartin Schwenke2-5/+5
2019-07-05ctdb-common: Fix error handlingMartin Schwenke1-4/+14
2019-07-05ctdb-common: Fix signed/unsigned comparisons by castingMartin Schwenke3-4/+7
2019-06-05ctdb-common: Avoid unused value warningMartin Schwenke1-1/+1
2019-06-05ctdb-common: Avoid warning for potentially uninitialised pointersMartin Schwenke1-2/+2
2019-06-05ctdb-common: Use #ifdef to avoid TEST_RB_TREE not definedMartin Schwenke1-2/+2
2019-06-05ctdb-common: Fix signed/unsigned comparisons by castingMartin Schwenke2-8/+8
2019-06-05ctdb-common: Fix signed/unsigned comparisons by declaring as unsignedMartin Schwenke3-8/+10
2019-05-24ctdb: Make TDB_SEQNUM work synchronously with ctdbVolker Lendecke1-19/+0
2019-05-23ctdb: Remove unused ctdb_ltdb_fetch_with_header()Volker Lendecke2-39/+0