Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-17 | def: centralize definition of default timeout in one place | Lennart Poettering | |
2011-03-14 | core: move abstract namespace sockets to /dev/.run | Lennart Poettering | |
Now that we have /dev/.run there's no need to use abstract namespace sockets. So, let's move things to /dev/.run, to make things more easily discoverable and improve compat with chroot() and fs namespacing. | |||
2011-03-12 | systemctl: support remote and privileged systemctl access via SSH and pkexec | Lennart Poettering | |
This adds support for executing systemctl operations remotely or as privileged user while still running systemctl itself unprivileged and locally. This currently requires a D-Bus patch to work properly. https://bugs.freedesktop.org/show_bug.cgi?id=35230 | |||
2011-03-11 | util: close all fds before freezing execution | Lennart Poettering | |
2011-03-11 | dbus: timeout connection setup | Lennart Poettering | |
2010-08-25 | dbus: simplify some dbus error messages a bit | Lennart Poettering | |
2010-08-14 | emacs: make sure nobody accidently adds tabs to our sources | Lennart Poettering | |
2010-07-11 | dbus: get rid of last non-private busses | Lennart Poettering | |
2010-07-11 | dbus: use private connections wherever possible | Lennart Poettering | |
2010-07-07 | dbus: don't try to run AddMatch when connected to a private bus | Lennart Poettering | |
2010-07-06 | install: implement --start option | Lennart Poettering | |