summaryrefslogtreecommitdiff
path: root/dbus
Commit message (Expand)AuthorAgeFilesLines
* userdb: Reference-count DBusUserInfo, DBusGroupInfoSimon McVittie2020-07-024-27/+86
* userdb: Make lookups return a const pointerSimon McVittie2020-07-023-9/+13
* Solaris and derivatives do not adjust cmsg_len on MSG_CTRUNCAndy Fiddaman2020-07-021-1/+20
* sysdeps-unix: On MSG_CTRUNC, close the fds we did receiveSimon McVittie2020-06-021-12/+20
* test: Add basic test coverage for DBUS_COOKIE_SHA1Simon McVittie2019-06-094-3/+159
* auth: Reject DBUS_COOKIE_SHA1 for users other than the server ownerSimon McVittie2019-06-091-0/+32
* Include string.h for strcmp()Thomas Zimmermann2018-12-031-0/+1
* Do not apply __attribute__((__malloc__)) to dbus_realloc()Simon McVittie2018-08-301-1/+0
* validate_body_helper: Bounds-check before validating booleansSimon McVittie2018-08-021-2/+7
* sysdeps: Reassure gcc 8 that we are not overflowing struct sockaddr_unSimon McVittie2018-08-021-4/+6
* Fix -Werror=declaration-after-statement build failure on SolarisAlan Coopersmith2017-08-151-4/+5
* sysdeps: increase listen() backlog of AF_UNIX sockets to SOMAXCONNLennart Poettering2017-08-151-1/+1
* dbus_message_iter_open_container: Don't leak signature on failureSimon McVittie2017-07-051-9/+16
* dbus_message_iter_append_basic: Don't leak signature if appending fd failsSimon McVittie2017-07-051-3/+9
* dbus_message_append_args_valist: Don't leak memory on inappropriate typeSimon McVittie2017-07-051-0/+1
* transport: Don't pile up errors for semicolon-separated componentsSimon McVittie2017-06-271-0/+3
* Fix missing dbus_message_unref() in error reply pathShin-ichi MORITA2017-06-271-0/+2
* Change _dbus_create_directory to fail for existing directoriesSimon McVittie2017-02-164-3/+64
* DBusMessage: Fix UB (misaligned access) in call to _dbus_header_set_field_bas...Marc Mutz2016-10-041-1/+5
* _dbus_ensure_standard_fds: new function to ensure std* fds are openSimon McVittie2016-08-122-0/+86
* Mark WaitingForOK state as unusedSimon McVittie2016-08-121-0/+3
* Merge branch 'dbus-1.10' into dbus-1.10-cidbus-1.10-ciSimon McVittie2016-06-301-0/+20
|\
| * activation: set children oom_score_adj to 0WaLyong Cho2016-06-301-0/+20
* | Merge branch 'dbus-1.10' into dbus-1.10-ciSimon McVittie2016-05-183-14/+42
|\ \ | |/
| * Fix ambiguous setup of DBusBabySitter struct member child_handle on Windows.Ralf Habacker2016-05-161-3/+7
| * On Windows make access to member 'refcount' of struct DBusBabysitter thread s...Ralf Habacker2016-05-133-7/+32
| * Eliminates a race condition accessing DBusBabysitter instance at startup of b...Ralf Habacker2016-05-131-3/+1
| * Fix crash in test-spawn unit test app on Windows.Yiyang Fei2016-04-291-1/+2
* | Merge branch 'dbus-1.10' into dbus-1.10-ciSimon McVittie2016-03-023-1/+41
|\ \ | |/
| * Statically assert that the DBusMessageIter struct has no paddingSimon McVittie2016-03-021-0/+5
| * DBusMessageIter: eliminate padding on 64-bit platformsSimon McVittie2016-03-022-1/+30
| * DBusMessage: assert the properties we need DBusMessageIter to haveSimon McVittie2016-03-021-0/+3
| * dbus-internals: add _DBUS_ALIGNOFSimon McVittie2016-03-021-0/+3
| * Revert "Replace $DBUS_USE_TEST_BINARY with $DBUS_TEST_DBUS_LAUNCH"Simon McVittie2016-02-121-4/+4
| * Revert "Rename function string_array_length() to _dbus_string_array_length() ...Simon McVittie2016-02-123-24/+15
| * Revert "Add new functions _dbus_hash_table_to_array() and _dbus_hash_table_fr...Simon McVittie2016-02-122-137/+0
| * Add new functions _dbus_hash_table_to_array() and _dbus_hash_table_from_array...Ralf Habacker2016-02-112-0/+137
| * Rename function string_array_length() to _dbus_string_array_length() and move...Ralf Habacker2016-02-113-15/+24
| * Replace $DBUS_USE_TEST_BINARY with $DBUS_TEST_DBUS_LAUNCHSimon McVittie2016-02-111-4/+4
* | Merge branch 'dbus-1.10' into dbus-1.10-ciSimon McVittie2016-02-081-3/+1
|\ \ | |/
| * marshal-validate: run all the tests instead of just the even onesNick Lewycky2016-02-081-3/+1
* | _dbus_test_oom_handling: allow disabling it as documentedSimon McVittie2015-12-021-0/+6
* | embedded tests: accept and ignore --tap argumentSimon McVittie2015-12-021-1/+1
|/
* Windows _dbus_get_autolaunch_address: don't leak shm_nameSimon McVittie2015-11-181-0/+1
* bus-driver: Support returning org.freedesktop.DBus UID and PIDJan Alexander Steffens (heftig)2015-11-173-1/+12
* Fix recursive loop in backtrace generator on windows.Ralf Habacker2015-11-161-1/+1
* Fix memory leak in _dbus_win_set_error_from_win_error().Ralf Habacker2015-11-111-6/+1
* Compile fix on Windows.Ralf Habacker2015-11-041-1/+1
* Fix warning: variable 'ret' set but not used [-Wunused-but-set-variable].Ralf Habacker2015-11-031-4/+7
* Don't use _dbus_warn() for intentionally-skipped testsSimon McVittie2015-11-021-2/+5