Systemd/src/libsystemd/sd-bus
Daniel Mack 056f95d0a7 sd-bus: rename sd_bus_get_owner_uid(), sd_bus_get_owner_machine_id() and sd_bus_get_peer_creds()
Clean up the function namespace by renaming the following:

  sd_bus_get_owner_uid()        → sd_bus_get_name_creds_uid()
  sd_bus_get_owner_machine_id() → sd_bus_get_name_machine_id()
  sd_bus_get_peer_creds()       → sd_bus_get_owner_creds()
2014-10-22 19:45:07 +02:00
..
.gitignore
bus-bloom.c bus-bloom: Fix bloom filter calculation 2014-08-13 16:24:59 +02:00
bus-bloom.h
bus-container.c machined: add logic to query IP addresses of containers 2014-05-18 20:52:49 +09:00
bus-container.h
bus-control.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-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: 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-creds.c Remove unnecessary casts in printfs 2014-05-15 15:29:58 +02:00
bus-creds.h
bus-dump.c Remove unnecessary casts in printfs 2014-05-15 15:29:58 +02:00
bus-dump.h
bus-error-mapping.gperf
bus-error.c sd-bus: check return value of vasprintf 2014-10-07 12:10:06 +02:00
bus-error.h
bus-gvariant.c
bus-gvariant.h
bus-internal.c
bus-internal.h bus-control: Fix cgroup handling 2014-08-18 21:01:57 +02:00
bus-introspect.c
bus-introspect.h
bus-kernel.c sd-bus: assert clock_gettime()'s return value 2014-10-22 13:39:51 +02:00
bus-kernel.h bus: add code to create custom endpoints and set their policy 2014-09-08 11:06:45 +02:00
bus-match.c hashmap: introduce hash_ops to make struct Hashmap smaller 2014-09-15 16:08:50 +02: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: add support for new allow-interactive-authorization message header flag 2014-10-13 17:19:31 +02:00
bus-message.h
bus-objects.c bus: fix error leak in bus_node_exists() 2014-09-17 11:01:56 +02: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
bus-signature.h
bus-slot.c sd-bus: add API to query which handler/callback is currently being dispatched 2014-08-18 17:49:53 +02: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 Remove unnecessary casts in printfs 2014-05-15 15:29:58 +02:00
bus-socket.h
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-type.c
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: check allow-interactive-auhtorization flag when doing polkit 2014-10-13 17:19:31 +02:00
bus-util.h bus: split bus_map_all_properties into multiple helpers 2014-08-27 18:42:28 +02:00
busctl.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
DIFFERENCES
GVARIANT-SERIALIZATION
kdbus.h sd-bus: sync kdbus.h 2014-10-22 19:45:07 +02:00
Makefile
PORTING-DBUS1 sd-bus: use terms from the D-Bus Specification a bit more 2014-10-02 08:25:21 +02:00
sd-bus.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
test-bus-chat.c Remove unnecessary casts in printfs 2014-05-15 15:29:58 +02: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
test-bus-error.c
test-bus-gvariant.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-introspect.c
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: introduce sd_bus_slot objects encapsulating callbacks or vtables attached to a bus connection 2014-05-15 01:15:30 +02:00
test-bus-marshal.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-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 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-server.c
test-bus-signature.c
test-bus-zero-copy.c memfd: simplify API 2014-08-19 19:39:16 +02:00