summaryrefslogtreecommitdiff
path: root/src/login
AgeCommit message (Expand)AuthorFilesLines
2013-07-15build-sys: discover the path to kexec during build timeZbigniew Jędrzejewski-Szmek1-1/+1
2013-07-11loginctl: suppress cgroup tree output if cgroup is emptyLennart Poettering1-5/+12
2013-07-11loginctl: restore cgroup display for status outputLennart Poettering1-56/+79
2013-07-10user-sessions: rely on PID 1 to kill sessionsLennart Poettering4-112/+18
2013-07-10logind: when creating the scope job fails, return this immediately to the cli...Lennart Poettering1-0/+1
2013-07-10logind: don't misunderstand UnitRemoved signals during reloadingLennart Poettering2-21/+64
2013-07-10core: serialize/deserialize bus subscribersLennart Poettering1-0/+1
2013-07-05tests: add tests for string lookup tablesZbigniew Jędrzejewski-Szmek1-0/+35
2013-07-03build-sys: bump/correct library versionsLennart Poettering1-1/+1
2013-07-03logind/machined: properly notice when units are gc'edLennart Poettering2-0/+50
2013-07-02logind: after deserializatio readd systemd units to unit-to-object hashmap co...Lennart Poettering2-43/+53
2013-07-02login: pass correct boolean type to libdbusLennart Poettering1-1/+1
2013-07-02machined: sync to /run after job completedLennart Poettering1-0/+2
2013-07-02machined: split out machine registration stuff from logindLennart Poettering8-1673/+12
2013-07-02libsystemd-logind: fix detection of session/user/machine of a PIDLennart Poettering2-2/+2
2013-07-02logind: port over to use scopes+slices for all cgroup stuffLennart Poettering15-1105/+961
2013-06-27core: general cgroup reworkLennart Poettering3-5/+5
2013-06-21login: add an api to determine the slice a PID is located in to libsystemd-loginLennart Poettering2-0/+15
2013-06-20logind: uninitialized variableZbigniew Jędrzejewski-Szmek1-3/+1
2013-06-20sd-login: update machine enumeration/notifications APIs for new /run/systemd/...Lennart Poettering1-46/+2
2013-06-20logind: make ListMachines bus call publicLennart Poettering1-0/+4
2013-06-20logind: add infrastructure to keep track of machines, and move to slicesLennart Poettering16-342/+2166
2013-06-19cgls,loginctl,systemctl: fix -lZbigniew Jędrzejewski-Szmek1-6/+6
2013-06-17journalctl,loginctl,systemctl,systemd-cgls: add -l as alias for --fullDaniel Albers1-4/+3
2013-06-10Use stdint.h macros instead of casts to print uint64_t valuesZbigniew Jędrzejewski-Szmek1-44/+15
2013-06-09Allow for the use of @ in remote host callsDaniel Wallace1-2/+3
2013-05-07login: add missing _public_ to sd_get_machine_names()Lennart Poettering1-1/+1
2013-05-06systemd-sleep: add support for freeze and standbyZbigniew Jędrzejewski-Szmek2-42/+21
2013-05-02Add __attribute__((const, pure, format)) in various placesZbigniew Jędrzejewski-Szmek3-12/+12
2013-05-01cgls: add --machine/-MZbigniew Jędrzejewski-Szmek1-2/+2
2013-04-25conf-parser: restrict .include usageLennart Poettering1-6/+4
2013-04-24login: allow watching virtual machines with sd_get_machine_names()Lennart Poettering1-0/+21
2013-04-24login: add new call sd_get_machine_names() to get a list of current virtual m...Lennart Poettering3-2/+52
2013-04-24logind: don't busy loop if a job is still running but the delay timeout expiresLennart Poettering2-3/+2
2013-04-24inhbit: show comm field of inhibiting processesLennart Poettering2-3/+7
2013-04-24logind: properly enumerate user/session cgroups under their new suffixed namesLennart Poettering1-32/+42
2013-04-22cgroup: make sure all our cgroup objects have a suffix and are properly escapedLennart Poettering3-36/+24
2013-04-19logind-dbus: initialize result variableLukas Nykryn1-1/+1
2013-04-18sd-login.c: fixup for d70964d0Harald Hoyer1-1/+2
2013-04-18move _cleanup_ attribute in front of the typeHarald Hoyer6-14/+14
2013-04-18login/sd-login.c: make use of _cleanup_free_ and friendsHarald Hoyer1-139/+61
2013-04-18Move bus_error to dbus-common and remove bus_error_message_or_strerrorSimon Peeters2-3/+3
2013-04-17Report about syntax errors with metadataZbigniew Jędrzejewski-Szmek3-2/+4
2013-04-16nspawn: introduce the new /machine/ tree in the cgroup tree and move containe...Lennart Poettering5-43/+17
2013-04-16logind: filter configured cgroup controller listsLennart Poettering1-6/+4
2013-04-16logind: when looking for cgroup prefixes, allocate from stackLennart Poettering1-8/+2
2013-04-15core: always create /user and /machine top-level cgroup dirsLennart Poettering2-4/+4
2013-04-15Fix spelling errors using 'codespell' toolAnatol Pomozov2-2/+2
2013-04-15sd-login: add a sd_pid_get_user_unit() callLennart Poettering2-0/+16
2013-04-11errno is positiveZbigniew Jędrzejewski-Szmek1-1/+1