summaryrefslogtreecommitdiff
path: root/src/nspawn/nspawn-expose-ports.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: use -EBADF for fd initializationZbigniew Jędrzejewski-Szmek2022-12-191-1/+1
* basic: rename util.h to logarithm.hZbigniew Jędrzejewski-Szmek2022-11-081-1/+0
* basic/in-addr-util: add IN_ADDR_TO_STRINGZbigniew Jędrzejewski-Szmek2022-06-061-6/+1
* list: declare iterator of LIST_FOREACH() in the loopYu Watanabe2022-03-191-8/+5
* tree-wide: use AF_NETLINK instead of PF_NETLINKYu Watanabe2021-10-181-1/+1
* tree-wide: use in_addr_is_set() or friendsYu Watanabe2021-02-181-2/+2
* nspawn: expose container ipv6 address tooFlorian Westphal2021-01-191-7/+8
* firewall-util: introduce context structureFlorian Westphal2020-12-161-5/+7
* nspawn: pass userdata pointer, not inet_addr unionFlorian Westphal2020-12-161-3/+3
* fw_add_local_dnat: remove unused function argumentsFlorian Westphal2020-12-031-6/+0
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* nspawn: some minor modernizationsLennart Poettering2020-04-231-7/+11
* nspawn-expose-ports: fix a typo in error messageBen Boeckel2019-04-261-1/+1
* sd-netlink: make sd_netlink_slot take its descriptionYu Watanabe2018-10-161-2/+2
* sd-netlink: introduce sd_netlink_slotYu Watanabe2018-10-151-2/+2
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-3/+0
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* tree-wide: use TAKE_PTR() and TAKE_FD() macrosYu Watanabe2018-04-051-2/+1
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* core: introduce parse_ip_port (#4825)Susant Sahani2016-12-061-5/+5
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering2015-11-271-1/+1
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering2015-10-271-0/+1
* socket-util: move remaining socket-related calls from util.[ch] to socket-uti...Lennart Poettering2015-10-261-0/+1
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-1/+2
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-3/+3
* tree-wide: port more code to use send_one_fd() and receive_one_fd()Lennart Poettering2015-09-291-2/+2
* util: introduce {send,receive}_one_fd()David Herrmann2015-09-221-41/+7
* nspawn: remove nspawn.h, it's empty nowLennart Poettering2015-09-071-1/+0
* nspawn: split all port exposure code into nspawn-expose-port.[ch]Lennart Poettering2015-09-071-0/+278