Add functions required during db debug.
[platform/core/security/key-manager.git] / src / manager / service / db-crypto.cpp
2015-08-24 Bartlomiej GrzelewskiAdd functions required during db debug. 53/45953/3
2015-05-19 Krzysztof JackiewiczAdd backend id to database scheme 87/39487/5
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 Bartlomiej GrzelewskiDBDataType refactoring.
2015-02-17 Krzysztof JackiewiczFix for duplicates in all alias list query
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. KarpiukAdd DB performance analysis tests and performance impro... 65/28865/1
2014-10-16 Maciej J. KarpiukBugfix: fix problem with missing data (large data sets... 59/28859/1
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-10-16 Zofia AbramowskaClean up database during unlock operation. 33/28833/1
2014-10-15 Bartlomiej GrzelewskiRemove restrict mechanism. 28/28828/1
2014-09-12 Bartlomiej GrzelewskiChange AES CBC mode into AES GCM.
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 Bartlomiej GrzelewskiRename KEY_MANAGER_API_ERROR_DB_BAD_REQUEST.
2014-09-12 Zofia AbramowskaAdd label and unique alias check
2014-09-12 Bartlomiej GrzelewskiFix to db.
2014-09-12 Zofia AbramowskaAdd type check in select commands
2014-09-12 Zofia AbramowskaChange return value for DBCrypto
2014-09-12 Zofia AbramowskaAdd table for storing keys per label
2014-09-12 Sebastian GrabowskiAdded exceptions to DBCryptoModule and DBCMAlgType...
2014-09-12 Bartlomiej GrzelewskiIntegration ckm-logic with database module.