s3:rpc_client: implement bind time feature negotiation
[metze/samba-autobuild/.git] / ctdb / protocol / protocol_util.c
2024-04-16 Volker Lendeckectdb: Use stdio's getline() in ctdb_connection_list_read()
2024-03-06 Vinit Agnihotrictdb-protocol: Add new event startipreallocate
2023-12-15 Stefan Metzmacherctdb: add ctdb_connection_same() helper
2022-07-22 Martin Schwenkectdb-protocol: Add separator argument to ctdb_connectio...
2022-01-13 Martin Schwenkectdb-protocol: Print IPv6 sockets with RFC5952 "[2001...
2022-01-13 Volker Lendeckectdb-protocol: Allow rfc5952 "[2001:db8::1]:80" ipv6...
2022-01-13 Volker Lendeckectdb-protocol: Save 50 bytes .text segment
2022-01-13 Volker Lendeckectdb-protocol: rindex->strrchr
2020-08-03 Ralph Boehmelib: relicense smb_strtoul(l) under LGPLv3
2019-07-05 Martin Schwenkectdb-protocol: Avoid signed/unsigned comparison by...
2019-07-05 Martin Schwenkectdb-protocol: Variable for return value of strlcpy...
2019-06-30 Swen Schilligctdb: Update all consumers of strtoul_err(), strtoull_e...
2019-06-04 Stefan Metzmacherctdb:protocol_util: remove 'const' from allocated strings
2019-04-11 Swen Schilligctdb-protocol: Update error check for new string conver...
2019-03-15 Zhu Shangzhongctdb: Initialize addr struct to zero before reparsing...
2019-03-01 Swen Schilligctdb-protocol: Use wrapper for string to integer conversion
2018-07-28 Amitay Isaacsctdb-common: Add fd argument to ctdb_connection_list_read()
2018-07-28 Amitay Isaacsctdb-protocol: Avoid fgets in ctdb_connection_list_read
2018-07-27 Martin Schwenkectdb-protocol: Add function ctdb_sock_addr_mask_from_st...
2018-07-27 Martin Schwenkectdb-protocol: Fix compilation issue with strncpy()
2018-07-02 Amitay Isaacsctdb-common: Use sin6_len only if the structure supports it
2017-10-16 Martin Schwenkectdb-protocol: Fix typo in type of return variable
2017-09-19 Martin Schwenkectdb-protocol: Add ctdb_connection_list utilities
2017-09-19 Martin Schwenkectdb-protocol: Add ctdb_connection utilities
2017-09-19 Martin Schwenkectdb-protocol: Factor out static function ctdb_sock_add...
2017-09-19 Martin Schwenkectdb-protocol: Add ctdb_sock_addr_from_string()
2017-09-19 Martin Schwenkectdb-protocol: Optionally print port for address printi...
2017-09-19 Martin Schwenkectdb-protocol: Add utility function ctdb_sock_addr_to_buf()
2017-09-19 Martin Schwenkectdb-protocol: Add ctdb_sock_addr_port() and sock_addr_...
2017-09-19 Martin Schwenkectdb-build: Split protocol-util as a separate subsystem
2016-12-16 Martin Schwenkectdb-protocol: Add generalised socket address comparison
2016-07-28 Amitay Isaacsctdb-protocol: Add function ctdb_sock_addr_same_ip
2016-05-10 Amitay Isaacsctdb-protocol: Add function to compare ctdb_sock_addr
2015-11-25 Amitay Isaacsctdb-protocol: Add utility function ctdb_sock_addr_to_s...
2015-10-07 Amitay Isaacsctdb-protocol: Add ctdb protocol serialization routines