summaryrefslogtreecommitdiff
path: root/bus
Commit message (Expand)AuthorAgeFilesLines
* Make sure non-aborting signal handlers save and restore errnoSimon McVittie2017-09-271-0/+6
* Remove distribution-specific init-scriptsSimon McVittie2017-09-254-392/+3
* config-parser: Fail on impossible send_broadcast/send_destination pairSimon McVittie2017-09-251-0/+13
* policy: Add max_fds, min_fds qualifiers for send, receive rulesSimon McVittie2017-07-283-4/+109
* Add send_broadcast as an attribute of <allow> and <deny> elementsSimon McVittie2017-07-283-2/+55
* config-parser: Clarify how <allow>, <deny> attributes workSimon McVittie2017-07-281-109/+85
* config-loader-expat: Tell Expat not to defend against hash collisionsSimon McVittie2017-07-281-0/+14
* system.conf: Allow unprivileged users to get dbus-daemon propertiesSimon McVittie2017-07-061-0/+2
* internals: Decouple logging an error from exiting unsuccessfullySimon McVittie2017-07-051-1/+5
* bus_driver_send_ack_reply: Make available to other modulesSimon McVittie2017-06-292-13/+14
* driver: Use a data-driven approach to marking methods as privilegedSimon McVittie2017-06-291-18/+15
* driver: Share bus_driver_get_conn_helper with other modulesSimon McVittie2017-06-293-27/+36
* driver: Make eavesdropping a privileged actionSimon McVittie2017-06-291-3/+10
* Install a systemd tmpfiles.d snippet to create /var/lib/dbus/machine-idSimon McVittie2017-06-282-1/+12
* Return the dbus-daemon SELinux context when asking about org.freedesktop.DBusLaurent Bigonville2017-06-123-2/+18
* tests: Don't exercise GetMachineId() or autolaunch if no machine IDSimon McVittie2017-06-081-0/+11
* driver: Implement the Peer interface, for completenessSimon McVittie2017-06-081-1/+80
* driver: Implement Properties, with Features and Interfaces propertiesSimon McVittie2017-06-081-2/+375
* driver: Generate child node elements in introspectionSimon McVittie2017-06-083-4/+28
* bus/driver: Only allow specific methods to be called at wrong pathsSimon McVittie2017-06-022-63/+74
* bus/driver: Make non-core interfaces unavailable on most object pathsSimon McVittie2017-06-024-18/+41
* Remove unnecessary cast, bus_sid is already of type security_id_tLaurent Bigonville2017-05-311-1/+1
* Remove calls to sidget/sidputLaurent Bigonville2017-05-313-60/+1
* build: Remove indirection from uses of ExpatSimon McVittie2017-04-101-5/+4
* Autotools build: Use pkg-config to find libexpatSimon McVittie2017-04-101-3/+3
* bus policy: assert that no invalid rule types are seenSimon McVittie2017-04-071-0/+10
* config-parser tests: explicitly skip non-comparable elementsSimon McVittie2017-04-071-1/+22
* config-parser: assert elements are of a known typeSimon McVittie2017-04-071-0/+2
* config-parser: treat impossible policy type as IGNOREDSimon McVittie2017-04-071-0/+1
* dbus-daemon: silence -Wswitch-defaultSimon McVittie2017-04-071-0/+5
* bus dispatch tests: treat impossible message_kind as GOT_SOMETHING_ELSESimon McVittie2017-04-071-0/+4
* config-parser: Add transient service directoriesSimon McVittie2017-02-211-8/+71
* activation: Add support for enforcing strict naming on .service filesSimon McVittie2017-02-212-4/+78
* config-parser: Store service directories in structsSimon McVittie2017-02-213-29/+202
* activation-helper: Rename bus_config_parser_get_service_dirsSimon McVittie2017-02-213-4/+7
* bus_config_parser_get_watched_dirs: Turn into a helper functionSimon McVittie2017-02-213-29/+79
* config-parser test: Exercise the full config-parserSimon McVittie2017-02-201-19/+35
* config-parser: Don't use dbus_setenv() to test service directoriesSimon McVittie2017-02-201-19/+55
* config-parser: Simplify test for standard session service dirsSimon McVittie2017-02-201-21/+0
* config-parser: Remove dead code from system service dirs testSimon McVittie2017-02-201-40/+0
* activation test: Use more realistic bus names for servicesSimon McVittie2017-02-201-3/+3
* activation: Put activation directories in an ordered listSimon McVittie2017-02-201-20/+15
* config-parser: Fix indentationSimon McVittie2017-02-171-4/+4
* config-parser: Eliminate duplicate functionalitySimon McVittie2017-02-171-14/+7
* Merge branch 'dbus-1.10'Simon McVittie2017-02-161-15/+5
|\
| * activation test: Fix time-of-check/time-of-use bug waiting to happenSimon McVittie2017-02-161-15/+5
| * Make uid 0 immune to pending_fd_timeout limitSimon McVittie2016-11-281-0/+14
| * Log to syslog when pending_fd_timeout is exceededSimon McVittie2016-11-281-0/+12
| * Ignore ActivationFailure if not using systemd activationSimon McVittie2016-10-101-0/+8
| * bus_driver_handle_message: reject ActivationFailure if unprivilegedSimon McVittie2016-10-101-0/+9