summaryrefslogtreecommitdiff
path: root/src/login
AgeCommit message (Expand)AuthorFilesLines
2019-10-28Merge pull request #13423 from pwithnall/12035-session-time-limitsZbigniew Jędrzejewski-Szmek1-3/+29
2019-10-28pam_systemd: Forward systemd.runtime_max_sec setting to session scopePhilip Withnall1-3/+29
2019-10-21Merge pull request #13811 from keszybz/logind-signal-emitting-fixAnita Zhang4-8/+1
2019-10-21logind: fix emission of PropertiesChanged for usersZbigniew Jędrzejewski-Szmek2-3/+0
2019-10-21logind: fix emission of PropertiesChanged on seatsZbigniew Jędrzejewski-Szmek2-3/+0
2019-10-21logind: drop {}Zbigniew Jędrzejewski-Szmek1-2/+1
2019-10-19udev: tag any display devices as master-of-seat when nomodeset is usedZbigniew Jędrzejewski-Szmek1-0/+5
2019-10-16logind: make session_prepare_vt() staticFranck Bui2-2/+1
2019-10-08Highlight the synopsis and summary in --helpZbigniew Jędrzejewski-Szmek1-2/+4
2019-10-08Move the Commands section above Options sectionZbigniew Jędrzejewski-Szmek1-21/+22
2019-10-03Merge pull request #13246 from keszybz/add-SystemdOptions-efi-variableZbigniew Jędrzejewski-Szmek2-1/+2
2019-09-30Handle d_type == DT_UNKNOWN correctlyMichael Olbrich2-0/+2
2019-09-16util-lib: split shared/efivars into basic/efivars and shared/efi-loaderZbigniew Jędrzejewski-Szmek1-0/+1
2019-09-16util-lib: move some functions from basic/cgroup-util to shared/cgroup-setupZbigniew Jędrzejewski-Szmek1-1/+1
2019-09-16logind: shorten code a bitZbigniew Jędrzejewski-Szmek1-26/+7
2019-09-16logind: use newer ret var naming styleZbigniew Jędrzejewski-Szmek2-27/+27
2019-09-05Fix typo in comment: overide -> overridenikolas1-1/+1
2019-09-03logind: fix property emission on SessionsYour Name2-3/+0
2019-09-03login: fix use after freeYu Watanabe1-2/+2
2019-08-08logind: set description for inhibitor event sourceLennart Poettering1-0/+2
2019-08-04Revert "logind: remove unused check"Yu Watanabe1-2/+6
2019-08-04login: drop space in empty lineYu Watanabe1-1/+1
2019-07-29logind: notify dbus of changes to session StateThiebaud Weksteen1-1/+1
2019-07-23logind: don't unlink session fifo when exiting logindLennart Poettering1-2/+6
2019-07-23logind: make id const, since it points into another bufferLennart Poettering1-1/+1
2019-07-23logind: at start-up automatically clean up orphaned inhibitorsLennart Poettering3-2/+30
2019-07-23logind: un-export and voidify a few functionsLennart Poettering2-8/+6
2019-07-23logind: rework allocation/freeing of inhibitorsLennart Poettering3-37/+48
2019-07-23logind: use free_and_replace() where that makes senseLennart Poettering1-4/+2
2019-07-23logind: add logging to inhibitor_load()Lennart Poettering1-7/+9
2019-07-23logind: unify inhibitor signal generation in a single functionLennart Poettering1-4/+14
2019-07-23logind: cast to (void) when we ignore a syscall return value that is potentia...Lennart Poettering1-1/+1
2019-07-23logind: drop redundant session_id_valid() checkLennart Poettering1-6/+0
2019-07-23logind: use log_warning_errno() return value where we canLennart Poettering1-11/+5
2019-07-23logind: don't claim we'd preallocate VTs when we shortcut itLennart Poettering1-2/+2
2019-07-23logind: use gcc empty structure initializationLennart Poettering1-1/+1
2019-07-23logind: check return value of inhibitor_start()Lennart Poettering1-1/+3
2019-07-23logind: add missing OOM check in client toolLennart Poettering1-3/+7
2019-07-12tree-wide: get rid of strappend()Lennart Poettering8-9/+11
2019-07-11tree-wide: make use of errno_or_else() everywhereLennart Poettering2-2/+3
2019-07-10Merge pull request #12939 from yuwata/lgtm-fixesLennart Poettering2-14/+16
2019-07-05login: move file definitions outside of the conditionalizationLennart Poettering1-3/+3
2019-07-05tree-wide: introduce strerror_safe()Yu Watanabe2-14/+16
2019-07-04logind: drop old-style header from .sym file in favour of SPDXLennart Poettering1-8/+1
2019-06-24logind: log operation details when starting actionsZbigniew Jędrzejewski-Szmek2-26/+25
2019-06-24logind: remove unused checkZbigniew Jędrzejewski-Szmek1-6/+2
2019-06-12Merge pull request #12424 from poettering/logind-brightnessZbigniew Jędrzejewski-Szmek26-199/+678
2019-06-12pam_systemd: Fix some option names in error messagesPhilip Withnall1-2/+2
2019-05-24logind: split out dbus header files into their ownLennart Poettering21-64/+124
2019-05-24logind: convert ENXIO into 0, to signal 'not found' cleanlyLennart Poettering1-1/+6