summaryrefslogtreecommitdiffstats
path: root/src/shared/socket-util.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: there is no ENOTSUP on linuxDavid Herrmann2015-03-131-1/+1
* socket-util: refactor error handling in sockaddr_prettyZbigniew Jędrzejewski-Szmek2015-03-111-22/+22
* add REMOTE_ADDR and REMOTE_PORT for Accept=yesShawn Landden2015-03-101-21/+55
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-6/+1
* shared: handle unnamed sockets in socket_address_equal()Michal Schmidt2015-02-201-0/+4
* shared: avoid semi-duplicating socket_address_equal()Michal Schmidt2015-02-201-17/+1
* shared: use SocketAddress in socket_address_matches_fd()Michal Schmidt2015-02-201-18/+18
* core, shared: in deserializing, match same files reached via different pathsMichal Schmidt2015-02-201-6/+4
* treewide: another round of simplificationsMichal Schmidt2014-11-281-4/+2
* treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt2014-11-281-1/+1
* treewide: yet more log_*_errno + return simplificationsMichal Schmidt2014-11-281-4/+2
* treewide: more log_*_errno() conversionsMichal Schmidt2014-11-281-1/+1
* treewide: no need to negate errno for log_*_errno()Michal Schmidt2014-11-281-1/+1
* treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt2014-11-281-1/+1
* socket-util: use IP address when hostname is not foundZbigniew Jędrzejewski-Szmek2014-10-231-10/+10
* util: never use ether_ntoa(), since it formats with %x, not %02x, which makes...Lennart Poettering2014-08-151-0/+19
* resolved: skip IPv6 LLMNR if IPv6 is not availableLennart Poettering2014-08-131-2/+2
* timesyncd: move the generic sockaddr_equal() call to socket-util.hLennart Poettering2014-08-121-0/+16
* shared/socket-util: add function to query remote addressZbigniew Jędrzejewski-Szmek2014-07-161-4/+46
* shared: split out in_addr related calls from socket-util.[ch] into its privat...Lennart Poettering2014-07-101-187/+0
* fix in_addr_prefix_intersect for 32bitsMarc-Antoine Perennou2014-06-221-1/+1
* networkd: add a number of calls to manipulate in_addr_union structsLennart Poettering2014-06-181-0/+187
* socket: optionally remove sockets/FIFOs in the file system after useLennart Poettering2014-06-041-0/+15
* Remove unnecessary casts in printfsZbigniew Jędrzejewski-Szmek2014-05-151-1/+1
* make gcc shut upLennart Poettering2014-02-191-1/+1
* shared: fix getpeername_pretty() for AF_UNIX socketsLennart Poettering2013-12-251-1/+1
* unit: include peer identity in description of per-connection socket-activated...Lennart Poettering2013-12-251-6/+2
* util: unify SO_PEERCRED/SO_PEERSEC invocationsLennart Poettering2013-12-241-3/+4
* socket: rework things to have only one sockaddr formatterLennart Poettering2013-11-071-150/+127
* socket-proxyd: rework to support multiple sockets and splice()-based zero-cop...Lennart Poettering2013-11-061-0/+83
* active: rework make_socket_fd() to be based on socket_address_listen()Lennart Poettering2013-11-061-39/+0
* ModernizationZbigniew Jędrzejewski-Szmek2013-10-131-7/+10
* core: rework how we match mount units against each otherLennart Poettering2013-09-261-4/+4
* move _cleanup_ attribute in front of the typeHarald Hoyer2013-04-181-2/+2
* errno is positiveZbigniew Jędrzejewski-Szmek2013-04-121-1/+1
* Always use errno > 0 to help gccZbigniew Jędrzejewski-Szmek2013-03-291-1/+1
* systemd-activate: add a socket-activation test toolZbigniew Jędrzejewski-Szmek2013-02-281-0/+39
* honor SELinux labels, when creating and writing config filesHarald Hoyer2013-02-141-0/+1
* use strneq instead of strncmpThomas Hindoe Paaboel Andersen2013-02-131-1/+1
* socket: support socket activation of containersLennart Poettering2012-12-221-0/+49
* socket-util: added check of return valueMichal Sekletar2012-12-171-0/+2
* shared/socket-util: kill gcc warning about uninitialized variableZbigniew Jędrzejewski-Szmek2012-11-131-2/+1
* shared, core: do not always accept numbers in string lookupsMichal Schmidt2012-10-301-16/+10
* man: document behaviour of ListenStream= with only a port number in regards t...Lennart Poettering2012-10-031-1/+2
* util: split-out path-util.[ch]Kay Sievers2012-05-081-0/+1
* relicense to LGPLv2.1 (with exceptions)Lennart Poettering2012-04-121-4/+4
* split selinux label operations out of cgroup-util, socket-utilKay Sievers2012-04-111-104/+0
* rename basic.la to shared.la and put selinux deps in shared-selinx.laKay Sievers2012-04-101-0/+1
* util: move all to shared/ and split external dependencies in separate interna...Kay Sievers2012-04-101-0/+652