summaryrefslogtreecommitdiff
path: root/dbus
Commit message (Expand)AuthorAgeFilesLines
* auth: Reject DBUS_COOKIE_SHA1 for users other than the server ownerSimon McVittie2019-06-091-0/+30
* Merge branch 'send_destination_prefix' into 'master'Simon McVittie2019-05-302-0/+30
|\
| * DBusString: extend with checking for starting with wordsAdrian Szyndela2019-04-262-0/+30
* | Merge branch 'unix-gids' into 'master'Simon McVittie2019-05-132-13/+44
|\ \ | |/ |/|
| * Add _dbus_asv_add_fixed_arrayMatthijs van Duin2019-03-252-13/+44
* | bus: Try to raise soft fd limit to match hard limitSimon McVittie2019-04-183-30/+40
* | Configure option to disable traditional activationTopi Miettinen2019-03-251-3/+10
|/
* test-spawn-oom: Separate single spawn tests from oom relatedRalf Habacker2019-03-151-1/+1
* Merge branch 'unused-userdb' into 'master'Simon McVittie2019-01-255-143/+4
|\
| * _dbus_user_database_get_groupname: Inline into its only callerSimon McVittie2019-01-232-28/+4
| * _dbus_user_database_get_gid: Remove unused functionSimon McVittie2019-01-232-25/+0
| * _dbus_parse_uid: Remove unused functionSimon McVittie2019-01-232-43/+0
| * dbus-userdb: Remove unused _dbus_homedir_from_username()Simon McVittie2019-01-232-45/+0
| * dbus-userdb: Remove unimplemented declaration of _dbus_credentials_from_uid()Simon McVittie2019-01-231-2/+0
* | Fixes remaining indentations that are not covered by the cmake formatting scr...Ralf Habacker2019-01-241-8/+8
* | Remove obsolete parameter in end... cmake keywordsRalf Habacker2019-01-241-11/+11
* | Remove spaces between cmake command and opening bracketRalf Habacker2019-01-241-24/+24
* | Use lower case cmake keywords in CMakeLists.txt filesRalf Habacker2019-01-241-1/+1
* | Replace tabs by 4 spaces in CMakeLists.txt filesRalf Habacker2019-01-241-175/+175
* | Remove trailing spaces in CMakeLists.txt filesRalf Habacker2019-01-241-9/+9
* | Merge branch 'code-coverage' into 'master'Simon McVittie2019-01-231-3/+10
|\ \
| * | Consistently add CODE_COVERAGE_LIBS everywhereSimon McVittie2019-01-211-2/+9
| * | Adapt to API change in AX_CODE_COVERAGE version 28Simon McVittie2019-01-211-1/+1
| |/
* | Add cmake macros add_executable_version_info and add_library_version_infoRalf Habacker2019-01-221-5/+1
* | Move cmake related build system to top levelRalf Habacker2019-01-221-0/+332
|/
* test: Move _dbus_list_test() hereSimon McVittie2019-01-212-579/+0
* test: Move _dbus_transport_unix_test() hereSimon McVittie2019-01-213-32/+1
* test: Move _dbus_server_test() hereSimon McVittie2019-01-212-61/+0
* test: Move _dbus_misc_test() hereSimon McVittie2019-01-212-77/+0
* test: Move _dbus_signature_test() hereSimon McVittie2019-01-212-179/+0
* dbus-signature: Move static assertion outside test codeSimon McVittie2019-01-211-2/+2
* test: Move sysdeps tests hereSimon McVittie2019-01-212-124/+5
* test: Move string tests (most of dbus-string-util.c) hereSimon McVittie2019-01-213-849/+17
* test: Move marshalling tests into test/Simon McVittie2019-01-215-4140/+0
* dbus-marshal-*-util: Remove all trailing whitespaceSimon McVittie2019-01-213-27/+27
* test: Move dbus-message-factory and most of dbus-message-util into test/Simon McVittie2019-01-215-3011/+4
* dbus-message-factory: Remove all trailing whitespaceSimon McVittie2019-01-212-70/+70
* test: Move auth, credentials tests from libdbus-internal into test/Simon McVittie2019-01-216-1381/+0
* dbus-credentials-util: Remove all trailing whitespaceSimon McVittie2019-01-211-10/+10
* dbus-auth-util: Remove all trailing whitespaceSimon McVittie2019-01-211-11/+11
* dbus-auth-script: Remove all trailing whitespaceSimon McVittie2019-01-211-33/+33
* test: Unembed hash test from libdbus and move it into test/Simon McVittie2019-01-213-443/+1
* dbus-hash: Attempt to update copyright holders from git historySimon McVittie2019-01-211-3/+8
* _dbus_test_main: Move to test-utilsSimon McVittie2019-01-213-245/+0
* test: Move libdbus embedded tests from dbus/ to test/Simon McVittie2019-01-212-79/+0
* Convert spawn test into a standalone test executableSimon McVittie2019-01-214-298/+0
* Rename structure DBusSocketSet to DBusPollableSet and adjust the correspondin...Ralf Habacker2019-01-097-227/+227
* dbus-spawn-win.c: Simplify logic of return value from call to _dbus_spawn_pro...Ralf Habacker2019-01-051-5/+3
* dbus-spawn-win.c: Return valid error if child could not be spawnedRalf Habacker2019-01-051-0/+3
* dbus-spawn-win.c: Don't wait for babysitter thread to startRalf Habacker2019-01-051-22/+0