index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
pam-systemd: share bus connection with pam_systemd_home if we can
Lennart Poettering
2020-01-15
1
-21
/
+17
*
pam-systemd: port to pam_bus_log_{create|parse}_error() and pam_log_oom()
Lennart Poettering
2020-01-15
1
-61
/
+46
*
shared: add pam utility helpers
Lennart Poettering
2020-01-15
3
-0
/
+104
*
logind: honour per-user stopDelayUSec property
Lennart Poettering
2020-01-15
1
-6
/
+24
*
logind: honour killProcesses field of user record
Lennart Poettering
2020-01-15
1
-1
/
+4
*
logind: enforce user record resource settings when user logs in
Lennart Poettering
2020-01-15
1
-0
/
+97
*
logind: port to UserRecord object
Lennart Poettering
2020-01-15
9
-96
/
+144
*
nss: hook up nss-systemd with userdb varlink bits
Lennart Poettering
2020-01-15
4
-566
/
+741
*
core: add user/group resolution varlink interface to PID 1
Lennart Poettering
2020-01-15
5
-1
/
+329
*
core: make return parameter of dynamic_user_lookup_name() optional
Lennart Poettering
2020-01-15
1
-3
/
+3
*
userdbd: add userdbctl tool as client for userdbd
Lennart Poettering
2020-01-15
2
-0
/
+794
*
userdbd: add new service that can merge userdb queries from multiple clients
Lennart Poettering
2020-01-15
5
-0
/
+1181
*
shared: add helpers for displaying new-style user/group records to users
Lennart Poettering
2020-01-15
5
-0
/
+560
*
shared: add internal API for querying JSON user records via varlink
Lennart Poettering
2020-01-15
3
-0
/
+1390
*
shared: add helpers for converting NSS passwd/group structures to new JSON ob...
Lennart Poettering
2020-01-15
5
-0
/
+525
*
shared: add generic user/group record structures and JSON parsers
Lennart Poettering
2020-01-15
5
-0
/
+2652
*
libcrypt-util: add superficial validator for UNIX hashed password strings
Lennart Poettering
2020-01-15
2
-0
/
+13
*
shared: split out crypt() specific helpers into its own .c/.h in src/shared/
Lennart Poettering
2020-01-15
7
-52
/
+100
*
nss-util: add macros for generating getpwent()/getgrent() prototypes
Lennart Poettering
2020-01-15
1
-0
/
+32
*
Merge pull request #14562 from yuwata/table-strv
Zbigniew Jędrzejewski-Szmek
2020-01-15
8
-213
/
+418
|
\
|
*
test-format-table: add tests for TABLE_STRV
Yu Watanabe
2020-01-15
1
-0
/
+114
|
*
resolvectl: use format-table.[ch]
Yu Watanabe
2020-01-15
1
-104
/
+181
|
*
networkctl: use TABLE_STRV
Yu Watanabe
2020-01-15
1
-87
/
+50
|
*
format-table: introduce TABLE_STRV
Yu Watanabe
2020-01-15
2
-3
/
+38
|
*
strv: introduce strv_compare()
Yu Watanabe
2020-01-15
3
-19
/
+35
*
|
Merge pull request #14424 from poettering/watch-bus-name-rework
Lennart Poettering
2020-01-15
7
-174
/
+43
|
\
\
|
*
|
core: drop initial ListNames() bus call from PID 1
Lennart Poettering
2020-01-06
7
-144
/
+16
|
*
|
core: create/remove unit bus name slots always together
Lennart Poettering
2020-01-06
2
-18
/
+25
|
*
|
core: no need to eat up error
Lennart Poettering
2020-01-06
1
-4
/
+2
|
*
|
core: shorten code a bit
Lennart Poettering
2020-01-06
1
-2
/
+0
|
*
|
core: don't check potentially NULL error, it's not gonna work anyway
Lennart Poettering
2020-01-06
1
-4
/
+3
|
*
|
core: don't check error parameter of get_name_owner_handler()
Lennart Poettering
2020-01-06
1
-5
/
+0
*
|
|
Merge pull request #14547 from keszybz/networkctl-matching
Yu Watanabe
2020-01-15
7
-22
/
+59
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
basic/strv: drop flags argument from strv_fnmatch()
Zbigniew Jędrzejewski-Szmek
2020-01-14
5
-11
/
+11
|
*
|
networkctl: return error or warning when interfaces are not matched
Zbigniew Jędrzejewski-Szmek
2020-01-14
4
-13
/
+50
*
|
|
cgroup: minor comment improvement
Lennart Poettering
2020-01-14
1
-7
/
+7
*
|
|
logind: refuse overriding idle hint on tty sessions
Lennart Poettering
2020-01-14
3
-23
/
+23
*
|
|
Merge pull request #14564 from poettering/cgroup-realize-fix
Zbigniew Jędrzejewski-Szmek
2020-01-14
1
-18
/
+32
|
\
\
\
|
*
|
|
cgroup: drop redundant if check
Lennart Poettering
2020-01-14
1
-2
/
+2
|
*
|
|
cgroup: update only siblings that got realized once
Lennart Poettering
2020-01-14
1
-1
/
+16
|
*
|
|
cgroup: drop unnecessary {}
Lennart Poettering
2020-01-14
1
-4
/
+2
|
*
|
|
cgroup: no need to cast dev_t to dev_t
Lennart Poettering
2020-01-14
1
-2
/
+2
|
*
|
|
cgroup: use log_warning_errno() where possible
Lennart Poettering
2020-01-14
1
-9
/
+10
*
|
|
|
Merge pull request #14390 from poettering/gpt-var-tmp
Zbigniew Jędrzejewski-Szmek
2020-01-14
10
-8
/
+73
|
\
\
\
\
|
*
|
|
|
docs: import discoverable partitions spec
Lennart Poettering
2019-12-23
1
-1
/
+1
|
*
|
|
|
dissect: introduce new recognizable partition types for /var and /var/tmp
Lennart Poettering
2019-12-23
10
-7
/
+72
*
|
|
|
|
systemctl: use format-table.[ch] for tables
Frantisek Sumsal
2020-01-14
1
-367
/
+226
*
|
|
|
|
Merge pull request #14505 from poettering/refuse-on-failure
Zbigniew Jędrzejewski-Szmek
2020-01-14
11
-9
/
+48
|
\
\
\
\
\
|
*
|
|
|
|
core: clearly refuse OnFailure= deps on units that can't fail
Lennart Poettering
2020-01-09
11
-9
/
+48
*
|
|
|
|
|
mount: mark an existing "mounting" unit from /proc/self/mountinfo as "just_mo...
Jun'ichi Nomura
2020-01-14
1
-1
/
+1
|
|
_
|
/
/
/
|
/
|
|
|
|
[next]