summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* networkctl: fix use of uninitialized valueYu Watanabe2019-06-131-1/+1
* Merge pull request #12777 from yuwata/libudev-enumerate-issue-12776Yu Watanabe2019-06-137-284/+314
|\
| * libudev: hide definition of struct udev_deviceYu Watanabe2019-06-123-32/+41
| * libudev: rescan devices when filter is updatedYu Watanabe2019-06-121-9/+73
| * libudev: re-implement libudev-list with LIST and hashmapYu Watanabe2019-06-121-193/+105
| * libudev: hide definition of struct udev_list from other libudev componentsYu Watanabe2019-06-127-70/+116
| * libudev: drop unused variableYu Watanabe2019-06-121-1/+0
* | journal: also disable memory tricks when hashing under msanZbigniew Jędrzejewski-Szmek2019-06-121-3/+3
* | test-bus-marshall: add a hopefully helpful commentZbigniew Jędrzejewski-Szmek2019-06-121-0/+1
* | system-update-generator: do not emit bogus warning if no /system-update symlinkZbigniew Jędrzejewski-Szmek2019-06-121-1/+2
* | Merge pull request #12424 from poettering/logind-brightnessZbigniew Jędrzejewski-Szmek2019-06-1230-199/+692
|\ \
| * | logind: split out dbus header files into their ownLennart Poettering2019-05-2421-64/+124
| * | logind: convert ENXIO into 0, to signal 'not found' cleanlyLennart Poettering2019-05-241-1/+6
| * | logind: support self/auto seats for AttachDevice(), tooLennart Poettering2019-05-241-2/+11
| * | logind: validate /sys fs path a bit more strictlyLennart Poettering2019-05-241-0/+2
| * | logind: prefer hashmap_contains() over hashmap_get()Lennart Poettering2019-05-241-6/+4
| * | loginctl: drop $XDG_SESSION_ID env var magicLennart Poettering2019-05-241-24/+7
| * | logind: make "self" and "auto" magic strings when operating on seats + sessionsLennart Poettering2019-05-245-87/+179
| * | logind: make a constant array staticLennart Poettering2019-05-241-1/+1
| * | logind: consider "greeter" sessions suitable as "display" sessions of a userLennart Poettering2019-05-241-1/+1
| * | logind: add SetBrightness() bus call for setting brightness of leds/backlight...Lennart Poettering2019-05-2411-14/+355
| * | logind: small simplificationLennart Poettering2019-05-241-2/+1
| * | udev: tag "leds" and "backlight" devices for association to a seatLennart Poettering2019-05-241-0/+4
* | | service: Fix typo in warning messagePhilip Withnall2019-06-121-1/+1
* | | pam_systemd: Fix some option names in error messagesPhilip Withnall2019-06-121-2/+2
| |/ |/|
* | Merge pull request #12774 from yuwata/network-ignore-ipv6-settings-when-sysct...Yu Watanabe2019-06-126-18/+38
|\ \
| * | network: ignore requested ipv6 fdb entry when ipv6 is disabled by sysctlYu Watanabe2019-06-121-1/+6
| * | network: ignore requested ipv6 routing policy rule when ipv6 is disabled by s...Yu Watanabe2019-06-122-3/+8
| * | network: ignore requested ipv6 route when ipv6 is disabled by sysctlYu Watanabe2019-06-123-9/+14
| * | network: ignore requested ipv6 addresses when ipv6 is disabled by sysctlYu Watanabe2019-06-123-5/+10
* | | resolved: Fix incorrect use of OpenSSL BUF_MEMTomas Mraz2019-06-121-1/+4
|/ /
* | Merge pull request #12685 from yuwata/network-dhcp-assign-adn-remove-12676Zbigniew Jędrzejewski-Szmek2019-06-113-47/+153
|\ \
| * | network: assign new DHCP address before removing old lease addressYu Watanabe2019-06-073-24/+126
| * | network: ignore callback calls when link is in failed stateYu Watanabe2019-06-071-2/+11
| * | network: drop unnecessary link_enter_failed() callsYu Watanabe2019-06-071-10/+4
| * | network: check earlier the existence of lifetime in leaseYu Watanabe2019-06-071-6/+6
| * | network: make all failures in route configuration fatalYu Watanabe2019-06-071-8/+9
* | | systemd-mount: don't check for non-normalized WHAT for network FSKarel Zak2019-06-111-1/+2
|/ /
* | cgroup: Prevent theoretical nullptr deref in unit mask calculationChris Down2019-06-071-0/+2
* | systemctl: Prevent state_missing from being used uninitChris Down2019-06-071-1/+1
* | Merge pull request #12738 from yuwata/network-routing-policy-cleanupZbigniew Jędrzejewski-Szmek2019-06-063-10/+10
|\ \
| * | network: check stored object is euivalent to what we want to removeYu Watanabe2019-06-061-2/+4
| * | network: remove unused argument in routing_policy_rule_configure()Yu Watanabe2019-06-043-3/+3
| * | network: fix double free on error pathYu Watanabe2019-06-041-5/+3
* | | network: make KeepConfiguration=static drop DHCP addresses and routesYu Watanabe2019-06-061-1/+42
* | | network: add KeepConfiguration=dhcp-on-stopYu Watanabe2019-06-065-17/+23
* | | networkd: add support to keep configurationSusant Sahani2019-06-065-7/+52
* | | Merge pull request #12508 from keszybz/no-root-checksYu Watanabe2019-06-067-41/+33
|\ \ \
| * | | udevadm trigger: log errors and return first failureZbigniew Jędrzejewski-Szmek2019-06-051-3/+6
| * | | systemctl: show a hint if root privileges might yield more informationZbigniew Jędrzejewski-Szmek2019-05-081-3/+11