summaryrefslogtreecommitdiff
path: root/bus
AgeCommit message (Expand)AuthorFilesLines
2014-06-05Imported Upstream version 1.8.4upstream/1.8.4Simon McVittie3-11/+24
2014-04-30Imported Upstream version 1.8.2upstream/1.8.2Simon McVittie1-0/+1
2014-04-28Add "Documentation=man:dbus-daemon(1)" line to systemd serviceCameron Norman1-0/+1
2014-01-20Imported Upstream version 1.8.0upstream/1.8.0Simon McVittie3-192/+194
2014-01-17Rename bus-test-launch-helper to test-bus-launch_helper to match common test ...Ralf Habacker2-5/+5
2014-01-17Rename bus-test-system to test-bus-system to match common test application na...Ralf Habacker2-4/+4
2014-01-17Rename bus-test to test-bus to match common test application naming scheme.Ralf Habacker2-4/+4
2014-01-14Don't forget allow_anonymous when merging configsMatt Hoosier1-0/+3
2014-01-06Imported Upstream version 1.7.10upstream/1.7.10Simon McVittie10-149/+342
2014-01-06kqueue: open watched directories with close-on-exec flagChengwei Yang1-1/+1
2014-01-06BusTransaction: remove confusing getter of connectionsChengwei Yang4-9/+2
2014-01-06Fix memory leak for kqueue: shutdown kqueue correctlyChengwei Yang1-13/+74
2014-01-06kqueue: replace tab with spaceChengwei Yang1-51/+51
2014-01-06Reload policy rules for completed connectionsChengwei Yang3-0/+50
2013-11-12Merge branch 'dbus-1.6'Simon McVittie2-2/+2
2013-11-12fixed memory freeing if error during listing servicesRadoslaw Pajak2-2/+2
2013-11-07selinux: Use selinux_set_mapping() to avoid hardcoded constants for policyosmond sun2-4/+28
2013-11-01Imported Upstream version 1.7.8upstream/1.7.8Simon McVittie6-160/+129
2013-11-01bus/selinux: Fix previous commit for CAP_AUDIT_WRITE retentionColin Walters1-1/+7
2013-11-01DBusBabysitter: change executable to log_nameChengwei Yang1-1/+3
2013-11-01transaction_free: factor outSimon McVittie1-10/+12
2013-11-01Use SIGHUP without check in UNIX environmentChengwei Yang1-4/+0
2013-10-23Merge branch 'dbus-1.6'Simon McVittie1-1/+29
2013-10-23path_namespace='/' should match everythingSimon McVittie1-1/+29
2013-10-09Imported Upstream version 1.7.6upstream/1.7.6Simon McVittie25-407/+259
2013-10-09Remove unused key-word of DBus .service fileChengwei Yang1-1/+0
2013-10-09launch-helper: fix error code parsingChengwei Yang3-2/+10
2013-09-23bus-test: only expect GetConnectionUnixProcessID to succeed sometimesSimon McVittie1-0/+6
2013-09-13selinux: when dropping capabilities only include AUDIT caps if we have themLennart Poettering1-2/+3
2013-09-03Allow dbus-daemon --nofork on WindowsSimon McVittie1-2/+2
2013-08-30Fix unused function when SELinux is not enabledSimon McVittie1-3/+4
2013-08-29_dbus_get_tmpdir: be thread-safeSimon McVittie1-1/+7
2013-08-23Cleanup: simplify assertion checkChengwei Yang1-14/+3
2013-08-23fix whitespaceSimon McVittie1-1/+1
2013-08-23Cleanup: polish inotify backendChengwei Yang1-9/+7
2013-08-23Cleanup: polish verbose mode checkingChengwei Yang2-16/+5
2013-08-23Export dbus_setenv() as a utility functionSimon McVittie4-9/+13
2013-08-23Revert "Factor out DBusAuthorization from DBusTransport"Simon McVittie1-11/+0
2013-08-23Factor out DBusAuthorization from DBusTransportCosimo Alfarano1-0/+11
2013-08-22GetConnectionCredentials: addSimon McVittie1-0/+77
2013-08-22Fix build with "--enable-stats"Chengwei Yang1-1/+1
2013-06-28tests to embedded tests: replaced in automake filesChengwei Yang1-2/+2
2013-06-28tests to embedded tests: replaced in dbus-daemonChengwei Yang13-30/+30
2013-06-28dir-watch: remove dnotify backendChengwei Yang3-104/+0
2013-06-26kqueue: remove unused variableChengwei Yang1-1/+1
2013-06-25Convert a{sv} helpers from Stats into generic utility codeSimon McVittie1-187/+52
2013-06-24Fix build failure if build with "--enable-stats"Chengwei Yang1-2/+3
2013-06-20Let dbus-daemon not print unavailable options on windows.Ralf Habacker1-5/+23
2013-06-17Make taking a global lock automatically initialize locking if neededSimon McVittie1-2/+2
2013-06-12Imported Upstream version 1.7.4upstream/1.7.4Simon McVittie6-482/+179