platform/core/security/cynara.git
2014-07-18 Lukasz WojciechowskiImplement administrating request in Cynara service... 68/24668/3
2014-07-18 Lukasz WojciechowskiAdd CodeResponse class - a simple response with just... 67/24667/2
2014-07-18 Lukasz WojciechowskiFix missing includes 66/24666/2
2014-07-18 Lukasz WojciechowskiCatch and throw more detailed exception, when bucket... 59/24659/2
2014-07-18 Lukasz WojciechowskiChange collection types passed to Storage for changing... 56/24656/2
2014-07-18 Lukasz WojciechowskiAdd 3 new Request classes for administrating Cynara 41/24641/3
2014-07-17 Aleksander... Add deserialization IO exception 74/24574/5
2014-07-17 Lukasz WojciechowskiAdd ApiInterface for libcynara-admin 32/24632/1
2014-07-17 Lukasz WojciechowskiCorrect misspell in coment 31/24631/1
2014-07-16 Rafal KrypaUse proper printf length modifier for sizeof() 71/24571/1
2014-07-16 Aleksander... Implement Storage::addOrUpdateBucket() 49/24449/2
2014-07-16 Aleksander... Add InMemoryStorageBackend::updateBucket() 48/24448/2
2014-07-16 Aleksander... Add InMemoryStorageBackend::hasBucket() 47/24447/2
2014-07-16 Aleksander... Move parseMetadata() and parsePolicyType() to StorageDe... 22/24322/3
2014-07-16 Aleksander... Add serializer for InMemoryStorageBackend::Buckets 16/24316/3
2014-07-16 Adam MalinowskiAdd backtrace to exception message 50/24450/7
2014-07-16 Adam MalinowskiAdd conditional logs building 36/24536/2
2014-07-16 Adam MalinowskiAdd serialization of CheckResponse object 41/24441/3
2014-07-16 Adam MalinowskiAdd log messages related to protocol (de)serialization 40/24440/2
2014-07-16 Adam MalinowskiRemove unneeded return statement in Logic::check method 36/24436/2
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
next