summaryrefslogtreecommitdiff
path: root/src/basic/socket-util.h
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: drop netinet/ether.h from socket-util.h and sd-netlink.hYu Watanabe2019-07-241-1/+1
* socket-util.h: include string.hChen Qi2019-05-171-0/+1
* socket-util: add wrappers for binding socket to ifindex/ifnameLennart Poettering2019-03-181-0/+3
* util: drop missing.h from socket-util.hYu Watanabe2018-12-061-5/+6
* basic/socket-util: use c-escaping to print unprintable socket pathsZbigniew Jędrzejewski-Szmek2018-11-301-1/+1
* tree-wide: introduce setsockopt_int() helper and make use of it everywhereLennart Poettering2018-10-181-0/+7
* socket-util: include trailing NUL byte in SOCKADDR_UN_LEN() count for fs socketsLennart Poettering2018-10-151-1/+1
* socket-util: add sockaddr_un_set_path() helperLennart Poettering2018-10-151-0/+2
* socket-util: add new sockaddr_un_unlink() helperLennart Poettering2018-10-151-1/+6
* socket-util: Introduce send_one_fd_iov() and receive_one_fd_iov()Filipe Brandenburger2018-08-021-1/+9
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-4/+0
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* socket-util: rename parse_socket_address_bind_ipv6_only_or_bool() to socket_a...Yu Watanabe2018-05-311-1/+1
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* socket-util: drop getnameinfo_pretty()Yu Watanabe2018-02-101-1/+0
* socket-util: explicitly ensure there's one trailing NUL byte on AF_UNIX socke...Lennart Poettering2018-01-051-1/+11
* socket-util: add new getpeergroups() callLennart Poettering2018-01-041-0/+1
* socket-util: introduce parse_socket_address_bind_ipv6_only_or_bool()Yu Watanabe2018-01-021-0/+1
* socket-util: add socket_address_type_{from,to}_string()Yu Watanabe2017-12-231-0/+3
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* dhcp-network: adjust sockaddr length for addresses longer than 8 bytes (#6527)bengal2017-08-081-0/+20
* socket-util: introduce address_label_validSusant Sahani2017-02-281-0/+1
* socket-util: drop _pure_ from a function with an output parameterZbigniew Jędrzejewski-Szmek2017-01-111-1/+1
* socket-util: add AF_VSOCK address familyStefan Hajnoczi2017-01-101-0/+2
* socket-util: introduce port argument in sockaddr_port()Stefan Hajnoczi2017-01-101-1/+1
* sd-device/networkd: unify code to get a socket for issuing netdev ioctls onLennart Poettering2016-10-061-0/+2
* core: add a concept of "dynamic" user ids, that are allocated as long as a se...Lennart Poettering2016-07-221-0/+2
* util-lib: add new ifname_valid() call that validates interface namesLennart Poettering2016-05-091-0/+2
* Merge pull request #3202 from poettering/socket-fixesMartin Pitt2016-05-081-0/+2
|\
| * core: rework how we flush incoming traffic when a socket unit goes downLennart Poettering2016-05-061-0/+2
* | tree-wide: introduce new SOCKADDR_UN_LEN() macro, and use it everywhereLennart Poettering2016-05-051-0/+11
|/
* networkd: FIONREAD is not reliable on some socketsLennart Poettering2016-02-161-0/+2
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* Merge pull request #2080 from chaloulo/split-mode-host-remove-port-from-journ...Daniel Mack2016-01-221-1/+1
|\
| * journal-remote: split-mode=host, remove port from journal filenameKlearchos Chaloulos2015-12-011-1/+1
* | systemd-activate: Add support for datagram socketsSusant Sahani2016-01-221-1/+1
* | journal: unbreak sd_journal_sendvZbigniew Jędrzejewski-Szmek2015-12-031-1/+5
|/
* basic: include only what we useThomas Hindoe Paaboel Andersen2015-11-301-0/+3
* tree-wide: sort includes in *.hThomas Hindoe Paaboel Andersen2015-11-181-2/+2
* socket-util: move CMSG_FOREACH() from macro.h to socket-util.hLennart Poettering2015-10-271-0/+3
* socket-util: move remaining socket-related calls from util.[ch] to socket-uti...Lennart Poettering2015-10-261-0/+12
* util-lib: move ether_addr_to_string() into ether-addr-util.cLennart Poettering2015-10-261-4/+0
* socket: Set SO_REUSEPORT before bind()Christos Trochalakis2015-07-011-0/+1
* build-sys: split internal basic/ library from shared/Kay Sievers2015-06-111-0/+120