summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* nspawn: expose a dir in the container where it can bind AF_UNIX sockets that ...Lennart Poettering2024-01-111-3/+117
* ssh-proxy: add ssh ProxyCommand tool that can connect to AF_UNIX + AF_VSOCK s...Lennart Poettering2024-01-113-0/+137
* ssh-generator: add simple new generatorLennart Poettering2024-01-112-0/+484
* iovec-util: add helper for a single NUL byte iovecLennart Poettering2024-01-111-0/+6
* install: optionally return discovered unit file path in unit_file_exists()Lennart Poettering2024-01-112-5/+32
* generator: teach generator_add_symlink_full() to optionally make alias symlin...Lennart Poettering2024-01-111-8/+17
* generator: optionally return resulting unit file path in generator_open_unit_...Lennart Poettering2024-01-113-5/+28
* analyze: clarify that `security --offline=true` requires an argumentAntonio Alvarez Feijoo2024-01-111-0/+5
* sd-dhcp-client-id: introduce json_dispatch_client_id()Yu Watanabe2024-01-112-0/+20
* json: introduce json_dispatch_byte_array_iovec() and json_dispatch_in_addr()Yu Watanabe2024-01-112-0/+58
* sd-dhcp-client-id/duid: do not trigger assertion when invalid size is passedYu Watanabe2024-01-112-6/+15
* boot/efi: use Header field of hd directly instead of casting to EFI_DEVICE_PATHRose2024-01-111-1/+1
* tree-wide: replace string functions with fundamental functionsRose2024-01-117-38/+30
* Merge pull request #30717 from yuwata/network-ref-unrefLuca Boccassi2024-01-1016-147/+274
|\
| * network/nexthop: introduce ref/unref functions for NextHop objectYu Watanabe2024-01-033-28/+57
| * network/neighbor: introduce ref/unref function for Neighbor objectYu Watanabe2024-01-033-53/+102
| * network/address: introduce ref/unref functions for Address objectYu Watanabe2024-01-0310-64/+109
| * conf-parser: expose config_section_{hash,compare}_func()Yu Watanabe2024-01-032-2/+6
* | Merge pull request #30716 from yuwata/network-cancel-requestLuca Boccassi2024-01-105-29/+59
|\ \
| * | network/nexthop: also remove nexthop on cancelling requestYu Watanabe2024-01-053-9/+12
| * | network/neighbor: also remove neighbor on cancelling requestYu Watanabe2024-01-053-14/+17
| * | network/address: also remove address on cancelling requestYu Watanabe2024-01-051-6/+30
* | | logind: Mark LidClosed property as "emits change"Carlos Garnacho2024-01-102-1/+5
* | | Merge pull request #30720 from yuwata/dhcp-server-address-verificationLuca Boccassi2024-01-103-27/+36
|\ \ \
| * | | sd-dhcp-server: do not forget previously assigned addresses on pool changeYu Watanabe2024-01-031-7/+0
| * | | sd-dhcp-server: check address conflict more carefullyYu Watanabe2024-01-032-18/+21
| * | | sd-dhcp-server: verify address of static lease before useYu Watanabe2024-01-031-2/+15
| | |/ | |/|
* | | Merge pull request #30764 from yuwata/network-queue-fix-assertionLuca Boccassi2024-01-102-32/+35
|\ \ \
| * | | network/queue: stop processing requests when a new request is queuedYu Watanabe2024-01-042-2/+15
| * | | network/queue: do not check if a request is ready multiple times in a single ...Yu Watanabe2024-01-041-35/+25
* | | | Merge pull request #30811 from yuwata/network-route-metricLuca Boccassi2024-01-108-319/+335
|\ \ \ \
| * | | | network/route-metric: invalidate [Route] section if an invalid string is spec...Yu Watanabe2024-01-072-7/+9
| * | | | network/route-metric: use DEFINE_CONFIG_PARSE_ROUTE_METRIC() macro moreYu Watanabe2024-01-071-97/+20
| * | | | network/route-metric: introduce DEFINE_CONFIG_PARSE_ROUTE_METRIC() macroYu Watanabe2024-01-071-93/+61
| * | | | network/route-metric: manage uint32_t RTAX_XYZ attributes in the same wayYu Watanabe2024-01-076-125/+169
| * | | | network/route-metric: introduce RouteMetricYu Watanabe2024-01-077-144/+223
* | | | | Merge pull request #30809 from yuwata/resolve-fix-EDE-handlingLuca Boccassi2024-01-1017-207/+717
|\ \ \ \ \
| * | | | | test-resolved-dummy-server: several modernizationYu Watanabe2024-01-101-56/+78
| * | | | | test: introduce a dummy DNS test serverFrantisek Sumsal2024-01-102-0/+442
| * | | | | resolve: export sendmsg_loop()Frantisek Sumsal2024-01-102-1/+2
| * | | | | resolve: notify DNSSEC failure, EDE code, and EDE messageYu Watanabe2024-01-103-13/+46
| * | | | | resolve: make manager_monitor_send() take DnsQuery*Yu Watanabe2024-01-103-21/+11
| * | | | | resolve: also read EDE code and message from cached packetYu Watanabe2024-01-101-1/+5
| * | | | | resolve: introduce DNSSEC_UPSTREAM_FAILUREYu Watanabe2024-01-106-10/+50
| * | | | | resolvectl: use JSON_ALLOW_EXTENSIONSYu Watanabe2024-01-101-7/+6
| * | | | | resolve: several follow-ups for 9ca133e97a0c8795b1f293ccea4965b4ad1accc4.Yu Watanabe2024-01-103-16/+10
| * | | | | resolve: drop DNS_TRANSACTION_UPSTREAM_DNSSEC_FAILUREYu Watanabe2024-01-103-22/+1
| * | | | | resolve: several follow-ups for ac6844460ca1c01eaf2cb209ffa21c200d21a8f8Yu Watanabe2024-01-101-21/+19
| * | | | | resolve: cleanup dns_packet_ede_rcode()Yu Watanabe2024-01-103-30/+31
| * | | | | resolve: update rcode table and align enum definitionsYu Watanabe2024-01-102-69/+76