summaryrefslogtreecommitdiff
path: root/src/login
Commit message (Expand)AuthorAgeFilesLines
* 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
* logind: don't claim we'd preallocate VTs when we shortcut itLennart Poettering2019-07-231-2/+2
* logind: use gcc empty structure initializationLennart Poettering2019-07-231-1/+1
* logind: check return value of inhibitor_start()Lennart Poettering2019-07-231-1/+3
* logind: add missing OOM check in client toolLennart Poettering2019-07-231-3/+7
* tree-wide: get rid of strappend()Lennart Poettering2019-07-128-9/+11
* tree-wide: make use of errno_or_else() everywhereLennart Poettering2019-07-112-2/+3
* Merge pull request #12939 from yuwata/lgtm-fixesLennart Poettering2019-07-102-14/+16
|\
| * tree-wide: introduce strerror_safe()Yu Watanabe2019-07-052-14/+16
* | login: move file definitions outside of the conditionalizationLennart Poettering2019-07-051-3/+3
|/
* logind: drop old-style header from .sym file in favour of SPDXLennart Poettering2019-07-041-8/+1
* logind: log operation details when starting actionsZbigniew Jędrzejewski-Szmek2019-06-242-26/+25
* logind: remove unused checkZbigniew Jędrzejewski-Szmek2019-06-241-6/+2
* Merge pull request #12424 from poettering/logind-brightnessZbigniew Jędrzejewski-Szmek2019-06-1226-199/+678
|\
| * logind: split out dbus header files into their ownLennart Poettering2019-05-2421-64/+124
| * logind: convert ENXIO into 0, to signal 'not found' cleanlyLennart Poettering2019-05-241-1/+6