index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
login
/
logind-core.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
logind: make sure that if we can't figure out whether we are on AC we presume...
Lennart Poettering
2018-11-16
1
-5
/
+3
*
logind: expose a boolean on the bus explaining whether logind thinks the lid ...
Lennart Poettering
2018-11-16
1
-0
/
+11
*
logind: fix compilation without utmp (#10674)
Steven Allen
2018-11-07
1
-1
/
+1
*
login: use log_device_*()
Yu Watanabe
2018-10-23
1
-1
/
+1
*
tree-wide: replace 'unsigned int' with 'unsigned'
Yu Watanabe
2018-10-19
1
-3
/
+3
*
logind: add a RequiresMountsFor= dependency from the session scope unit to th...
Lennart Poettering
2018-10-13
1
-6
/
+18
*
logind: optionally watch utmp for login data
Lennart Poettering
2018-10-13
1
-0
/
+143
*
logind: add hashtable for finding session by leader PID
Lennart Poettering
2018-10-13
1
-6
/
+9
*
logind: optionally, keep the user@.service instance for eached logged in user...
Lennart Poettering
2018-10-13
1
-0
/
+2
*
logind: rework Seat/Session/User object allocation and freeing a bit
Lennart Poettering
2018-10-13
1
-6
/
+8
*
logind: fix blacklist/whitelist confusion in comment (#10165)
Lennart Poettering
2018-09-25
1
-6
/
+4
*
tree-wide: drop unnecessary initializations
Yu Watanabe
2018-09-23
1
-1
/
+1
*
tree-wide: use streq() instead of streq_ptr()
Yu Watanabe
2018-09-23
1
-6
/
+6
*
tree-wide: replace device_enumerator_scan_devices()+FOREACH_DEVICE_AND_SUBSYS...
Yu Watanabe
2018-09-10
1
-6
/
+2
*
logind: replace udev_device by sd_device
Yu Watanabe
2018-08-22
1
-47
/
+54
*
Merge pull request #9783 from poettering/get-user-creds-flags
Zbigniew Jędrzejewski-Szmek
2018-08-21
1
-1
/
+1
|
\
|
*
user-util: rework get_user_creds()
Lennart Poettering
2018-08-20
1
-1
/
+1
*
|
tree-wide: shorten error logging a bit
Yu Watanabe
2018-08-07
1
-2
/
+2
|
/
*
tree-wide: remove Lennart's copyright lines
Lennart Poettering
2018-06-14
1
-3
/
+0
*
tree-wide: drop 'This file is part of systemd' blurb
Lennart Poettering
2018-06-14
1
-2
/
+0
*
logind: modernize Manager object allocation and freeing
Lennart Poettering
2018-04-27
1
-0
/
+2
*
Merge pull request #7599 from keszybz/slice-templates
Lennart Poettering
2018-04-26
1
-0
/
+43
|
\
|
*
logind: move two functions to logind_core utility lib
Zbigniew Jędrzejewski-Szmek
2018-04-24
1
-0
/
+43
*
|
tree-wide: drop redundant _cleanup_ macros (#8810)
Lennart Poettering
2018-04-25
1
-2
/
+2
|
/
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
*
logind: rework manager_get_{user|session}_by_pid() a bit
Lennart Poettering
2018-03-21
1
-10
/
+23
*
logind: trivial improvements
Lennart Poettering
2018-02-26
1
-0
/
+3
*
Suspend on lid close based on power status. (#8016)
Simon Fowler
2018-02-09
1
-0
/
+31
*
log: minimize includes in log.h
Lennart Poettering
2018-01-11
1
-0
/
+1
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
*
logind: use pid_is_valid() where appropriate
Alan Jenkins
2017-10-04
1
-2
/
+2
*
logind: VT_GETSTATE "cannot return state for more than 16 VTs" (#6625)
Alan Jenkins
2017-08-30
1
-0
/
+40
*
logind: filter out input devices that have none of the keys/switche we care a...
Lennart Poettering
2017-06-27
1
-1
/
+5
*
treewide: fix typos
Torstein Husebø
2016-07-04
1
-1
/
+1
*
logind: make KillOnlyUsers override KillUserProcesses
Zbigniew Jędrzejewski-Szmek
2016-04-21
1
-6
/
+3
*
logind: reload config on SIGHUP
Zbigniew Jędrzejewski-Szmek
2016-04-21
1
-0
/
+3
*
tree-wide: remove Emacs lines from all files
Daniel Mack
2016-02-10
1
-2
/
+0
*
tree-wide: check if errno is greater then zero
Zbigniew Jędrzejewski-Szmek
2016-01-13
1
-1
/
+1
*
tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easy
Lennart Poettering
2015-11-27
1
-1
/
+1
*
tree-wide: sort includes
Thomas Hindoe Paaboel Andersen
2015-11-16
1
-2
/
+2
*
login: make user_new() and user_free() follow coding-style
David Herrmann
2015-11-16
1
-3
/
+4
*
util-lib: split out allocation calls into alloc-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: split out user/group/uid/gid calls into user-util.[ch]
Lennart Poettering
2015-10-26
1
-0
/
+1
*
util-lib: split out fd-related operations into fd-util.[ch]
Lennart Poettering
2015-10-25
1
-4
/
+5
*
logind: switch to sd_bus_track helper
Daniel Mack
2015-08-05
1
-38
/
+0
*
logind: fail on CreateSession if already in session
David Herrmann
2015-07-07
1
-2
/
+2
*
logind: rework display counting when detecting whether the system is docked
Lennart Poettering
2015-06-17
1
-7
/
+42
*
everywhere: actually make use of DUAL_TIMESTAMP_NULL macro
Lennart Poettering
2015-06-16
1
-1
/
+1
*
shared: add terminal-util.[ch]
Ronny Chevalier
2015-04-11
1
-0
/
+1
*
remove unused includes
Thomas Hindoe Paaboel Andersen
2015-02-23
1
-3
/
+0
[next]