chiark / gitweb /
logind: fix "CanGraphical" attribute to return correct value
[elogind.git] / src / login / logind.c
2013-11-20 Lennart Poetteringcore: convert PID 1 to libsystemd-bus
2013-11-11 Lennart Poetteringbus: introduce concept of a default bus for each thread...
2013-11-11 Lennart Poetteringbus: introduce concept of a "default" event loop per...
2013-11-08 Lennart PoetteringRemove dead code and unexport some calls
2013-11-05 Lennart Poetteringlogind: port logind to libsystemd-bus
2013-10-14 Lennart Poetteringlist: make our list macros a bit easier to use by not...
2013-09-26 Zbigniew Jędrzejew... Move part of logind.c into a separate file
2013-09-24 Lukas Nykrynlogind: return -EINVAL when PID is wrong
2013-09-17 David Herrmannlogind: rename vtconsole to seat0
2013-09-17 David Herrmannlogind: add session controllers
2013-09-17 David Herrmannlogind: add infrastructure to watch busnames
2013-09-17 David Herrmannlogind: listen actively for session devices
2013-09-16 Zbigniew Jędrzejew... Verify validity of session name when received from...
2013-08-28 Zbigniew Jędrzejew... logind: be more verbose on errors
2013-08-13 Lennart Poetteringlogind: restore logic to kill user processes when sessi...
2013-07-10 Lennart Poetteringlogind: don't misunderstand UnitRemoved signals during...
2013-07-03 Lennart Poetteringlogind/machined: properly notice when units are gc'ed
2013-07-02 Lennart Poetteringmachined: split out machine registration stuff from...
2013-07-01 Lennart Poetteringlogind: port over to use scopes+slices for all cgroup...
2013-06-20 Zbigniew Jędrzejew... logind: uninitialized variable
2013-06-20 Lennart Poetteringlogind: add infrastructure to keep track of machines...
2013-04-25 Lennart Poetteringconf-parser: restrict .include usage
2013-04-24 Lennart Poetteringlogind: don't busy loop if a job is still running but...
2013-04-24 Lennart Poetteringlogind: properly enumerate user/session cgroups under...
2013-04-17 Zbigniew Jędrzejew... Report about syntax errors with metadata
2013-04-16 Lennart Poetteringnspawn: introduce the new /machine/ tree in the cgroup...
2013-04-16 Lennart Poetteringlogind: when looking for cgroup prefixes, allocate...
2013-04-15 Anatol PomozovFix spelling errors using 'codespell' tool
2013-04-05 Zbigniew Jędrzejew... Use initalization instead of explicit zeroing
2013-03-15 Lennart Poetteringlogind: explicitly create state directories during...
2013-02-14 Thomas Hindoe Paab... update TODO
2013-02-09 Lennart Poetteringlogind: rename "seat-master" tag to "master-of-seat"
2013-01-25 Lennart Poetteringlogind: rework delay inhibition logic
2013-01-24 Lennart Poetteringlogind: only allow one shutdown/sleep action to be...
2013-01-07 Oleg Samarinlogind: Capability of making seats without framebuffer...
2013-01-07 Tom GundersenMerge nss-myhostname
2012-12-23 Lennart Poetteringlogind: add support for automatic suspend/hibernate...
2012-09-21 Lennart Poetteringlogind: split up HandleSleepKey= into HandleSuspendKey...
2012-09-21 Lennart Poetteringlogind: allow users to override their own suspend/sleep...
2012-09-19 Lennart Poetteringlogind: if a lid-switch lock was taken while the lid...
2012-09-19 Lennart Poetteringlogind: rework power key/suspend key/lid switch handling
2012-09-17 Lennart Poetteringlogind: make VT reservation logic compatible with conta...
2012-09-17 Lennart Poetteringlogind: make sure there's always a getty available...
2012-08-08 Lennart PoetteringMerge remote-tracking branch 'simonpe/cleanup'
2012-08-08 Simon Peeterslogind: use bus_method_call_with_reply() where posible
2012-07-26 Shawn Landdenlog.h: new log_oom() -> int -ENOMEM, use it
2012-07-25 Shawn Landdenuse "Out of memory." consistantly (or with "\n")
2012-07-16 Lennart Poetteringunit: introduce %s specifier for the user shell
2012-06-15 Michal Schmidtlogind: more robust handling of VT-less systems
2012-05-31 Lennart Poetteringlogind: properly clean up user cgroups when they run...
2012-05-30 Lennart Poetteringlogind: rework button setting semantics
2012-05-30 Lennart Poetteringlogind: optionally handle power, sleep and lid switch...
2012-05-08 Lennart Poetteringlogind: implement suspend/hibernate calls with inhibiti...
2012-05-04 Lennart Poetteringlogind: implement delay inhibitor locks in addition...
2012-04-16 Lennart Poetteringlogind: remove redundant entries from logind's default...
2012-04-16 Lennart Poetteringlogind: hook up inhibit logic with idle hint logic
2012-04-16 Lennart Poetteringlogind: add shutdown/suspend/idle inhibition framework
2012-04-13 Lennart Poetteringlogind: explicitly check for /dev/tty0
2012-04-11 Lennart Poetteringrelicense to LGPLv2.1 (with exceptions)
2012-04-03 Kay Sieversimport udev repository
2012-04-03 Lennart Poetteringlogind: log with AUTH facility
2012-03-30 Kay Sieversrename /etc/systemd/systemd-{login,journal}d.conf to...
2012-02-03 Lennart Poetteringcgroup: when getting cgroup empty notifications, always...
2012-01-31 Lennart Poetteringlogind: if we have to stop a session, kill at least...
2012-01-05 Lennart Poetteringbuild-sys: move public header files into a dir of their own
2012-01-04 Kay Sieverslogind: add needed include for sd_notify()
2012-01-04 Lennart Poetteringjournald: parse configuration file
2012-01-03 Lennart Poetteringlogind: don't watch vcsa if nobody cares
2012-01-03 Lennart Poetteringlogind: if we can't open /dev/tty0, assume there is...
2011-12-31 Lennart Poetteringlogind: move logind into its own subdirectory