index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-19-stable
v4-19-test
v4-2-stable
v4-2-test
v4-20-stable
v4-20-test
v4-21-stable
v4-21-test
v4-22-stable
v4-22-test
v4-23-stable
v4-23-test
v4-24-stable
v4-24-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ctdb
/
protocol
/
protocol_util.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-07
ctdb-protocol: Add function ctdb_sock_addr_from_sockaddr()
Martin Schwenke
1
-0
/
+19
2024-04-24
ctdb: Report errors from getline()
Jo Sutton
1
-2
/
+10
2024-04-24
ctdb: Ensure ‘ret’ is always initialized
Jo Sutton
1
-1
/
+1
2024-04-16
ctdb: Use stdio's getline() in ctdb_connection_list_read()
Volker Lendecke
1
-11
/
+25
2024-03-06
ctdb-protocol: Add new event startipreallocate
Vinit Agnihotri
1
-0
/
+1
2023-12-15
ctdb: add ctdb_connection_same() helper
Stefan Metzmacher
1
-0
/
+18
2022-07-22
ctdb-protocol: Add separator argument to ctdb_connection_to_buf()
Martin Schwenke
1
-7
/
+13
2022-01-13
ctdb-protocol: Print IPv6 sockets with RFC5952 "[2001:db8::1]:80" notation
Martin Schwenke
1
-4
/
+25
2022-01-13
ctdb-protocol: Allow rfc5952 "[2001:db8::1]:80" ipv6 notation
Volker Lendecke
1
-0
/
+13
2022-01-13
ctdb-protocol: Save 50 bytes .text segment
Volker Lendecke
1
-1
/
+1
2022-01-13
ctdb-protocol: rindex->strrchr
Volker Lendecke
1
-4
/
+4
2020-08-03
lib: relicense smb_strtoul(l) under LGPLv3
Ralph Boehme
1
-0
/
+1
2019-07-05
ctdb-protocol: Avoid signed/unsigned comparison by casting
Martin Schwenke
1
-2
/
+2
2019-07-05
ctdb-protocol: Variable for return value of strlcpy() should be size_t
Martin Schwenke
1
-1
/
+1
2019-06-30
ctdb: Update all consumers of strtoul_err(), strtoull_err() to new API
Swen Schillig
1
-6
/
+4
2019-06-04
ctdb:protocol_util: remove 'const' from allocated strings
Stefan Metzmacher
1
-6
/
+7
2019-04-11
ctdb-protocol: Update error check for new string conversion wrapper
Swen Schillig
1
-2
/
+2
2019-03-15
ctdb: Initialize addr struct to zero before reparsing as IPV4
Zhu Shangzhong
1
-0
/
+3
2019-03-01
ctdb-protocol: Use wrapper for string to integer conversion
Swen Schillig
1
-5
/
+6
2018-07-28
ctdb-common: Add fd argument to ctdb_connection_list_read()
Amitay Isaacs
1
-2
/
+4
2018-07-28
ctdb-protocol: Avoid fgets in ctdb_connection_list_read
Amitay Isaacs
1
-37
/
+49
2018-07-27
ctdb-protocol: Add function ctdb_sock_addr_mask_from_string()
Martin Schwenke
1
-0
/
+41
2018-07-27
ctdb-protocol: Fix compilation issue with strncpy()
Martin Schwenke
1
-3
/
+1
2018-07-02
ctdb-common: Use sin6_len only if the structure supports it
Amitay Isaacs
1
-1
/
+1
2017-10-16
ctdb-protocol: Fix typo in type of return variable
Martin Schwenke
1
-1
/
+1
2017-09-19
ctdb-protocol: Add ctdb_connection_list utilities
Martin Schwenke
1
-0
/
+144
2017-09-19
ctdb-protocol: Add ctdb_connection utilities
Martin Schwenke
1
-0
/
+95
2017-09-19
ctdb-protocol: Factor out static function ctdb_sock_addr_cmp_family()
Martin Schwenke
1
-4
/
+15
2017-09-19
ctdb-protocol: Add ctdb_sock_addr_from_string()
Martin Schwenke
1
-0
/
+126
2017-09-19
ctdb-protocol: Optionally print port for address printing functions
Martin Schwenke
1
-3
/
+16
2017-09-19
ctdb-protocol: Add utility function ctdb_sock_addr_to_buf()
Martin Schwenke
1
-12
/
+34
2017-09-19
ctdb-protocol: Add ctdb_sock_addr_port() and sock_addr_set_port()
Martin Schwenke
1
-0
/
+28
2017-09-19
ctdb-build: Split protocol-util as a separate subsystem
Martin Schwenke
1
-3
/
+1
2016-12-16
ctdb-protocol: Add generalised socket address comparison
Martin Schwenke
1
-21
/
+47
2016-07-28
ctdb-protocol: Add function ctdb_sock_addr_same_ip
Amitay Isaacs
1
-4
/
+24
2016-05-10
ctdb-protocol: Add function to compare ctdb_sock_addr
Amitay Isaacs
1
-0
/
+33
2015-11-25
ctdb-protocol: Add utility function ctdb_sock_addr_to_string
Amitay Isaacs
1
-0
/
+28
2015-10-07
ctdb-protocol: Add ctdb protocol serialization routines
Amitay Isaacs
1
-0
/
+114