summaryrefslogtreecommitdiff
path: root/dbus
AgeCommit message (Expand)AuthorFilesLines
2023-10-05bus: Assign a serial number for messages from the driverHEADaccepted/tizen/unified/20231011.153130tizenaccepted/tizen_unifiedhongjinghao2-1/+12
2023-02-17dbus-marshal-byteswap: Byte-swap Unix fd indexes if neededtizen_8.0_m2_releaseaccepted/tizen/unified/20230222.161457accepted/tizen/8.0/unified/20231005.094746accepted/tizen_8.0_unifiedSimon McVittie1-5/+1
2023-02-17dbus-marshal-validate: Validate length of arrays of fixed-length itemsSimon McVittie1-1/+12
2023-02-17dbus-marshal-validate: Check brackets in signature nest correctlySimon McVittie1-1/+37
2022-07-21dbus: fix 64-bit compiler warningstizen_7.0_m2_releasesubmit/tizen/20220721.133433accepted/tizen/unified/20220722.031020accepted/tizen/7.0/unified/hotfix/20221116.110704accepted/tizen/7.0/unified/20221110.061519tizen_7.0_hotfixaccepted/tizen_7.0_unified_hotfixGaurav Gupta2-6/+6
2021-12-08GVariant: reuse existing init functionAdrian Szyndela1-2/+2
2021-11-05GVariant: fix dbus_message_copy()submit/tizen/20211115.094939submit/tizen/20211110.015122accepted/tizen/unified/20211116.130508Adrian Szyndela3-8/+160
2021-10-01kdbus: add memfd_create() syscall number for aarch64submit/tizen/20211001.142833Adrian Szyndela1-2/+6
2021-05-14bus: add ConnectionOverflow signal APIAdrian Szyndela1-0/+4
2021-05-14dbus: prepare API for checking transport overflowAdrian Szyndela6-2/+24
2020-09-25Merge 'dbus-1.12.20' into tizenAdrian Szyndela6-53/+149
2020-08-27Added a check to avoid integer underflow.submit/tizen/20200903.044811submit/tizen/20200827.104709accepted/tizen/unified/20200907.023444DEEPAK SINGH1-0/+3
2020-07-02userdb: Reference-count DBusUserInfo, DBusGroupInfoSimon McVittie4-27/+86
2020-07-02userdb: Make lookups return a const pointerSimon McVittie3-9/+13
2020-07-02Solaris and derivatives do not adjust cmsg_len on MSG_CTRUNCAndy Fiddaman1-1/+20
2020-06-02sysdeps-unix: On MSG_CTRUNC, close the fds we did receiveSimon McVittie1-12/+20
2020-05-19Coverity fixsanghyeok.oh1-3/+8
2020-04-20doxygen: fix example for dbus_message_append_argsFelipe Franciosi1-4/+10
2020-04-20dbus-message: bring back the original layout of DBusMessageItersubmit/tizen/20200420.213220submit/tizen/20200420.123023accepted/tizen/unified/20200421.051607Adrian Szyndela2-99/+96
2020-04-16dbus-transport: stop using orig_len outside its contextAdrian Szyndela1-1/+1
2020-04-16Merge dbus-1.12.16 into tizenAdrian Szyndela86-2140/+3701
2020-01-13auth: Reject DBUS_COOKIE_SHA1 for users other than the server ownerSimon McVittie1-0/+30
2019-07-19kdbus: fix computing bloom filterssubmit/tizen/20190719.104741accepted/tizen/unified/20190722.074825Adrian Szyndela1-3/+3
2019-07-01gvariant: fix UBSan related codesubmit/tizen/20190701.095512accepted/tizen/unified/20190702.114943sanghyeok.oh1-2/+2
2019-06-24Merge "Remove unused DbusError to avoid memory leak." into tizensubmit/tizen/20190624.005319accepted/tizen/unified/20190624.115337sanghyeok oh1-3/+1
2019-06-17remove unused DBusError in kdbus_read_message()Himanshu Maithani1-6/+2
2019-06-13Remove unused DbusError to avoid memory leak.Gaurav Gupta1-3/+1
2019-06-12fix: missing dbus_error_free in kdbus_write_msg_internalsubmit/tizen/20190624.001018himanshu.m@samsung.com1-0/+1
2019-06-09test: Add basic test coverage for DBUS_COOKIE_SHA1Simon McVittie4-3/+159
2019-06-09auth: Reject DBUS_COOKIE_SHA1 for users other than the server ownerSimon McVittie1-0/+32
2019-05-13bus: Try to raise soft fd limit to match hard limitSimon McVittie3-30/+40
2019-05-09coverity fixsanghyeok.oh3-13/+33
2019-04-17Merge branch '1-12-logical-op' into 'dbus-1.12'Simon McVittie1-0/+8
2019-04-17_dbus_get_is_errno_eagain_or_ewouldblock: Avoid warningDavid King1-0/+8
2019-04-17Adapt to API change in AX_CODE_COVERAGE version 28Simon McVittie1-1/+1
2019-03-19kdbus: share fd and pool with libdbuspolicysubmit/tizen/20190321.094448accepted/tizen/unified/20190322.075523Adrian Szyndela3-2/+14
2019-03-18kdbus: add assert for non-NULL memberAdrian Szyndela1-0/+2
2019-03-14kdbus: move dbuspolicy init to bus_register_kdbusAdrian Szyndela3-31/+49
2019-02-14kdbus: Fix memory leakage in capture_org_freedesktop_DBus_StartServiceByName()submit/tizen/20190215.045528accepted/tizen/unified/20190219.154258sanghyeok.oh1-2/+6
2019-02-13DBusMessage: bugfix for wrong type specifiersubmit/tizen/20190213.080620accepted/tizen/unified/20190214.154123sanghyeok.oh1-1/+1
2019-02-01dbus_message_iter_open_container: Don't leak signature on failuresubmit/tizen/20190211.015911Simon McVittie1-2/+9
2019-02-01dbus_message_append_args_valist: Don't leak memory on inappropriate typeSimon McVittie1-0/+1
2019-02-01DBusMessage: Fix UB (misaligned access) in call to _dbus_header_set_field_bas...Marc Mutz1-60/+62
2019-02-01dbus_message_iter_append_basic: Don't leak signature if appending fd failsSimon McVittie1-3/+9
2019-02-01dbus-hash: Fix a potential shift by a negative integerPhilip Withnall1-1/+2
2019-02-01Display thread id in _dbus_verbose to be able to see threading issues.Ralf Habacker5-12/+31
2019-01-17dbus-connection: Add _dbus_string_free to deallocate memorysubmit/tizen/20190121.055508submit/tizen/20190117.090745accepted/tizen/unified/20190128.061345sanghyeok.oh1-0/+2
2019-01-17Fix missing dbus_message_unref() in error reply pathShin-ichi MORITA1-0/+2
2019-01-17dbus-connection: Remove a duplicate _dbus_list_clear() callPhilip Withnall1-2/+0
2019-01-09dbus-daemon: add send_destination_prefix supportsubmit/tizen/20190109.021130accepted/tizen/unified/20190110.060340Adrian Szyndela2-0/+30