summaryrefslogtreecommitdiff
path: root/src/login/logind.c
AgeCommit message (Expand)Author
2016-09-16tree-wide: rename config_parse_many to …_nulstrZbigniew Jędrzejewski-Szmek
2016-08-18logind: update empty and "infinity" handling for [User]TasksMax (#3835)Tejun Heo
2016-07-22logind: change TasksMax= value for user logins to 33%Lennart Poettering
2016-06-14util: introduce physical_memory_scale() to unify how we scale by physical memoryLennart Poettering
2016-05-05logind: drop pointless UINT64_C() macro useLennart Poettering
2016-05-05logind: enforce a limit on inhibitors we hand outLennart Poettering
2016-05-05logind: process session/inhibitor fds at higher priorityLennart Poettering
2016-05-05logind: enforce a limit on current user sessionsLennart Poettering
2016-04-21build-sys: add --without-kill-user-processes configure optionZbigniew Jędrzejewski-Szmek
2016-04-21logind: flip KillUserProcesses to on by defaultZbigniew Jędrzejewski-Szmek
2016-04-21logind: reload config on SIGHUPZbigniew Jędrzejewski-Szmek
2016-03-01selinux: always try to load the full selinux dbZbigniew Jędrzejewski-Szmek
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack
2016-02-02logind: load SELinux labelling systemNicolas Iooss
2016-01-25logind,machined: bump TasksMax=Lennart Poettering
2015-11-27tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering
2015-11-17tree-wide: group include of libudev.h with sd-*Thomas Hindoe Paaboel Andersen
2015-11-16tree-wide: sort includesThomas Hindoe Paaboel Andersen
2015-11-16logind: change default to UserTasksMax= to 4096Lennart Poettering
2015-11-13logind: add a new UserTasksMax= setting to logind.confLennart Poettering
2015-11-10defs: rework CONF_DIRS_NULSTR() macroLennart Poettering
2015-11-09treewide: apply errno.cocciMichal Schmidt
2015-11-03util-lib: move CONF_DIRS_NULSTR definition to def.hLennart Poettering
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering
2015-10-27util-lib: introduce dirent-util.[ch] for directory entry callsLennart Poettering
2015-10-25util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering
2015-08-17Bug #944: Deletion of unnecessary checks before a few calls of systemd functionsMarkus Elfring
2015-08-06logind,machined: various smaller cleanupsLennart Poettering
2015-08-05logind: switch to sd_bus_track helperDaniel Mack
2015-06-25logind: fix delayed execution regressionDaniel Mack
2015-06-15everywhere: port everything to sigprocmask_many() and friendsLennart Poettering
2015-05-29util: split out signal-util.[ch] from util.[ch]Lennart Poettering
2015-05-27logind: prefix some calls to unlink with (void)Daniel Mack
2015-04-24logind: add support for /run/nologin and /run/systemd/shutdown/scheduledDaniel Mack
2015-04-24logind: add code for UTMP wall messagesDaniel Mack
2015-04-24logind: add .ScheduleShutdown and .CancelScheduledShutdown methodsDaniel Mack
2015-04-24logind: make local functions staticDaniel Mack
2015-04-24logind: use sd_event timer source for inhibitor logicDaniel Mack
2015-04-10shared: add formats-util.hRonny Chevalier
2015-03-06login: make hold-off timeout configurableDavid Herrmann
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen
2014-11-28treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt
2014-11-28treewide: yet more log_*_errno + return simplificationsMichal Schmidt
2014-11-28treewide: no need to negate errno for log_*_errno()Michal Schmidt
2014-11-28treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt
2014-11-26logind: Support logind.conf.d directories in the usual search pathsJosh Triplett
2014-09-19login: pause devices before acknowledging VT switchesDavid Herrmann
2014-09-15hashmap: introduce hash_ops to make struct Hashmap smallerMichal Schmidt
2014-08-26logind: add HandleLidSwitchDocked= option to logind.conf + documentationBen Wolsieffer