summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | login: drop redundant newlineLennart Poettering2019-03-121-1/+0
| * | user-util: extra paranoia, make sure $SHELL can't be fucked with in suid prog...Lennart Poettering2019-03-121-2/+2
| * | execute: no need to synthesize $HOME for uid==0 again, get_home_dir() already...Lennart Poettering2019-03-121-6/+0
| * | execute: simplify paths we set as HOME/SHELL for invoked programsLennart Poettering2019-03-121-0/+4
| * | user-util: simplify paths retrieved from $HOME and $SHELLLennart Poettering2019-03-121-4/+4
| * | user-util: be more strict when reading $HOME and $SHELLLennart Poettering2019-03-121-4/+6
| * | user-util: paranoia — add overflow check on ERANGE loopLennart Poettering2019-03-121-0/+6
| * | user-util: use SYNTHETIC_ERRNO() where we canLennart Poettering2019-03-121-28/+18
| * | path-util: minimize variable scopeLennart Poettering2019-03-121-1/+3
| * | path-util: check validity before normalization in path_simplify_and_warn()Lennart Poettering2019-03-121-6/+6
| * | user-util: filter out invalid user record data a bit more thorouglyLennart Poettering2019-03-121-3/+10
| * | logind: normalize home path when creating user objectLennart Poettering2019-03-121-0/+2
|/ /
* | Merge pull request #11964 from mrc0mmand/even-more-fuzzersZbigniew Jędrzejewski-Szmek2019-03-123-0/+60
|\ \
| * | fuzz: add a fuzzer for time utilsFrantisek Sumsal2019-03-122-0/+32
| * | fuzz: add a fuzzer for calendarspecFrantisek Sumsal2019-03-122-0/+28
* | | meson: scope more git invocations with current_source_dir()Davide Cavalca2019-03-123-19/+23
* | | Merge pull request #11927 from poettering/network-namespace-pathZbigniew Jędrzejewski-Szmek2019-03-1210-49/+195
|\ \ \
| * | | man: document NetworkNamespacePath=Lennart Poettering2019-03-072-17/+34
| * | | run: make sure NetworkNamespacePath= can be used on the systemd-run cmdlineLennart Poettering2019-03-071-1/+1
| * | | core: support netns joining also for sockets created by .socket unitLennart Poettering2019-03-071-16/+61
| * | | core: add new setting NetworkNamespacePath= for configuring a netns by path f...Lennart Poettering2019-03-074-3/+29
| * | | core: add open_netns_path() helperLennart Poettering2019-03-072-0/+54
| * | | execute: no need to check for NULL when function right after does anywayLennart Poettering2019-03-071-2/+1
| * | | execute: (void)ify moreLennart Poettering2019-03-071-2/+2
| * | | execute: make things a tiny bit shorterLennart Poettering2019-03-071-3/+2
| * | | execute: use structured initializationLennart Poettering2019-03-071-5/+11
* | | | po: update French translationSylvain Plantefève2019-03-121-7/+30
* | | | Merge pull request #11943 from yuwata/device-action-seqnum-cleanupsZbigniew Jędrzejewski-Szmek2019-03-1217-151/+205
|\ \ \ \
| * | | | test: wait for a while active state of .device is updatedYu Watanabe2019-03-121-3/+3
| * | | | libudev: use device_get_seqnum() and device_get_action()Yu Watanabe2019-03-111-20/+7
| * | | | login: use device_is_in_action()Yu Watanabe2019-03-112-9/+7
| * | | | network: use device_get_action()Yu Watanabe2019-03-111-6/+8
| * | | | core/device: use device_get_action()Yu Watanabe2019-03-111-5/+6
| * | | | udevadm-test: check action string earlierYu Watanabe2019-03-111-1/+9
| * | | | udevadm: use device_get_action()Yu Watanabe2019-03-111-3/+6
| * | | | udev: refuse to modify SEQNUM by udev rulesYu Watanabe2019-03-111-0/+1
| * | | | udevd: use device_get_action() and device_get_seqnum()Yu Watanabe2019-03-113-42/+29
| * | | | util: introduce device_for_action()Yu Watanabe2019-03-112-0/+13
| * | | | sd-device: store parsed ACTION= and SEQNUM= udev propertiesYu Watanabe2019-03-114-62/+116
| | |/ / | |/| |
* | | | bash-completion: also suggest units in reloading or activatingYu Watanabe2019-03-121-1/+4
* | | | Merge pull request #11897 from mrc0mmand/parallelize-TEST-24-UNIT-TESTSZbigniew Jędrzejewski-Szmek2019-03-123-23/+87
|\ \ \ \
| * | | | test: try to determine QEMU_SMP dynamicallyFrantisek Sumsal2019-03-081-1/+10
| * | | | test: parallelize tasks in TEST-24-UNIT-TESTSFrantisek Sumsal2019-03-062-22/+77
* | | | | lgtm: replace the query used for looking for fgets with a more general queryEvgeny Vereshchagin2019-03-122-21/+30
* | | | | udev: fix memleak in 'udevadm trigger --settle'Yu Watanabe2019-03-121-1/+3
* | | | | efivars: make sure efi_loader_entry_name_valid() is always compiled inLennart Poettering2019-03-112-16/+12
| |/ / / |/| | |
* | | | Merge pull request #11960 from mrc0mmand/more-fuzzersLennart Poettering2019-03-119-6/+167
|\ \ \ \
| * | | | nspawn: fix memleak uncovered by fuzzerZbigniew Jędrzejewski-Szmek2019-03-111-6/+4
| * | | | fuzz: add a memleak reproducer for fuzz-nspawn-settingsFrantisek Sumsal2019-03-111-0/+0
| * | | | fuzz: add nspawn-settings fuzzerFrantisek Sumsal2019-03-113-0/+69