python:tests: Store keys as bytes rather than as lists of ints
[samba.git] / ctdb / common / system_socket.c
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
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
2020-10-21 Amitay Isaacsctdb-common: Avoid aliasing errors during code optimization
2019-09-01 Mathieu ParentSpelling fixes s/advertisment/advertisement/
2019-07-05 Martin Schwenkectdb-common: Fix error handling
2019-01-28 Andreas Schneiderctdb:common: Use C99 initializer for 'struct ifreq'
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-24 Martin Schwenkectdb-common: Fix aliasing issue in IPv6 checksum
2018-07-28 Amitay Isaacsctdb-common: Fix the TCP packet length check
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-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 parse_ip_mask() to system_socket...
2018-07-02 Martin Schwenkectdb-common: Rename system utility files