Age | Commit message (Expand) | Author |
2015-07-21 | logind: fix write_string_file() fallout | Daniel Mack |
2015-07-16 | logind: never select closing sessions for a VT | David Herrmann |
2015-07-16 | logind: prefer new sessions over older ones on VT switches | David Herrmann |
2015-07-11 | logind: bring bus policy up-to-date | Lennart Poettering |
2015-07-10 | logind: rename 'pos' to 'position' | David Herrmann |
2015-07-10 | logind: allow greeters to take over VTs | David Herrmann |
2015-07-08 | Merge pull request #516 from utezduyar/consistent-get-callback-return | Lennart Poettering |
2015-07-08 | Merge pull request #500 from zonque/fileio | Lennart Poettering |
2015-07-08 | property callback returns are consistent | Umut Tezduyar Lindskog |
2015-07-07 | logind: fail on CreateSession if already in session | David Herrmann |
2015-07-07 | logind: allow sessions to share a VT if it's a greeter | David Herrmann |
2015-07-06 | Merge pull request #502 from keszybz/login-small-cleanup | Daniel Mack |
2015-07-06 | treewide: fix typos of let's | Zbigniew Jędrzejewski-Szmek |
2015-07-06 | login: use normal comparison to zero for integers | Zbigniew Jędrzejewski-Szmek |
2015-07-06 | fileio: consolidate write_string_file*() | Daniel Mack |
2015-07-06 | treewide: fix typos | Torstein Husebø |
2015-07-05 | login: simplify assignment | Zbigniew Jędrzejewski-Szmek |
2015-07-03 | sd-bus: introduce new sd_bus_flush_close_unref() call | Lennart Poettering |
2015-07-02 | login: add rule for qemu's pci-bridge-seat | Gerd Hoffmann |
2015-07-01 | login: re-use VT-sessions if they already exist | David Herrmann |
2015-06-25 | logind: fix delayed execution regression | Daniel Mack |
2015-06-21 | pam_systemd: Properly check kdbus availability | Jan Alexander Steffens (heftig) |
2015-06-17 | Merge pull request #265 from smcv/logind-runtimedir-race-write-earlier | Lennart Poettering |
2015-06-17 | Merge pull request #263 from kaysievers/wip | Kay Sievers |
2015-06-17 | Merge pull request #259 from poettering/logind-label-fix | Tom Gundersen |
2015-06-17 | logind: save /run/systemd/users/UID before starting user@.service | Simon McVittie |
2015-06-17 | turn kdbus support into a runtime option | Kay Sievers |
2015-06-17 | logind: apply selinux label to XDG_RUNTIME_DIR | Lennart Poettering |
2015-06-17 | logind: rework display counting when detecting whether the system is docked | Lennart Poettering |
2015-06-16 | Merge pull request #218 from poettering/dual-timestamp-null | Daniel Mack |
2015-06-16 | Merge pull request #219 from poettering/logind-docked | Daniel Mack |
2015-06-16 | logind: cast close() call to (void) | Lennart Poettering |
2015-06-16 | logind: expose "Docked" bool as property on the bus | Lennart Poettering |
2015-06-16 | everywhere: actually make use of DUAL_TIMESTAMP_NULL macro | Lennart Poettering |
2015-06-15 | everywhere: port everything to sigprocmask_many() and friends | Lennart Poettering |
2015-06-15 | Merge pull request #180 from ronnychevalier/rc/coverity_cid_1304686 | Lennart Poettering |
2015-06-15 | login: fix potential null pointer dereference | Ronny Chevalier |
2015-06-14 | tree-wide: fix memory leaks in users of bus_map_all_properties() | David Herrmann |
2015-06-11 | build-sys: split internal basic/ library from shared/ | Kay Sievers |
2015-06-10 | logind,sd-event: drop spurious new-lines | Lennart Poettering |
2015-06-10 | tree-wide: whenever we fork off a foreign child process reset signal mask/han... | Lennart Poettering |
2015-06-05 | logind: Fix user_elect_display() to be more stable | Philip Withnall |
2015-06-04 | Merge pull request #58 from pwithnall/wip/pwithnall/user-active-on-vt-switch | David Herrmann |
2015-06-04 | Merge pull request #57 from pwithnall/wip/pwithnall/udev-virtualbox-rules | David Herrmann |
2015-06-02 | logind: Add a udev rule to tag all DRM cards with master-of-seat | Philip Withnall |
2015-06-02 | logind: Save the user’s state when a session enters SESSION_ACTIVE | Philip Withnall |
2015-05-29 | util: split out signal-util.[ch] from util.[ch] | Lennart Poettering |
2015-05-29 | path-util: Change path_is_mount_point() symlink arg from bool to flags | Martin Pitt |
2015-05-27 | logind: prefix some calls to unlink with (void) | Daniel Mack |
2015-05-27 | logind: unlink /run/nologin when shutdown is cancelled | Daniel Mack |