summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-08-20Revert "tizen: Add additional unit for "unified" user session"tizen_5.5.m2_releasesubmit/tizen_5.5_mobile_hotfix/20201026.185106submit/tizen_5.5/20191031.000006submit/tizen/20190820.090809accepted/tizen/unified/20190822.045457accepted/tizen/5.5/unified/mobile/hotfix/20201027.063100accepted/tizen/5.5/unified/20191031.005930tizen_5.5_tvtizen_5.5_mobile_hotfixaccepted/tizen_5.5_unified_mobile_hotfixYunmi Ha5-43/+1
2019-07-30policy: modify complaint log to print out matched rulesubmit/tizen/20190812.022819accepted/tizen/unified/20190816.112439sanghyeok.oh4-16/+132
2019-07-23policy: change complaint log format of bus_client_policy_check_can_own() to p...sanghyeok.oh1-5/+9
2019-07-19kdbus: fix computing bloom filterssubmit/tizen/20190719.104741accepted/tizen/unified/20190722.074825Adrian Szyndela1-3/+3
2019-07-17Revert "Fix for smack error when dbus-daemon(session) accesses proc/cmdline"submit/tizen/20190717.061730accepted/tizen/unified/20190717.220434Hyotaek Shim1-1/+1
2019-07-01gvariant: fix UBSan related codesubmit/tizen/20190701.095512accepted/tizen/unified/20190702.114943sanghyeok.oh1-2/+2
2019-06-26policy: add complaint log for bus_client_policy_check_can_own()sanghyeok.oh1-0/+5
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-05-14apply default deny own policysubmit/tizen/20190530.011453accepted/tizen/unified/20190602.221846sanghyeok.oh1-1/+1
2019-05-09coverity fixsanghyeok.oh3-13/+33
2019-05-07tizen: Add additional unit for "unified" user sessionsubmit/tizen/20190509.015828accepted/tizen/unified/20190510.111111Mateusz Moscicki5-1/+43
2019-04-29Remove DefaultDependencies=no from dbus.socketsubmit/tizen/20190502.044443accepted/tizen/unified/20190503.075041INSUN PYO1-1/+0
2019-04-29dbus-daemon: Don't create /tmp/dbus_launchsubmit/tizen/20190429.043102accepted/tizen/unified/20190430.113428INSUN PYO2-6/+1
2019-04-25Add dependency to security-manager.socketsubmit/tizen/20190426.023004accepted/tizen/unified/20190429.103648INSUN PYO1-0/+2
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-29tools: modify execute label of dbus-monitorsubmit/tizen/20190131.080207submit/tizen/20190131.021840accepted/tizen/unified/20190201.061340sanghyeok.oh1-1/+1
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 MORITA3-1/+122
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 Szyndela7-47/+164
2019-01-03kdbus: fixed memory leak in process_connection_info_cmd()submit/tizen/20190104.021452accepted/tizen/unified/20190105.054101sanghyeok.oh1-1/+4
2018-12-04Merge "Revert "Add RequiresMountsFor=/opt to dbus.service"" into tizensubmit/tizen/20181204.070128accepted/tizen/unified/20181205.063348Hyotaek Shim1-1/+0
2018-11-29spec: fixed compilation options to reduce warningsAdrian Szyndela1-1/+1
2018-11-28Revert "Add RequiresMountsFor=/opt to dbus.service"Hyotaek Shim1-1/+0
2018-11-15Do not auto-activate services if we could not send a messagesubmit/tizen/20181115.015729accepted/tizen/unified/20181115.151616Simon McVittie12-49/+78
2018-11-15Add tests for activation when message send/receive is deniedSimon McVittie5-2/+207
2018-11-15dbus-daemon: prepare activation for async security checksAdrian Szyndela4-46/+52
2018-11-05Remove kdbus interface headersubmit/tizen/20181106.112838accepted/tizen/unified/20181107.082204Michal Bloch4-988/+4
2018-09-17Remove build warningssubmit/tizen_5.0/20181101.000006submit/tizen/20180918.043057accepted/tizen/unified/20180919.061631accepted/tizen/5.0/unified/20181102.025209pr.jung3-3/+4
2018-09-05Set the smack label of executable binary toolssubmit/tizen/20180906.020620accepted/tizen/unified/20180906.144209Hyotaek Shim1-0/+11
2018-08-09Add RequiresMountsFor=/opt to dbus.serviceINSUN PYO1-0/+1
2018-07-27service: add dependecy to tmp.mountsubmit/tizen/20180810.001302accepted/tizen/unified/20180810.132525INSUN PYO1-0/+2
2018-06-26Boost dbus.service and dbus.socket for boot optimizationsubmit/tizen/20180702.065056accepted/tizen/unified/20180703.062053Hyotaek Shim6-11/+4
2018-06-19Dbus policy: apply default deny rules in the global conf file (system.conf - ...submit/tizen/20180619.052936accepted/tizen/unified/20180619.142057sanghyeok.oh1-1/+1
2018-06-05kdbus: check policy first, only then open kdbusAleksy Barcz1-25/+22
2018-06-05dbus: a couple of corrections after static analysisAdrian Szyndela1-5/+8
2018-05-24GVariant: fix alignment of elements in arrayAdrian Szyndela2-3/+5