index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
sysusers
/
sysusers.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
sysusers: allow uid:gid in sysusers.conf files
Michael Vogt
2018-01-25
1
-8
/
+16
*
Add set/hashmap helpers for non-trivial freeing and use where straighforward
Zbigniew Jędrzejewski-Szmek
2017-11-28
1
-8
/
+3
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
*
Merge pull request #6974 from keszybz/clean-up-defines
Lennart Poettering
2017-10-04
1
-2
/
+2
|
\
|
*
build-sys: use #if Y instead of #ifdef Y everywhere
Zbigniew Jędrzejewski-Szmek
2017-10-04
1
-2
/
+2
*
|
tree-wide: use IN_SET macro (#6977)
Yu Watanabe
2017-10-04
1
-1
/
+1
|
/
*
nss-systemd,sysusers: make sure sysusers doesn't get confused by nss-systemd ...
Lennart Poettering
2017-09-14
1
-0
/
+10
*
exec-util,conf-files: skip non-executable files in execute_directories()
Lennart Poettering
2017-09-13
1
-1
/
+1
*
"Don't fear the fsync()"
Alan Jenkins
2017-08-17
1
-4
/
+10
*
sysusers: make use of cleanup(unlink_and_freep) in write_files() and its auxi...
Franck Bui
2017-05-10
1
-125
/
+73
*
sysusers: make group shadow support configurable
Franck Bui
2017-05-10
1
-0
/
+6
*
sysusers: split make_files()
Franck Bui
2017-05-10
1
-272
/
+345
*
copy: change the various copy_xyz() calls to take a unified flags parameter
Lennart Poettering
2017-02-17
1
-1
/
+1
*
Rename formats-util.h to format-util.h
Zbigniew Jędrzejewski-Szmek
2016-11-07
1
-1
/
+1
*
sysusers: fix memleak (#4443)
Evgeny Vereshchagin
2016-10-21
1
-1
/
+2
*
sysusers: fix memleak (#4430)
Evgeny Vereshchagin
2016-10-20
1
-0
/
+1
*
sysusers: move various user credential validity checks to src/basic/
Lennart Poettering
2016-07-22
1
-75
/
+0
*
treewide: fix typos and remove accidental repetition of words
Torstein Husebø
2016-07-11
1
-1
/
+1
*
selinux: always try to load the full selinux db
Zbigniew Jędrzejewski-Szmek
2016-03-02
1
-1
/
+1
*
tree-wide: remove Emacs lines from all files
Daniel Mack
2016-02-10
1
-2
/
+0
*
sysusers: use GID_FMT and UID_FMT instead of %d
Daniel Mack
2016-01-21
1
-2
/
+2
*
Merge pull request #1359 from jengelh/ue
Daniel Mack
2016-01-21
1
-0
/
+5
|
\
|
*
sysusers: improve error reporting
Jan Engelhardt
2015-09-24
1
-0
/
+5
*
|
tree-wide: check if errno is greater then zero
Zbigniew Jędrzejewski-Szmek
2016-01-13
1
-4
/
+4
*
|
defs: rework CONF_DIRS_NULSTR() macro
Lennart Poettering
2015-11-10
1
-1
/
+1
*
|
doc: correct punctuation and improve typography in documentation
Jan Engelhardt
2015-11-06
1
-1
/
+1
*
|
util-lib: move CONF_DIRS_NULSTR definition to def.h
Lennart Poettering
2015-11-03
1
-2
/
+3
*
|
util-lib: split out allocation calls into alloc-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
|
util-lib: move take_password_lock() to user-util.[ch]
Lennart Poettering
2015-10-27
1
-1
/
+1
*
|
util-lib: split out user/group/uid/gid calls into user-util.[ch]
Lennart Poettering
2015-10-26
1
-0
/
+1
*
|
util-lib: split out fd-related operations into fd-util.[ch]
Lennart Poettering
2015-10-25
1
-0
/
+1
*
|
util-lib: split our string related calls from util.[ch] into its own file str...
Lennart Poettering
2015-10-24
1
-1
/
+2
*
|
path-util: unify how we process paths specified on the command line
Lennart Poettering
2015-10-24
1
-5
/
+2
*
|
util-lib: get_current_dir_name() can return errors other than ENOMEM
Lennart Poettering
2015-10-24
1
-5
/
+5
*
|
smack: label /etc/passwd and friends as '_' smack label when --with-smack-run...
Sangjung Woo
2015-10-07
1
-12
/
+22
*
|
util: introduce common version() implementation and use it everywhere
Lennart Poettering
2015-09-29
1
-15
/
+12
|
/
*
tree-wide: never use the off_t unless glibc makes us use it
Lennart Poettering
2015-09-10
1
-1
/
+1
*
util: Don't interpret quotes by default in extract_first_word
Richard Maw
2015-08-07
1
-1
/
+1
*
util: change unquote_*_word to extract_*_word
Richard Maw
2015-08-07
1
-1
/
+1
*
Convert unquote_*_word users to expect isempty(p) after the last entry
Richard Maw
2015-08-07
1
-1
/
+1
*
tree-wide: introduce mfree()
David Herrmann
2015-07-31
1
-24
/
+12
*
tree-wide: use free_and_strdup()
Daniel Mack
2015-07-30
1
-5
/
+6
*
util: add generic calls for prefixing a root directory to a path
Lennart Poettering
2015-05-13
1
-9
/
+7
*
shared: add formats-util.h
Ronny Chevalier
2015-04-10
1
-0
/
+1
*
util: rework word parsing and c unescaping code
Lennart Poettering
2015-03-26
1
-1
/
+1
*
sysusers: do not reject users with already present /etc/shadow entries
Ivan Shapovalov
2015-03-07
1
-14
/
+9
*
remove unused includes
Thomas Hindoe Paaboel Andersen
2015-02-23
1
-2
/
+0
*
util: rework strappenda(), and rename it strjoina()
Lennart Poettering
2015-02-03
1
-2
/
+2
*
logind: unify how we cast between uid_t and pointers for hashmap keys
Lennart Poettering
2015-01-09
1
-6
/
+0
*
tmpfiles: add new line type 'v' for creating btrfs subvolumes
Lennart Poettering
2014-12-28
1
-0
/
+1
[prev]
[next]