Age | Commit message (Expand) | Author |
2015-02-18 | logind: open up most bus calls for unpriviliged processes, using PolicyKit | Lennart Poettering |
2015-02-10 | logind: tell Coverity that we knowingly ignore mkdir()'s return value | Lennart Poettering |
2015-02-03 | util: rework strappenda(), and rename it strjoina() | Lennart Poettering |
2015-02-02 | remove unused variables | Thomas Hindoe Paaboel Andersen |
2015-01-28 | logind: handle closing sessions over daemon restarts | Martin Pitt |
2015-01-27 | logind: chown+chmod /run/user/$UID if mount(tmpfs) fails with EPERM | Christian Seiler |
2015-01-27 | logind: remove per-user runtime dir again if setup fails | Christian Seiler |
2015-01-22 | logind: fix sd_eviocrevoke ioctl call | Peter Hutterer |
2015-01-22 | tmpfiles: add 'a' type to set ACLs | Zbigniew Jędrzejewski-Szmek |
2015-01-22 | Assorted format fixes | Zbigniew Jędrzejewski-Szmek |
2015-01-18 | bus: use EUID over UID and fix unix-creds | David Herrmann |
2015-01-18 | logind: hide 'self' links if not available | David Herrmann |
2015-01-14 | loginctl: fix misuse compound literals | Lennart Poettering |
2015-01-09 | loginctl: make session/user arguments optional for a number commands, and imp... | Lennart Poettering |
2015-01-09 | logind: unify how we cast between uid_t and pointers for hashmap keys | Lennart Poettering |
2015-01-09 | logind: when a bus call is done on a session, user or seat, optionally determ... | Lennart Poettering |
2015-01-09 | logind: include "self" object links in dbus introspection | Lennart Poettering |
2015-01-09 | loginctl: make "loginctl session-status" without session ID show the caller's... | Lennart Poettering |
2015-01-08 | loginctl: port to generic verbs.h API | Lennart Poettering |
2015-01-08 | systemctl,loginctl: start polkit agent for all polkit enabled operations | Lennart Poettering |
2015-01-08 | loginctl: show the 10 most recent log user/session log lines in "loginctl use... | Lennart Poettering |
2015-01-01 | Remove "to allow" from policy messages | Zbigniew Jędrzejewski-Szmek |
2014-12-29 | machined: ignore spurious error | Lennart Poettering |
2014-12-28 | tmpfiles: add new line type 'v' for creating btrfs subvolumes | Lennart Poettering |
2014-12-26 | loginctl: reindent --help text | Lennart Poettering |
2014-12-26 | loginctl: add more --help sections | Lennart Poettering |
2014-12-25 | pam_systemd: remove spurious include of <sys/capability.h> | Filipe Brandenburger |
2014-12-25 | logind: remove spurious include of <sys/capability.h> | Filipe Brandenburger |
2014-12-24 | sd-bus: rename sd_bus_open_system_container() to sd_bus_open_system_machine() | Lennart Poettering |
2014-12-23 | build-sys: move core/build.h → shared/build.h | Lennart Poettering |
2014-12-11 | use correct format types | Thomas Hindoe Paaboel Andersen |
2014-12-11 | treewide: correct spacing near eol in code comments | Torstein Husebø |
2014-12-10 | sd-bus: move common errors src/shared/bus-errors.h → src/libsystemd/sd-bus/... | Lennart Poettering |
2014-11-30 | tests: use assert_se instead of assert | Ronny Chevalier |
2014-11-29 | delta: diff returns 1 when files differ, ignore this | Zbigniew Jędrzejewski-Szmek |
2014-11-28 | treewide: another round of simplifications | Michal Schmidt |
2014-11-28 | treewide: use log_*_errno whenever %m is in the format string | Michal Schmidt |
2014-11-28 | treewide: yet more log_*_errno + return simplifications | Michal Schmidt |
2014-11-28 | sd-bus: rename default bus address constants, they aren't "paths" but "addres... | Lennart Poettering |
2014-11-28 | treewide: no need to negate errno for log_*_errno() | Michal Schmidt |
2014-11-28 | treewide: auto-convert the simple cases to log_*_errno() | Michal Schmidt |
2014-11-28 | log: fix order of log_unit_struct() to match other logging calls | Lennart Poettering |
2014-11-26 | logind: Support logind.conf.d directories in the usual search paths | Josh Triplett |
2014-11-15 | pam_systemd: remove unused null check | Thomas Hindoe Paaboel Andersen |
2014-11-13 | sd-bus: sync with kdbus upstream (ABI break) | Daniel Mack |
2014-11-10 | busctl: add "tree" command to explore object trees | Lennart Poettering |
2014-11-10 | inhibit: allow filtering --list by mode | Mantas Mikulėnas |
2014-10-28 | login: remove multi-seat-x | Timofey Titovets |
2014-10-23 | mac: also rename use_{smack,selinux,apparmor}() calls so that they share the ... | Lennart Poettering |
2014-10-23 | mac: rename apis with mac_{selinux/smack}_ prefix | WaLyong Cho |