summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* pam-systemd: share bus connection with pam_systemd_home if we canLennart Poettering2020-01-151-21/+17
* pam-systemd: port to pam_bus_log_{create|parse}_error() and pam_log_oom()Lennart Poettering2020-01-151-61/+46
* shared: add pam utility helpersLennart Poettering2020-01-153-0/+104
* logind: honour per-user stopDelayUSec propertyLennart Poettering2020-01-151-6/+24
* logind: honour killProcesses field of user recordLennart Poettering2020-01-151-1/+4
* logind: enforce user record resource settings when user logs inLennart Poettering2020-01-151-0/+97
* logind: port to UserRecord objectLennart Poettering2020-01-159-96/+144
* nss: hook up nss-systemd with userdb varlink bitsLennart Poettering2020-01-154-566/+741
* core: add user/group resolution varlink interface to PID 1Lennart Poettering2020-01-155-1/+329
* core: make return parameter of dynamic_user_lookup_name() optionalLennart Poettering2020-01-151-3/+3
* userdbd: add userdbctl tool as client for userdbdLennart Poettering2020-01-152-0/+794
* userdbd: add new service that can merge userdb queries from multiple clientsLennart Poettering2020-01-155-0/+1181
* shared: add helpers for displaying new-style user/group records to usersLennart Poettering2020-01-155-0/+560
* shared: add internal API for querying JSON user records via varlinkLennart Poettering2020-01-153-0/+1390
* shared: add helpers for converting NSS passwd/group structures to new JSON ob...Lennart Poettering2020-01-155-0/+525
* shared: add generic user/group record structures and JSON parsersLennart Poettering2020-01-155-0/+2652
* libcrypt-util: add superficial validator for UNIX hashed password stringsLennart Poettering2020-01-152-0/+13
* shared: split out crypt() specific helpers into its own .c/.h in src/shared/Lennart Poettering2020-01-157-52/+100
* nss-util: add macros for generating getpwent()/getgrent() prototypesLennart Poettering2020-01-151-0/+32
* Merge pull request #14562 from yuwata/table-strvZbigniew Jędrzejewski-Szmek2020-01-158-213/+418
|\
| * test-format-table: add tests for TABLE_STRVYu Watanabe2020-01-151-0/+114
| * resolvectl: use format-table.[ch]Yu Watanabe2020-01-151-104/+181
| * networkctl: use TABLE_STRVYu Watanabe2020-01-151-87/+50
| * format-table: introduce TABLE_STRVYu Watanabe2020-01-152-3/+38
| * strv: introduce strv_compare()Yu Watanabe2020-01-153-19/+35
* | Merge pull request #14424 from poettering/watch-bus-name-reworkLennart Poettering2020-01-157-174/+43
|\ \
| * | core: drop initial ListNames() bus call from PID 1Lennart Poettering2020-01-067-144/+16
| * | core: create/remove unit bus name slots always togetherLennart Poettering2020-01-062-18/+25
| * | core: no need to eat up errorLennart Poettering2020-01-061-4/+2
| * | core: shorten code a bitLennart Poettering2020-01-061-2/+0
| * | core: don't check potentially NULL error, it's not gonna work anywayLennart Poettering2020-01-061-4/+3
| * | core: don't check error parameter of get_name_owner_handler()Lennart Poettering2020-01-061-5/+0
* | | Merge pull request #14547 from keszybz/networkctl-matchingYu Watanabe2020-01-157-22/+59
|\ \ \ | |_|/ |/| |
| * | basic/strv: drop flags argument from strv_fnmatch()Zbigniew Jędrzejewski-Szmek2020-01-145-11/+11
| * | networkctl: return error or warning when interfaces are not matchedZbigniew Jędrzejewski-Szmek2020-01-144-13/+50
* | | cgroup: minor comment improvementLennart Poettering2020-01-141-7/+7
* | | logind: refuse overriding idle hint on tty sessionsLennart Poettering2020-01-143-23/+23
* | | Merge pull request #14564 from poettering/cgroup-realize-fixZbigniew Jędrzejewski-Szmek2020-01-141-18/+32
|\ \ \
| * | | cgroup: drop redundant if checkLennart Poettering2020-01-141-2/+2
| * | | cgroup: update only siblings that got realized onceLennart Poettering2020-01-141-1/+16
| * | | cgroup: drop unnecessary {}Lennart Poettering2020-01-141-4/+2
| * | | cgroup: no need to cast dev_t to dev_tLennart Poettering2020-01-141-2/+2
| * | | cgroup: use log_warning_errno() where possibleLennart Poettering2020-01-141-9/+10
* | | | Merge pull request #14390 from poettering/gpt-var-tmpZbigniew Jędrzejewski-Szmek2020-01-1410-8/+73
|\ \ \ \
| * | | | docs: import discoverable partitions specLennart Poettering2019-12-231-1/+1
| * | | | dissect: introduce new recognizable partition types for /var and /var/tmpLennart Poettering2019-12-2310-7/+72
* | | | | systemctl: use format-table.[ch] for tablesFrantisek Sumsal2020-01-141-367/+226
* | | | | Merge pull request #14505 from poettering/refuse-on-failureZbigniew Jędrzejewski-Szmek2020-01-1411-9/+48
|\ \ \ \ \
| * | | | | core: clearly refuse OnFailure= deps on units that can't failLennart Poettering2020-01-0911-9/+48
* | | | | | mount: mark an existing "mounting" unit from /proc/self/mountinfo as "just_mo...Jun'ichi Nomura2020-01-141-1/+1
| |_|/ / / |/| | | |