Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | machined: simplifications | Lennart Poettering | |
2013-10-30 | machined: port over to libsystemd-bus | Lennart Poettering | |
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-19 | machined: correct how some properties are exported on the bus | Lennart Poettering | |
2013-07-02 | machined: fix bus path unescaping | 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. |