summaryrefslogtreecommitdiff
path: root/src/login
Commit message (Expand)AuthorAgeFilesLines
* logind: fix write out of user state fileLennart Poettering2012-05-221-23/+42
* login: minor typo fixLennart Poettering2012-05-211-1/+1
* logind: implement suspend/hibernate calls with inhibition logicLennart Poettering2012-05-087-189/+439
* logind: use "sleep" as generic term for "suspend", "hibernate", and later on ...Lennart Poettering2012-05-084-11/+11
* logind: fix test-inhibitLennart Poettering2012-05-081-5/+7
* util: split-out path-util.[ch]Kay Sievers2012-05-085-4/+8
* logind: fix memory leakFrederic Crozat2012-05-071-0/+1
* logind: implement delay inhibitor locks in addition to block inhibitor locksLennart Poettering2012-05-059-64/+612
* login: assing /dev/console logins to seat0Lennart Poettering2012-04-221-2/+11
* loginctl: avoid segfault for kill-session and kill-user commandsLennart Poettering2012-04-221-2/+2
* udev: replace util_create_path() with mkdir_parents()Kay Sievers2012-04-171-1/+1
* logind: remove redundant entries from logind's default controller lists tooLennart Poettering2012-04-161-0/+3
* systemctl: show main and control PID explicitly in cgroup-showLennart Poettering2012-04-163-16/+56
* cgls: don't show empty cgroups by defaultLennart Poettering2012-04-161-2/+2
* logind: hook up inhibit logic with idle hint logicLennart Poettering2012-04-164-3/+36
* logind: add shutdown/suspend/idle inhibition frameworkLennart Poettering2012-04-169-65/+1010
* udev: update some rulesKay Sievers2012-04-151-1/+1
* update .gitignoreKay Sievers2012-04-131-3/+4
* logind: explicitly check for /dev/tty0Lennart Poettering2012-04-131-6/+8
* relicense to LGPLv2.1 (with exceptions)Lennart Poettering2012-04-1233-114/+114
* polkit: temporarily spawn of a polkit agent in terminals for possibly authent...Lennart Poettering2012-04-111-3/+28
* put acl.la in 'if HAVE_ACL' and rename acl.[ch] to acl-util.[ch]Kay Sievers2012-04-111-1/+1
* rename basic.la to shared.la and put selinux deps in shared-selinx.laKay Sievers2012-04-105-0/+5
* util: move ACL code into internal libraryKay Sievers2012-04-101-1/+1
* util: move all to shared/ and split external dependencies in separate interna...Kay Sievers2012-04-102-0/+2
* udev: convert 'uaccess' to a builtinKay Sievers2012-04-092-2/+2
* logind: log with AUTH facilityLennart Poettering2012-04-031-0/+1
* rename /etc/systemd/systemd-{login,journal}d.conf to {login,journal}d.confKay Sievers2012-03-302-2/+2
* man: minor typo in reference to manual pageElan Ruusamäe2012-03-261-1/+1
* logind: close FIFO before ending sessions cleanlyLennart Poettering2012-03-222-3/+98
* logind: extend comment about X11 socket symlinkLennart Poettering2012-03-221-0/+4
* login: tag the Mimo 720 ID_AUTOSEATShawn Landden2012-03-121-0/+3
* login: introduce sd_session_get_display()Lennart Poettering2012-02-153-1/+10
* login: add new sd_session_get_type() and sd_session_get_class API callsLennart Poettering2012-02-143-28/+32
* login: track login class (i.e. one of "user", "greeter", "lock-screen") for e...Lennart Poettering2012-02-146-5/+76
* sd-login: if NULL or 0 is passed as first parameter of the sd_xxx functions, ...Lennart Poettering2012-02-132-37/+77
* logind: introduce CanReboot/CanPowerOff bus callsLennart Poettering2012-02-112-24/+97
* logind: make seat device management accessible to normal users/via polkitLennart Poettering2012-02-101-0/+8
* logind: Allow PowerOff/Reboot in default contextBenjamin Franzke2012-02-101-0/+8
* logind: Terminate bus_login_session_user_propertiesBenjamin Franzke2012-02-071-0/+1
* logind: fix introspection dataLennart Poettering2012-02-071-3/+3
* logind: introduce ActivateSessionOnSeat()Lennart Poettering2012-02-072-0/+43
* cgroup: when getting cgroup empty notifications, always search up the treeLennart Poettering2012-02-031-5/+11
* logind: add GetSessionByPID() bus callLennart Poettering2012-02-012-0/+42
* logind: if we have to stop a session, kill at least its leaderLennart Poettering2012-01-313-10/+63
* login: lock down input devices on extra seatsRay Strode2012-01-311-0/+5
* logind: make sure we create /var/lib/systemd before using itLennart Poettering2012-01-271-0/+2
* login: fix multi-seat checkLennart Poettering2012-01-241-1/+1
* login: extend comments in multi-seat-xLennart Poettering2012-01-241-0/+3
* login: add multi-session X wrapperLennart Poettering2012-01-231-0/+187