summaryrefslogtreecommitdiff
path: root/bus
AgeCommit message (Expand)AuthorFilesLines
2012-08-13Split DBUS_SESSION_BUS_DEFAULT_ADDRESS into listen, connect addresses and set...Simon McVittie1-1/+1
2012-04-12Avoid using monotonic time in the DBUS_COOKIE_SHA1 authentication methodDavid Zeuthen2-17/+17
2012-03-22test: enforce own_prefix policy rulesAlban Crequy3-8/+90
2012-03-22policy: remove unused parameterAlban Crequy3-4/+1
2012-03-04policy: enforce policy on "allow own_prefix"Alban Crequy1-1/+14
2012-03-04config parser: add own_prefixAlban Crequy2-21/+38
2012-02-21Move _dbus_check_fdleaks_enter to dbus-message-internal.hSimon McVittie1-1/+1
2012-02-13Replace a series of booleans, all (apparently) alike, with flagsSimon McVittie4-38/+63
2012-02-10Merge branch 'system-search-paths-21620'Simon McVittie1-2/+2
2012-02-10bus: introduce --nopidfile switch to disable writing of PID filesLennart Poettering5-6/+17
2012-02-08Explicitly don't search XDG_DATA_DIRS for system services, and document itSimon McVittie1-2/+2
2012-02-07systemd: drop machine UUID generation for unit fileLennart Poettering1-1/+0
2012-02-07Merge branch 'socket-set-33337'Simon McVittie4-4/+42
2012-01-23Merge branch 'dbus-1.4', rejecting commit 08dd53c14b53b88cSimon McVittie1-0/+1
2012-01-23Revert addition of files which were only meant to exist on master, tooSimon McVittie2-390/+0
2012-01-23dbus-daemon: fix forgotten counter increase while copying configured auth mec...Simon McVittie1-0/+1
2012-01-04Revert "made session service dirs customizable: cmake part"Simon McVittie1-1/+1
2012-01-04Revert "made session service dirs customizable: autotools part"Simon McVittie1-2/+0
2012-01-04Revert all changes since a36d4918a6f646e085Simon McVittie20-922/+468
2011-11-21made session service dirs customizable: autotools partRalf Habacker1-0/+2
2011-11-21made session service dirs customizable: cmake partRalf Habacker1-1/+1
2011-09-28Merge tests' cmake and autotools bus configurationSimon McVittie1-19/+12
2011-09-21Merge branch 'more-unused-39231'Simon McVittie6-45/+25
2011-09-21Merge branch 'remove-stub-tests-41012'Simon McVittie3-25/+0
2011-09-21Merge branch 'dbus-1.4'Simon McVittie1-4/+7
2011-09-21update_desktop_file_entry: initialize return value properly, and actually ret...Simon McVittie1-1/+2
2011-09-21update_desktop_file_entry: if the service name already existed, set errorSimon McVittie1-1/+4
2011-09-21update_desktop_file_entry: don't leak file_path on one particular OOMSimon McVittie1-2/+1
2011-09-19bus_policy_test: remove stubSimon McVittie3-25/+0
2011-09-19Use {}, not semicolon, when the statement of an "if" does nothingSimon McVittie1-2/+6
2011-09-19Fix an assortment of variables that aren't used when not checking/assertingSimon McVittie1-8/+15
2011-09-19BusConnections: don't assert about BusConnectionData in functions that don't ...Simon McVittie1-11/+0
2011-09-19bus_driver_handle_message: remove unused labelSimon McVittie1-1/+0
2011-09-19activation helper: remove unused variable when not being verboseSimon McVittie1-2/+2
2011-09-19bus_registry_acquire_service: remove unnecessary variableSimon McVittie1-5/+2
2011-09-19Remove a never-used callbackSimon McVittie1-8/+0
2011-09-19Remove more never-used variablesSimon McVittie1-8/+0
2011-08-26Merge branch 'dbus-1.4'Simon McVittie1-2/+5
2011-08-26Don't build any of the reload-pipe code on non-UnixSimon McVittie1-2/+5
2011-08-13Fix compilation on MSVC, which doesn't understand "inline" with its C99 meaning.Ralf Habacker1-6/+1
2011-08-11capng: Drop supplemental groups when switching to daemon userSteve Grubb1-1/+1
2011-08-05Win32 compile fix.Ralf Habacker1-1/+6
2011-08-05Win32 compile fix.Ralf Habacker1-1/+1
2011-08-05Merge branch 'dbus-1.4'Simon McVittie1-9/+75
2011-08-05bus signal_handler: call _exit in the unlikely event that the pipe is full or...Simon McVittie1-2/+8
2011-08-05bus signal_handler: comment why it's OK if the reload pipe gets fullSimon McVittie1-0/+13
2011-08-05bus signal_handler: don't pretend to be portable away from UnixSimon McVittie1-0/+8
2011-08-05Conditionalize inclusion of unistd.hSimon McVittie1-0/+2
2011-08-05Handle SIGTERM again, to avoid leaving /tmp/dbus-XXX sockets on SolarisBrian Cameron1-11/+73
2011-08-05config-parser: don't try to get CommonProgramFiles from the environment on UnixSimon McVittie1-3/+8