summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-11-30util-lib: add cleanup function for crypt_freeZbigniew Jędrzejewski-Szmek5-32/+45
2017-11-30util-lib: rename path_check_fstype to path_is_fs_typeZbigniew Jędrzejewski-Szmek4-11/+11
2017-11-30util-lib: rename fd_check_fstype to fd_is_fs_typeZbigniew Jędrzejewski-Szmek3-4/+4
2017-11-30util-lib: use trailing slash in chase_symlinks, fd_is_mount_point, path_is_mo...Zbigniew Jędrzejewski-Szmek7-16/+113
2017-11-30test-string-util: add another test for stripping slashesZbigniew Jędrzejewski-Szmek1-0/+14
2017-11-30Add a helper for /dev/block/major:minor pathsZbigniew Jędrzejewski-Szmek3-15/+17
2017-11-30Add a little helper to make /sys/dev/block/major:minor pathsZbigniew Jędrzejewski-Szmek4-46/+34
2017-11-30test-mount-util: move test_path_is_mount_point hereZbigniew Jędrzejewski-Szmek2-139/+140
2017-11-30core/dbus-execute: actually set PassEnvironment= (#7510)Yu Watanabe1-0/+4
2017-11-30Fix SELinux labels in cgroup filesystem root directory (#7496)Krzysztof Nowicki1-1/+11
2017-11-30core: support upgrading from DynamicUser=0 to DynamicUser=1 for unit director...Lennart Poettering1-4/+19
2017-11-30Merge pull request #7444 from poettering/dbus-no-specYu Watanabe57-755/+1164
2017-11-29journal: fix log message when dropping messagesLennart Poettering1-1/+1
2017-11-29bus-unit-util: slightly tweak log output for unknown propsLennart Poettering1-1/+1
2017-11-29run: rearrange error handling when adding unit propertiesLennart Poettering1-48/+53
2017-11-29bus-unit-util: add proper MemorySwapMax= serializationLennart Poettering1-1/+1
2017-11-29core: accept MemorySwapMax= properties that are scaled, tooLennart Poettering1-3/+5
2017-11-29tty-ask-password-agent: drop NULL sentinelLennart Poettering1-1/+1
2017-11-29coccinelle: fix IN_SET/!IN_SET scripts, and apply some changes it foundLennart Poettering1-1/+1
2017-11-29tree-wide: use strv_isempty() instead of strv_length() == 0Lennart Poettering4-10/+10
2017-11-29bus-unit-util: properly serialize EnvironmentFile= empty assignmentLennart Poettering1-3/+6
2017-11-29core: use safe_fclose() where we canLennart Poettering1-5/+2
2017-11-29fileio: document why fileio-label.c and fileio.c are two different modulesLennart Poettering2-4/+13
2017-11-29core: open up all ExecXYZ= fields of service units to transient unitsLennart Poettering2-5/+95
2017-11-29core: never remove "transient" and "control" directories from unit search pathLennart Poettering3-8/+11
2017-11-29core: don't reference rescue/emergency targets in --user modeLennart Poettering1-7/+9
2017-11-29core: minor simplificationLennart Poettering1-8/+4
2017-11-29path-lookup: LookupPathsFlags are a flags type, hence define it like oneLennart Poettering1-2/+2
2017-11-29systemctl: reword "needs-reload" message a bitLennart Poettering1-1/+1
2017-11-29core: allow changing the description for units dynamically at runtimeLennart Poettering1-2/+28
2017-11-29tree-wide: generate SD_BUS_ERROR_INVALID_ARGS when we get invalid arguments o...Lennart Poettering3-26/+26
2017-11-29core: add proper escaping to writing of drop-ins/transient unit filesLennart Poettering26-478/+602
2017-11-29logind: fix sysfs change trigger codeLennart Poettering1-1/+1
2017-11-29generators: be more careful when writing unit settings that support specifier...Lennart Poettering6-33/+118
2017-11-29core: enable specifier expansion for What=/Where=/Type=/SourcePath= tooLennart Poettering1-5/+5
2017-11-29core: process C-style escapes in UnsetEnvironment=Lennart Poettering1-1/+1
2017-11-29core: use config_parse_unit_string_printf() for decoding RebootArgument=Lennart Poettering1-1/+1
2017-11-29specifier: unify specifier implementations for user-related specifiersLennart Poettering5-69/+49
2017-11-29specifier: add helper for escaping '%' characters to avoid making them subjec...Lennart Poettering4-0/+108
2017-11-29string-util: update strreplace() a bit, use GREEDY_REALLOC()Lennart Poettering1-17/+13
2017-11-29core: drop specifier expansion when parsing transient dbus propertiesLennart Poettering1-27/+10
2017-11-29journald: correct field countsLennart Poettering1-2/+11
2017-11-29journal: driver messages can now contain object fields, account for thatLennart Poettering1-1/+1
2017-11-29Merge pull request #7492 from keszybz/coverity-fixesYu Watanabe33-205/+142
2017-11-28udev/collect: use _cleanup_ in one more placeZbigniew Jędrzejewski-Szmek1-7/+3
2017-11-28udev/collect: remove dead conditionalZbigniew Jędrzejewski-Szmek1-2/+0
2017-11-28journal: avoid undefined behaviour in float division by 0.0Zbigniew Jędrzejewski-Szmek1-1/+1
2017-11-28networkd: fix memleak of RulesZbigniew Jędrzejewski-Szmek2-6/+4
2017-11-28journal: use new helpers with journal_file_closeZbigniew Jędrzejewski-Szmek4-26/+4
2017-11-28journal-remote: add helper function and use hashmap_free_with_destructorZbigniew Jędrzejewski-Szmek1-9/+8