summaryrefslogtreecommitdiff
path: root/bus
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '1-12-logical-op' into 'dbus-1.12'Simon McVittie2019-04-171-3/+7
|\
| * desktop-file: Justify implementation of is_valid_section_name()Simon McVittie2019-04-171-1/+6
| * is_valid_section_name: Fix logical expressionDavid King2019-04-171-2/+1
* | Adapt to API change in AX_CODE_COVERAGE version 28Simon McVittie2019-04-171-3/+3
|/
* activation: Don't leak if delivering activation message is forbiddenSimon McVittie2018-12-031-0/+1
* bus: Free address (from --address) when we have finished using itSimon McVittie2018-08-291-0/+1
* bus: raise fd limits before dropping privsDavid King2018-02-201-2/+5
* tmpfiles: Add a note that one line is not needed with newer systemdSimon McVittie2018-01-291-1/+1
* Modify systemd tmpfiles.d snippet to create /var/lib/dbus/Chris Lesiak2018-01-111-0/+4
* Add a missing space in logging outputThomas Zajic2017-11-141-1/+1
* bus_connections_setup_connection: If we can't set it up, log whySimon McVittie2017-11-102-32/+29
* 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