summaryrefslogtreecommitdiff
path: root/src/login
Commit message (Expand)AuthorAgeFilesLines
* 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
* pam_systemd: remove unused null checkThomas Hindoe Paaboel Andersen2014-11-151-1/+1
* sd-bus: sync with kdbus upstream (ABI break)Daniel Mack2014-11-131-1/+1
* busctl: add "tree" command to explore object treesLennart Poettering2014-11-101-1/+1
* inhibit: allow filtering --list by modeMantas Mikulėnas2014-11-101-1/+7
* login: remove multi-seat-xTimofey Titovets2014-10-281-108/+0
* mac: also rename use_{smack,selinux,apparmor}() calls so that they share the ...Lennart Poettering2014-10-231-1/+1
* mac: rename apis with mac_{selinux/smack}_ prefixWaLyong Cho2014-10-231-1/+1
* logind: mount per-user tmpfs with 'smackfsroot=*' for smack enabled systemsLukasz Skalski2014-10-091-1/+7
* logind: add support for TPS65217 Power ButtonKoen Kooi2014-09-271-0/+1
* Silence some "unchecked return-value" warningsDavid Herrmann2014-09-231-1/+5
* logind: add support for Triton2 Power ButtonZbigniew Jędrzejewski-Szmek2014-09-221-0/+1
* login: pause devices before acknowledging VT switchesDavid Herrmann2014-09-193-2/+24
* logind: fix typoRonny Chevalier2014-09-171-1/+1
* hashmap: introduce hash_ops to make struct Hashmap smallerMichal Schmidt2014-09-153-11/+11
* login: simplify controller handlingDavid Herrmann2014-09-011-27/+28
* login: fix mem leakThomas Hindoe Paaboel Andersen2014-08-311-1/+3
* login: fix memory-leak on DropController()David Herrmann2014-08-271-2/+4
* logind: add HandleLidSwitchDocked= option to logind.conf + documentationBen Wolsieffer2014-08-268-22/+48
* notify: send STOPPING=1 from our daemonsLennart Poettering2014-08-211-0/+1
* hashmap: try to use the existing 64bit hash functions for dev_t if it is 64bitLennart Poettering2014-08-191-15/+0
* bus-util: simplify bus_verify_polkit_async() a bitLennart Poettering2014-08-181-35/+29
* Merge commit 'b39a2770ba55637da80e2e389222c59dbea73507'Lennart Poettering2014-08-151-1/+1
|\