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
*
battery-util: split out code that checks AC power state into its own .c/.h pair
Lennart Poettering
2023-06-05
1
-0
/
+1
*
logind-core: drop unneeded check for NULL
David Tardon
2023-04-27
1
-7
/
+3
*
src: changed instances of sd_bus_call_method() to bus_call_method() (#26819)
OMOJOLA JOSHUA
2023-03-15
1
-9
/
+2
*
conf: replace config_parse_many_nulstr() with config_parse_config_file()
Franck Bui
2023-03-13
1
-7
/
+3
*
tree-wide: use -EBADF for fd initialization
Zbigniew Jędrzejewski-Szmek
2022-12-19
1
-1
/
+1
*
tree-wide: use ASSERT_PTR more
David Tardon
2022-09-13
1
-5
/
+2
*
logind: add option to stop idle sessions after specified timeout
Michal Sekletar
2022-08-24
1
-0
/
+2
*
logind: downgrade message about /run/utmp missing to LOG_DEBUG
Lennart Poettering
2021-11-09
1
-1
/
+3
*
tree-wide: mark set-but-not-used variables as unused to make LLVM happy
Frantisek Sumsal
2021-09-15
1
-1
/
+1
*
logind: allow binding different operation to reboot key long presses
Yegor Alexeyev
2021-07-08
1
-3
/
+17
*
userdb: rename userdb lookup flags a bit
Lennart Poettering
2021-05-07
1
-2
/
+2
*
tree-wide: avoid uninitialized warning on _cleanup_ variables
Luca Boccassi
2021-04-14
1
-1
/
+1
*
sd-device: add sd_device_get_action() + sd_device_get_seqnum() + sd_device_ne...
Lennart Poettering
2021-02-18
1
-2
/
+2
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
tree-wide: assorted coccinelle fixes
Frantisek Sumsal
2020-10-09
1
-1
/
+2
*
login: downgrade log level if the error will be ignored
Yu Watanabe
2020-09-10
1
-2
/
+4
*
login: Add KEY_RESTART handling
Robert Marko
2020-09-09
1
-0
/
+4
*
tree-wide: define iterator inside of the macro
Zbigniew Jędrzejewski-Szmek
2020-09-08
1
-6
/
+3
*
logind: always check current tag list before using a device
Lennart Poettering
2020-09-01
1
-3
/
+5
*
tree-wide: drop pointless zero initialization (#16900)
fangxiuning
2020-08-29
1
-1
/
+1
*
Define _cleanup_ helper for setutxent()+endutxent()
Zbigniew Jędrzejewski-Szmek
2020-07-05
1
-16
/
+8
*
tree-wide: avoid some loaded terms
Lennart Poettering
2020-06-25
1
-4
/
+4
*
conf-parser: return mtime in config_parse() and friends
Lennart Poettering
2020-06-02
1
-5
/
+7
*
efi: cache LoaderEntries EFI variable
Lennart Poettering
2020-05-29
1
-0
/
+25
*
login: limit nr_inodes for /run/user/$UID
Topi Miettinen
2020-05-24
1
-0
/
+1
*
logind: avoid shadow lookups when doing userdb client side
Lennart Poettering
2020-04-09
1
-2
/
+2
*
logind: port to UserRecord object
Lennart Poettering
2020-01-15
1
-19
/
+20
*
logind: drop unused user_tasks_max field
Zbigniew Jędrzejewski-Szmek
2019-11-14
1
-1
/
+0
*
tree-wide: drop pwd.h and grp.h when user-util.h is included
Yu Watanabe
2019-11-03
1
-1
/
+0
*
logind: shorten code a bit
Zbigniew Jędrzejewski-Szmek
2019-09-16
1
-26
/
+7
*
logind: use newer ret var naming style
Zbigniew Jędrzejewski-Szmek
2019-09-16
1
-19
/
+19
*
logind: rework allocation/freeing of inhibitors
Lennart Poettering
2019-07-23
1
-12
/
+8
*
tree-wide: make use of errno_or_else() everywhere
Lennart Poettering
2019-07-11
1
-1
/
+2
*
tree-wide: code improvements suggested by Coccinelle
Frantisek Sumsal
2019-04-30
1
-2
/
+1
*
util: split out some stuff into a new file limits-util.[ch]
Lennart Poettering
2019-03-13
1
-0
/
+1
*
login: use device_is_in_action()
Yu Watanabe
2019-03-11
1
-6
/
+4
*
tree-wide: port various places over to STARTSWITH_SET()
Lennart Poettering
2018-11-26
1
-12
/
+5
*
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
[next]