index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
sysusers
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
sysusers: add missing initalizer
Zbigniew Jędrzejewski-Szmek
2019-04-07
1
-1
/
+1
*
tree-wide: (void)ify a few unlink() and rmdir()
Lennart Poettering
2019-03-27
1
-1
/
+1
*
Merge pull request #10920 from yuwata/hashmap-destructor
Lennart Poettering
2018-12-03
1
-127
/
+88
|
\
|
*
sysusers: define main through macro
Yu Watanabe
2018-12-02
1
-119
/
+86
|
*
sysusers: use fgetgrent_sane()
Yu Watanabe
2018-12-02
1
-8
/
+2
*
|
util-lib: split out all temporary file related calls into tmpfiles-util.c
Lennart Poettering
2018-12-02
1
-0
/
+1
*
|
util-lib: don't include fileio.h from fileio-label.h
Lennart Poettering
2018-12-02
1
-1
/
+1
|
/
*
sysusers: use ordered_hashmap_steal_first_key_and_value()
Yu Watanabe
2018-11-22
1
-4
/
+4
*
coccinelle: make use of SYNTHETIC_ERRNO
Zbigniew Jędrzejewski-Szmek
2018-11-22
1
-16
/
+13
*
Split out pretty-print.c and move pager.c and main-func.h to shared/
Zbigniew Jędrzejewski-Szmek
2018-11-20
1
-1
/
+1
*
log: introduce new helper call log_setup_service()
Lennart Poettering
2018-11-20
1
-3
/
+1
*
basic/pager: convert the pager options to a flags argument
Zbigniew Jędrzejewski-Szmek
2018-11-14
1
-3
/
+3
*
sysusers: FOREACH_LINE excorcism
Lennart Poettering
2018-10-18
1
-2
/
+8
*
tree-wide: add clickable man page link to all --help texts
Lennart Poettering
2018-08-20
1
-4
/
+15
*
Merge pull request #9274 from poettering/comment-header-cleanup
Zbigniew Jędrzejewski-Szmek
2018-06-14
1
-5
/
+0
|
\
|
*
tree-wide: remove Lennart's copyright lines
Lennart Poettering
2018-06-14
1
-3
/
+0
|
*
tree-wide: drop 'This file is part of systemd' blurb
Lennart Poettering
2018-06-14
1
-2
/
+0
*
|
sysusers: use fchmod_and_chown()
Yu Watanabe
2018-06-14
1
-12
/
+4
|
/
*
binfmt,sysctl,sysuers,tmpfiles: add auto-paging for --cat-config commands
Lennart Poettering
2018-06-13
1
-1
/
+15
*
path-util: introduce path_simplify()
Yu Watanabe
2018-06-03
1
-4
/
+2
*
sysusers: support specifier expansion for GECOS and home directory fields
Yu Watanabe
2018-05-31
1
-8
/
+20
*
core: introduce specifiers for /tmp and /var/tmp
Lennart Poettering
2018-05-29
1
-3
/
+5
*
sysusers: drop an unused variable
Yu Watanabe
2018-05-15
1
-1
/
+0
*
Eliminate config_dirs vars which hold a static strv
Zbigniew Jędrzejewski-Szmek
2018-05-07
1
-5
/
+3
*
sysusers: add --cat-config
Zbigniew Jędrzejewski-Szmek
2018-04-27
1
-22
/
+42
*
sysusers: use uniform order for variables
Zbigniew Jędrzejewski-Szmek
2018-04-20
1
-3
/
+3
*
Merge pull request #8754 from poettering/sysusers-fix
Zbigniew Jędrzejewski-Szmek
2018-04-19
1
-7
/
+9
|
\
|
*
sysusers: fix minor memory leak
Lennart Poettering
2018-04-18
1
-0
/
+2
|
*
sysusers: clarify that we knowingly ignore process_items() return values
Lennart Poettering
2018-04-18
1
-2
/
+2
|
*
sysusers: fix memory leak when /etc/passwd contains multiple identical lines
Lennart Poettering
2018-04-18
1
-5
/
+5
*
|
tree-wide: drop spurious newlines (#8764)
Lennart Poettering
2018-04-19
1
-1
/
+0
|
/
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
*
tree-wide: use TAKE_PTR() and TAKE_FD() macros
Yu Watanabe
2018-04-05
1
-30
/
+16
*
user-util: add new wrappers for reading/writing {passwd,shadow,gshadow} datab...
Franck Bui
2018-03-21
1
-94
/
+58
*
sysusers: make sure to reset errno before calling fget*ent()
Franck Bui
2018-03-20
1
-1
/
+8
*
sysusers: also add support for NIS entries in /etc/shadow
Franck Bui
2018-03-20
1
-1
/
+19
*
sysusers: do not append entries after the NIS ones
Franck Bui
2018-03-16
1
-2
/
+32
*
sysusers: support `u username -:300` style syntax (#8325)
Michael Vogt
2018-03-02
1
-5
/
+6
*
sysusers: do not implicitly create group by 'm' if 'u' with the same name exists
Yu Watanabe
2018-03-01
1
-31
/
+26
*
sysusers: do not create duplicated groups when create users
Yu Watanabe
2018-03-01
1
-4
/
+17
*
tmpfiles: allow admin/runtime overrides to runtime config
Zbigniew Jędrzejewski-Szmek
2018-02-05
1
-1
/
+1
*
sysusers: use the usual comment style
Zbigniew Jędrzejewski-Szmek
2018-02-02
1
-2
/
+5
*
sysusers: allow admin/runtime overrides to command-line config
Zbigniew Jędrzejewski-Szmek
2018-02-02
1
-29
/
+89
*
sysusers: allow the shell to be specified
Zbigniew Jędrzejewski-Szmek
2018-02-02
1
-24
/
+51
*
sysusers: take configuration as positional arguments
Zbigniew Jędrzejewski-Szmek
2018-02-02
1
-3
/
+15
*
sysusers: emit a bit more info at debug level when locking fails
Zbigniew Jędrzejewski-Szmek
2018-02-02
1
-1
/
+1
*
sysusers: allow force reusing existing user/group IDs (#8037)
Michael Vogt
2018-02-01
1
-22
/
+30
*
sysusers: ensure GID in uid:gid syntax exists
Michael Vogt
2018-01-25
1
-4
/
+14
*
sysusers: make ADD_GROUP always create a group
Michael Vogt
2018-01-25
1
-23
/
+1
*
sysuser: use OrderedHashmap
Michael Vogt
2018-01-25
1
-54
/
+54
[prev]
[next]