summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 1.9.2, spec 0.25dbus-1.9.2Simon McVittie2014-11-063-8/+8
* Merge branch 'dbus-1.8'Simon McVittie2014-11-067-43/+234
|\
| * Embargoed security release for Mondaydbus-1.8.10Simon McVittie2014-11-062-4/+11
| * CVE-2014-7824: set fd rlimit to 64k for the system dbus-daemonSimon McVittie2014-11-066-43/+227
* | NEWSSimon McVittie2014-11-061-0/+8
* | Add NetBSD to the list of platforms where credentials-passing a pid should workSimon McVittie2014-11-061-1/+2
* | test_processid: only assert that it works if we expect it to workSimon McVittie2014-11-061-10/+22
* | whitespace/comment fixesPatrick Welche2014-11-062-2/+2
* | Implement NetBSD credentials-passing with LOCAL_PEEREIDPatrick Welche2014-11-064-6/+96
* | dbus-daemon test: don't assert we pass uid/pid on unknown Unix platformsSimon McVittie2014-11-061-1/+28
* | NEWSSimon McVittie2014-10-291-0/+15
* | dbus-spawn: do not forget the exec() errno when the grandchild exitsSimon McVittie2014-10-291-1/+17
* | dbus-tutorial: replace the entire GLib section with "use GDBus"Simon McVittie2014-10-291-939/+13
* | Stop asserting that we're not using the dummy lock implementationSimon McVittie2014-10-291-10/+0
* | Use a better NoReply message for disconnection with reply pendingSimon McVittie2014-10-295-3/+120
* | dbus-sysdeps-unix: document the assumption that makes our use of credentials ...Simon McVittie2014-10-291-0/+19
* | Consistently save and restore errnoSimon McVittie2014-10-297-51/+90
* | NEWSSimon McVittie2014-10-291-1/+19
* | Implement getter, setter for ALLOW_INTERACTIVE_AUTHORIZATION flagSimon McVittie2014-10-282-0/+56
* | build: include dbus-sysdeps-unix.h for _dbus_fd_set_close_on_execPatrick Welche2014-10-281-0/+1
* | dbus-spec, dbus-protocol: add ALLOW_INTERACTIVE_AUTHORIZATION flagSimon McVittie2014-10-282-0/+69
* | Include test-dbus and test-bus in cmake 'make check' target.Ralf Habacker2014-10-242-4/+3
* | test-bus, test-dbus: close any inherited fds from callerSimon McVittie2014-10-242-0/+18
* | cmake: only copy session.conf and system.conf into test data dirSimon McVittie2014-10-241-1/+4
* | Add configure checks for accept4, dirfd, inotify_init1 and unix_fd_passing to...Ralf Habacker2014-10-242-0/+9
* | Add configure check for pipe2 to cmake build system.Ralf Habacker2014-10-172-0/+5
* | NEWSSimon McVittie2014-10-141-0/+7
* | dbus-test-tool: add black-hole modeAlban Crequy2014-10-143-32/+123
* | dbus-test-tool spam: add --messages-per-conn=NAlban Crequy2014-10-141-17/+77
* | Add dbus-test-tool, currently with "echo" and "spam" modesAlban Crequy2014-10-148-0/+842
* | dbus_shutdown: document its effect on shared connectionsSimon McVittie2014-10-131-0/+7
* | Do not claim that '*' resolves to INADDR_ANY on all OSsSimon McVittie2014-10-131-3/+5
* | NEWSSimon McVittie2014-10-131-0/+1
* | spec: introduce new value "const" for EmitsChangedSignal annotationLennart Poettering2014-10-131-1/+18
* | NEWSSimon McVittie2014-10-131-0/+5
* | Let pkg-config expand directory variables recursivelyРуслан Ижбулатов2014-10-133-10/+19
* | NEWS, bump spec version to (unreleased) 0.25Simon McVittie2014-10-062-2/+15
* | spec: translate arbitrary limits into something more comprehensibleSimon McVittie2014-10-061-4/+4
* | spec: in the table of types, classify themSimon McVittie2014-10-061-0/+23
* | Start 1.9.2, update NEWSSimon McVittie2014-10-062-1/+9
* | GetAllMatchRules: provide an example how it could be usedAlban Crequy2014-10-062-0/+117
* | 1.9.0dbus-1.9.0Simon McVittie2014-10-013-12/+39
* | config: add examples to show how to enable/disable the Stats interfaceAlban Crequy2014-10-014-1/+42
* | Enable Stats interface by default; disallow non-root use on system busSimon McVittie2014-10-012-4/+17
* | dbus-launch: Fix typo in manpageSebastian Rasmussen2014-09-251-1/+1
* | Use ISO C strchr() instead of BSD index()Simon McVittie2014-09-251-2/+4
* | match_rule_to_string: add testAlban Crequy2014-09-251-1/+23
* | match_rule_to_string: fix escapingAlban Crequy2014-09-251-14/+51
* | match_rule_to_string: returns NULL if no memory instead of loopingAlban Crequy2014-09-251-14/+7
* | Stats: GetAllMatchRules: add testsAlban Crequy2014-09-251-14/+150