summaryrefslogtreecommitdiff
path: root/src/login
Commit message (Expand)AuthorAgeFilesLines
* user-sessions: rely on PID 1 to kill sessionsLennart Poettering2013-07-104-112/+18
* logind: when creating the scope job fails, return this immediately to the cli...Lennart Poettering2013-07-101-0/+1
* logind: don't misunderstand UnitRemoved signals during reloadingLennart Poettering2013-07-102-21/+64
* core: serialize/deserialize bus subscribersLennart Poettering2013-07-101-0/+1
* tests: add tests for string lookup tablesZbigniew Jędrzejewski-Szmek2013-07-051-0/+35
* build-sys: bump/correct library versionsLennart Poettering2013-07-031-1/+1
* logind/machined: properly notice when units are gc'edLennart Poettering2013-07-032-0/+50
* logind: after deserializatio readd systemd units to unit-to-object hashmap co...Lennart Poettering2013-07-022-43/+53
* login: pass correct boolean type to libdbusLennart Poettering2013-07-021-1/+1
* machined: sync to /run after job completedLennart Poettering2013-07-021-0/+2
* machined: split out machine registration stuff from logindLennart Poettering2013-07-028-1673/+12
* libsystemd-logind: fix detection of session/user/machine of a PIDLennart Poettering2013-07-022-2/+2
* logind: port over to use scopes+slices for all cgroup stuffLennart Poettering2013-07-0215-1105/+961
* core: general cgroup reworkLennart Poettering2013-06-273-5/+5
* login: add an api to determine the slice a PID is located in to libsystemd-loginLennart Poettering2013-06-212-0/+15
* logind: uninitialized variableZbigniew Jędrzejewski-Szmek2013-06-201-3/+1
* sd-login: update machine enumeration/notifications APIs for new /run/systemd/...Lennart Poettering2013-06-201-46/+2
* logind: make ListMachines bus call publicLennart Poettering2013-06-201-0/+4
* logind: add infrastructure to keep track of machines, and move to slicesLennart Poettering2013-06-2016-342/+2166
* cgls,loginctl,systemctl: fix -lZbigniew Jędrzejewski-Szmek2013-06-191-6/+6
* journalctl,loginctl,systemctl,systemd-cgls: add -l as alias for --fullDaniel Albers2013-06-171-4/+3
* Use stdint.h macros instead of casts to print uint64_t valuesZbigniew Jędrzejewski-Szmek2013-06-101-44/+15
* Allow for the use of @ in remote host callsDaniel Wallace2013-06-091-2/+3
* login: add missing _public_ to sd_get_machine_names()Lennart Poettering2013-05-071-1/+1
* systemd-sleep: add support for freeze and standbyZbigniew Jędrzejewski-Szmek2013-05-062-42/+21
* Add __attribute__((const, pure, format)) in various placesZbigniew Jędrzejewski-Szmek2013-05-023-12/+12
* cgls: add --machine/-MZbigniew Jędrzejewski-Szmek2013-05-011-2/+2
* conf-parser: restrict .include usageLennart Poettering2013-04-251-6/+4
* login: allow watching virtual machines with sd_get_machine_names()Lennart Poettering2013-04-241-0/+21
* login: add new call sd_get_machine_names() to get a list of current virtual m...Lennart Poettering2013-04-243-2/+52
* logind: don't busy loop if a job is still running but the delay timeout expiresLennart Poettering2013-04-242-3/+2
* inhbit: show comm field of inhibiting processesLennart Poettering2013-04-242-3/+7
* logind: properly enumerate user/session cgroups under their new suffixed namesLennart Poettering2013-04-241-32/+42
* cgroup: make sure all our cgroup objects have a suffix and are properly escapedLennart Poettering2013-04-223-36/+24
* logind-dbus: initialize result variableLukas Nykryn2013-04-191-1/+1
* sd-login.c: fixup for d70964d0Harald Hoyer2013-04-181-1/+2
* move _cleanup_ attribute in front of the typeHarald Hoyer2013-04-186-14/+14
* login/sd-login.c: make use of _cleanup_free_ and friendsHarald Hoyer2013-04-181-139/+61
* Move bus_error to dbus-common and remove bus_error_message_or_strerrorSimon Peeters2013-04-182-3/+3
* Report about syntax errors with metadataZbigniew Jędrzejewski-Szmek2013-04-173-2/+4
* nspawn: introduce the new /machine/ tree in the cgroup tree and move containe...Lennart Poettering2013-04-165-43/+17
* logind: filter configured cgroup controller listsLennart Poettering2013-04-161-6/+4
* logind: when looking for cgroup prefixes, allocate from stackLennart Poettering2013-04-161-8/+2
* core: always create /user and /machine top-level cgroup dirsLennart Poettering2013-04-152-4/+4
* Fix spelling errors using 'codespell' toolAnatol Pomozov2013-04-152-2/+2
* sd-login: add a sd_pid_get_user_unit() callLennart Poettering2013-04-152-0/+16
* errno is positiveZbigniew Jędrzejewski-Szmek2013-04-111-1/+1
* logind: avoid creating stale session state filesFedora systemd team2013-04-101-2/+2
* logind: introduce an explicit session class for cronjobs and similarLennart Poettering2013-04-094-21/+46
* Use initalization instead of explicit zeroingZbigniew Jędrzejewski-Szmek2013-04-055-51/+31