summaryrefslogtreecommitdiffstats
path: root/src/login (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-101-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-033-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-251-0/+21
* login: add new call sd_get_machine_names() to get a list of current virtual m...Lennart Poettering2013-04-253-2/+52
* logind: don't busy loop if a job is still running but the delay timeout expiresLennart Poettering2013-04-252-3/+2
* inhbit: show comm field of inhibiting processesLennart Poettering2013-04-252-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-233-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-121-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-065-51/+31
* logind: consider key inhibitors that are taken by non-session processes as gl...Lennart Poettering2013-04-051-1/+6
* PAM, uaccess: check for logind, not for systemdMartin Pitt2013-04-051-4/+2
* login: add sd_login_monitor_get_timeout() public api callLennart Poettering2013-04-043-4/+34
* login: add new public API call sd_login_monitor_get_events() to get poll() fl...Lennart Poettering2013-04-043-1/+15
* util: rename parse_usec() to parse_sec() sinds the default unit is secondsLennart Poettering2013-04-031-2/+2
* util: rename write_one_line_file() to write_string_file()Lennart Poettering2013-04-032-3/+3
* Drop src/login/uaccess.c, dead codeMartin Pitt2013-03-261-91/+0
* uaccess: remove needless usb_id call from udev rulesKay Sievers2013-03-231-1/+0
* logind: exploit previous cleanups and simplify returnsZbigniew Jędrzejewski-Szmek2013-03-196-276/+178
* logind: Make more use of cleanup macrosColin Walters2013-03-196-102/+32
* Use bus_maybe_send_reply() where applicableColin Walters2013-03-193-3/+3
* logind: explicitly create state directories during early initializationLennart Poettering2013-03-151-0/+10
* Move udevadm to rootbindirMichael Biebl2013-03-111-1/+1
* pager: introduce "jump to end" optionHarald Hoyer2013-03-071-1/+1
* logind: don't hit an assert if an close() on an input device fd fails with EN...Lennart Poettering2013-03-071-3/+7
* inhibit: print --list if no argument is givenKay Sievers2013-03-051-1/+4
* logind: when registering a new session always use previous session info from ...Lennart Poettering2013-03-051-87/+86
* inhibit: make the output more readableMantas Mikulėnas2013-03-011-18/+9
* systemctl: make shutdown operations use irreversible jobsMichal Schmidt2013-02-221-1/+1
* update TODOThomas Hindoe Paaboel Andersen2013-02-141-1/+1
* honor SELinux labels, when creating and writing config filesHarald Hoyer2013-02-147-1/+10