summaryrefslogtreecommitdiff
path: root/src/login/logind-core.c
Commit message (Expand)AuthorAgeFilesLines
...
* logind: replace udev_device by sd_deviceYu Watanabe2018-08-231-47/+54
* Merge pull request #9783 from poettering/get-user-creds-flagsZbigniew Jędrzejewski-Szmek2018-08-211-1/+1
|\
| * user-util: rework get_user_creds()Lennart Poettering2018-08-201-1/+1
* | tree-wide: shorten error logging a bitYu Watanabe2018-08-071-2/+2
|/
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-3/+0
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* logind: modernize Manager object allocation and freeingLennart Poettering2018-04-271-0/+2
* Merge pull request #7599 from keszybz/slice-templatesLennart Poettering2018-04-261-0/+43
|\
| * logind: move two functions to logind_core utility libZbigniew Jędrzejewski-Szmek2018-04-241-0/+43
* | tree-wide: drop redundant _cleanup_ macros (#8810)Lennart Poettering2018-04-251-2/+2
|/
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* logind: rework manager_get_{user|session}_by_pid() a bitLennart Poettering2018-03-211-10/+23
* logind: trivial improvementsLennart Poettering2018-02-261-0/+3
* Suspend on lid close based on power status. (#8016)Simon Fowler2018-02-091-0/+31
* log: minimize includes in log.hLennart Poettering2018-01-111-0/+1
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* logind: use pid_is_valid() where appropriateAlan Jenkins2017-10-041-2/+2
* logind: VT_GETSTATE "cannot return state for more than 16 VTs" (#6625)Alan Jenkins2017-08-301-0/+40
* logind: filter out input devices that have none of the keys/switche we care a...Lennart Poettering2017-06-271-1/+5
* treewide: fix typosTorstein Husebø2016-07-041-1/+1
* logind: make KillOnlyUsers override KillUserProcessesZbigniew Jędrzejewski-Szmek2016-04-211-6/+3
* logind: reload config on SIGHUPZbigniew Jędrzejewski-Szmek2016-04-211-0/+3
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* tree-wide: check if errno is greater then zeroZbigniew Jędrzejewski-Szmek2016-01-131-1/+1
* tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering2015-11-271-1/+1
* tree-wide: sort includesThomas Hindoe Paaboel Andersen2015-11-161-2/+2
* login: make user_new() and user_free() follow coding-styleDavid Herrmann2015-11-161-3/+4
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split out user/group/uid/gid calls into user-util.[ch]Lennart Poettering2015-10-261-0/+1
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-4/+5
* logind: switch to sd_bus_track helperDaniel Mack2015-08-051-38/+0
* logind: fail on CreateSession if already in sessionDavid Herrmann2015-07-071-2/+2
* logind: rework display counting when detecting whether the system is dockedLennart Poettering2015-06-171-7/+42
* everywhere: actually make use of DUAL_TIMESTAMP_NULL macroLennart Poettering2015-06-161-1/+1
* shared: add terminal-util.[ch]Ronny Chevalier2015-04-111-0/+1
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-3/+0
* logind: unify how we cast between uid_t and pointers for hashmap keysLennart Poettering2015-01-091-1/+1
* treewide: no need to negate errno for log_*_errno()Michal Schmidt2014-11-281-1/+1
* treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt2014-11-281-1/+1
* logind: add HandleLidSwitchDocked= option to logind.conf + documentationBen Wolsieffer2014-08-261-0/+22
* logind: Do not fail display count if a device has no parentMantas Mikulėnas2014-03-111-1/+1
* logind: small simplificationsZbigniew Jędrzejewski-Szmek2014-03-041-53/+25
* logind: ignore lid switch if more than 1 display is connectedLennart Poettering2014-03-031-2/+53
* logind: detect whether the system is docked, and if it is inhibit lid switch ...Lennart Poettering2014-02-241-0/+11
* logind: make VT numbers unsignedDavid Herrmann2013-11-281-6/+6
* logind: log which process is delaying suspend and not closing locksLennart Poettering2013-11-271-1/+1
* machined: keep track of the initial leader PID of a machineLennart Poettering2013-11-061-2/+2
* logind: port logind to libsystemd-busLennart Poettering2013-11-051-26/+17
* Move part of logind.c into a separate fileZbigniew Jędrzejewski-Szmek2013-09-261-0/+514