platform/core/security/cynara.git
2014-07-16 Adam MalinowskiFix memory leak in demangling symbols for backtrace... 35/24435/2
2014-07-16 Adam MalinowskiFix client socket labeling with smack 34/24434/2
2014-07-16 Adam MalinowskiEnable logs in client library 32/24432/2
2014-07-15 Lukasz WojciechowskiAdd declaration of struct cynara_admin in libcynara... 06/24506/1
2014-07-15 Lukasz WojciechowskiRemove const specifiers in cynara_admin_policy structure 04/24504/1
2014-07-14 Adam MalinowskiFix shared pointers access in Cynara class 37/24037/4
2014-07-14 Adam MalinowskiAdd signal processing 35/24035/5
2014-07-14 Lukasz WojciechowskiAdd cache interface and NoCache stub 15/24015/3
2014-07-11 Lukasz WojciechowskiAdd sequence number generation 14/24014/2
2014-07-09 Marcin NiesluchowskiFix comment for cynara_admin_set_policies function 90/24290/2
2014-07-09 Marcin NiesluchowskiRemove semicolon from defines. 75/24275/1
2014-07-07 Lukasz WojciechowskiAdd stub implementation of libcynara-admin API functions 45/23845/3
2014-07-04 Lukasz WojciechowskiUpdate libcynara-admin API header 36/23936/1
2014-07-03 Adam MalinowskiAdd response deserialization
2014-07-03 Rafal KrypaRemove usage of unwanted binutils library
2014-07-03 Adam MalinowskiRemove unused PolicyVector.h file
2014-07-03 Adam MalinowskiAdd protocol deserialialization mechanism
2014-07-03 Lukasz WojciechowskiAdjust client socket classes after move to common library
2014-07-03 Lukasz WojciechowskiRaw move of client socket classes to common library
2014-07-03 Lukasz WojciechowskiMake SocketClient independent of specific protocol...
2014-07-03 Lukasz WojciechowskiDefine libcynara-admin API
2014-07-03 Rafal KrypaMove cynara-tests packaging to a separate directory
2014-07-03 Krzysztof JackiewiczCleanup tests cmake file
2014-07-03 Krzysztof JackiewiczUse proper include paths
2014-07-03 Aleksander... Fix wildcard checks
2014-07-03 Lukasz WojciechowskiRemove "m_fd" - unused field of RequestContext
2014-07-03 Lukasz WojciechowskiImplement Logic::check() method using SocketClient
2014-07-03 Rafal KrypaAdd CYNARA_API_SERVICE_NOT_AVAILABLE
2014-07-03 Lukasz WojciechowskiAdd SocketClient class
2014-07-03 Aleksander... Refactorize Cynara::BucketDeserializer
2014-07-03 Aleksander... Add Cynara::StorageDeserializer
2014-07-03 Aleksander... Rename StorageDeserializer to BucketDeserializer
2014-07-03 Rafal KrypaAdd gmock package dependency and enable tests
2014-07-03 Krzysztof JackiewiczFix buildbreaks
2014-07-03 Lukasz WojciechowskiPrepare client socket class for connecting cynara service
2014-07-03 Lukasz WojciechowskiRaw copy client-common.cpp from security-server repository
2014-07-03 Lukasz WojciechowskiSwitch libcynara-client from bootstrap to cynara servic...
2014-07-03 Lukasz WojciechowskiClone protocol objects
2014-07-03 Lukasz WojciechowskiComplete response handling path
2014-07-03 Lukasz WojciechowskiChange Cynara class model from singleton to common...
2014-07-03 Aleksander... Add Cynara::StorageDeserializer
2014-07-03 Lukasz WojciechowskiAdapt protocol, request and response classes to common
2014-07-03 Lukasz WojciechowskiMove protocol, request and response classes to common
2014-07-03 Lukasz WojciechowskiDerive Protocol from RequestTaker
2014-07-03 Aleksander... Add Cynara::BucketRecordCorruptedException
2014-07-03 Lukasz WojciechowskiUse shared and weak pointers for ReponseTaker and Reque...
2014-07-03 Lukasz WojciechowskiMove ResponseTaker class to response directory
2014-07-03 Lukasz WojciechowskiChange request execution path
2014-07-03 Lukasz WojciechowskiMove adding sockets to write set to SocketManager main...
2014-07-03 Adam MalinowskiAdapt ProtocolSerialization to Cynara
2014-07-03 Adam MalinowskiImport of DPL class Serialization from Security-Server
2014-07-03 Adam MalinowskiFix user adding & deleting during installing and uninst...
2014-07-03 Adam MalinowskiAdd backtrace building functionality
2014-07-03 Lukasz WojciechowskiAdd refs to ResponseTaker and ResponseQueue to RequestC...
2014-07-03 Lukasz WojciechowskiUse Storage to return value for check() function in...
2014-07-03 Aleksander... Add wildcard tests for Cynara::PolicyBucket
2014-07-03 Lukasz WojciechowskiRearrange classes for request and response processing
2014-07-03 Lukasz WojciechowskiDefine ResponseTaker interface for binding response...
2014-07-03 Lukasz WojciechowskiChange Request* to RequestPtr implemented as shared_ptr...
2014-07-03 Aleksander... Add tests for Cynara::PolicyBucket
2014-07-03 Lukasz WojciechowskiChange Protocol* to ProtocolPtr implemented with shared_ptr
2014-07-03 Lukasz WojciechowskiUse unique_ptr for request handling
2014-07-03 Lukasz WojciechowskiAdd CheckRequest class
2014-07-03 Lukasz WojciechowskiAdd CheckResponse handling
2014-07-03 Lukasz WojciechowskiRedesign RequestContext to avoid cyclic dependencies
2014-07-03 Lukasz WojciechowskiAdd stub function check in Logic layer
2014-07-03 Lukasz WojciechowskiWiden descriptor class with usage flag
2014-07-03 Lukasz WojciechowskiAdd Storage Layer objects to Cynara singleton
2014-07-03 Lukasz WojciechowskiAdd Storage related classes to CMakeLists, fix includes
2014-07-03 Lukasz WojciechowskiAdd early cynara service implementation
2014-07-03 Lukasz WojciechowskiRemove temporary added dummy file common.cpp
2014-07-03 Lukasz WojciechowskiFix email address
2014-07-03 Lukasz WojciechowskiAdapt BinaryQueue to Cynara. Add new exception classes
2014-07-03 Lukasz WojciechowskiImport of DPL class binary_queue from SecurityServer
2014-07-03 Aleksander... Add storage serializer (Cynara::StorageSerializer)
2014-07-03 Aleksander... Change PolicyType enum to PredefinedPolicyType for...
2014-07-03 Aleksander... Add base class (Cynara::Exception) for all exceptions
2014-07-03 Aleksander... Add temporary CMakeLists.txt for tests
2014-07-03 Aleksander... Add tests for InMemoryStorageBackend and Storage
2014-07-03 Aleksander... Add InMemoryStorageBackend for Cynara::Storage
2014-07-03 Aleksander... Refactorize code to make it easier testable
2014-07-03 Adam MalinowskiPreparation of cynara for better usage of systemd.
2014-07-03 Adam MalinowskiAdd logging helper.
2014-07-03 Rafal KrypaMove sockets from /tmp to /run/cynara.
2014-07-03 Adam MalinowskiFixed compilation in DEBUG mode.
2014-07-03 Lukasz WojciechowskiPrepare structures and API for Storage layer of cynara...
2014-05-15 Lukasz WojciechowskiImplement cynara-bootstrap version of libcynara-client 64/20464/9 accepted/tizen/common/20140521.234004 submit/tizen/20140521.102954
2014-05-15 Lukasz WojciechowskiAdd cynara directory structure, manifest and build... 40/20440/12
2014-04-29 Sehong NaInitial empty repository devel master