summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* test: verify that the getty generator with creds worksLennart Poettering2023-07-042-0/+4
* getty-generator: minor modernizationsLennart Poettering2023-07-041-5/+3
* getty-generator: allow configuring additional gettys via credentialsLennart Poettering2023-07-043-1/+82
* test: add simple fstab credential testLennart Poettering2023-07-042-0/+5
* fstab-generator: add more parameter name commentsLennart Poettering2023-07-041-3/+3
* fstab-generator: optional read addtional fstab lines from credentialsLennart Poettering2023-07-043-0/+63
* test: add test for initrd credentialsLennart Poettering2023-07-043-1/+66
* import-creds: unify acquire_credential_directory() + acquire_encrypted_creden...Lennart Poettering2023-07-041-43/+27
* execute: split out mounting of credentials fsLennart Poettering2023-07-043-42/+81
* import-creds: show list of imported credentials during initialization of PID 1Lennart Poettering2023-07-041-0/+58
* core: consult credentials for machine ID to use for hostLennart Poettering2023-07-044-5/+49
* import-creds: pick up vmm.notify_socket also from encrypted credentialsLennart Poettering2023-07-041-12/+19
* creds-util: add new helper read_credential_with_decryption()Lennart Poettering2023-07-042-1/+76
* import-creds: define a new dir where initrd configurators can pass credential...Lennart Poettering2023-07-042-12/+148
* execute: fix credential dir handling for fs which support ACLsLennart Poettering2023-07-045-3/+242
* man: make sure credentials properly show up in directives indexLennart Poettering2023-07-0410-24/+33
* journal-remote: upload journals from namespaceIgor Tsiglyar2023-07-042-1/+37
* hwdb : add support for Archos 101 Cesium Educ to 60-sensor.hwdbThomas Genty2023-07-041-0/+4
* NEWS/--help: correct/be clearer on bootclt -R vs. -RRLennart Poettering2023-07-042-4/+9
* hibernate-resume-generator: downgrade 'noresume' log messageLennart Poettering2023-07-041-2/+2
* systemctl: implement a new "whoami" verb, that just returns unit of caller/PIDLennart Poettering2023-07-046-1/+104
* test: wait for the interface to become routable after reconfiguringFrantisek Sumsal2023-07-041-0/+1
* Merge pull request #28245 from rpigott/dhcp6-relax-assertYu Watanabe2023-07-042-1/+39
|\
| * test-network: add test for an invalid captive portal uriRonan Pigott2023-07-031-0/+38
| * dhcp6: relax data assert in dhcp6_option_parse_stringRonan Pigott2023-07-031-1/+1
* | Merge pull request #28215 from poettering/start-as-restartMike Yuan2023-07-0312-49/+125
|\ \ | |/ |/|
| * core/service: show correct restart usec for services in SERVICE_AUTO_RESTART_...Mike Yuan2023-07-031-6/+4
| * test: add test case for recent OnSuccess=/OnFailure= state machine changesLennart Poettering2023-07-034-0/+64
| * core: introduce a new job mode JOB_RESTART_DEPENDENCIESLennart Poettering2023-07-038-37/+53
| * service: re-linebreak some comments matching current coding styleLennart Poettering2023-07-031-12/+10
* | Merge pull request #28232 from rpigott/ndisc-captive-portal-mfreeYu Watanabe2023-07-031-2/+2
|\ \
| * | ndisc: reject malformed captive portal URI with EBADMSGRonan Pigott2023-07-031-1/+1
| * | ndisc: clear ndisc captive portal value on bogus zero-len optionRonan Pigott2023-07-031-1/+1
* | | loginctl,machinectl: use same ansi formatting in --help texts as in systemctlLennart Poettering2023-07-032-20/+22
* | | units: skip systemd-battery-check in environments where it doesn't make senseLennart Poettering2023-07-031-1/+3
| |/ |/|
* | Merge pull request #28230 from yuwata/network-wait-address-configureLuca Boccassi2023-07-034-6/+38
|\ \
| * | test-network: add test for static route with preferred sourceYu Watanabe2023-07-032-0/+27
| * | test-network: check route more strictlyYu Watanabe2023-07-031-3/+1
| * | network: delay to configure address until it is removed on reconfigureYu Watanabe2023-07-032-0/+7
| * | network: constify several functionsYu Watanabe2023-07-031-3/+3
| |/
* / update TODOLennart Poettering2023-07-031-0/+2
|/
* Merge pull request #28132 from rpigott/dhcp-captive-portalYu Watanabe2023-07-0326-2/+361
|\
| * test-network: add tests for captive portal dhcp optionsRonan Pigott2023-07-021-0/+39
| * networkctl: show captive portal configuration in link statusRonan Pigott2023-07-021-1/+5
| * networkd: include captive portal information in link json descriptionRonan Pigott2023-07-021-0/+45
| * network: Introduce UseCaptivePortal IPv6RA optionRonan Pigott2023-07-023-0/+19
| * network: Introduce UseCaptivePortal DHCPv6 optionRonan Pigott2023-07-026-1/+31
| * network: Introduce UseCaptivePortal DHCPv4 optionRonan Pigott2023-07-028-1/+36
| * ndisc: parse RFC8910 captive portal ipv6ra optionRonan Pigott2023-07-027-0/+89
| * dhcp6-client: parse RFC8910 captive portal dhcp6 optionRonan Pigott2023-06-305-0/+59