Age | Commit message (Expand) | Author |
2014-09-01 | login: simplify controller handling | David Herrmann |
2014-08-31 | login: fix mem leak | Thomas Hindoe Paaboel Andersen |
2014-08-27 | login: fix memory-leak on DropController() | David Herrmann |
2014-08-26 | logind: add HandleLidSwitchDocked= option to logind.conf + documentation | Ben Wolsieffer |
2014-08-21 | notify: send STOPPING=1 from our daemons | Lennart Poettering |
2014-08-19 | hashmap: try to use the existing 64bit hash functions for dev_t if it is 64bit | Lennart Poettering |
2014-08-18 | bus-util: simplify bus_verify_polkit_async() a bit | Lennart Poettering |
2014-08-15 | Merge commit 'b39a2770ba55637da80e2e389222c59dbea73507' | Lennart Poettering |
2014-08-15 | sd-bus: add API to check if a client has privileges | Lennart Poettering |
2014-08-15 | sd-bus: Remove bus arg from bus_verify_polkit_async_registry_free() | Stef Walter |
2014-08-14 | logind: add new session type "web" for PAM web clients, such as cockpit | Lennart Poettering |
2014-08-13 | login: share VT-signal handler between sessions | David Herrmann |
2014-08-11 | login: set_controller should fail if prepare_vt fails | Olivier Brunel |
2014-08-04 | bus: always explicitly close bus from main programs | Lennart Poettering |
2014-08-03 | Unify parse_argv style | Zbigniew Jędrzejewski-Szmek |
2014-07-31 | Reject invalid quoted strings | Zbigniew Jędrzejewski-Szmek |
2014-07-29 | login: update systemd-user PAM configuration file | Kay Sievers |
2014-07-18 | Small modernizations | Zbigniew Jędrzejewski-Szmek |
2014-07-18 | Be more verbose when bind or listen fails | Zbigniew Jędrzejewski-Szmek |
2014-07-16 | Let config_parse open file where applicable | Zbigniew Jędrzejewski-Szmek |
2014-07-15 | Constify ConfigTableItem tables | Zbigniew Jędrzejewski-Szmek |
2014-07-15 | rules: uaccess - add ID_SOFTWARE_RADIO | Kay Sievers |
2014-07-15 | rules: consistently use "?*" instead of "*?" | Kay Sievers |
2014-07-08 | logind: allow switching to unused VTs via SwitchTo() | David Herrmann |
2014-07-02 | util: generalize is_localhost() and use it everywhere where applicable | Lennart Poettering |
2014-06-21 | pam_systemd: replace regex with sym file | Kay Sievers |
2014-06-21 | pam_systemd: rename source file to match the module | Kay Sievers |
2014-05-22 | logind: also escape external data when saving to /run | Lennart Poettering |
2014-05-19 | logind: fix Display property of user objects | Lennart Poettering |
2014-05-16 | logind: allow suspending if there are no displays | Mantas Mikulėnas |
2014-05-15 | logind: bring polkit policy for hibernate in line with suspend/poweroff/reboot | Lennart Poettering |
2014-05-15 | Remove unnecessary casts in printfs | Zbigniew Jędrzejewski-Szmek |
2014-05-15 | sd-bus: introduce sd_bus_slot objects encapsulating callbacks or vtables atta... | Lennart Poettering |
2014-05-13 | replace more dup() by F_DUPFD_CLOEXEC | Lennart Poettering |
2014-05-13 | pam_systemd: use F_DUPFD_CLOEXEC when dupping session fds | Lennart Poettering |
2014-04-23 | use new name DRAW_TREE_VERTICAL | Thomas Hindoe Paaboel Andersen |
2014-04-23 | login: rename session_mute_vt() to session_prepare_vt() | David Herrmann |
2014-04-23 | login: give session ownership of VT | Ray Strode |
2014-04-12 | Unify GREEDY_REALLOC and GREEDY_REALLOC_T | Zbigniew Jędrzejewski-Szmek |
2014-04-09 | login: add 'mir' to the list of session types | David Herrmann |
2014-04-05 | logind: remove one cast | Zbigniew Jędrzejewski-Szmek |
2014-04-02 | logind: don't print error if devices vanish during ACL-init | David Herrmann |
2014-03-24 | sd-event: rework API to support CLOCK_REALTIME_ALARM and CLOCK_BOOTTIME_ALARM... | Lennart Poettering |
2014-03-18 | util: replace close_nointr_nofail() by a more useful safe_close() | Lennart Poettering |
2014-03-17 | build-sys: move sd-login src/login → src/libsystemd/sd-login | Lennart Poettering |
2014-03-17 | sd-login: add calls that retrieve credentials of peers connected to AF_UNIX p... | Lennart Poettering |
2014-03-14 | logind: automatically remove SysV + POSIX IPC objects when the users owning t... | Lennart Poettering |
2014-03-12 | sd-login: add sd_machine_get_class() call | Lennart Poettering |
2014-03-11 | logind: move lid switch handling from logind-main to logind-core | Kay Sievers |
2014-03-11 | bus: replace sd_bus_label_{escape,unescape}() by new sd_bus_path_{encode,deco... | Lennart Poettering |