summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-06-03[CVE-2019-12450] gfile: Limit access to files when copyingsubmit/tizen_3.0/20190603.072754tizen_3.0Ondrej Holy1-5/+6
2018-10-30Merge "CVE-2018-16428" into tizen_3.0submit/tizen_3.0/20181030.084905DongHun Kwak1-3/+8
2018-10-30CVE-2018-16429DongHun Kwak1-1/+13
2018-10-30CVE-2018-16428DongHun Kwak1-3/+8
2017-05-22Merge "gdbus: Fix memory leak in gdbusmethodinvocation.c" into tizen_3.0submit/tizen_3.0/20170522.083200sanghyeok.oh1-0/+2
2017-05-22gdbus: Fix memory leak in gdbusmethodinvocation.csanghyeok.oh1-0/+2
2017-05-22gdbus: Fix atomic accesses to global name watch IDsanghyeok.oh1-3/+6
2017-05-18gdbus:patch:gdbus: make gdbusconnection ids thread-safesanghyeok.oh1-8/+8
2017-03-27Add license fileDongHun Kwak1-0/+9
2017-01-12gdbus:fix race condition between signal callback and g_bus_unwatch_name functionsubmit/tizen_3.0/20170201.061217submit/tizen_3.0/20170119.051647accepted/tizen/3.0/wearable/20170206.033619accepted/tizen/3.0/tv/20170206.033455accepted/tizen/3.0/mobile/20170206.033349accepted/tizen/3.0/ivi/20170206.033734accepted/tizen/3.0/common/20170206.110144accepted/tizen_3.0_wearableaccepted/tizen_3.0_tvaccepted/tizen_3.0_mobileaccepted/tizen_3.0_iviaccepted/tizen_3.0_commonINSUN PYO3-24/+92
2016-12-26Merge "name watching: fix for freeing client prematurely" into tizen_3.0submit/tizen_3.0/20161227.055021submit/tizen_3.0.m2/20170104.093752accepted/tizen/3.0/wearable/20161228.021751accepted/tizen/3.0/tv/20161228.021746accepted/tizen/3.0/mobile/20161228.021741accepted/tizen/3.0/ivi/20161228.021754accepted/tizen/3.0/common/20161228.071638accepted/tizen/3.0.m2/wearable/20170104.143905accepted/tizen/3.0.m2/tv/20170104.143506accepted/tizen/3.0.m2/mobile/20170104.143036tizen_3.0.m2accepted/tizen_3.0.m2_wearableaccepted/tizen_3.0.m2_tvaccepted/tizen_3.0.m2_mobileHyotaek Shim1-0/+6
2016-12-22name watching: fix for freeing client prematurelyAdrian Szyndela1-0/+6
2016-12-22kdbus: set error when dbuspolicy1_init failssubmit/tizen_3.0/20161222.112659accepted/tizen/3.0/wearable/20161226.025659accepted/tizen/3.0/tv/20161226.025654accepted/tizen/3.0/mobile/20161226.025647accepted/tizen/3.0/ivi/20161226.025704accepted/tizen/3.0/common/20161227.101520Konrad Lipinski1-1/+1
2016-12-15kdbus: Do not use fstat() to determinte memfd sizesubmit/tizen_3.0/20161216.053713accepted/tizen/3.0/wearable/20161219.095219accepted/tizen/3.0/tv/20161219.070102accepted/tizen/3.0/mobile/20161219.084136accepted/tizen/3.0/ivi/20161219.065951accepted/tizen/3.0/common/20161219.112937Karol Lewandowski3-7/+24
2016-12-06fix for race condition in watching namessubmit/tizen_3.0/20161207.030856accepted/tizen/3.0/wearable/20161207.070418accepted/tizen/3.0/tv/20161207.070403accepted/tizen/3.0/mobile/20161207.070343accepted/tizen/3.0/ivi/20161207.070437accepted/tizen/3.0/common/20161207.195148Adrian Szyndela1-8/+17
2016-11-30kdbus: fix g_dbus_connection_call_sync ("NameHasOwner") failuresubmit/tizen_3.0/20161201.070824accepted/tizen/3.0/wearable/20161202.005944accepted/tizen/3.0/tv/20161202.005925accepted/tizen/3.0/mobile/20161202.005910accepted/tizen/3.0/ivi/20161202.010001accepted/tizen/3.0/common/20161203.012235INSUN PYO1-9/+3
2016-11-30Merge "Revert "kdbus: fix race-condition in GDBusNameWatching component"" int...Hyotaek Shim1-34/+14
2016-11-30Revert "kdbus: fix race-condition in GDBusNameWatching component"Hyotaek Shim1-34/+14
2016-11-30gdbus:add null check for error variablesubmit/tizen_3.0/20161130.094547sanghyeok.oh1-0/+2
2016-11-30gkdbus: Revert [Print debugging information for broken message]INSUN PYO1-43/+0
2016-11-29Merge "gdbus: add support for 'dbus-integration-tests' framework" into tizen_3.0Adrian Szyndela2-0/+567
2016-11-29kdbus:fix build error for TV emulator64-waylandsubmit/tizen_3.0/20161129.042911accepted/tizen/3.0/wearable/20161129.064116accepted/tizen/3.0/tv/20161129.064058accepted/tizen/3.0/mobile/20161129.064039accepted/tizen/3.0/ivi/20161129.064134accepted/tizen/3.0/common/20161129.172943INSUN PYO1-2/+2
2016-11-28gdbus: add support for 'dbus-integration-tests' frameworkLukasz Skalski2-0/+567
2016-11-25Kdbus: Fix for handling EPERM errorssubmit/tizen_3.0/20161128.054951accepted/tizen/3.0/wearable/20161129.002122accepted/tizen/3.0/tv/20161129.002105accepted/tizen/3.0/mobile/20161129.002037accepted/tizen/3.0/ivi/20161129.002139accepted/tizen/3.0/common/20161129.103025Hyotaek Shim1-0/+5
2016-11-24kdbus: check return status of KDBUS_CMD_FREE iotclINSUN PYO1-1/+4
2016-11-23kdbus: check return status of KDBUS_CMD_CONN_INFO iotclLukasz Skalski1-9/+17
2016-11-23Merge "gkdbus: Print debugging information for broken message" into tizen_3.0INSUN PYO1-0/+42
2016-11-23gdbus: change timeout error code from 'gdbus error' to 'gio error'sanghyeok.oh2-0/+13
2016-11-22gkdbus: Print debugging information for broken messageJonghwa Lee1-0/+42
2016-11-06kdbus: fix race-condition in GDBusNameWatching componentsubmit/tizen_3.0/20161121.044008submit/tizen_3.0/20161115.024154submit/tizen_3.0/20161114.042028accepted/tizen/3.0/wearable/20161122.124112accepted/tizen/3.0/tv/20161122.124058accepted/tizen/3.0/mobile/20161122.124047accepted/tizen/3.0/ivi/20161122.124132accepted/tizen/3.0/common/20161122.195143Lukasz Skalski1-14/+34
2016-10-11coding style:errno must referenced right after calling standard functionsubmit/tizen_3.0_common/20161104.104000submit/tizen_3.0/20161028.092423submit/tizen_3.0/20161028.062323submit/tizen/20161014.114439accepted/tizen/wearable/20161017.013617accepted/tizen/tv/20161017.013609accepted/tizen/mobile/20161017.013600accepted/tizen/ivi/20161017.013626accepted/tizen/common/20161017.170024accepted/tizen/3.0/wearable/20161028.150807accepted/tizen/3.0/tv/20161028.143435accepted/tizen/3.0/mobile/20161028.143120accepted/tizen/3.0/ivi/20161028.151229accepted/tizen/3.0/common/20161114.110605sanghyeok.oh1-7/+13
2016-09-28Fix for missing g_source_unref(Gkdbus worker source)submit/tizen_3.0_wearable/20161015.000002submit/tizen_3.0_tv/20161015.000002submit/tizen_3.0_mobile/20161015.000002submit/tizen_3.0_ivi/20161010.000002submit/tizen/20161004.080437accepted/tizen/wearable/20161005.080153accepted/tizen/tv/20161005.080146accepted/tizen/mobile/20161005.080124accepted/tizen/ivi/20161005.080211accepted/tizen/common/20161004.194241accepted/tizen/3.0/wearable/20161015.082837accepted/tizen/3.0/tv/20161016.004429accepted/tizen/3.0/mobile/20161015.033212accepted/tizen/3.0/ivi/20161011.044023Hyotaek Shim1-0/+1
2016-09-27glib:remove self-join deadlock:change to g_thread_unrefsubmit/tizen/20160927.110227accepted/tizen/wearable/20160928.050451accepted/tizen/tv/20160928.050428accepted/tizen/mobile/20160928.050413accepted/tizen/ivi/20160928.050508accepted/tizen/common/20160927.152907sanghyeok.oh1-14/+1
2016-09-27glib:remove self-join deadlocksubmit/tizen/20160927.041657sanghyeok.oh1-2/+15
2016-09-26fix double unrefsanghyeok.oh1-1/+0
2016-09-13kdbus: Add a null teminated string for GetConnectionCredentials (LinuxSecurit...submit/tizen/20160919.053144accepted/tizen/wearable/20160920.051558accepted/tizen/tv/20160920.051536accepted/tizen/mobile/20160920.051523accepted/tizen/ivi/20160920.051618accepted/tizen/common/20160919.154456INSUN PYO1-1/+1
2016-09-08gkdbus: Fix wrong return value of _g_kdbus_quit_loop()submit/tizen/20160908.061113accepted/tizen/wearable/20160909.062459accepted/tizen/tv/20160909.062448accepted/tizen/mobile/20160909.062420accepted/tizen/ivi/20160909.062511accepted/tizen/common/20160908.134701Jonghwa Lee1-1/+1
2016-09-06Merge "kdbus: fix for GetConnectionSELinuxSecurityContext method call" into t...Hyotaek Shim1-8/+29
2016-09-05kdbus: fix build error for 64 bit architecturesubmit/tizen/20160905.095924submit/tizen/20160905.094007accepted/tizen/wearable/20160907.060137accepted/tizen/tv/20160907.060117accepted/tizen/mobile/20160907.060101accepted/tizen/ivi/20160907.060150accepted/tizen/common/20160905.171612INSUN PYO1-1/+1
2016-09-05kdbus: fix for GetConnectionSELinuxSecurityContext method callLukasz Skalski1-8/+29
2016-09-05kdbus: enable KDBUS_MEMORY_POOL_SIZE environment to support adjustable memory...submit/tizen/20160905.073119INSUN PYO1-5/+80
2016-08-31Merge "change KDBUS_INFINITE_TIMEOUT_NS to 0x3ff.. to avoid wraparound - will...INSUN PYO1-1/+1
2016-08-31Merge "kdbus: always use well-known names for proxy" into tizenHyotaek Shim1-18/+2
2016-08-31change KDBUS_INFINITE_TIMEOUT_NS to 0x3ff.. to avoid wraparound - will work f...Konrad Lipinski1-1/+1
2016-08-31Detailed error information on KDBUS_CMD_SEND failuresHyotaek Shim1-9/+18
2016-08-29kdbus: always use well-known names for proxyLukasz Skalski1-18/+2
2016-08-23kdbus:remove not necessary(dbuplicated) code - kdbus timeoutsubmit/tizen/20160829.055144accepted/tizen/wearable/20160829.232633accepted/tizen/tv/20160829.232610accepted/tizen/mobile/20160829.232559accepted/tizen/ivi/20160829.232651accepted/tizen/common/20160829.140205INSUN PYO1-3/+0
2016-08-22Merge "global construction for dbusconnection only on _TV_PROFILE" into tizensubmit/tizen/20160822.115649accepted/tizen/wearable/20160822.232848accepted/tizen/tv/20160822.232831accepted/tizen/mobile/20160822.232814accepted/tizen/ivi/20160822.232907accepted/tizen/common/20160823.132657sandbox/mj2004.park/glib_upto_2.48MyoungJune Park2-0/+10
2016-08-22Revert (Build Error) : speed up incremental builds: %reconfigure instead of a...submit/tizen/20160822.034349accepted/tizen/wearable/20160822.232514accepted/tizen/tv/20160822.232456accepted/tizen/mobile/20160822.232440accepted/tizen/ivi/20160822.232531accepted/tizen/common/20160822.132601INSUN PYO1-1/+2
2016-08-22kdbus: fixed(build error) memory leak in hello command - #2INSUN PYO1-1/+1