summaryrefslogtreecommitdiff
path: root/src/login
AgeCommit message (Expand)AuthorFilesLines
2014-10-09logind: mount per-user tmpfs with 'smackfsroot=*' for smack enabled systemsLukasz Skalski1-1/+7
2014-09-27logind: add support for TPS65217 Power ButtonKoen Kooi1-0/+1
2014-09-23Silence some "unchecked return-value" warningsDavid Herrmann1-1/+5
2014-09-22logind: add support for Triton2 Power ButtonZbigniew Jędrzejewski-Szmek1-0/+1
2014-09-19login: pause devices before acknowledging VT switchesDavid Herrmann3-2/+24
2014-09-17logind: fix typoRonny Chevalier1-1/+1
2014-09-15hashmap: introduce hash_ops to make struct Hashmap smallerMichal Schmidt3-11/+11
2014-09-01login: simplify controller handlingDavid Herrmann1-27/+28
2014-08-31login: fix mem leakThomas Hindoe Paaboel Andersen1-1/+3
2014-08-27login: fix memory-leak on DropController()David Herrmann1-2/+4
2014-08-26logind: add HandleLidSwitchDocked= option to logind.conf + documentationBen Wolsieffer8-22/+48
2014-08-21notify: send STOPPING=1 from our daemonsLennart Poettering1-0/+1
2014-08-19hashmap: try to use the existing 64bit hash functions for dev_t if it is 64bitLennart Poettering1-15/+0
2014-08-18bus-util: simplify bus_verify_polkit_async() a bitLennart Poettering1-35/+29
2014-08-15Merge commit 'b39a2770ba55637da80e2e389222c59dbea73507'Lennart Poettering1-1/+1
2014-08-15sd-bus: add API to check if a client has privilegesLennart Poettering1-7/+10
2014-08-15sd-bus: Remove bus arg from bus_verify_polkit_async_registry_free()Stef Walter1-1/+1
2014-08-14logind: add new session type "web" for PAM web clients, such as cockpitLennart Poettering3-4/+19
2014-08-13login: share VT-signal handler between sessionsDavid Herrmann3-25/+71
2014-08-11login: set_controller should fail if prepare_vt failsOlivier Brunel2-14/+31
2014-08-04bus: always explicitly close bus from main programsLennart Poettering3-4/+4
2014-08-03Unify parse_argv styleZbigniew Jędrzejewski-Szmek2-18/+12
2014-07-31Reject invalid quoted stringsZbigniew Jędrzejewski-Szmek1-9/+9
2014-07-29login: update systemd-user PAM configuration fileKay Sievers1-7/+5
2014-07-18Small modernizationsZbigniew Jędrzejewski-Szmek2-2/+2
2014-07-18Be more verbose when bind or listen failsZbigniew Jędrzejewski-Szmek1-1/+4
2014-07-16Let config_parse open file where applicableZbigniew Jędrzejewski-Szmek1-19/+4
2014-07-15Constify ConfigTableItem tablesZbigniew Jędrzejewski-Szmek1-1/+1
2014-07-15rules: uaccess - add ID_SOFTWARE_RADIOKay Sievers1-0/+3
2014-07-15rules: consistently use "?*" instead of "*?"Kay Sievers1-6/+6
2014-07-08logind: allow switching to unused VTs via SwitchTo()David Herrmann1-1/+6
2014-07-02util: generalize is_localhost() and use it everywhere where applicableLennart Poettering1-3/+1
2014-06-21pam_systemd: replace regex with sym fileKay Sievers1-0/+15
2014-06-21pam_systemd: rename source file to match the moduleKay Sievers1-0/+0
2014-05-22logind: also escape external data when saving to /runLennart Poettering1-9/+45
2014-05-19logind: fix Display property of user objectsLennart Poettering5-3/+47
2014-05-16logind: allow suspending if there are no displaysMantas Mikulėnas1-5/+3
2014-05-15logind: bring polkit policy for hibernate in line with suspend/poweroff/rebootLennart Poettering1-1/+1
2014-05-15Remove unnecessary casts in printfsZbigniew Jędrzejewski-Szmek10-35/+35
2014-05-15sd-bus: introduce sd_bus_slot objects encapsulating callbacks or vtables atta...Lennart Poettering4-10/+15
2014-05-13replace more dup() by F_DUPFD_CLOEXECLennart Poettering1-1/+1
2014-05-13pam_systemd: use F_DUPFD_CLOEXEC when dupping session fdsLennart Poettering1-1/+1
2014-04-23use new name DRAW_TREE_VERTICALThomas Hindoe Paaboel Andersen1-2/+2
2014-04-23login: rename session_mute_vt() to session_prepare_vt()David Herrmann2-3/+3
2014-04-23login: give session ownership of VTRay Strode1-0/+6
2014-04-12Unify GREEDY_REALLOC and GREEDY_REALLOC_TZbigniew Jędrzejewski-Szmek1-1/+1
2014-04-09login: add 'mir' to the list of session typesDavid Herrmann2-0/+2
2014-04-05logind: remove one castZbigniew Jędrzejewski-Szmek1-2/+2
2014-04-02logind: don't print error if devices vanish during ACL-initDavid Herrmann1-1/+3
2014-03-24sd-event: rework API to support CLOCK_REALTIME_ALARM and CLOCK_BOOTTIME_ALARM...Lennart Poettering3-3/+17