summaryrefslogtreecommitdiffstats
path: root/src/machine-id-setup (unfollow)
Commit message (Expand)AuthorFilesLines
2022-02-03boot: Fix some error messagesJan Janssen1-2/+2
2022-02-03hostnamed: drop "iteractive" parameter from GetHardwareSerial()Lennart Poettering2-10/+4
2022-02-03systemctl: use STR_IN_SET() where appropriateLennart Poettering1-1/+3
2022-02-03test-network: disable irrelevant or one-time pylint checksFrantisek Sumsal1-0/+5
2022-02-03test-network: use specific exceptions instead of the Exception classFrantisek Sumsal1-2/+2
2022-02-03test-network: avoid name clashing/redefinitionFrantisek Sumsal1-4/+4
2022-02-03test-network: disable 'no-member' warning for the Utilities classFrantisek Sumsal1-1/+2
2022-02-03test-network: use raw strings for regexes with backslashesFrantisek Sumsal1-4/+4
2022-02-03test-network: explicitly set check=False for subprocess.run()Frantisek Sumsal1-1/+1
2022-02-03test-network: convert certain multiline strings to commentsFrantisek Sumsal1-38/+32
2022-02-03test-network: drop unused variablesFrantisek Sumsal1-3/+3
2022-02-03test-network: drop unnecessary else statementsFrantisek Sumsal1-26/+26
2022-02-03test-network: drop unnecessary semicolonsFrantisek Sumsal1-4/+4
2022-02-03test-network: drop superfluous parensFrantisek Sumsal1-7/+7
2022-02-03resolved: maintain only a single list of "dont-resolve" domain namesLennart Poettering4-13/+21
2022-02-03man: explicitly mention that Requires propagates restartsLuca Boccassi1-2/+2
2022-02-03fix italian translations to display unit nameLeviticoh1-8/+8
2022-02-03boot: fix pretty nasty typoLennart Poettering1-1/+1
2022-02-03journal: when copying journal file to undo NOCOW flag, go via fdLennart Poettering1-1/+1
2022-02-03tests: pass FUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION to fuzzersEvgeny Vereshchagin1-2/+3
2022-02-03sd-boot: rename LOADER_STUB → LOADER_UNIFIED_LINUXLennart Poettering1-8/+8
2022-02-03tests: fuzz client_send_messageEvgeny Vereshchagin5-0/+63
2022-02-03test-network: add testcase for external tunnelYu Watanabe3-3/+19
2022-02-03network: tunnel: support external modeYu Watanabe5-22/+82
2022-02-03network: tunnel: reorder setting ip6tnl attributesYu Watanabe1-4/+4
2022-02-03network: tunnel: reduce indentation in config_parse_encap_limit()Yu Watanabe2-18/+20
2022-02-03network: tunnel: reduce indentation in config_parse_ipv6_flowlabel()Yu Watanabe2-18/+19
2022-02-03network: tunnel: use "data" field to assign resultYu Watanabe1-11/+2
2022-02-02udevadm: don't claim a sysattr was write only just because we get EPERM on readLennart Poettering1-2/+3
2022-02-02test: use rm_rf_physical_and_freep cleanup functionYu Watanabe2-67/+63
2022-02-02journal: Rename JournaldFile to ManagedJournalFileDaan De Meyer14-181/+180
2022-02-02network: update operational state when we remove an addressYu Watanabe1-0/+4
2022-02-02dhcp-identifier: always use a fixed machine-id while fuzzingEvgeny Vereshchagin1-7/+5
2022-02-02sd-device: drop device_new_from_synthetic_event() from libsystemdYu Watanabe3-26/+29
2022-02-02udevadm: trigger: drop unnecessary slashYu Watanabe1-1/+1
2022-02-02udevadm: make test and test-builtin command accept /dev path or device unitYu Watanabe3-27/+32
2022-02-02sd-device: make device_set_action() take sd_device_action_tYu Watanabe2-9/+18
2022-02-02sd-device: move device_read_uevent_file() to device-private.hYu Watanabe2-1/+2
2022-02-02udev: do not generate format dynamicallyYu Watanabe1-10/+10
2022-02-02test: allow to set NULL to intro or outroYu Watanabe22-43/+44
2022-02-02test: add a test for mkdir_p()Yu Watanabe2-0/+32
2022-02-02mkdir: allow to create directory whose path contains symlinkYu Watanabe1-1/+1
2022-02-02mkdir: CHASE_NONEXISTENT cannot used in chase_symlinks_and_stat()Yu Watanabe1-1/+1
2022-02-02core/mount: fail early if directory cannot be createdYu Watanabe1-1/+3
2022-02-02systemctl: strings returned by sd_bus_message_read_basic() are immutableLennart Poettering1-13/+12
2022-02-02journal-file: don't use pread() when determining where to append, use mmap as...Lennart Poettering3-5/+46
2022-02-02tests: rework test macros to not take code as parametersLennart Poettering22-146/+215
2022-02-02network: dhcp-server: make empty string to DNS= or friends clear previously s...Yu Watanabe2-11/+21
2022-02-02sd-dhcp-lease: store static routes and classless static routes in different a...Yu Watanabe5-120/+132
2022-02-01resolve: add missing OOM checkLennart Poettering1-1/+5