summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* sysctl: drop /proc/sys/ in prefixYu Watanabe2022-08-171-16/+4
* sysctl: use ordered_hashmap_ensure_put()Yu Watanabe2022-08-171-4/+1
* run: simplificationZbigniew Jędrzejewski-Szmek2022-08-171-5/+1
* manager: allow assignment of properties on target/swap/device unitsZbigniew Jędrzejewski-Szmek2022-08-172-9/+6
* Merge pull request #24301 from yuwata/network-tuntapLuca Boccassi2022-08-1713-93/+290
|\
| * network/tuntap: save tun or tap file descriptor in fd storeYu Watanabe2022-08-167-15/+152
| * network/tuntap: introduce KeepCarrier= settingYu Watanabe2022-08-163-0/+20
| * network/tuntap: code cleanupsYu Watanabe2022-08-161-62/+39
| * login: use helper functions for fd storeYu Watanabe2022-08-162-28/+8
| * daemon-util: introduce several helper functions for fd storeYu Watanabe2022-08-163-0/+83
* | sysusers: add fsync for passwd (#24324)Avram Lubkin2022-08-161-1/+1
|/
* tpm-util: use trial session where appropriateLennart Poettering2022-08-161-5/+24
* Merge pull request #24294 from rphibel/add-support-for-list-of-definitions-di...Yu Watanabe2022-08-162-9/+70
|\
| * repart: add support for list of definitions directoriesRichard Phibel2022-08-122-9/+70
* | shutdown: trivial modernizationsLennart Poettering2022-08-161-22/+21
* | cryptenroll: drop unnecessary {}Lennart Poettering2022-08-161-2/+1
* | creds-tool: don't declare variable in switch bodyLennart Poettering2022-08-161-2/+4
* | Merge pull request #24299 from yuwata/dhcp6-no-bindingYu Watanabe2022-08-165-7/+42
|\ \
| * | dhcp6: do not append ORO option when no option requestedYu Watanabe2022-08-131-0/+3
| * | dhcp6: gracefully handle NoBinding errorYu Watanabe2022-08-125-7/+39
* | | tpm2: typo fix selecion → selectionLennart Poettering2022-08-161-4/+4
* | | Merge pull request #24263 from pothos/sysext-for-static-binariesLennart Poettering2022-08-151-2/+20
|\ \ \
| * | | sysext: introduce ARCHITECTURE field to match host architectureKai Lueke2022-08-151-1/+12
| * | | sysext: support distribution-independent extensions using ID=_anyKai Lueke2022-08-151-1/+8
* | | | tpm2-util: reduce unnecessary indentationLennart Poettering2022-08-151-16/+4
* | | | udev/cdrom_id: check last track infoYu Watanabe2022-08-151-1/+1
* | | | firstboot: fix can't overwrite timezonebin4567892022-08-151-4/+6
* | | | network/bridge: fix UseBPDU= and AllowPortToBeRoot=Yu Watanabe2022-08-131-2/+2
| |/ / |/| |
* | | Merge pull request #24138 from Keksgesicht/rfe/cryptenroll-keyfileYu Watanabe2022-08-121-0/+43
|\ \ \
| * | | cryptenroll: adding the option to use a keyfile to unlock the deviceJan B2022-08-101-0/+43
* | | | network: replace usage of sd_bus_call_method_async() to bus_call_method_async...williamsumendap2022-08-124-8/+12
* | | | Merge pull request #24285 from yuwata/sd-device-new-from-pathYu Watanabe2022-08-123-13/+76
|\ \ \ \
| * | | | udev: use sd_device_new_from_path() and _new_child()Yu Watanabe2022-08-121-5/+9
| * | | | test: add more tests for sd_device_new_from_path()Yu Watanabe2022-08-121-0/+49
| * | | | sd-device: allow to create sd-device object through a symlink outside of /sysYu Watanabe2022-08-121-8/+18
* | | | | Merge pull request #24289 from yuwata/sd-device-monitor-set-descriptionYu Watanabe2022-08-125-58/+100
|\ \ \ \ \
| * | | | | udev: set description for device monitorYu Watanabe2022-08-121-0/+4
| * | | | | test: use sd_device_monitor_set_description()Yu Watanabe2022-08-121-14/+14
| * | | | | sd-device-monitor: logs description for device monitorYu Watanabe2022-08-121-43/+52
| * | | | | sd-device-monitor: introduce sd_device_monitor_{set,get}_description()Yu Watanabe2022-08-123-1/+30
| |/ / / /
* | | | | tpm2-util: rename tpmKey → primaryLennart Poettering2022-08-121-4/+4
* | | | | tpm2-util: lower indentation level a tiny bitLennart Poettering2022-08-121-19/+15
* | | | | cryptenroll: fix memory leakLennart Poettering2022-08-121-0/+1
| |_|_|/ |/| | |
* | | | Merge pull request #24273 from lnussel/refactor_sysuser_credsLennart Poettering2022-08-124-37/+44
|\ \ \ \ | |/ / / |/| | |
| * | | creds: refactor reading user passwordLudwig Nussel2022-08-114-37/+44
* | | | Merge pull request #24286 from yuwata/test-sd-device-monitorYu Watanabe2022-08-121-10/+28
|\ \ \ \
| * | | | test: do not fill up receiver bufferYu Watanabe2022-08-111-10/+16
| * | | | test: add fake action and seqnumYu Watanabe2022-08-111-0/+12
* | | | | sd-device-enumerator: drop noisy log messagesYu Watanabe2022-08-121-4/+0
* | | | | Merge pull request #24288 from yuwata/sd-device-monitor-fixletsYu Watanabe2022-08-121-3/+3
|\ \ \ \ \