Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-07 | machine: add missing header include | Kay Sievers | |
2013-11-07 | machine: move symbols referenced by shared code from main to shared file | Kay Sievers | |
With --enable-address-sanitizer we get: machined-dbus.c:228: undefined reference to 'manager_add_machine' | |||
2013-11-05 | logind: add virtual object paths that always can be used to refer to the ↵ | Lennart Poettering | |
callers session, user, seat or machine object This way clients can skip invoking GetSessionByPID() for their own PID or a similar call to access these objects. | |||
2013-11-05 | logind: automatically determine client side PID if GetSessionByPID() is ↵ | Lennart Poettering | |
called with a PID == 0 | |||
2013-11-05 | machined: simplifications | Lennart Poettering | |
2013-10-30 | machined: port over to libsystemd-bus | Lennart Poettering | |
2013-10-13 | bus: fix access to unitialized variable in error path | Zbigniew Jędrzejewski-Szmek | |
src/machine/machined-dbus.c:237:13: warning: Branch condition evaluates to a garbage value if (m) ^ | |||
2013-09-26 | Move functions around to fix underlinking in test-machine-tables | Zbigniew Jędrzejewski-Szmek | |
2013-09-17 | Remove six unused variables and add annotation | Zbigniew Jędrzejewski-Szmek | |
clang FTW! | |||
2013-07-26 | logind: update the session state file before we send out the CreateSession() ↵ | Lennart Poettering | |
reply https://bugs.freedesktop.org/show_bug.cgi?id=67273 | |||
2013-07-26 | logind: update state file after generating the session fifo, not before | Lennart Poettering | |
https://bugs.freedesktop.org/show_bug.cgi?id=67273 | |||
2013-07-11 | machined: forward scope properties array from client to systemd | Lennart Poettering | |
This makes nspawn's --scope= switch work again. | |||
2013-07-10 | logind: don't misunderstand UnitRemoved signals during reloading | Lennart Poettering | |
When PID 1 reloads the units logind/machined will see UnitRemoved signals for all units. Instead of trusting these immediately, let's check the actual unit state before considering a unit gone, so that reloading PID 1 is not mistaken as the end of all sessions. | |||
2013-07-03 | logind/machined: properly notice when units are gc'ed | Lennart Poettering | |
2013-07-02 | machined: sync to /run after job completed | Lennart Poettering | |
2013-07-02 | nspawn: use the corect method signature for CreateMachine() | Lennart Poettering | |
2013-07-02 | machined: split out machine registration stuff from logind | Lennart Poettering | |
Embedded folks don't need the machine registration stuff, hence it's nice to make this optional. Also, I'd expect that machinectl will grow additional commands quickly, for example to join existing containers and suchlike, hence it's better keeping that separate from loginctl. |