summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* prepare 1.9.14dbus-1.9.14Simon McVittie2015-03-022-4/+9
* Fix warning: 'the comparison will always evaluate as 'false' for the address ...Ralf Habacker2015-03-021-2/+14
* Make include_dir non-existing directory, to not be an error.Dimitri John Ledkov2015-02-251-1/+8
* NEWSSimon McVittie2015-02-241-0/+5
* monitor test: don't block in main context if we already have messagesSimon McVittie2015-02-241-3/+6
* test_init: convert SIGALRM into SIGABRT so we leave a core dump on timeoutSimon McVittie2015-02-241-0/+17
* NEWSSimon McVittie2015-02-241-1/+30
* dbus-monitor: Keep term 'dest' in --monitor output in sync with related watch...Ralf Habacker2015-02-241-2/+2
* dbus-monitor: Add timestamp to --monitor mode.Ralf Habacker2015-02-245-64/+38
* dbus-monitor: Keep parameter list of method returns in --monitor mode in sync...Ralf Habacker2015-02-241-1/+2
* dbus-monitor: convert remaining hard tabs to 8 space.Ralf Habacker2015-02-241-216/+216
* Actually commit cmake changes for dbus-launchSimon McVittie2015-02-241-1/+3
* dbus-launch: if autolaunching, use XDG_RUNTIME_DIR/bus if availableSimon McVittie2015-02-244-5/+69
* dbus-launch: use libdbus to read the UUIDSimon McVittie2015-02-243-35/+21
* Add dbus-update-activation-environment toolSimon McVittie2015-02-247-0/+653
* Optionally install systemd user units for a per-user busSimon McVittie2015-02-244-1/+54
* Add a regression test for connecting to XDG_RUNTIME_DIR/bus by defaultSimon McVittie2015-02-243-3/+90
* On Unix platforms, try $XDG_RUNTIME_DIR/bus before default addressSimon McVittie2015-02-242-4/+87
* Add regression test for unix:runtime=yesSimon McVittie2015-02-241-0/+103
* Add support for unix:runtime=yes as an address modeSimon McVittie2015-02-242-10/+71
* marshalling tests: fix an incorrect use of memcmpSimon McVittie2015-02-241-1/+1
* tests: reassure clang that oom() does in fact not returnSimon McVittie2015-02-242-0/+4
* tests: simplify Makefile.am now that libdbus is always dynamically linkedSimon McVittie2015-02-231-25/+11
* Remove checks for dbus-glib from configure.acSimon McVittie2015-02-231-18/+1
* Add versioned symbol support to cmake build system for linux platforms to kee...Simon McVittie2015-02-201-0/+7
* NEWSSimon McVittie2015-02-201-1/+16
* cmake: check for the necessary symbols for test-segfault.cSimon McVittie2015-02-201-0/+3
* Fix static linking with mingwSimon McVittie2015-02-204-1/+4
* Link dbus-daemon and dbus-daemon-lauch-helper against libdbusBertrand SIMONNET2015-02-209-63/+95
* On Unix platforms with gcc (or compatible), hide non-exported symbolsSimon McVittie2015-02-203-0/+94
* Add DBUS_PRIVATE_EXPORT decoration to symbols used by dbus-daemon or testsSimon McVittie2015-02-2030-2/+376
* tests: always use libdbus-internal for main loop, never dbus-glibSimon McVittie2015-02-205-102/+20
* sysdeps: try to avoid re-including config.hSimon McVittie2015-02-201-0/+3
* Remove some redundant inclusionsSimon McVittie2015-02-202-2/+0
* Remove <apparmor/> from default system.conf, session.confSimon McVittie2015-02-192-6/+0
* clarify NEWSSimon McVittie2015-02-191-2/+3
* 1.9.13Simon McVittie2015-02-192-1/+6
* 1.9.12dbus-1.9.12Simon McVittie2015-02-193-11/+55
* apparmor: Fix build failure with --disable-apparmorTyler Hicks2015-02-191-24/+24
* Revert "Add DBus method to return the AA context of a connection"Simon McVittie2015-02-184-107/+0
* Add DBus method to return the AA context of a connectionTyler Hicks2015-02-184-0/+107
* apparmor: tighten up terminology for context vs. label vs. profileSimon McVittie2015-02-181-38/+40
* Mediation of processes becoming a monitorTyler Hicks2015-02-181-0/+7
* Mediation of processes eavesdroppingTyler Hicks2015-02-185-1/+141
* Mediation of processes sending and receiving messagesJohn Johansen2015-02-183-1/+369
* Do LSM checks after determining if the message is a requested replyTyler Hicks2015-02-181-24/+29
* Mediation of processes that acquire well-known namesJohn Johansen2015-02-185-2/+310
* Store AppArmor label of connecting processesTyler Hicks2015-02-184-3/+79
* Store AppArmor label of bus during initializationTyler Hicks2015-02-181-1/+86
* Initialize AppArmor mediationJohn Johansen2015-02-184-0/+208