Release 0.4.1
[platform/core/security/cynara.git] / src / service /
2014-11-17 Adam MalinowskiFix linking dependencies 62/30362/1
2014-11-15 Adam MalinowskiHandle client and agent disconnection 05/29805/12
2014-11-15 Adam MalinowskiHandle agent response 04/29804/11
2014-11-15 Adam MalinowskiHandle cancel request 03/29803/11
2014-11-15 Adam MalinowskiHandle check request with agent usage 02/29802/11
2014-11-15 Adam MalinowskiAdd manager for check contexts 01/29801/10
2014-11-15 Adam MalinowskiAdd CheckContext class 00/29800/10
2014-11-15 Adam MalinowskiAdd agent manager 99/29799/10
2014-11-15 Adam MalinowskiAdd AgentTalker class 98/29798/8
2014-11-15 Adam MalinowskiSet all needed socket descriptors to write state 95/29795/8
2014-11-14 Adam MalinowskiAdd AgentRegisterRequest handling 31/28731/12
2014-11-14 Adam MalinowskiAdd agent socket & dummy agent protocol 25/27925/10
2014-11-14 Zofia AbramowskaAdd PluginManager to CapacityCache 78/28978/7
2014-11-14 Zofia AbramowskaAdd base class for external plugins 99/28899/9
2014-11-14 Zofia AbramowskaFix dlopened objects management 84/28884/8
2014-11-14 Zofia AbramowskaAdd PathConfig 60/28960/8
2014-11-14 Zofia AbramowskaAdd context invalidation mechanism 26/30326/3
2014-11-13 Zofia AbramowskaRemove dangerous reference 27/30227/4
2014-10-24 Pawel WieczorekAdd PolicyBucketId validation 31/28431/10
2014-10-16 Pawel WieczorekAdd new libcynara-admin return code 18/28018/4
2014-10-16 Zofia AbramowskaAdd PluginErrorException 52/28452/8
2014-10-16 Zofia AbramowskaAdd PluginManager 45/27845/13
2014-10-13 Marcin NiesluchowskiImplement cynara_async_cancel_request() 60/28060/15
2014-10-10 Marcin NiesluchowskiMove socket paths to common library 20/27520/11
2014-09-29 Pawel WieczorekReplace @file commands for Doxygen compatibility 37/27837/5
2014-09-23 Pawel WieczorekAdd extra asterisk to file description comments 06/27506/3
2014-09-19 Aleksander ZdybExtract storage code into libcynara-storage 33/27533/5
2014-09-18 Lukasz WojciechowskiImplement AdminCheck in service's logic layer 55/27555/5
2014-09-12 Aleksander ZdybFix startup with half-populated db 52/26552/5
2014-09-08 Aleksander ZdybSupport NONE policy in admin API 01/26301/4
2014-09-08 Aleksander ZdybSupport NONE policy in storage 00/26300/4
2014-09-08 Aleksander ZdybAdd start point in Storage::checkPolicy() 45/26145/4
2014-09-04 Rafal Krypabuild: configure default installation directories in... 44/27044/2
2014-09-03 Rafal Krypabuild: drop D_GNU_SOURCE flag, refactor symbol visibili... 32/26932/4
2014-08-05 Adam MalinowskiChange default virtual destructor from '= default'... 80/25380/3
2014-08-04 Adam MalinowskiChange member initialization 78/25378/2
2014-08-04 Adam MalinowskiAdd missing include in InMemoryStorageBackend.cpp file 77/25377/2
2014-08-01 Aleksander ZdybDisallow pointing to nonexistent buckets 76/25276/2
2014-07-31 Lukasz WojciechowskiDisconnect all clients from cynara when policy rules... 41/25241/2
2014-07-31 Lukasz WojciechowskiAdd disconnectAllClients() function in SocketManager 40/25240/2
2014-07-31 Aleksander ZdybImplement a better data structure to store policies 21/25221/4
2014-07-29 Adam MalinowskiMake protocol() method const in Descriptor class 58/25058/2
2014-07-29 Adam MalinowskiMake few methods static in Cynara and SocketManager... 56/25056/2
2014-07-28 Aleksander ZdybAdjust tests for new storage and serialization API 52/24852/5
2014-07-25 Aleksander ZdybMake (de)serializer classes more generic and easier... 51/24851/3
2014-07-25 Aleksander ZdybFix dumping PolicyKey in StorageSerializer 40/24840/4
2014-07-25 Adam MalinowskiReduce scope of variables 12/25012/2 accepted/tizen/common/20140725.183156 submit/tizen_common/20140725.164024 submit/tizen_common/20140725.165841
2014-07-25 Adam MalinowskiRemove unneeded return statement 10/25010/2
2014-07-21 Lukasz WojciechowskiFix problem with passing references to local objects 75/24775/1
2014-07-21 Lukasz WojciechowskiUse save() from Storage to save changes to database 65/24765/2
2014-07-21 Lukasz WojciechowskiImplement Storage::save() using StorageSerializer and... 30/24730/2
2014-07-21 Lukasz WojciechowskiFix usage of local state directory in Cynara service 29/24729/2
2014-07-21 Aleksander ZdybAdd loading database in Cynara::init 37/24637/5
2014-07-18 Aleksander ZdybAdd serialization IO exception 75/24575/6
2014-07-18 Lukasz WojciechowskiUpdate tests and remove unused Storage methods 57/24657/3
2014-07-18 Lukasz WojciechowskiRemove unused class BucketAlreadyExistsException 94/24694/2
2014-07-18 Lukasz WojciechowskiImplement administrating request in Cynara service... 68/24668/3
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-17 Aleksander ZdybAdd deserialization IO exception 74/24574/5
2014-07-16 Aleksander ZdybImplement Storage::addOrUpdateBucket() 49/24449/2
2014-07-16 Aleksander ZdybAdd InMemoryStorageBackend::updateBucket() 48/24448/2
2014-07-16 Aleksander ZdybAdd InMemoryStorageBackend::hasBucket() 47/24447/2
2014-07-16 Aleksander ZdybMove parseMetadata() and parsePolicyType() to StorageDe... 22/24322/3
2014-07-16 Aleksander ZdybAdd serializer for InMemoryStorageBackend::Buckets 16/24316/3
2014-07-16 Adam MalinowskiRemove unneeded return statement in Logic::check method 36/24436/2
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-03 Adam MalinowskiAdd response deserialization
2014-07-03 Krzysztof JackiewiczUse proper include paths
2014-07-03 Aleksander ZdybFix wildcard checks
2014-07-03 Lukasz WojciechowskiRemove "m_fd" - unused field of RequestContext
2014-07-03 Aleksander ZdybRefactorize Cynara::BucketDeserializer
2014-07-03 Aleksander ZdybAdd Cynara::StorageDeserializer
2014-07-03 Aleksander ZdybRename StorageDeserializer to BucketDeserializer
2014-07-03 Krzysztof JackiewiczFix buildbreaks
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 ZdybAdd 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 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 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 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 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
next