Enable -Wshadow and fix warnings
[platform/core/security/key-manager.git] / src / manager / service / db-crypto.h
2023-06-21 Krzysztof JackiewiczEnable -Wshadow and fix warnings 23/294523/4
2023-06-14 Krzysztof JackiewiczMerge branch e2ee into tizen 18/294218/1
2023-06-14 Krzysztof JackiewiczAlias info refactoring 74/293874/5
2023-02-09 Krzysztof JackiewiczUnify CKMLogic methods and fix PKCS12 support 73/287973/3
2020-08-27 Mateusz CegielkaRemove CryptoExt class in favor of friendship 49/239049/10
2020-07-14 Krzysztof JackiewiczMake BeginTransaction exclusive and use it 10/238510/1
2020-07-09 Krzysztof JackiewiczRemove unused DB::Crypto methods 13/237913/5
2020-03-30 Konrad LipinskiSwitch to sqlcipher library 99/227099/27
2020-03-17 Konrad LipinskiStore DB::Crypto::m_connection as unique_ptr 70/227970/1
2019-09-26 Konrad LipinskiMake some single arg constructors explicit 16/214616/4
2019-05-17 Krzysztof JackiewiczGet rid of misleading SCHEMA_INFO error 44/200244/9
2018-08-28 Krzysztof JackiewiczUnify alias naming 21/184821/6
2018-08-06 Bartlomiej GrzelewskiTest version of ckm_db_merge 21/142121/10
2016-12-16 Kyungwook TakC++11 destructor should not throw exception 40/105340/1
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
2015-12-22 sangwan.kwonApply coding rule 15/54015/13
2015-12-16 Bartlomiej GrzelewskiChange exception type in db-crypto.cpp 88/52688/5
2015-10-26 Krzysztof JackiewiczModify encryption scheme 41/48541/19
2015-09-15 Krzysztof JackiewiczRevert "Add functions required during db debug." 36/47536/4
2015-09-03 Krzysztof JackiewiczAdd a tool for accessing encrypted database 51/47251/5
2015-08-24 Bartlomiej GrzelewskiAdd functions required during db debug. 53/45953/3
2015-02-17 Maciej J. KarpiukDB related classes moved into CKM::DB namespace.
2015-02-17 Maciej J. KarpiukAdd CKM database versioning with DB migration mechanism.
2015-02-17 Maciej J. KarpiukDB re-factor: added VIEW joining all tables.
2015-02-17 Maciej J. KarpiukCAPI cleanup: control "owner" removal, set_permission...
2015-02-17 Maciej J. KarpiukAdd PKCS12 support.
2015-02-17 Maciej J. KarpiukNew DB layout: CKM_TABLE split into NAME_TABLE and...
2015-02-17 Maciej J. KarpiukDBCrypto access control re-factor: access control moved...
2015-02-17 Maciej J. KarpiukSplit alias at server side into pair name and label.
2015-02-17 Bartlomiej GrzelewskiRevert "Alias is not unique user-wide: (alias, label...
2015-02-17 Maciej J. KarpiukAlias is not unique user-wide: (alias, label) pair...
2014-10-16 Maciej J. KarpiukAlias list returns only aliases available to the callin... 51/28851/1
2014-10-16 Maciej J. KarpiukAdd access control code to the CKM. 49/28849/1
2014-09-12 Bartlomiej GrzelewskiAdd api CKM::Control::removeApplicationData
2014-09-12 Zofia AbramowskaRemove infinite loop from SqlConnection
2014-09-12 Zofia AbramowskaRewrite checking if row exists when deleting from db
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 GrzelewskiReplace deprecated auto_ptr with unique_ptr in SQLCOnne...
2014-09-12 Zofia AbramowskaTransactions
2014-09-12 Zofia AbramowskaThrow instead of return value
2014-09-12 Zofia AbramowskaAdd label and unique alias check
2014-09-12 Zofia AbramowskaAdd type check in select commands
2014-09-12 Zofia AbramowskaAdd table for storing keys per label
2014-09-12 Bartlomiej GrzelewskiIntegration ckm-logic with database module.