projects
/
platform
/
core
/
security
/
cynara.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
platform/core/security/cynara.git
2014-07-03
Adam Malinowski
Add protocol deserialialization mechanism
commit
|
commitdiff
|
tree
|
snapshot
2014-07-03
Lukasz Wojciechowski
Adjust client socket classes after move to common library
commit
|
commitdiff
|
tree
|
snapshot
2014-07-03
Lukasz Wojciechowski
Raw move of client socket classes to common library
commit
|
commitdiff
|
tree
|
snapshot
2014-07-03
Lukasz Wojciechowski
Make SocketClient independent of specific protocol...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-03
Lukasz Wojciechowski
Define libcynara-admin API
commit
|
commitdiff
|
tree
|
snapshot
2014-07-03
Rafal Krypa
Move cynara-tests packaging to a separate directory
commit
|
commitdiff
|
tree
|
snapshot
2014-07-03
Krzysztof Jackiewicz
Cleanup tests cmake file
commit
|
commitdiff
|
tree
|
snapshot
2014-07-03
Krzysztof Jackiewicz
Use proper include paths
commit
|
commitdiff
|
tree
|
snapshot
2014-07-03
Aleksander...
Fix wildcard checks
commit
|
commitdiff
|
tree
|
snapshot
2014-07-03
Lukasz Wojciechowski
Remove "m_fd" - unused field of RequestContext
commit
|
commitdiff
|
tree
|
snapshot
2014-07-03
Lukasz Wojciechowski
Implement Logic::check() method using SocketClient
commit
|
commitdiff
|
tree
|
snapshot
2014-07-03
Rafal Krypa
Add CYNARA_API_SERVICE_NOT_AVAILABLE
commit
|
commitdiff
|
tree
|
snapshot
2014-07-03
Lukasz Wojciechowski
Add SocketClient class
commit
|
commitdiff
|
tree
|
snapshot
2014-07-03
Aleksander...
Refactorize Cynara::BucketDeserializer
commit
|
commitdiff
|
tree
|
snapshot
2014-07-03
Aleksander...
Add Cynara::StorageDeserializer
commit
|
commitdiff
|
tree
|
snapshot
2014-07-03
Aleksander...
Rename StorageDeserializer to BucketDeserializer
commit
|
commitdiff
|
tree
|
snapshot
2014-07-03
Rafal Krypa
Add gmock package dependency and enable tests
commit
|
commitdiff
|
tree
|
snapshot
2014-07-03
Krzysztof Jackiewicz
Fix buildbreaks
commit
|
commitdiff
|
tree
|
snapshot
2014-07-03
Lukasz Wojciechowski
Prepare client socket class for connecting cynara service
commit
|
commitdiff
|
tree
|
snapshot
2014-07-03
Lukasz Wojciechowski
Raw copy client-common.cpp from security-server repository
commit
|
commitdiff
|
tree
|
snapshot
2014-07-03
Lukasz Wojciechowski
Switch libcynara-client from bootstrap to cynara servic...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-03
Lukasz Wojciechowski
Clone protocol objects
commit
|
commitdiff
|
tree
|
snapshot
2014-07-03
Lukasz Wojciechowski
Complete response handling path
commit
|
commitdiff
|
tree
|
snapshot
2014-07-03
Lukasz Wojciechowski
Change Cynara class model from singleton to common...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-03
Aleksander...
Add Cynara::StorageDeserializer
commit
|
commitdiff
|
tree
|
snapshot
2014-07-03
Lukasz Wojciechowski
Adapt protocol, request and response classes to common
commit
|
commitdiff
|
tree
|
snapshot
2014-07-03
Lukasz Wojciechowski
Move protocol, request and response classes to common
commit
|
commitdiff
|
tree
|
snapshot
2014-07-03
Lukasz Wojciechowski
Derive Protocol from RequestTaker
commit
|
commitdiff
|
tree
|
snapshot
2014-07-03
Aleksander...
Add Cynara::BucketRecordCorruptedException
commit
|
commitdiff
|
tree
|
snapshot
2014-07-03
Lukasz Wojciechowski
Use shared and weak pointers for ReponseTaker and Reque...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-03
Lukasz Wojciechowski
Move ResponseTaker class to response directory
commit
|
commitdiff
|
tree
|
snapshot
2014-07-03
Lukasz Wojciechowski
Change request execution path
commit
|
commitdiff
|
tree
|
snapshot
2014-07-03
Lukasz Wojciechowski
Move adding sockets to write set to SocketManager main...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-03
Adam Malinowski
Adapt ProtocolSerialization to Cynara
commit
|
commitdiff
|
tree
|
snapshot
2014-07-03
Adam Malinowski
Import of DPL class Serialization from Security-Server
commit
|
commitdiff
|
tree
|
snapshot
2014-07-03
Adam Malinowski
Fix user adding & deleting during installing and uninst...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-03
Adam Malinowski
Add backtrace building functionality
commit
|
commitdiff
|
tree
|
snapshot
2014-07-03
Lukasz Wojciechowski
Add refs to ResponseTaker and ResponseQueue to RequestC...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-03
Lukasz Wojciechowski
Use Storage to return value for check() function in...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-03
Aleksander...
Add wildcard tests for Cynara::PolicyBucket
commit
|
commitdiff
|
tree
|
snapshot
2014-07-03
Lukasz Wojciechowski
Rearrange classes for request and response processing
commit
|
commitdiff
|
tree
|
snapshot
2014-07-03
Lukasz Wojciechowski
Define ResponseTaker interface for binding response...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-03
Lukasz Wojciechowski
Change Request* to RequestPtr implemented as shared_ptr...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-03
Aleksander...
Add tests for Cynara::PolicyBucket
commit
|
commitdiff
|
tree
|
snapshot
2014-07-03
Lukasz Wojciechowski
Change Protocol* to ProtocolPtr implemented with shared_ptr
commit
|
commitdiff
|
tree
|
snapshot
2014-07-03
Lukasz Wojciechowski
Use unique_ptr for request handling
commit
|
commitdiff
|
tree
|
snapshot
2014-07-03
Lukasz Wojciechowski
Add CheckRequest class
commit
|
commitdiff
|
tree
|
snapshot
2014-07-03
Lukasz Wojciechowski
Add CheckResponse handling
commit
|
commitdiff
|
tree
|
snapshot
2014-07-03
Lukasz Wojciechowski
Redesign RequestContext to avoid cyclic dependencies
commit
|
commitdiff
|
tree
|
snapshot
2014-07-03
Lukasz Wojciechowski
Add stub function check in Logic layer
commit
|
commitdiff
|
tree
|
snapshot
2014-07-03
Lukasz Wojciechowski
Widen descriptor class with usage flag
commit
|
commitdiff
|
tree
|
snapshot
2014-07-03
Lukasz Wojciechowski
Add Storage Layer objects to Cynara singleton
commit
|
commitdiff
|
tree
|
snapshot
2014-07-03
Lukasz Wojciechowski
Add Storage related classes to CMakeLists, fix includes
commit
|
commitdiff
|
tree
|
snapshot
2014-07-03
Lukasz Wojciechowski
Add early cynara service implementation
commit
|
commitdiff
|
tree
|
snapshot
2014-07-03
Lukasz Wojciechowski
Remove temporary added dummy file common.cpp
commit
|
commitdiff
|
tree
|
snapshot
2014-07-03
Lukasz Wojciechowski
Fix email address
commit
|
commitdiff
|
tree
|
snapshot
2014-07-03
Lukasz Wojciechowski
Adapt BinaryQueue to Cynara. Add new exception classes
commit
|
commitdiff
|
tree
|
snapshot
2014-07-03
Lukasz Wojciechowski
Import of DPL class binary_queue from SecurityServer
commit
|
commitdiff
|
tree
|
snapshot
2014-07-03
Aleksander...
Add storage serializer (Cynara::StorageSerializer)
commit
|
commitdiff
|
tree
|
snapshot
2014-07-03
Aleksander...
Change PolicyType enum to PredefinedPolicyType for...
commit
|
commitdiff
|
tree
|
snapshot
2014-07-03
Aleksander...
Add base class (Cynara::Exception) for all exceptions
commit
|
commitdiff
|
tree
|
snapshot
2014-07-03
Aleksander...
Add temporary CMakeLists.txt for tests
commit
|
commitdiff
|
tree
|
snapshot
2014-07-03
Aleksander...
Add tests for InMemoryStorageBackend and Storage
commit
|
commitdiff
|
tree
|
snapshot
2014-07-03
Aleksander...
Add InMemoryStorageBackend for Cynara::Storage
commit
|
commitdiff
|
tree
|
snapshot
2014-07-03
Aleksander...
Refactorize code to make it easier testable
commit
|
commitdiff
|
tree
|
snapshot
2014-07-03
Adam Malinowski
Preparation of cynara for better usage of systemd.
commit
|
commitdiff
|
tree
|
snapshot
2014-07-03
Adam Malinowski
Add logging helper.
commit
|
commitdiff
|
tree
|
snapshot
2014-07-03
Rafal Krypa
Move sockets from /tmp to /run/cynara.
commit
|
commitdiff
|
tree
|
snapshot
2014-07-03
Adam Malinowski
Fixed compilation in DEBUG mode.
commit
|
commitdiff
|
tree
|
snapshot
2014-07-03
Lukasz Wojciechowski
Prepare structures and API for Storage layer of cynara...
commit
|
commitdiff
|
tree
|
snapshot
2014-05-15
Lukasz Wojciechowski
Implement cynara-bootstrap version of libcynara-client
64/20464/9
accepted/tizen/common/20140521.234004
submit/tizen/20140521.102954
commit
|
commitdiff
|
tree
|
snapshot
2014-05-15
Lukasz Wojciechowski
Add cynara directory structure, manifest and build...
40/20440/12
commit
|
commitdiff
|
tree
|
snapshot
2014-04-29
Sehong Na
Initial empty repository
devel
master
commit
|
commitdiff
|
tree
|
snapshot