add the se-backend for db encryption
[platform/core/security/key-manager.git] / src / manager / service / file-system.cpp
2022-10-06 이이삭/System Securit... add the se-backend for db encryption 06/282606/1
2020-03-30 Konrad LipinskiSwitch to sqlcipher library 99/227099/27
2020-03-27 Konrad LipinskiRelax FileSystem::removeUserData and check its return...
2020-01-15 Tomasz SwierczekFix build for gcc 9 04/222204/3
2019-03-27 Krzysztof JackiewiczCheck fs errors before saving the file 61/199461/7
2018-12-03 Krzysztof JackiewiczFix SVACE and C++ issues 27/193827/2
2018-08-28 Krzysztof JackiewiczUnify alias naming 21/184821/6
2016-04-18 Kyungwook TakCoding style applied according to style checker 95/62595/7 accepted/tizen/common/20160418.142113 accepted/tizen/ivi/20160418.235747 accepted/tizen/mobile/20160418.235742 accepted/tizen/tv/20160418.235750 accepted/tizen/wearable/20160418.235737 submit/tizen/20160418.104308
2016-03-15 Kyungwook TakAdd for_each files handling style when reading dir 46/62146/2
2016-03-04 Kyungwook TakRemove all of hard coded paths 12/61112/3
2016-01-14 Krzysztof JackiewiczGet dir locations from environment 19/56619/10
2016-01-05 Bartlomiej GrzelewskiChange user from root to key-manager 46/54746/7
2016-01-05 Bartlomiej GrzelewskiFix file permissions. 19/56119/2
2015-12-22 sangwan.kwonApply coding rule 15/54015/13
2015-07-03 Bartlomiej GrzelewskiReduce number of error logs in ckm. 33/41433/7
2015-06-12 Bartlomiej GrzelewskiIntroduce new (much simpler) Exception type. 62/40962/5
2015-04-15 Maciej J. KarpiukReverting Tizen 2.x specific workarounds for password... 57/37857/7
2015-02-17 Bartlomiej GrzelewskiReplace error codes with exceptions in FileSystem module.
2015-02-17 Bartlomiej GrzelewskiAdd transaction during password change.
2015-02-17 Bartlomiej GrzelewskiPrevent desynchronization in "battery remove test".
2015-02-17 Maciej J. KarpiukMinor re-factoring: boost::vector replaced with std...
2015-02-17 Krzysztof JackiewiczAdd file lock to key-manager server
2015-02-17 Bartlomiej GrzelewskiReplace some functions with thread safe version.
2014-10-16 kyungwook takFix Prevent defect about array_null 41/28841/1
2014-10-16 Dongsun LeeRemoving data of deleted application during lock state 34/28834/1
2014-09-12 Bartlomiej GrzelewskiAdd new DEK to encrypt database.
2014-09-12 Bartlomiej GrzelewskiUse SafeBuffer in C++ api. Rename SafeBuffer to RawBuffer.
2014-09-12 Bartlomiej GrzelewskiChange RawBuffer into SafeBuffer.
2014-09-12 Bartlomiej GrzelewskiIntegration ckm-logic with database module.
2014-09-12 Bartlomiej GrzelewskiAdd init to FileSystem class.
2014-09-12 Bartlomiej GrzelewskiImplementation of Control::unlockUserKey