summaryrefslogtreecommitdiff
path: root/src/login
AgeCommit message (Expand)AuthorFilesLines
2015-05-18util: split all hostname related calls into hostname-util.cLennart Poettering1-0/+1
2015-05-05core: rework unit name validation and manipulation logicLennart Poettering1-4/+4
2015-04-29sd-bus: allow passing NULL as bus parameter to sd_bus_send()Lennart Poettering1-4/+4
2015-04-29sd-bus: drop bus parameter from message callback prototypeLennart Poettering8-131/+89
2015-04-24logind: kill newline characters from log_error_errno() callsDaniel Mack2-14/+14
2015-04-24logind: add support for /run/nologin and /run/systemd/shutdown/scheduledDaniel Mack3-0/+94
2015-04-24logind: add code for UTMP wall messagesDaniel Mack4-0/+234
2015-04-24logind: add .ScheduleShutdown and .CancelScheduledShutdown methodsDaniel Mack3-0/+144
2015-04-24logind: factor out polkit checksDaniel Mack1-28/+50
2015-04-24logind: make local functions staticDaniel Mack2-12/+7
2015-04-24logind: use sd_event timer source for inhibitor logicDaniel Mack3-57/+62
2015-04-24logind: drop unused argument from method_do_shutdown_or_sleep()Daniel Mack1-7/+0
2015-04-12pam_system: use (void) to silence coverityZbigniew Jędrzejewski-Szmek1-1/+1
2015-04-11shared: add terminal-util.[ch]Ronny Chevalier8-0/+8
2015-04-10shared: add process-util.[ch]Ronny Chevalier4-0/+4
2015-04-10shared: add formats-util.hRonny Chevalier11-0/+11
2015-04-07logind: drop "interactive" parameter from SetRebootToFirmwareSetup() bus callLennart Poettering1-4/+3
2015-04-07logind,systemctl: add reboot to EFI firmware supportJan Janssen3-0/+120
2015-04-07polkit: rename bus_verify_polkit() to bus_test_polkit() and make it strictly ...Lennart Poettering1-3/+3
2015-04-07util: rework cunescape(), improve error handlingLennart Poettering2-8/+7
2015-04-06util: rework rm_rf() logicLennart Poettering1-2/+3
2015-03-15logind: check return value of session_releaseZbigniew Jędrzejewski-Szmek3-10/+14
2015-03-13logind: explicitly ignore errors we can do nothing aboutZbigniew Jędrzejewski-Szmek1-3/+3
2015-03-13tree-wide: there is no ENOTSUP on linuxDavid Herrmann2-3/+3
2015-03-07login: fix copy-pasto in error pathZbigniew Jędrzejewski-Szmek1-1/+1
2015-03-06login: make hold-off timeout configurableDavid Herrmann5-5/+7
2015-03-03Do not advertise .d snippets over main config fileZbigniew Jędrzejewski-Szmek1-3/+4
2015-02-27user-sessions: move into own subdir and build independently of logindIvan Shapovalov1-80/+0
2015-02-24po: simplify one sentenceZbigniew Jędrzejewski-Szmek1-1/+1
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen25-59/+0
2015-02-21logind: fix a typo in a polkit descriptionPiotr Drąg1-1/+1
2015-02-18logind: open up most bus calls for unpriviliged processes, using PolicyKitLennart Poettering9-102/+188
2015-02-10logind: tell Coverity that we knowingly ignore mkdir()'s return valueLennart Poettering1-1/+1
2015-02-03util: rework strappenda(), and rename it strjoina()Lennart Poettering3-3/+3
2015-02-02remove unused variablesThomas Hindoe Paaboel Andersen1-3/+0
2015-01-28logind: handle closing sessions over daemon restartsMartin Pitt2-3/+22
2015-01-27logind: chown+chmod /run/user/$UID if mount(tmpfs) fails with EPERMChristian Seiler1-3/+19
2015-01-27logind: remove per-user runtime dir again if setup failsChristian Seiler1-3/+7
2015-01-22logind: fix sd_eviocrevoke ioctl callPeter Hutterer1-1/+1
2015-01-22tmpfiles: add 'a' type to set ACLsZbigniew Jędrzejewski-Szmek1-2/+0
2015-01-22Assorted format fixesZbigniew Jędrzejewski-Szmek3-4/+4
2015-01-18bus: use EUID over UID and fix unix-credsDavid Herrmann2-10/+10
2015-01-18logind: hide 'self' links if not availableDavid Herrmann3-9/+58
2015-01-14loginctl: fix misuse compound literalsLennart Poettering1-2/+11
2015-01-09loginctl: make session/user arguments optional for a number commands, and imp...Lennart Poettering1-13/+31
2015-01-09logind: unify how we cast between uid_t and pointers for hashmap keysLennart Poettering5-7/+7
2015-01-09logind: when a bus call is done on a session, user or seat, optionally determ...Lennart Poettering5-100/+182
2015-01-09logind: include "self" object links in dbus introspectionLennart Poettering3-0/+12
2015-01-09loginctl: make "loginctl session-status" without session ID show the caller's...Lennart Poettering1-14/+24
2015-01-08loginctl: port to generic verbs.h APILennart Poettering1-180/+143