summaryrefslogtreecommitdiff
path: root/src/tmpfiles
AgeCommit message (Expand)AuthorFilesLines
2018-11-20tmpfiles: label phases explicitlyLennart Poettering1-4/+9
2018-11-20tmpfiles: behind → below in log msgsLennart Poettering1-2/+2
2018-11-20Merge pull request #10850 from poettering/log-setupZbigniew Jędrzejewski-Szmek1-3/+1
2018-11-20Merge pull request #10538 from poettering/tmpfiles-reorderZbigniew Jędrzejewski-Szmek1-81/+167
2018-11-20log: introduce new helper call log_setup_service()Lennart Poettering1-3/+1
2018-11-14basic/pager: convert the pager options to a flags argumentZbigniew Jędrzejewski-Szmek1-3/+3
2018-11-08tmpfiles: 'D' doesn't do globs for creation, shouldn't do for removal eitherLennart Poettering1-5/+13
2018-11-08tmpfiles: always remove/clean-up before creatingLennart Poettering1-16/+30
2018-11-08tmpfiles: log when we skip an entry due to autofsLennart Poettering1-1/+5
2018-11-08tmpfiles: create parents before children, but remove children before parentsLennart Poettering1-27/+79
2018-11-08tmpfiles: no need to set zero initialization of first enum valueLennart Poettering1-1/+1
2018-11-08tmpfiles: instead of accessing global 'arg_operation' pass it through the stackLennart Poettering1-10/+10
2018-11-08tmpfiles: replace the three arg_create/arg_remove/arg_clean booleans with a s...Lennart Poettering1-10/+15
2018-11-08tmpfiles: fix minor memory leak on error pathLennart Poettering1-1/+3
2018-11-08tmpfiles: use free_and_replace() where appropriateLennart Poettering1-4/+2
2018-11-08tmpfiles: why memset() and memcpy() if we have '=' and structured initializat...Lennart Poettering1-2/+2
2018-11-08tmpfiles: rename "count" → "n_items"Lennart Poettering1-13/+16
2018-11-08tmpfiles: rename second parameter to GREEDY_REALLOC() 'allocated'Lennart Poettering1-2/+2
2018-10-18tmpfiles: FOREACH_LINE excorcismLennart Poettering1-4/+10
2018-10-13shared: add %g, %G specifiers for group / gid (#10368)Davide Cavalca1-0/+2
2018-10-08chattr: optionally, return the old flags when updating themLennart Poettering1-1/+1
2018-09-25RFC tmpfiles: Allow configuration to ignore execution errorsWilliam Douglas1-1/+9
2018-09-19tree-wide: use typesafe_qsort()Yu Watanabe1-7/+5
2018-08-21tmpfiles: use fd_get_path() even less excessivelyFranck Bui1-41/+18
2018-08-21Merge pull request #9783 from poettering/get-user-creds-flagsZbigniew Jędrzejewski-Szmek1-2/+2
2018-08-20user-util: rework get_user_creds()Lennart Poettering1-2/+2
2018-08-20Merge pull request #9809 from poettering/tmpfiles-cleanupZbigniew Jędrzejewski-Szmek1-53/+72
2018-08-20tree-wide: add clickable man page link to all --help textsLennart Poettering1-4/+15
2018-08-08tmpfiles: don't adjust qgroups on existing subvolumesFranck Bui1-8/+13
2018-08-08tmpfiles: return correct error variable after fd_reopen()Lennart Poettering1-1/+1
2018-08-08tmpfiles: reindent one comment less weirdlyLennart Poettering1-4/+2
2018-08-08tmpfiles: use correct error variableLennart Poettering1-1/+1
2018-08-08tmpfiles: clarify that we ignore file attribute setting errorsLennart Poettering1-1/+1
2018-08-08tmpfiles: add log message where we previously failed silentlyLennart Poettering1-5/+10
2018-08-08tmpfiles: use fd_get_path() less excessivelyLennart Poettering1-42/+58
2018-07-30tmpfiles: don't follow unsafe transitions in path_set_*()Franck Bui1-8/+31
2018-07-30tmpfiles: make create_fifo() safeFranck Bui1-4/+17
2018-07-30tmpfiles: introduce create_fifo()Franck Bui1-39/+46
2018-07-30tmpfiles: introduce empty_directory()Franck Bui1-29/+27
2018-07-30tmpfiles: introduce create_directory() and create_subvolume() and make them safeFranck Bui1-22/+65
2018-07-30tmpfiles: introduce create_directory_or_subvolume()Franck Bui1-72/+84
2018-07-30tmpfiles: make create_device() safeFranck Bui1-4/+21
2018-07-30tmpfiles: introduce create_device()Franck Bui1-69/+75
2018-07-30tmpfiles: make copy_files() safeFranck Bui1-9/+26
2018-07-30tmpfiles: introduce copy_files() routineFranck Bui1-29/+36
2018-07-30tmpfiles: make write_one_file() safeFranck Bui1-3/+12
2018-07-30tmpfiles: make truncate_file() safeFranck Bui1-3/+12
2018-07-30tmpfiles: introduce truncate_file() which deals with 'F' exclusivelyFranck Bui1-35/+145
2018-07-30tmpfiles: introduce create_file() which deals with 'f'/'F' exclusivelyFranck Bui1-7/+35
2018-07-30tmpfiles: make the stat struct parameter in fd_set_*() optionalFranck Bui1-17/+36