Systemd/src/machine
Lennart Poettering 266f3e269d bus-util: rename bus_open_transport() to bus_connect_transport()
In sd-bus, the sd_bus_open_xyz() family of calls allocates a new bus,
while sd_bus_default_xyz() family tries to reuse the thread's default
bus. bus_open_transport() sometimes internally uses the former,
sometimes the latter family, but suggests it only calls the former via
its name. Hence, let's avoid this confusion, and generically rename the
call to bus_connect_transport().

Similar for all related calls.

And while we are at it, also change cgls + cgtop to do direct systemd
connections where possible, since all they do is talk to systemd itself.
2015-09-29 21:55:52 +02:00
..
.gitignore machined: introduce polkit for OpenLogin() call 2014-12-23 21:28:48 +01:00
image-dbus.c bus-util: support details in CheckAuthorization calls 2015-09-06 00:07:16 +10:00
image-dbus.h sd-bus: drop bus parameter from message callback prototype 2015-04-29 18:36:25 +02:00
machine-dbus.c core: allow setting WorkingDirectory= to the special value ~ 2015-09-29 21:55:51 +02:00
machine-dbus.h machined: add new OpenShell() bus call 2015-08-24 22:46:45 +02:00
machine.c tree-wide: use coccinelle to patch a lot of code to use mfree() 2015-09-09 08:19:27 +02:00
machine.h machined: introduce pseudo-machine ".host" refererring to the host system 2015-08-24 22:46:45 +02:00
machinectl.c bus-util: rename bus_open_transport() to bus_connect_transport() 2015-09-29 21:55:52 +02:00
machined-dbus.c util: drop UID_IS_INVALID() in favour of uid_is_valid() 2015-09-22 16:31:32 +02:00
machined.c machined: introduce pseudo-machine ".host" refererring to the host system 2015-08-24 22:46:45 +02:00
machined.h machined: introduce pseudo-machine ".host" refererring to the host system 2015-08-24 22:46:45 +02:00
Makefile machined: split out machine registration stuff from logind 2013-07-02 03:47:23 +02:00
org.freedesktop.machine1.conf machined: add new OpenShell() bus call 2015-08-24 22:46:45 +02:00
org.freedesktop.machine1.policy.in machine: policykit string fixes 2015-08-25 18:37:16 +02:00
org.freedesktop.machine1.service machined: split out machine registration stuff from logind 2013-07-02 03:47:23 +02:00
test-machine-tables.c tests: add tests for string lookup tables 2013-07-05 01:36:16 -04:00