summaryrefslogtreecommitdiff
path: root/src/manager/service/file-system.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-03-27Check fs errors before saving the fileKrzysztof Jackiewicz1-3/+10
2018-12-03Fix SVACE and C++ issuesKrzysztof Jackiewicz1-1/+1
2018-08-28Unify alias namingKrzysztof Jackiewicz1-4/+4
2016-04-18Coding style applied according to style checkersubmit/tizen/20160418.104308accepted/tizen/wearable/20160418.235737accepted/tizen/tv/20160418.235750accepted/tizen/mobile/20160418.235742accepted/tizen/ivi/20160418.235747accepted/tizen/common/20160418.142113Kyungwook Tak1-128/+140
2016-03-15Add for_each files handling style when reading dirKyungwook Tak1-34/+18
2016-03-04Remove all of hard coded pathsKyungwook Tak1-5/+5
2016-01-14Get dir locations from environmentKrzysztof Jackiewicz1-9/+8
2016-01-05Change user from root to key-managerBartlomiej Grzelewski1-1/+1
2016-01-05Fix file permissions.Bartlomiej Grzelewski1-0/+0
2015-12-22Apply coding rulesangwan.kwon1-18/+28
2015-07-03Reduce number of error logs in ckm.Bartlomiej Grzelewski1-6/+6
2015-06-12Introduce new (much simpler) Exception type.Bartlomiej Grzelewski1-7/+6
2015-04-15Reverting Tizen 2.x specific workarounds for password change/authtype==none.Maciej J. Karpiuk1-46/+0
2015-02-17Replace error codes with exceptions in FileSystem module.Bartlomiej Grzelewski1-29/+46
2015-02-17Add transaction during password change.Bartlomiej Grzelewski1-0/+40
2015-02-17Prevent desynchronization in "battery remove test".Bartlomiej Grzelewski1-1/+9
2015-02-17Minor re-factoring: boost::vector replaced with std::vector.Maciej J. Karpiuk1-0/+2
2015-02-17Add file lock to key-manager serverKrzysztof Jackiewicz1-5/+12
2015-02-17Replace some functions with thread safe version.Bartlomiej Grzelewski1-13/+20
2014-10-16Fix Prevent defect about array_nullkyungwook tak1-1/+1
2014-10-16Removing data of deleted application during lock stateDongsun Lee1-0/+84
2014-09-12Add new DEK to encrypt database.Bartlomiej Grzelewski1-5/+42
2014-09-12Use SafeBuffer in C++ api. Rename SafeBuffer to RawBuffer.Bartlomiej Grzelewski1-7/+7
2014-09-12Change RawBuffer into SafeBuffer.Bartlomiej Grzelewski1-3/+6
2014-09-12Integration ckm-logic with database module.Bartlomiej Grzelewski1-7/+25
2014-09-12Add init to FileSystem class.Bartlomiej Grzelewski1-0/+15
2014-09-12Implementation of Control::unlockUserKeyBartlomiej Grzelewski1-0/+73