summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* conf-parse: fix pretty bad typoLennart Poettering2020-06-021-1/+1
* fs-util: add stat_warn_permissions() that operates on struct stat instead of fdLennart Poettering2020-06-022-9/+20
* Merge pull request #15996 from yuwata/network-dhcp6-route-metric-15295Lennart Poettering2020-06-028-99/+144
|\
| * network: drop an unused functionYu Watanabe2020-06-022-33/+0
| * network: move DHCPv6 related conf parsers to networkd-dhcp6.cYu Watanabe2020-06-025-79/+82
| * network: set both dhcp_route_metric and dhcp6_route_metric by DHCP.RouteMetri...Yu Watanabe2020-06-024-11/+82
| * network: add DHCPv6.RouteMetric=Yu Watanabe2020-06-024-2/+6
| * network: use uint32_t instead of unsigned for route priorityYu Watanabe2020-06-022-3/+3
* | basic/efivars: try re-reading efivars without delay firstZbigniew Jędrzejewski-Szmek2020-06-021-3/+5
* | fd-util: be more careful with fclose() errnosLennart Poettering2020-06-021-1/+4
|/
* Merge pull request #16030 from yuwata/network-read-mtime-of-dropin-configs-15521Zbigniew Jędrzejewski-Szmek2020-06-015-10/+33
|\
| * network: also read mtime of drop-in configsYu Watanabe2020-06-015-7/+31
| * network: do not propagte error on stat()Yu Watanabe2020-06-011-3/+2
* | Merge pull request #15991 from keszybz/uids-gids-only-decimalYu Watanabe2020-06-013-21/+31
|\ \ | |/ |/|
| * basic/user-util: always use base 10 for user/group numbersZbigniew Jędrzejewski-Szmek2020-05-312-1/+11
| * loginctl: define loop iterators in the loop headerZbigniew Jędrzejewski-Szmek2020-05-311-20/+20
* | udev: single binary replacing udevd and udevadmNorbert Lange2020-06-014-5/+11
* | network: fix double free in macsec_receive_channel_free()Yu Watanabe2020-06-011-1/+1
* | Merge pull request #16029 from yuwata/network-wireguard-without-peers-15786Zbigniew Jędrzejewski-Szmek2020-06-011-1/+4
|\ \
| * | network: wireguard: set ListenPort= when no peers are configuredYu Watanabe2020-06-011-1/+4
* | | Merge pull request #15982 from keszybz/shell-completion-and-helpYu Watanabe2020-06-011-1/+1
|\ \ \ | |/ / |/| |
| * | udevd: update snippet stringZbigniew Jędrzejewski-Szmek2020-05-301-1/+1
* | | Merge pull request #15884 from ssahani/dhcpv6-vendorYu Watanabe2020-06-0111-7/+119
|\ \ \ | |_|/ |/| |
| * | network: dhcp6 - fix memory leakSusant Sahani2020-05-291-0/+1
| * | network: Inroduce DHCP6- send vendor optionsSusant Sahani2020-05-295-4/+35
| * | sd-dhcp6: Introduce vendor specific informationSusant Sahani2020-05-296-3/+83
* | | core: reload cache if it's dirty when starting a UNIT_NOT_FOUND unitLuca Boccassi2020-05-303-10/+27
* | | Merge pull request #15935 from poettering/cache-more-efi-varsZbigniew Jędrzejewski-Szmek2020-05-309-63/+199
|\ \ \ | | |/ | |/|
| * | efi: add more logging for all EFI variable readsLennart Poettering2020-05-291-7/+10
| * | bootctl: add simple, low-level reboot-to-firmware verb for controlling the flagLennart Poettering2020-05-291-2/+39
| * | bootctl: show reboot-to-firmware info, tooLennart Poettering2020-05-291-0/+12
| * | efi: cache OsIndications tooLennart Poettering2020-05-291-8/+37
| * | efi: explicitly update mtime of EFI variables when changing themLennart Poettering2020-05-291-0/+8
| * | efi: as extra paranoia NUL terminate UTF-16 strings with three NUL bytesLennart Poettering2020-05-291-3/+5
| * | efi: cache OsIndicationsSupportedLennart Poettering2020-05-291-5/+16
| * | efi: avoid weirdly double }} by indenting differentlyLennart Poettering2020-05-291-13/+14
| * | efi: cache LoaderEntries EFI variableLennart Poettering2020-05-297-25/+58
* | | Merge pull request #15915 from poettering/journal-external-linkZbigniew Jędrzejewski-Szmek2020-05-306-14/+102
|\ \ \
| * | | logs: strndupa() cannot failLennart Poettering2020-05-291-3/+0
| * | | journal: show documentation hyperlink if known in log outputLennart Poettering2020-05-291-10/+93
| * | | pretty-print: export urlify_enabled()Lennart Poettering2020-05-292-1/+3
| * | | locale-util: add glyph for external linksLennart Poettering2020-05-293-0/+6
| | |/ | |/|
* | | sd-dhcp: clean-up of DHCP lease server codeLennart Poettering2020-05-3015-299/+171
* | | network: L2TP fix crashSusant Sahani2020-05-301-1/+1
* | | Merge pull request #15958 from layderv/masterDaan De Meyer2020-05-301-5/+25
|\ \ \
| * | | #15773 add --reboot-argument to systemctl rebootlaydervus2020-05-291-5/+25
* | | | stat-util: trivial empty_or_null() tweaksLennart Poettering2020-05-291-3/+7
* | | | Check ambient set against bounding set prior to applying ambient setsterlinghughes2020-05-291-0/+12
|/ / /
* | | Merge pull request #15954 from keszybz/unit-file-leakLennart Poettering2020-05-2910-83/+97
|\ \ \ | |_|/ |/| |
| * | manager: free the jobs hashmap after we have no jobsZbigniew Jędrzejewski-Szmek2020-05-283-4/+13