summaryrefslogtreecommitdiff
path: root/src/shared/specifier.c
AgeCommit message (Expand)AuthorFilesLines
2018-10-13shared: add %g, %G specifiers for group / gid (#10368)Davide Cavalca1-0/+18
2018-07-23tree-wide: drop empty lines in commentsYu Watanabe1-1/+0
2018-06-14tree-wide: remove Lennart's copyright linesLennart Poettering1-3/+0
2018-06-14tree-wide: drop 'This file is part of systemd' blurbLennart Poettering1-2/+0
2018-05-29core: introduce specifiers for /tmp and /var/tmpLennart Poettering1-0/+35
2018-04-06tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek1-13/+0
2018-03-28shared/specifier: use realloc to free some memory after specifier expansionZbigniew Jędrzejewski-Szmek1-2/+9
2018-03-28shared/specifier: be less extravagant with memory allocationsZbigniew Jędrzejewski-Szmek1-15/+5
2018-03-22macro: introduce TAKE_PTR() macroLennart Poettering1-2/+1
2017-12-08shared: use _cleanup_ in specifier_printf (#7586)Zbigniew Jędrzejewski-Szmek1-15/+10
2017-12-06shared: fix a memory leakEvgeny Vereshchagin1-2/+3
2017-12-06Fix typoZbigniew Jędrzejewski-Szmek1-1/+1
2017-12-06Fail on unknown (alphanumerical) specifiersZbigniew Jędrzejewski-Szmek1-1/+8
2017-11-29specifier: unify specifier implementations for user-related specifiersLennart Poettering1-0/+43
2017-11-29specifier: add helper for escaping '%' characters to avoid making them subjec...Lennart Poettering1-0/+30
2017-11-19Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek1-0/+1
2017-09-14shared: end string with % if one was found at the end of a expandible string ...Felipe Sateler1-0/+4
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack1-2/+0
2015-12-06shared: include what we useThomas Hindoe Paaboel Andersen1-1/+6
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering1-1/+2
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering1-1/+2
2015-05-18util: split all hostname related calls into hostname-util.cLennart Poettering1-0/+1
2013-09-17specifier: rework specifier calls to return proper error messageLennart Poettering1-41/+64
2013-07-19core: add %v specifierZbigniew Jędrzejewski-Szmek1-0/+12
2013-01-29Move generic specifier functions to sharedZbigniew Jędrzejewski-Szmek1-0/+36
2012-11-14specifier: minor modernizationsLennart Poettering1-3/+6
2012-04-12move more common files to shared/ and add them to shared.laKay Sievers1-0/+108