summaryrefslogtreecommitdiff
path: root/src/login
Commit message (Expand)AuthorAgeFilesLines
* pam_systemd: prolong method call timeout when allocating sessionLennart Poettering2019-11-191-1/+3
* Merge pull request #14079 from poettering/pam-systemd-fixletsZbigniew Jędrzejewski-Szmek2019-11-191-23/+24
|\
| * pam_systemd: add one more assertLennart Poettering2019-11-191-0/+1
| * pam_systemd: don't use PAM_SYSTEM_ERR for something that isn't precisely a sy...Lennart Poettering2019-11-191-1/+1
| * pam-systemd: voidify pam_get_item() callsLennart Poettering2019-11-191-5/+5
| * pam-systemd: remove duplicate error loggingLennart Poettering2019-11-191-3/+1
| * pam-systemd: include PAM error code in all our log messages where that makes ...Lennart Poettering2019-11-191-14/+16
* | login: port tables over to use TABLE_UID/TABLE_PIDLennart Poettering2019-11-192-4/+4
|/
* Merge pull request #14007 from keszybz/tasks-max-dynamicZbigniew Jędrzejewski-Szmek2019-11-184-4/+1
|\
| * logind: drop unused user_tasks_max fieldZbigniew Jędrzejewski-Szmek2019-11-144-4/+1
* | tree-wide: clean up --help texts a bitLennart Poettering2019-11-182-10/+12
|/
* logind: fix (again) the race that might happen when logind restores VTFranck Bui2019-11-121-13/+17
* tree-wide: drop input.h when missing_input.h is includedYu Watanabe2019-11-042-2/+0
* tree-wide: drop pwd.h and grp.h when user-util.h is includedYu Watanabe2019-11-043-3/+0
* tree-wide: drop string.h when string-util.h or friends are includedYu Watanabe2019-11-0414-14/+0
* tree-wide: drop missing.hYu Watanabe2019-10-311-1/+2
* Merge pull request #13423 from pwithnall/12035-session-time-limitsZbigniew Jędrzejewski-Szmek2019-10-281-3/+29
|\
| * pam_systemd: Forward systemd.runtime_max_sec setting to session scopePhilip Withnall2019-10-281-3/+29
* | Merge pull request #13811 from keszybz/logind-signal-emitting-fixAnita Zhang2019-10-214-8/+1
|\ \
| * | logind: fix emission of PropertiesChanged for usersZbigniew Jędrzejewski-Szmek2019-10-212-3/+0
| * | logind: fix emission of PropertiesChanged on seatsZbigniew Jędrzejewski-Szmek2019-10-212-3/+0
| * | logind: drop {}Zbigniew Jędrzejewski-Szmek2019-10-211-2/+1
* | | udev: tag any display devices as master-of-seat when nomodeset is usedZbigniew Jędrzejewski-Szmek2019-10-191-0/+5
|/ /
* | logind: make session_prepare_vt() staticFranck Bui2019-10-162-2/+1
* | Highlight the synopsis and summary in --helpZbigniew Jędrzejewski-Szmek2019-10-081-2/+4
* | Move the Commands section above Options sectionZbigniew Jędrzejewski-Szmek2019-10-081-21/+22
* | Merge pull request #13246 from keszybz/add-SystemdOptions-efi-variableZbigniew Jędrzejewski-Szmek2019-10-032-1/+2
|\ \
| * | util-lib: split shared/efivars into basic/efivars and shared/efi-loaderZbigniew Jędrzejewski-Szmek2019-09-161-0/+1
| * | util-lib: move some functions from basic/cgroup-util to shared/cgroup-setupZbigniew Jędrzejewski-Szmek2019-09-161-1/+1
* | | Handle d_type == DT_UNKNOWN correctlyMichael Olbrich2019-09-302-0/+2
* | | logind: shorten code a bitZbigniew Jędrzejewski-Szmek2019-09-161-26/+7
* | | logind: use newer ret var naming styleZbigniew Jędrzejewski-Szmek2019-09-162-27/+27
|/ /
* | Fix typo in comment: overide -> overridenikolas2019-09-051-1/+1
* | logind: fix property emission on SessionsYour Name2019-09-032-3/+0
* | login: fix use after freeYu Watanabe2019-09-031-2/+2
* | logind: set description for inhibitor event sourceLennart Poettering2019-08-081-0/+2
* | Revert "logind: remove unused check"Yu Watanabe2019-08-041-2/+6
* | login: drop space in empty lineYu Watanabe2019-08-041-1/+1
* | logind: notify dbus of changes to session StateThiebaud Weksteen2019-07-291-1/+1
|/
* logind: don't unlink session fifo when exiting logindLennart Poettering2019-07-231-2/+6
* logind: make id const, since it points into another bufferLennart Poettering2019-07-231-1/+1
* logind: at start-up automatically clean up orphaned inhibitorsLennart Poettering2019-07-233-2/+30
* logind: un-export and voidify a few functionsLennart Poettering2019-07-232-8/+6
* logind: rework allocation/freeing of inhibitorsLennart Poettering2019-07-233-37/+48
* logind: use free_and_replace() where that makes senseLennart Poettering2019-07-231-4/+2
* logind: add logging to inhibitor_load()Lennart Poettering2019-07-231-7/+9
* logind: unify inhibitor signal generation in a single functionLennart Poettering2019-07-231-4/+14
* logind: cast to (void) when we ignore a syscall return value that is potentia...Lennart Poettering2019-07-231-1/+1
* logind: drop redundant session_id_valid() checkLennart Poettering2019-07-231-6/+0
* logind: use log_warning_errno() return value where we canLennart Poettering2019-07-231-11/+5