summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-08-29Move some sysdeps stuff only used by the dbus-daemon outside libdbusstatic-var-safety-68610Simon McVittie4-382/+381
2013-08-29_dbus_check_setuid: comment on thread-safetySimon McVittie1-0/+2
2013-08-29_dbus_win_startup_winsock: be thread-safeSimon McVittie1-7/+28
2013-08-29Comment some suspicious uses of static variablesSimon McVittie2-0/+4
2013-08-29_dbus_get_autolaunch_address: don't make argv staticSimon McVittie1-1/+1
2013-08-29_dbus_file_path_extract_elements_from_tail: don't misuse static variableSimon McVittie1-14/+11
2013-08-29_dbus_get_tmpdir: be thread-safeSimon McVittie5-5/+28
2013-08-29libdbus-1.la: have proper dependencies on WindowsSimon McVittie1-1/+1
2013-08-28Generate autotools provided PACKAGE_.. and VERSION defines by a cmake macro.Ralf Habacker3-1/+74
2013-08-28Fixed mingw gcc 4.8.1 complains about double defined macros.Ralf Habacker1-8/+1
2013-08-28Fixed gcc 4.8.1 -Wformat warnings on windows.Ralf Habacker2-5/+5
2013-08-23Fix debug output about dbus server ref countChengwei Yang1-10/+1
2013-08-23Fix comment about atomic operationsChengwei Yang1-4/+7
2013-08-23Cleanup: simplify assertion checkChengwei Yang2-19/+5
2013-08-23fix whitespaceSimon McVittie1-1/+1
2013-08-23Cleanup: polish inotify backendChengwei Yang1-9/+7
2013-08-23Cleanup: polish verbose mode checkingChengwei Yang4-34/+9
2013-08-23NEWSSimon McVittie1-0/+11
2013-08-23DBus Spec: fix examples namespace to com.exampleChengwei Yang1-12/+12
2013-08-23dbus-run-session: remove various extra variables from the environmentSimon McVittie3-22/+19
2013-08-23Export dbus_setenv() as a utility functionSimon McVittie10-20/+33
2013-08-23Revert "Factor out DBusAuthorization from DBusTransport"Simon McVittie6-82/+229
2013-08-23Revert "Actually use DBusAuthorization in DBusAuth EXTERNAL mech"Simon McVittie4-43/+10
2013-08-23Revert "Add new files really."Simon McVittie2-369/+0
2013-08-23Revert "Rename authorized_identity in authenticated_identity for clarity sake."Simon McVittie1-16/+16
2013-08-23Revert "Fixed rejected hunk complete."Simon McVittie1-1/+1
2013-08-23Revert "Enable anonymous authorization for tests"Simon McVittie2-9/+3
2013-08-23Revert "Remove refcounting from DBusAuth and DBusAuthorization"Simon McVittie6-72/+131
2013-08-23Revert "dbus_connection_set_allow_anonymous(): fix doc"Simon McVittie1-5/+0
2013-08-23Revert "trivial: re-word authorization failure message"Simon McVittie1-2/+2
2013-08-23Revert "Remove transport's call to _dbus_authorization_do_authorization()."Simon McVittie1-0/+23
2013-08-23Remove transport's call to _dbus_authorization_do_authorization().Cosimo Alfarano1-23/+0
2013-08-23Manual rebase fix.Ralf Habacker1-1/+1
2013-08-23Add a test-case for trying to connect with the wrong GUIDSimon McVittie1-1/+67
2013-08-23trivial: re-word authorization failure messageSimon McVittie1-2/+2
2013-08-23Add a simple manual test for authentication/authorization.Simon McVittie2-2/+417
2013-08-23dbus_connection_set_allow_anonymous(): fix docCosimo Alfarano1-0/+5
2013-08-23Remove refcounting from DBusAuth and DBusAuthorizationCosimo Alfarano6-131/+72
2013-08-23Enable anonymous authorization for testsCosimo Alfarano2-3/+9
2013-08-23Fixed rejected hunk complete.Ralf Habacker1-1/+1
2013-08-23Rename authorized_identity in authenticated_identity for clarity sake.Cosimo Alfarano1-16/+16
2013-08-23Add new files really.Ralf Habacker2-0/+369
2013-08-23Actually use DBusAuthorization in DBusAuth EXTERNAL mechCosimo Alfarano4-10/+43
2013-08-23Factor out DBusAuthorization from DBusTransportCosimo Alfarano6-229/+82
2013-08-23Fix confusion between "is it authenticated?" and "try to authenticate"Simon McVittie5-28/+52
2013-08-23Unset/free also windows user function, finalizing the connectionCosimo Alfarano1-0/+1
2013-08-22More NEWSSimon McVittie1-0/+12
2013-08-22Fix reference doc in commentsChengwei Yang1-4/+4
2013-08-22Move function to the right place where it supposed to be usedChengwei Yang2-42/+22
2013-08-22DBus Spec: Fix sample service fileChengwei Yang1-1/+1