1
0
mirror of https://github.com/systemd/systemd.git synced 2024-11-15 07:24:00 +03:00
systemd/src/machine
Lennart Poettering 249968612f bus: always explicitly close bus from main programs
Since b5eca3a205 we don't attempt to GC
busses anymore when unsent messages remain that keep their reference,
when they otherwise are not referenced anymore. This means that if we
explicitly want connections to go away, we need to close them.

With this change we will no do so explicitly wherver we connect to the
bus from a main program (and thus know when the bus connection should go
away), or when we create a private bus connection, that really should go
away after our use.

This fixes connection leaks in the NSS and PAM modules.
2014-08-04 16:25:24 +02:00
..
machine-dbus.c change type for address family to "int" 2014-07-18 16:10:51 +02:00
machine.c Reject invalid quoted strings 2014-07-31 04:00:31 -04:00
machine.h machined: allow registering host-side network interfaces for communication with containers 2014-07-10 22:47:55 +02:00
machinectl.c bus: always explicitly close bus from main programs 2014-08-04 16:25:24 +02:00
machined-dbus.c machined: allow registering host-side network interfaces for communication with containers 2014-07-10 22:47:55 +02:00
machined.c Remove unnecessary casts in printfs 2014-05-15 15:29:58 +02:00
machined.h machined: fix Kill() bus call on machine objects when "what" is specified as "leader" 2014-03-18 04:48:26 +01:00
Makefile
org.freedesktop.machine1.conf machinectl: show /etc/os-release information of container in status output 2014-07-03 17:54:24 +02:00
org.freedesktop.machine1.service
test-machine-tables.c tests: add tests for string lookup tables 2013-07-05 01:36:16 -04:00