summaryrefslogtreecommitdiff
path: root/bus
AgeCommit message (Expand)AuthorFilesLines
2017-11-15dispatch test: Output finer-grained TAPSimon McVittie1-4/+34
2017-11-15test-bus*: Output TAP directlySimon McVittie3-124/+45
2017-11-15bus: Silence the output of the test services when doing OOM testingSimon McVittie3-0/+12
2017-11-15bus: Silence most log messages when testing OOM handlingSimon McVittie6-15/+61
2017-11-15Prefer to use _dbus_test_fatal() for assertion failures in testsSimon McVittie6-134/+137
2017-11-15Use _dbus_test_fatal to include more detail in test failure diagnosticsSimon McVittie1-12/+4
2017-11-15Embedded tests: Emit TAP diagnostics instead of printfSimon McVittie5-122/+85
2017-11-15Remove commented-out printf debuggingSimon McVittie2-35/+0
2017-11-14Add a missing space in logging outputThomas Zajic1-1/+1
2017-11-10bus_connections_setup_connection: If we can't set it up, log whySimon McVittie2-32/+29
2017-09-27Make sure non-aborting signal handlers save and restore errnoSimon McVittie1-0/+6
2017-09-25Remove distribution-specific init-scriptsSimon McVittie4-392/+3
2017-09-25config-parser: Fail on impossible send_broadcast/send_destination pairSimon McVittie1-0/+13
2017-07-28policy: Add max_fds, min_fds qualifiers for send, receive rulesSimon McVittie3-4/+109
2017-07-28Add send_broadcast as an attribute of <allow> and <deny> elementsSimon McVittie3-2/+55
2017-07-28config-parser: Clarify how <allow>, <deny> attributes workSimon McVittie1-109/+85
2017-07-28config-loader-expat: Tell Expat not to defend against hash collisionsSimon McVittie1-0/+14
2017-07-06system.conf: Allow unprivileged users to get dbus-daemon propertiesSimon McVittie1-0/+2
2017-07-05internals: Decouple logging an error from exiting unsuccessfullySimon McVittie1-1/+5
2017-06-29bus_driver_send_ack_reply: Make available to other modulesSimon McVittie2-13/+14
2017-06-29driver: Use a data-driven approach to marking methods as privilegedSimon McVittie1-18/+15
2017-06-29driver: Share bus_driver_get_conn_helper with other modulesSimon McVittie3-27/+36
2017-06-29driver: Make eavesdropping a privileged actionSimon McVittie1-3/+10
2017-06-28Install a systemd tmpfiles.d snippet to create /var/lib/dbus/machine-idSimon McVittie2-1/+12
2017-06-12Return the dbus-daemon SELinux context when asking about org.freedesktop.DBusLaurent Bigonville3-2/+18
2017-06-08tests: Don't exercise GetMachineId() or autolaunch if no machine IDSimon McVittie1-0/+11
2017-06-08driver: Implement the Peer interface, for completenessSimon McVittie1-1/+80
2017-06-08driver: Implement Properties, with Features and Interfaces propertiesSimon McVittie1-2/+375
2017-06-08driver: Generate child node elements in introspectionSimon McVittie3-4/+28
2017-06-02bus/driver: Only allow specific methods to be called at wrong pathsSimon McVittie2-63/+74
2017-06-02bus/driver: Make non-core interfaces unavailable on most object pathsSimon McVittie4-18/+41
2017-05-31Remove unnecessary cast, bus_sid is already of type security_id_tLaurent Bigonville1-1/+1
2017-05-31Remove calls to sidget/sidputLaurent Bigonville3-60/+1
2017-04-10build: Remove indirection from uses of ExpatSimon McVittie1-5/+4
2017-04-10Autotools build: Use pkg-config to find libexpatSimon McVittie1-3/+3
2017-04-07bus policy: assert that no invalid rule types are seenSimon McVittie1-0/+10
2017-04-07config-parser tests: explicitly skip non-comparable elementsSimon McVittie1-1/+22
2017-04-07config-parser: assert elements are of a known typeSimon McVittie1-0/+2
2017-04-07config-parser: treat impossible policy type as IGNOREDSimon McVittie1-0/+1
2017-04-07dbus-daemon: silence -Wswitch-defaultSimon McVittie1-0/+5
2017-04-07bus dispatch tests: treat impossible message_kind as GOT_SOMETHING_ELSESimon McVittie1-0/+4
2017-02-21config-parser: Add transient service directoriesSimon McVittie1-8/+71
2017-02-21activation: Add support for enforcing strict naming on .service filesSimon McVittie2-4/+78
2017-02-21config-parser: Store service directories in structsSimon McVittie3-29/+202
2017-02-21activation-helper: Rename bus_config_parser_get_service_dirsSimon McVittie3-4/+7
2017-02-21bus_config_parser_get_watched_dirs: Turn into a helper functionSimon McVittie3-29/+79
2017-02-20config-parser test: Exercise the full config-parserSimon McVittie1-19/+35
2017-02-20config-parser: Don't use dbus_setenv() to test service directoriesSimon McVittie1-19/+55
2017-02-20config-parser: Simplify test for standard session service dirsSimon McVittie1-21/+0
2017-02-20config-parser: Remove dead code from system service dirs testSimon McVittie1-40/+0