summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* fuzz: switch fuzz-manager-serialize to MANAGER_TEST_RUN_MINIMALLuca Boccassi2023-07-081-1/+1
* test-proc-cmdline: run tests only with efiChristian Hesse2023-07-071-0/+2
* dissect: add new verbs to brief version of cmline in --helpLennart Poettering2023-07-071-2/+4
* Merge pull request #28287 from yuwata/network-null-addressYu Watanabe2023-07-072-105/+149
|\
| * network: make address_get() work for null addressYu Watanabe2023-07-072-13/+77
| * network: always copy input address for link_request_address()Yu Watanabe2023-07-071-52/+25
| * network: also use address_kernel_{hash,compare}_func() for managing address r...Yu Watanabe2023-07-071-28/+8
| * network: log broadcast address and address labelYu Watanabe2023-07-071-2/+8
| * network: ignore Broadcast= setting when the address is nullYu Watanabe2023-07-071-0/+4
| * network: split-out address_section_adjust_broadcast()Yu Watanabe2023-07-071-10/+27
* | typo: dont -> don'tLuca Boccassi2023-07-071-5/+5
|/
* fstab-generator: unify initrd-root-device.target dependency handling codeLily Foster2023-07-071-12/+6
* Merge pull request #28233 from mrc0mmand/append-to-corrupted-journalsYu Watanabe2023-07-072-0/+277
|\
| * test: append to corrupted journalsFrantisek Sumsal2023-07-062-0/+277
* | Merge pull request #28286 from yuwata/network-dhcp4-classless-static-routesYu Watanabe2023-07-071-4/+8
|\ \
| * | network/dhcp4: do not ignore the gateway even if the destination is in the sa...Yu Watanabe2023-07-061-4/+8
* | | network,ndisc: use ndisc_captive_portal_free() at one more placeYu Watanabe2023-07-071-1/+1
|/ /
* | Merge pull request #27584 from rphibel/add-restartquick-optionLuca Boccassi2023-07-0611-5/+36
|\ \
| * | service: fix for RestartMode=direct optionRichard Phibel2023-07-063-4/+4
| * | service: add new RestartMode optionRichard Phibel2023-07-068-1/+32
* | | Merge pull request #20425 from Blarse/passwdqc-prLuca Boccassi2023-07-0614-74/+263
|\ \ \
| * | | shared: add libpasswdqc supportEgor Ignatov2023-07-066-2/+177
| * | | shared: add password quality check abstraction layer to support both pwqualit...Egor Ignatov2023-07-0612-47/+54
| * | | homed: change user_record_quality_check_password to use quality_check_passwordDmitry V. Levin2023-07-061-19/+17
| * | | pwquality: add old password argument to quality_check_passwordDmitry V. Levin2023-07-064-6/+6
| * | | pwquality: do not log password suggestionsDmitry V. Levin2023-07-061-1/+1
| * | | pwquality: fix quality_check_password return valueDmitry V. Levin2023-07-063-8/+15
| * | | pwquality: fix use of ERRNO_IS_NOT_SUPPORTEDDmitry V. Levin2023-07-061-6/+8
| |/ /
* | | network,ndisc: use correct free function for captive portalYu Watanabe2023-07-061-1/+1
* | | Merge pull request #28242 from berrange/cond-sec-cvmLuca Boccassi2023-07-0611-0/+401
|\ \ \
| * | | udev: add 'conf-virt' constant for confidential virtualization techDaniel P. Berrangé2023-07-061-0/+3
| * | | core: set SYSTEMD_CONFIDENTIAL_VIRTUALIZATION env for generatorsDaniel P. Berrangé2023-07-061-0/+11
| * | | core: log detected confidential virtualization typeDaniel P. Berrangé2023-07-061-0/+5
| * | | dbus: add 'ConfidentialVirtualization' property to manager objectDaniel P. Berrangé2023-07-061-0/+23
| * | | unit: add "cvm" option for ConditionSecurityDaniel P. Berrangé2023-07-062-0/+12
| * | | detect-virt: add --list-cvm optionDaniel P. Berrangé2023-07-061-0/+8
| * | | detect-virt: add --cvm optionDaniel P. Berrangé2023-07-061-0/+18
| * | | add APIs for detecting confidential virtualizationDaniel P. Berrangé2023-07-064-0/+321
* | | | Merge pull request #28274 from DaanDeMeyer/dissect-rootLuca Boccassi2023-07-061-87/+131
|\ \ \ \ | |_|/ / |/| | |
| * | | dissect: Add --mtree-hash= optionDaan De Meyer2023-07-061-1/+11
| * | | dissect: Allow a few verbs to operate on directories as well as image filesDaan De Meyer2023-07-061-86/+120
* | | | treewide: fix "an" before consonant U soundsJoerg Behrmann2023-07-0610-11/+11
* | | | tpm2-util: remove unnecessary semicolonAntonio Alvarez Feijoo2023-07-061-1/+1
* | | | network/json: introduce PreferredLifetimeUSec and ValidLifetimeUSecYu Watanabe2023-07-061-2/+4
* | | | Merge pull request #28265 from yuwata/network-captive-portal-follow-upsLennart Poettering2023-07-069-136/+260
|\ \ \ \
| * | | | networkctl: urlify captive portal entryYu Watanabe2023-07-061-2/+9
| * | | | network/ndisc: downgrade log levelYu Watanabe2023-07-061-41/+41
| * | | | network: handle captive portal with multiple routersYu Watanabe2023-07-065-42/+144
| * | | | network: update commentYu Watanabe2023-07-061-2/+2
| * | | | network: introduce link_get_captive_portal()Yu Watanabe2023-07-064-51/+66