Add a tool for accessing encrypted database
[platform/core/security/key-manager.git] / src / manager / dpl / db / src / sql_connection.cpp
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 Krzysztof JackiewiczLibraries reorganized to limit the number of exported...
2014-09-12 Krzysztof JackiewiczRemove TransitoryString
2014-09-12 Zofia AbramowskaRemove infinite loop from SqlConnection
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 GrzelewskiFix implementation of SetKey.
2014-09-12 Bartlomiej GrzelewskiReplace deprecated auto_ptr with unique_ptr in SQLCOnne...
2014-09-12 Zofia AbramowskaChange pedantic to error logs when failing
2014-09-12 Bartlomiej GrzelewskiIntegration ckm-logic with database module.
2014-09-12 Zofia AbramowskaChange SqlConnection behaviour on bad input
2014-09-12 Zofia AbramowskaAdapt SqlConnection to TransitoryString
2014-09-12 Zofia AbramowskaAdd blob support in SqlConnection
2014-09-12 Zofia AbramowskaAdapt SQLConnection to sqlcipher
2014-09-12 Zofia AbramowskaAdd sqlcipher and SqlConnection