summaryrefslogtreecommitdiff
path: root/src/login
Commit message (Expand)AuthorAgeFilesLines
* login: reshuffle meaning of require_active parameterLennart Poettering2012-09-121-2/+12
* logind: Avoid unnecesary rewrite of user file when switching sessions of the ...Colin Guthrie2012-09-121-1/+2
* logind: Ensure the user, seat and session files are updated when the session ...Colin Guthrie2012-09-121-0/+5
* logind: Add a two new variables to the user session tracking file.Colin Guthrie2012-09-122-2/+30
* logind: Properly list the ACTIVE_SEATS in the user session tracking file.Colin Guthrie2012-09-121-1/+3
* logind: If all user sessions are in closing state, set the overall status to ...Colin Guthrie2012-09-121-2/+7
* pam: Add session class to the debug log.Colin Guthrie2012-09-121-2/+2
* inhibit: close all fds when invoking inhibited toolLennart Poettering2012-09-101-2/+4
* dbus: minor coding style fixesLennart Poettering2012-09-101-12/+9
* Make systemd-inhibit --list workMatthias Clasen2012-09-101-2/+3
* journal: generate structured journal messages for a number of eventsLennart Poettering2012-09-033-7/+72
* login: check return of parse_pid and parse_uidLukas Nykryn2012-08-231-4/+10
* logind: use bus_method_call_with_reply() where posibleSimon Peeters2012-08-083-105/+42
* loginctl: use bus_method_call_with_reply() where posibleSimon Peeters2012-08-081-509/+144
* logind: add new loginctl lock-sessions commandLennart Poettering2012-07-292-0/+46
* logind: add LockSessions() call to lock all local sessions at onceLennart Poettering2012-07-291-0/+13
* login: lose policy a bit: allow user suspend unauthenticated when multiple se...Lennart Poettering2012-07-261-1/+1
* log.h: new log_oom() -> int -ENOMEM, use itShawn Landden2012-07-265-40/+21
* use "Out of memory." consistantly (or with "\n")Shawn Landden2012-07-255-10/+10
* uaccess: add ID_SECURITY_TOKEN device class for USB authentication keysKay Sievers2012-07-241-0/+3
* logind: fix operation precedence mix-upZbigniew Jędrzejewski-Szmek2012-07-221-1/+1
* use #pragma once instead of foo*foo #define guardsShawn Landden2012-07-196-24/+6
* unit: introduce %s specifier for the user shellLennart Poettering2012-07-162-5/+5
* journal: move Storage=auto stanza to right fileLennart Poettering2012-07-031-1/+0
* journald: add Storage= setting to control where the journal is storedLennart Poettering2012-07-021-0/+1
* logind: add PreparingForShutdown/PreparingForSleep propertiesLennart Poettering2012-06-291-0/+20
* man: document systemd-user-sessions.serviceLennart Poettering2012-06-251-3/+4
* login: wrap CanTTY and CanGraphical seat attributes in libsystemd-loginLennart Poettering2012-06-213-2/+24
* logind: introduce a state for session, being one of online, active, closingLennart Poettering2012-06-218-12/+99
* logind: expose CanGraphical and CanTTY properties on seat objectsLennart Poettering2012-06-214-7/+72
* login: initialize XDG_RUNTIME_DIR as /run/user/$UID instead of /run/user/$USERLennart Poettering2012-06-191-3/+1
* logind: more robust handling of VT-less systemsMichal Schmidt2012-06-151-0/+6
* logind: fix check for multiple sessionsMichal Schmidt2012-06-121-17/+10
* logind: punt duplicate definition of InhibitWhatMalte Starostik2012-06-041-1/+0
* logind: fix indentationLennart Poettering2012-06-011-5/+5
* logind: interpret the can_sleep return value properlyMatthias Clasen2012-06-011-2/+4
* logind: add new user state 'closing'Lennart Poettering2012-05-312-13/+24
* logind: properly clean up user cgroups when they run emptyLennart Poettering2012-05-314-12/+70
* mkdir: append _label to all mkdir() calls that explicitly set the selinux con...Kay Sievers2012-05-316-12/+12
* login: properly detect MIMO USB displaysLennart Poettering2012-05-313-25/+47
* build-sys: fix built with --disable-logindLennart Poettering2012-05-301-100/+12
* logind: rework button setting semanticsLennart Poettering2012-05-304-71/+116
* login: Use the GOTO properly in udev ruleTero Roponen2012-05-301-1/+1
* logind: add missing filesLennart Poettering2012-05-303-0/+366
* logind: optionally handle power, sleep and lid switch eventsLennart Poettering2012-05-307-28/+254
* logind: fix write out of user state fileLennart Poettering2012-05-221-23/+42
* login: minor typo fixLennart Poettering2012-05-211-1/+1
* logind: implement suspend/hibernate calls with inhibition logicLennart Poettering2012-05-087-189/+439
* logind: use "sleep" as generic term for "suspend", "hibernate", and later on ...Lennart Poettering2012-05-084-11/+11
* logind: fix test-inhibitLennart Poettering2012-05-081-5/+7