summaryrefslogtreecommitdiff
path: root/src/login
AgeCommit message (Expand)AuthorFilesLines
2013-02-14honor SELinux labels, when creating and writing config filesHarald Hoyer7-1/+10
2013-02-13Revert "log_error() if inotify_add_watch() fails"Lennart Poettering1-3/+0
2013-02-13log_error() if inotify_add_watch() failsHarald Hoyer1-0/+3
2013-02-13use strneq instead of strncmpThomas Hindoe Paaboel Andersen2-8/+8
2013-02-11logind: Allow active sessions to always shutdown by defaultAdel Gadllah1-1/+1
2013-02-09logind: rename "seat-master" tag to "master-of-seat"Lennart Poettering3-4/+4
2013-01-27logind: add MESSAGE_IDs to interesting eventsZbigniew Jędrzejewski-Szmek1-5/+21
2013-01-25logind: rework delay inhibition logicLennart Poettering4-113/+133
2013-01-25loginctl: don't show [UACCESS] info in device treeLennart Poettering1-4/+3
2013-01-24loginctl: show seat master and uaccess devices in seat-status outputLennart Poettering1-2/+7
2013-01-24logind: add UnlockSessions() clal to complement LockSessions()Lennart Poettering2-3/+10
2013-01-24logind: send Resumed() signal after we come back from suspend/hibernate/hybri...Lennart Poettering2-8/+17
2013-01-24logind: only allow one shutdown/sleep action to be queued at the same timeLennart Poettering4-13/+67
2013-01-16systemctl,loginctl,cgls: do not ellipsize cgroup members when --full is speci...Lukas Nykryn1-3/+21
2013-01-15logind: remove unused variableMichal Sekletar1-2/+1
2013-01-15login: introduce sd_session_get_tty()Lennart Poettering2-0/+9
2013-01-14logind: ignore non-tty/non-x11 session when checking if there are other sessi...Lennart Poettering1-2/+5
2013-01-07logind: Capability of making seats without framebuffer devicesOleg Samarin2-11/+3
2013-01-04build-sys: drop all distribution specfic checksLennart Poettering2-2/+0
2012-12-31polkit: add "imply" rules to a number of polkit actionsLennart Poettering1-0/+14
2012-12-24pam_systemd: new option for the session classMatthew Monaco1-2/+10
2012-12-24logind: don't allow suspending/hibernating if the kernel doesn't support itLennart Poettering1-0/+17
2012-12-24logind: add support for automatic suspend/hibernate/shutdown on idleLennart Poettering10-145/+387
2012-12-24pam: properly handle SSH logins lacking the PAM tty fieldLennart Poettering1-5/+14
2012-12-18logind: allow HybridSleep methods in default DBus contextMantas Mikulėnas1-0/+8
2012-11-23time-util: also rename FORMAT_TIMESTAMP_PRETTY → _MAXLennart Poettering1-2/+2
2012-11-23util: rename format_timestamp_pretty() to format_timestamp_relative() because...Lennart Poettering1-2/+2
2012-11-20dbus-common: Add helper method to handle no-reply messagesColin Walters1-2/+2
2012-11-12util: nicer tree drawingsMichal Schmidt1-5/+5
2012-11-12enable localization for common *ctl commandsDave Reisner1-0/+2
2012-11-02util : fallback to plain ASCII drawing if locale is not UTF-8Michal Schmidt1-3/+5
2012-10-30logind: it's OK if a process on an pty requests a session for seat0Lennart Poettering1-2/+1
2012-10-30logind: unify all session lock loopLennart Poettering4-21/+28
2012-10-28login: trivial grammar fixZbigniew Jędrzejewski-Szmek1-1/+1
2012-10-28logind: add 'lock' as possible choice for handling hw keysLennart Poettering2-1/+19
2012-10-28logind: support for hybrid sleep (i.e. suspend+hibernate at the same time)Lennart Poettering3-17/+74
2012-10-19util: unify usage of on_tty() in util.cLennart Poettering1-17/+0
2012-10-17loginctl: show pager also for status commandLennart Poettering1-2/+1
2012-10-17timedatectl: introduce new command line client for timedatedLennart Poettering1-30/+26
2012-10-16logind: only release logind session from the PAM module if the same module in...Lennart Poettering2-4/+21
2012-10-13log: introduce a macro to format message idZbigniew Jędrzejewski-Szmek3-6/+5
2012-10-09logind: expose missing signals in Session bus objectsLennart Poettering1-0/+2
2012-10-03man: handle-sleep-key is invalid, replace it with handle-suspend-key and hand...Сковорода Никита Андреевич1-1/+2
2012-10-01pam: check environ[] for XDG_SEAT as fallbackLennart Poettering1-0/+8
2012-09-21multi-seat-x: drop a lot of unnecessary codeLennart Poettering1-88/+6
2012-09-21pam: document that we don't do error checking when parsing vtnrLennart Poettering1-0/+1
2012-09-21login: missing break for getopt ARG_NO_ASK_PASSWORD in loginctlLukas Nykryn1-0/+1
2012-09-21login: check return value of session_get_idle_hintVáclav Pavlín1-1/+5
2012-09-21logind: check return value, log warning on errorVáclav Pavlín2-2/+6
2012-09-21multi-seat-x: drop framebuffer specific stuff, as we have a DRM driver nowDave Airlie1-7/+1