summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2019-10-10Change for reduce logstizen_5.5.m2_releasesubmit/tizen_5.5_mobile_hotfix/20201026.185103submit/tizen_5.5/20191031.000010submit/tizen/20191010.140049accepted/tizen/unified/20191015.011853accepted/tizen/5.5/unified/mobile/hotfix/20201027.084333accepted/tizen/5.5/unified/20191031.004154tizen_5.5_tvtizen_5.5_mobile_hotfixaccepted/tizen_5.5_unified_mobile_hotfixJihoon Jung1-2/+2
Change-Id: Ie7796822a6fdd97680e7ac0b4efbf08e6e48c262 Signed-off-by: Jihoon Jung <jh8801.jung@samsung.com>
2019-08-13Remove OS upgrade scriptKichan Kwon2-18/+0
Change-Id: Id167004e0ed5e17484ec9d5bef049b050b0f4509 Signed-off-by: Kichan Kwon <k_c.kwon@samsung.com>
2019-07-11Merge "Remove unused features" into tizensubmit/tizen/20190711.022932accepted/tizen/unified/20190711.062916Jihoon Jung1-4/+0
2019-07-11Merge "Remove unnecessary setting" into tizenJihoon Jung1-1/+0
2019-07-09Fix Coverity issue : 1048215 Resource leakJung Jihoon1-2/+6
Change-Id: I7b35b6e85206df2df5d0db801356105cdda968af Signed-off-by: Jung Jihoon <jh8801.jung@samsung.com>
2019-07-02Remove unused featuresINSUN PYO1-4/+0
Change-Id: I4d0f6154e5d17a936e4120b2a2e1c197a07d4051
2019-07-02Remove unnecessary settingINSUN PYO1-1/+0
Change-Id: I713fd911c175a860a45f60a623c49a40e142d832
2019-06-03Remove conatiner featuresubmit/tizen/20190603.044348accepted/tizen/unified/20190603.095349INSUN PYO1-2/+2
Change-Id: I52ead1369fe4d57bc59aea6c7d6349349849b24c
2019-05-09Merge "Fixed a svace issue" into tizensubmit/tizen/20190509.233015accepted/tizen/unified/20190510.012112saerome kim1-0/+1
2019-05-10Fixed a svace issueVBS1-0/+1
- Removing potential risk of memory corruption due to dangling pointer reference. Change-Id: Iaf0c60649e6364e35fd0787141569b347a985c21 Signed-off-by: saerome kim <saerome.kim@samsung.com>
2019-03-21[TFDF-1233][ASAN] Fix global-buffer-overflowsubmit/tizen/20190321.001036accepted/tizen/unified/20190321.062528Jihoon Jung1-2/+4
Change-Id: Ie01b36d2f2a2abddf2cc82f4235a6f4a7137f73a Signed-off-by: Jihoon Jung <jh8801.jung@samsung.com>
2019-03-08Change license information in ffs backend filePaweł Szewczyk1-13/+11
The code was mistakenly marked as proprietary. Change-Id: Id697704ae93c9fc44e12a9998997fb9c8bf09770 Signed-off-by: Paweł Szewczyk <p.szewczyk@samsung.com>
2019-01-31Fix ASAN bugsubmit/tizen/20190131.094229Jihoon Jung1-0/+2
- Fix race condition using mutex Change-Id: I2bd5205a1033fbbd2dc53786c2165af2a8b4f891 Signed-off-by: Jihoon Jung <jh8801.jung@example.com>
2019-01-30MTP responder Bug Fixsubmit/tizen/20190131.014348accepted/tizen/unified/20190131.161440Jihoon Jung3-5/+58
When folder have images, if you copy the folder into another folder, Then you can not see the images in the folder. Cause : Mtp Store is not updated. Fix : Fix to store to be updated when copying. Change-Id: Iad3b1b0bce103c37a332e2010777a704e0356f58 Signed-off-by: Jihoon Jung <jh8801.jung@example.com>
2019-01-03Remove the execution flag from non-executablessubmit/tizen/20190108.074231accepted/tizen/unified/20190109.060043Paweł Szewczyk47-0/+0
Change-Id: I796f146a8edc93ac3221dfc54c189e6f2053d250 Signed-off-by: Paweł Szewczyk <p.szewczyk@samsung.com>
2018-12-19AUTHOR to COMPOSER for mm remove ACRsubmit/tizen/20181219.023218accepted/tizen/unified/20181219.063458Jihoon Jung1-6/+6
Change-Id: Idc97ffce42b285d51a753c20aef82f893c0dbbcf Signed-off-by: Jihoon Jung <jh8801.jung@samsung.com>
2018-12-17Fix 64bit dlog format warningssubmit/tizen/20181217.065327submit/tizen/20181217.051135accepted/tizen/unified/20181217.142419Taesoo Jun5-10/+10
Change-Id: I0dcfd1ada2a06239a6790ccc1e0507f94f6ab7d2
2018-12-10Fix dlog format issuessubmit/tizen/20181210.061733accepted/tizen/unified/20181210.152257Taesoo Jun11-23/+23
Change-Id: I52f47f8249e7b51e341691e66067ba882178f4de
2018-11-23Merge "Add restart-on-failure in service file" into tizensubmit/tizen/20181126.060226submit/tizen/20181123.044719accepted/tizen/unified/20181127.073329Jihoon Jung2-0/+4
2018-11-15Add restart-on-failure in service filePaweł Szewczyk2-0/+4
To prevent socket from closing functionfs endpoints descriptors, the service should not fail definitely. This patch make it restart on its own on failure. To prevent fast restarting in case of repeating failure, the delay is added to the restart mechanism. Change-Id: I3db100c6dda88a605f7fbb6e35dc8783cd4d4252 Signed-off-by: Paweł Szewczyk <p.szewczyk@samsung.com>
2018-11-01Gtest code for mtp-responderLokesh47-70/+2029
Description: Overall coverage rate: lines......: 89.5% (1927 of 2152 lines) functions..: 94.9% (166 of 175 functions) Change-Id: I46e66dc7a1ffb0d8a0f5006e360f67ac0030e171 Signed-off-by: Lokesh <l.kasana@samsung.com>
2018-09-12Remove unused local variable - __receive_temp_file_first_packet( )submit/tizen_5.0/20181101.000003submit/tizen/20180912.091618submit/tizen/20180912.062403submit/tizen/20180912.044100accepted/tizen/unified/20180913.063905accepted/tizen/unified/20180913.063848accepted/tizen/unified/20180912.153402accepted/tizen/5.0/unified/20181102.015353Taesoo Jun1-1/+0
Change-Id: Ia66ea8f4118b4c4239d7dc28d06aaeb000f214ba Signed-off-by: Taesoo Jun <steve.jun@samsung.com>
2018-08-20Store the proper storage descriptionsubmit/tizen/20180820.091410accepted/tizen/unified/20180821.090945Jihoon Jung3-3/+24
Signed-off-by: Jihoon Jung <jh8801.jung@samsung.com> Change-Id: I2d9d14add6d0de7d9a906aa337facca77f493620
2018-07-20Change impl about get total / avaiable storage sizesubmit/tizen/20180720.091301accepted/tizen/unified/20180723.151434Jihoon Jung2-3/+44
Signed-off-by: Jihoon Jung <jh8801.jung@samsung.com> Change-Id: Iaff928591797b98c5f66e7a5b74c11339d4b98ec
2018-07-16sync with Tizen 4.0 mtp-respondersubmit/tizen/20180716.062125accepted/tizen/unified/20180716.185745Jihoon Jung5-18/+71
- Fix svace issue - Fix DDos problem Signed-off-by: Jihoon Jung <jh8801.jung@samsung.com> Change-Id: Iee8fee79f24c0ef7d7e312a4618a8af070964dfa
2018-06-22Change deprecated multimedia APIsubmit/tizen/20180625.053554accepted/tizen/unified/20180625.141554Jihoon Jung1-7/+7
Signed-off-by: Jihoon Jung <jh8801.jung@samsung.com> Change-Id: I2ededdd023ccaa4eb99e98593d4435fc14b89830
2018-06-15Fix build warning: 346727submit/tizen/20180615.043411accepted/tizen/unified/20180615.072001saerome.kim1-1/+1
Change-Id: I5712365dde16d052554ce599bf5140325ee602d3 Signed-off-by: saerome.kim <saerome.kim@samsung.com>
2018-06-15[Lux US STA] Fix Svace issueJihoon Jung2-2/+50
Signed-off-by: Jihoon Jung <jh8801.jung@samsung.com> Change-Id: I87c79988f9cbf63e5080b5c8cf51a6907178a9e3
2018-05-31Add error handling for object copysubmit/tizen/20180608.043218submit/tizen/20180607.015054submit/tizen/20180601.022814submit/tizen/20180531.073839submit/tizen/20180531.055155accepted/tizen/unified/20180611.015604Jihoon Jung3-3/+9
Signed-off-by: Jihoon Jung <jh8801.jung@samsung.com> Change-Id: Ib001c85a9bb3f3a1294b76aab9889e2da50b2b59
2018-05-23change lock screen implsubmit/tizen/20180524.010415Jihoon Jung2-9/+3
Signed-off-by: Jihoon Jung <jh8801.jung@samsung.com> Change-Id: I782ff868b7decad8669520c28948222fbb6d35aa
2018-05-04Fixed Svace from MCD: WID 144878submit/tizen/20180504.073801accepted/tizen/unified/20180504.162729saerome.kim1-5/+10
Change-Id: I545451032e112fcab68eae50c9f2ecef3b7e7a51 Signed-off-by: saerome.kim <saerome.kim@samsung.com>
2018-04-10Fix WGID 342646submit/tizen/20180410.040306submit/tizen/20180410.020006accepted/tizen/unified/20180410.063721saerome.kim1-1/+3
Change-Id: I04ba9709e5c2c378271a018d96786d0b3ada059b Signed-off-by: saerome.kim <saerome.kim@samsung.com>
2018-04-06utils: Wait for user if there are no user sessionssubmit/tizen/20180406.052630accepted/tizen/unified/20180406.144331Paweł Szewczyk1-0/+37
At system start systemd will create user session, but this could be after mtp is started. This patch makes the user-finding function wait for user to appear. Change-Id: I80ccbb69faf9085f7cef30e51a09ef4f785c0bd0 Signed-off-by: Paweł Szewczyk <p.szewczyk@samsung.com>
2018-04-06ffs: Fix issues related to starting/stopping ffsPaweł Szewczyk5-23/+62
In case of ffs we rely on events from ep0, which makes vconf events reduntant. This requires selecting transport as soon as possible and using that info at initialization of other components. Change-Id: I9b164edcd883ae94061b29d5ae494521bf79cc71 Signed-off-by: Paweł Szewczyk <p.szewczyk@samsung.com>
2018-04-05Fix mtp exitPaweł Szewczyk2-2/+8
This allows to call exit function from event handler thread. Without it the g_main_loop could hang after event handler stopped. Also debug info was fixed: the "mtp terminated" message appears when mtp is actualy terminating. Change-Id: I970bc927221374705b66aadf24ec0bdc49dac601 Signed-off-by: Paweł Szewczyk <p.szewczyk@samsung.com>
2018-04-05Change default ffs path to match system conventionKrzysztof Opasiak2-2/+2
Change-Id: I40c88c5704e7a50f6981fc4f575e2b45ee0cccfd Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
2018-04-05Use systemd functionfs socket activationPaweł Szewczyk9-133/+262
This includes creating binary files with descriptors and strings at compile time and systemd configuration of ffs socket. Change-Id: Ib38dc151e5e5d047ddb873661505ca13ddfc3306 Signed-off-by: Paweł Szewczyk <p.szewczyk@samsung.com>
2018-04-05Implement FunctionFS transportŁukasz Stelmach5-386/+1361
FunctionFS is a generic interface between the kernel and userland processes that allows implementation of USB functions as userspace processes. There may be many instances of FunctionFS mounted each one for a different USB functions. Authored-by: Łukasz Stelmach <l.stelmach@samsung.com> [Backported from other repository] Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> [Rebased] Signed-off-by: Paweł Szewczyk <p.szewczyk@samsung.com> Change-Id: Idba4fd657006d445bf1399218784f1c40e3cf626
2018-04-03Apply partial relro security hardeningsubmit/tizen/20180403.112540accepted/tizen/unified/20180404.063255saerome.kim1-1/+1
Change-Id: Ic768751ec01780ae5029be23f76997076f8cbe30 Signed-off-by: saerome.kim <saerome.kim@samsung.com>
2018-03-30Add return value checking for media_info_clonesubmit/tizen/20180401.231939submit/tizen/20180330.041239submit/tizen/20180330.002743accepted/tizen/unified/20180403.182334Taesoo Jun1-3/+6
Change-Id: I09dc1c5c96b2f49c52e6baa99971d86f7d77fcbe
2018-03-15fix WGID 110834submit/tizen/20180316.012933accepted/tizen/unified/20180316.062549saerome.kim1-1/+6
- Resource leak problem Change-Id: Ie2985204bc1d44261040d1074521f7eaf0718f90 Signed-off-by: saerome.kim <saerome.kim@samsung.com>
2017-12-06Fix WGID 264373submit/tizen/20171207.042822accepted/tizen/unified/20171207.070233saerome.kim1-1/+1
Change-Id: I161c9e52b4cbef70da98c4a3dedfae35f8e133d0 Signed-off-by: saerome.kim <saerome.kim@samsung.com>
2017-09-26Fix build waring problem due to readdir_rsubmit/tizen/20170926.055109accepted/tizen/unified/20170926.165706saerome.kim1-0/+2
Change-Id: I63e0fdb15366c88d04a85eb85544270647e3ef28 Signed-off-by: saerome.kim <saerome.kim@samsung.com>
2017-09-14[Fix] potential memory leaksubmit/tizen/20170915.041842accepted/tizen/unified/20170915.195503Taesoo Jun1-2/+5
Change-Id: I59abc1f0a7342a0fd9e5304742953641cd2907c6
2017-09-14Fix for svace issue (29398)submit/tizen/20170914.010846accepted/tizen/unified/20170914.065509jh8801.jung2-3/+3
Signed-off-by: jh8801.jung <jh8801.jung@samsung.com> Change-Id: Ia07ec5c4d18238a614df39adbab464e0c34cff30
2017-08-08Add SmackLabel in service filesubmit/tizen_4.0/20170828.100003submit/tizen/20170809.020021accepted/tizen/unified/20170809.135202accepted/tizen/4.0/unified/20170828.223409jh8801.jung1-0/+1
Signed-off-by: jh8801.jung <jh8801.jung@samsung.com> Change-Id: Ia8a841275806ffa5029fe46a9ee716cfa8db5e4b
2017-08-03Change daemon user owner to network_fwsubmit/tizen_4.0_unified/20170814.115522submit/tizen_4.0/20170814.115522submit/tizen_4.0/20170811.094300submit/tizen/20170803.065852accepted/tizen/unified/20170804.025622accepted/tizen/4.0/unified/20170816.014343accepted/tizen/4.0/unified/20170816.010639jh8801.jung9-36/+95
Signed-off-by: jh8801.jung <jh8801.jung@samsung.com> Change-Id: I6306fc3b24cb4824251248c7f09b806a894a6faf
2017-05-30fix SENSYS issue. (TNEXT-744)submit/tizen/20170601.011624accepted/tizen/unified/20170602.154028Hyihong Chae2-2/+7
Change-Id: Ia1fb37801da4e72306c9b1522156dda2547bdeec Signed-off-by: HyiHong Chae <hh.chae@samsung.com>
2017-04-24fix security issue(TSAM-13252)tizen_4.0.m1_releasesubmit/tizen/20170424.101510accepted/tizen/unified/20170424.154227Hyihong Chae5-3/+43
Change-Id: I99c089e88868edbad0532510be7e838e4d570f5f Signed-off-by: HyiHong Chae <hh.chae@samsung.com>
2017-04-11[Tizen 4.0 TV] fix svace issue.submit/tizen/20170411.070901accepted/tizen/unified/20170411.164454Hyihong Chae2-1/+2
Change-Id: Iacc22afdb51a1f11839430f3d65b2e23bf16014b Signed-off-by: HyiHong Chae <hh.chae@samsung.com>