summaryrefslogtreecommitdiff
path: root/src/shared/install-printf.c
AgeCommit message (Expand)AuthorFilesLines
2018-10-13shared: add %g, %G specifiers for group / gid (#10368)Davide Cavalca1-0/+2
2018-06-14Drop my copyright headersZbigniew Jędrzejewski-Szmek1-3/+0
2018-06-14tree-wide: beautify remaining copyright statementsLennart Poettering1-1/+1
2018-06-14tree-wide: drop 'This file is part of systemd' blurbLennart Poettering1-2/+0
2018-04-24Add %j/%J unit specifiersZbigniew Jędrzejewski-Szmek1-0/+22
2018-04-06tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek1-13/+0
2018-03-22macro: introduce TAKE_PTR() macroLennart Poettering1-4/+2
2017-11-29specifier: unify specifier implementations for user-related specifiersLennart Poettering1-28/+0
2017-11-24Replace empty ternary with helper methodDaniel Lockyer1-1/+1
2017-11-19Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek1-0/+1
2017-01-15shared/install-printf: fix memleakZbigniew Jędrzejewski-Szmek1-3/+3
2016-11-07Rename formats-util.h to format-util.hZbigniew Jędrzejewski-Szmek1-1/+1
2016-10-23tree-wide: drop NULL sentinel from strjoinZbigniew Jędrzejewski-Szmek1-1/+1
2016-10-20shared/install: fix %u expansion when running under sudoZbigniew Jędrzejewski-Szmek1-2/+6
2016-10-20shared/install: fix DefaultInstance expansion in %n, %NZbigniew Jędrzejewski-Szmek1-4/+38
2016-10-20shared/install: fix DefaultInstance expansion in %iZbigniew Jędrzejewski-Szmek1-3/+4
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack1-2/+0
2015-12-06shared: include what we useThomas Hindoe Paaboel Andersen1-3/+6
2015-11-12core: simplify handling of %u, %U, %s and %h unit file specifiersLennart Poettering1-33/+19
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering1-0/+1
2015-10-26util-lib: split out user/group/uid/gid calls into user-util.[ch]Lennart Poettering1-2/+3
2015-05-11install: when exporting prefix InstallInfo to become UnitFileInstallInfoLennart Poettering1-5/+5
2015-05-05core: rework unit name validation and manipulation logicLennart Poettering1-14/+2
2015-04-10shared: add formats-util.hRonny Chevalier1-0/+1
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen1-1/+0
2015-01-22Assorted format fixesZbigniew Jędrzejewski-Szmek1-1/+1
2013-09-17specifier: rework specifier calls to return proper error messageLennart Poettering1-16/+38
2013-07-19core: add %v specifierZbigniew Jędrzejewski-Szmek1-1/+3
2013-04-18move _cleanup_ attribute in front of the typeHarald Hoyer1-1/+1
2013-01-29install: allow %u an and %U specifiers in WantedBy/RequiredBy/AliasZbigniew Jędrzejewski-Szmek1-2/+39
2013-01-29install: allow specifiers in WantedBy/RequiredBy/AliasZbigniew Jędrzejewski-Szmek1-0/+95