summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-02-17Version 0.1.9Bartlomiej Grzelewski1-1/+1
2015-02-17Listener service dependency fixedKrzysztof Jackiewicz1-1/+1
2015-02-17Lock file operations fixed in listenerKrzysztof Jackiewicz1-11/+19
2015-02-17Add file lock to key-manager serverKrzysztof Jackiewicz9-13/+175
2015-02-17Helper functions for log/exception message concatenationKrzysztof Jackiewicz1-0/+60
2015-02-17Refactoring ServiceConnection.Bartlomiej Grzelewski2-37/+36
2015-02-17Refactoring SockRAIIBartlomiej Grzelewski4-120/+91
2015-02-17Remove doxygen warningyuseok1-1/+1
2015-02-17Modify the setting value of POLL_TIMEOUTyuseok1-1/+1
2015-02-17C++ API re-factored: establish and keep socket connection to the service.Maciej J. Karpiuk5-268/+301
2015-02-17Split alias at server side into pair name and label.Maciej J. Karpiuk31-623/+955
2015-02-17CC mode logic updatedKrzysztof Jackiewicz10-60/+51
2015-02-17Fix build break on 64bit platforms.Bartlomiej Grzelewski2-2/+3
2015-02-17remove the description for alias. It will be added laterDongsun Lee1-7/+0
2015-02-17Vesion 0.1.8Bartlomiej Grzelewski1-1/+1
2015-02-17Revert "Alias is not unique user-wide: (alias, label) pair is unique now."Bartlomiej Grzelewski17-261/+99
2015-02-17Fix spelling mistake in socket files.Bartlomiej Grzelewski3-3/+3
2015-02-17Alias is not unique user-wide: (alias, label) pair is unique now.Maciej J. Karpiuk17-99/+261
2015-02-17Add service-side key and certificate verification when saving.Maciej J. Karpiuk2-0/+50
2015-02-17Valgrind warnings removed: all changes were false-positive issues.Maciej J. Karpiuk1-0/+2
2015-02-17Replace some functions with thread safe version.Bartlomiej Grzelewski6-40/+56
2015-02-17Fix package description in spec files.Bartlomiej Grzelewski1-7/+5
2014-12-17Fix packaging issues and warningstizen_3.0_ivi_releasesubmit/tizen_wearable/20150127.000000submit/tizen_tv/20150320.000001submit/tizen_tv/20150130.050505submit/tizen_tv/20150130.000000submit/tizen_mobile/20150325.000000submit/tizen_mobile/20150223.000000submit/tizen_mobile/20150213.000000submit/tizen_mobile/20150129.000000submit/tizen_ivi/20141225.222222submit/tizen_common/20141218.170927accepted/tizen/wearable/20150128.040554accepted/tizen/tv/20150324.014506accepted/tizen/mobile/20150326.005109accepted/tizen/ivi/20141225.103510accepted/tizen/common/20141218.172516tizen_3.0_ivitizen_3.0.2015.q1_commontizen_3.0.2014.q4_commonJosé Bollo2-22/+26
2014-10-20Version 0.1.7Bartlomiej Grzelewski1-1/+1
2014-10-20add the explanation of access control and alias formatDongsun Lee1-0/+12
2014-10-16Implementation of remaining async APIKrzysztof Jackiewicz11-288/+773
2014-10-16Add generic serialization/deserialization methodsKrzysztof Jackiewicz10-340/+266
2014-10-16Async API stubsKrzysztof Jackiewicz4-97/+522
2014-10-16Implement service communicationKrzysztof Jackiewicz7-2/+417
2014-10-16Asynchronous API frameworkKrzysztof Jackiewicz13-153/+715
2014-10-16Fix build break on tizen.org platform.Bartlomiej Grzelewski1-0/+2
2014-10-16Fix license identifier in spec file.Bartlomiej Grzelewski1-1/+1
2014-10-16Add DB performance analysis tests and performance improvements.Maciej J. Karpiuk6-199/+491
2014-10-16Add missing return value explanations in doxygenyuseok.jeon1-0/+9
2014-10-16Update internal tests with new exception in KeyProviderKrzysztof Jackiewicz1-2/+2
2014-10-16Workaround for memory garbage in SafeBuffer testKrzysztof Jackiewicz1-34/+57
2014-10-16Add exception wrapper for async API functionsKrzysztof Jackiewicz2-0/+18
2014-10-16Move SockRAII declaration to header fileKrzysztof Jackiewicz2-24/+29
2014-10-16Bugfix: fix problem with missing data (large data sets) in permission table.Maciej J. Karpiuk1-1/+1
2014-10-16Fix daemon starting timekyungwook tak2-3/+4
2014-10-16Modify the explanation of access control APIs in the doxygen documentyuseok.jeon2-6/+6
2014-10-16Modify the code location of FIPS mode settingyuseok.jeon2-14/+21
2014-10-16Version 0.1.6Krzysztof Jackiewicz1-1/+1
2014-10-16Fix build break on gcc4.8kyungwook tak1-0/+1
2014-10-16Add missing explanation of return value in doxygenyuseok.jeon1-0/+3
2014-10-16Version 0.1.5Krzysztof Jackiewicz2-2/+2
2014-10-16Alias list returns only aliases available to the calling label.Maciej J. Karpiuk3-19/+31
2014-10-16Add access API to the control service.Maciej J. Karpiuk5-35/+141
2014-10-16Add access control code to the CKM.Maciej J. Karpiuk9-121/+658
2014-10-16Add access control API stubKrzysztof Jackiewicz11-18/+243