Systemd/src/libsystemd/sd-bus
Lennart Poettering 38813cc824 bus-kernel: when installing an activator, ask for any kind of metadata to be attached to incoming messages
We don't know what the activated service might want in the end, hence
enable everything current and future, just to be sure.
2014-11-26 03:06:50 +01:00
..
bus-bloom.c bus-bloom: Fix bloom filter calculation 2014-08-13 16:24:59 +02:00
bus-bloom.h bus: rework bloom filter logic to operate with variable bloom filter 2014-01-28 00:57:38 +01:00
bus-container.c machined: add logic to query IP addresses of containers 2014-05-18 20:52:49 +09:00
bus-container.h libsystemd: split up into subdirs 2014-01-21 14:41:35 +01:00
bus-control.c sd-bus: add suppot for renegotiating message credential attach flags 2014-11-26 02:20:55 +01:00
bus-control.h sd-bus: introduce sd_bus_slot objects encapsulating callbacks or vtables attached to a bus connection 2014-05-15 01:15:30 +02:00
bus-convenience.c sd-bus: update to current kernel version, by splitting off the extended KDBUS_ITEM_PIDS structure from KDBUS_ITEM_CREDS 2014-11-25 14:28:34 +01:00
bus-creds.c sd-bus: properly copy selinux label and description field when duplicating creds object 2014-11-25 14:28:34 +01:00
bus-creds.h sd-bus: add supplementary groups list to creds object 2014-11-25 14:28:34 +01:00
bus-dump.c sd-bus: add supplementary groups list to creds object 2014-11-25 14:28:34 +01:00
bus-dump.h busctl: improve output of service creds 2014-11-20 00:01:05 +01:00
bus-error.c Make bus errno mappings non-static 2014-10-31 11:32:00 -04:00
bus-error.h bus: add sd_bus_errnomap section 2014-10-30 20:31:48 -04:00
bus-gvariant.c libsystemd: split up into subdirs 2014-01-21 14:41:35 +01:00
bus-gvariant.h libsystemd: split up into subdirs 2014-01-21 14:41:35 +01:00
bus-internal.c bus-proxy: properly check for bus name prefixes when enforcing policy 2014-11-14 20:06:01 +01:00
bus-internal.h sd-bus: update to current kernel version, by splitting off the extended KDBUS_ITEM_PIDS structure from KDBUS_ITEM_CREDS 2014-11-25 14:28:34 +01:00
bus-introspect.c libsystemd: split up into subdirs 2014-01-21 14:41:35 +01:00
bus-introspect.h libsystemd: split up into subdirs 2014-01-21 14:41:35 +01:00
bus-kernel.c bus-kernel: when installing an activator, ask for any kind of metadata to be attached to incoming messages 2014-11-26 03:06:50 +01:00
bus-kernel.h sd-bus: add suppot for renegotiating message credential attach flags 2014-11-26 02:20:55 +01:00
bus-match.c sd-bus: properly handle removals of non-existing matches 2014-10-29 17:58:43 +01:00
bus-match.h sd-bus: introduce sd_bus_slot objects encapsulating callbacks or vtables attached to a bus connection 2014-05-15 01:15:30 +02:00
bus-message.c sd-bus: don't blindly take incomplete ucred bits from AF_UNIX when constructing message 2014-11-25 14:28:34 +01:00
bus-message.h sd-bus: add sd_bus_message.verify_destination_id and .destination_ptr 2014-11-11 14:14:01 +01:00
bus-objects.c sd-bus: create clean error when a property Set() call with incorrect signature is passed in 2014-11-21 00:32:02 +01:00
bus-objects.h sd-bus: introduce sd_bus_slot objects encapsulating callbacks or vtables attached to a bus connection 2014-05-15 01:15:30 +02:00
bus-protocol.h sd-bus: add support for new allow-interactive-authorization message header flag 2014-10-13 17:19:31 +02:00
bus-signature.c libsystemd: split up into subdirs 2014-01-21 14:41:35 +01:00
bus-signature.h libsystemd: split up into subdirs 2014-01-21 14:41:35 +01:00
bus-slot.c sd-bus: also allow setting descriptions on bus slots 2014-11-04 18:09:19 +01:00
bus-slot.h sd-bus: introduce sd_bus_slot objects encapsulating callbacks or vtables attached to a bus connection 2014-05-15 01:15:30 +02:00
bus-socket.c bus-socket: fix CID#996290 Unchecked return value 2014-11-17 11:00:14 +01:00
bus-socket.h libsystemd: split up into subdirs 2014-01-21 14:41:35 +01:00
bus-track.c sd-bus: rename sd_bus_get_owner_uid(), sd_bus_get_owner_machine_id() and sd_bus_get_peer_creds() 2014-10-22 19:45:07 +02:00
bus-track.h bus: add sd_bus_track object for tracking peers, and port core over to it 2014-03-03 02:34:13 +01:00
bus-type.c libsystemd: split up into subdirs 2014-01-21 14:41:35 +01:00
bus-type.h sd-bus: use terms from the D-Bus Specification a bit more 2014-10-02 08:25:21 +02:00
bus-util.c bus: when dumping string property values escape the chars we use as end-of-line and end-of-item marks 2014-11-10 20:54:45 +01:00
bus-util.h bus: split bus_map_all_properties into multiple helpers 2014-08-27 18:42:28 +02:00
busctl-introspect.c busctl: add new "introspect" verb for introspecting objects 2014-11-20 00:01:05 +01:00
busctl-introspect.h busctl: add new "introspect" verb for introspecting objects 2014-11-20 00:01:05 +01:00
busctl.c sd-bus: add suppot for renegotiating message credential attach flags 2014-11-26 02:20:55 +01:00
DIFFERENCES libsystemd: split up into subdirs 2014-01-21 14:41:35 +01:00
GVARIANT-SERIALIZATION libsystemd: split up into subdirs 2014-01-21 14:41:35 +01:00
kdbus.h core: show log message about process triggering kdbus service activation 2014-11-25 20:52:48 +01:00
Makefile libsystemd: split up into subdirs 2014-01-21 14:41:35 +01:00
PORTING-DBUS1 sd-bus: sync with kdbus upstream (ABI break) 2014-11-13 20:41:52 +01:00
sd-bus.c sd-bus: add suppot for renegotiating message credential attach flags 2014-11-26 02:20:55 +01:00
test-bus-chat.c sd-bus: rename sd_bus_get_server_id() to sd_bus_get_owner_id() 2014-11-04 18:09:19 +01:00
test-bus-cleanup.c tests: fix some tests to pass in koji 2014-10-12 17:31:02 -04:00
test-bus-creds.c busctl: improve output of service creds 2014-11-20 00:01:05 +01:00
test-bus-error.c Make bus errno mappings non-static 2014-10-31 11:32:00 -04:00
test-bus-gvariant.c busctl: introduce busctl "get-property" command for reading and dumping object properties 2014-11-14 17:52:40 +01:00
test-bus-introspect.c libsystemd: split up into subdirs 2014-01-21 14:41:35 +01:00
test-bus-kernel-benchmark.c bus: use 2M as maximum message size in benchmark 2014-09-29 15:44:44 +02:00
test-bus-kernel-bloom.c sd-bus: introduce sd_bus_slot objects encapsulating callbacks or vtables attached to a bus connection 2014-05-15 01:15:30 +02:00
test-bus-kernel.c sd-bus: add suppot for renegotiating message credential attach flags 2014-11-26 02:20:55 +01:00
test-bus-marshal.c busctl: introduce busctl "get-property" command for reading and dumping object properties 2014-11-14 17:52:40 +01:00
test-bus-match.c sd-bus: don't allow creating message objects that are not attached to a bus 2014-06-06 18:30:01 +02:00
test-bus-objects.c busctl: introduce busctl "get-property" command for reading and dumping object properties 2014-11-14 17:52:40 +01:00
test-bus-server.c api: in constructor function calls, always put the returned object pointer first (or second) 2014-02-20 00:03:10 +01:00
test-bus-signature.c libsystemd: split up into subdirs 2014-01-21 14:41:35 +01:00
test-bus-zero-copy.c busctl: introduce busctl "get-property" command for reading and dumping object properties 2014-11-14 17:52:40 +01:00