summaryrefslogtreecommitdiff
path: root/src/login
Commit message (Expand)AuthorAgeFilesLines
* login: fix copy-pasto in error pathZbigniew Jędrzejewski-Szmek2015-03-071-1/+1
* login: make hold-off timeout configurableDavid Herrmann2015-03-065-5/+7
* Do not advertise .d snippets over main config fileZbigniew Jędrzejewski-Szmek2015-03-031-3/+4
* user-sessions: move into own subdir and build independently of logindIvan Shapovalov2015-02-271-80/+0
* po: simplify one sentenceZbigniew Jędrzejewski-Szmek2015-02-241-1/+1
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-2325-59/+0
* logind: fix a typo in a polkit descriptionPiotr Drąg2015-02-211-1/+1
* logind: open up most bus calls for unpriviliged processes, using PolicyKitLennart Poettering2015-02-189-102/+188
* logind: tell Coverity that we knowingly ignore mkdir()'s return valueLennart Poettering2015-02-101-1/+1
* util: rework strappenda(), and rename it strjoina()Lennart Poettering2015-02-033-3/+3
* remove unused variablesThomas Hindoe Paaboel Andersen2015-02-021-3/+0
* logind: handle closing sessions over daemon restartsMartin Pitt2015-01-282-3/+22
* logind: chown+chmod /run/user/$UID if mount(tmpfs) fails with EPERMChristian Seiler2015-01-271-3/+19
* logind: remove per-user runtime dir again if setup failsChristian Seiler2015-01-271-3/+7
* logind: fix sd_eviocrevoke ioctl callPeter Hutterer2015-01-221-1/+1
* tmpfiles: add 'a' type to set ACLsZbigniew Jędrzejewski-Szmek2015-01-221-2/+0
* Assorted format fixesZbigniew Jędrzejewski-Szmek2015-01-223-4/+4
* bus: use EUID over UID and fix unix-credsDavid Herrmann2015-01-182-10/+10
* logind: hide 'self' links if not availableDavid Herrmann2015-01-183-9/+58
* loginctl: fix misuse compound literalsLennart Poettering2015-01-141-2/+11
* loginctl: make session/user arguments optional for a number commands, and imp...Lennart Poettering2015-01-091-13/+31
* logind: unify how we cast between uid_t and pointers for hashmap keysLennart Poettering2015-01-095-7/+7
* logind: when a bus call is done on a session, user or seat, optionally determ...Lennart Poettering2015-01-095-100/+182
* logind: include "self" object links in dbus introspectionLennart Poettering2015-01-093-0/+12
* loginctl: make "loginctl session-status" without session ID show the caller's...Lennart Poettering2015-01-091-14/+24
* loginctl: port to generic verbs.h APILennart Poettering2015-01-081-180/+143
* systemctl,loginctl: start polkit agent for all polkit enabled operationsLennart Poettering2015-01-081-1/+14
* loginctl: show the 10 most recent log user/session log lines in "loginctl use...Lennart Poettering2015-01-081-39/+98
* Remove "to allow" from policy messagesZbigniew Jędrzejewski-Szmek2015-01-011-10/+10
* machined: ignore spurious errorLennart Poettering2014-12-291-2/+3
* tmpfiles: add new line type 'v' for creating btrfs subvolumesLennart Poettering2014-12-281-1/+2
* loginctl: reindent --help textLennart Poettering2014-12-261-12/+12
* loginctl: add more --help sectionsLennart Poettering2014-12-261-3/+5
* pam_systemd: remove spurious include of <sys/capability.h>Filipe Brandenburger2014-12-251-1/+0
* logind: remove spurious include of <sys/capability.h>Filipe Brandenburger2014-12-254-4/+0
* sd-bus: rename sd_bus_open_system_container() to sd_bus_open_system_machine()Lennart Poettering2014-12-241-1/+1
* build-sys: move core/build.h → shared/build.hLennart Poettering2014-12-231-0/+24
* use correct format typesThomas Hindoe Paaboel Andersen2014-12-111-1/+1
* treewide: correct spacing near eol in code commentsTorstein Husebø2014-12-111-1/+1
* sd-bus: move common errors src/shared/bus-errors.h → src/libsystemd/sd-bus/...Lennart Poettering2014-12-103-3/+3
* tests: use assert_se instead of assertRonny Chevalier2014-11-301-9/+9
* delta: diff returns 1 when files differ, ignore thisZbigniew Jędrzejewski-Szmek2014-11-291-1/+1
* treewide: another round of simplificationsMichal Schmidt2014-11-282-8/+4
* treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt2014-11-287-22/+22
* treewide: yet more log_*_errno + return simplificationsMichal Schmidt2014-11-284-120/+60
* sd-bus: rename default bus address constants, they aren't "paths" but "addres...Lennart Poettering2014-11-281-2/+1
* treewide: no need to negate errno for log_*_errno()Michal Schmidt2014-11-2810-60/+60
* treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt2014-11-2810-60/+60
* log: fix order of log_unit_struct() to match other logging callsLennart Poettering2014-11-284-24/+26
* logind: Support logind.conf.d directories in the usual search pathsJosh Triplett2014-11-262-4/+8