summaryrefslogtreecommitdiffstats
path: root/custodia
Commit message (Expand)AuthorAgeFilesLines
* Allow non prefixed forwardingSimo Sorce2015-10-191-2/+6
* Add support for using listening on TCP socketsChristian Heimes2015-10-195-48/+98
* Add forwarder pluginSimo Sorce2015-10-191-0/+72
* Add auditing to auth/authz modulesSimo Sorce2015-10-194-10/+77
* Add client classes to query custodia serversSimo Sorce2015-10-191-0/+133
* Add simple Keys-in-Header based authenticationSimo Sorce2015-10-191-1/+47
* etcdstore: prevent path traversal attacksChristian Heimes2015-10-191-6/+14
* Implement ETCD based StoreSimo Sorce2015-10-191-0/+94
* Extend store interface to create namespacesSimo Sorce2015-10-193-3/+43
* Add UserNameSpace auths pluginSimo Sorce2015-10-192-30/+29
* Add Ability to retrieve peer's SELinux ContextSimo Sorce2015-10-191-2/+16
* Better error handling for enclite storeSimo Sorce2015-10-191-3/+11
* Remove filter option for directory listingsSimo Sorce2015-10-192-68/+41
* Fix traceback support in python 3.4Simo Sorce2015-10-191-5/+14
* Make tox pep8 happySimo Sorce2015-10-199-66/+74
* Fix pep8 issuesSimo Sorce2015-10-191-1/+1
* Also capture loginuid of the remote processPavel Odvody2015-09-011-1/+18
* Make KEMClient actually check the replySimo Sorce2015-07-091-18/+24
* Add audit logSimo Sorce2015-07-093-5/+80
* Unquote the path before processingSimo Sorce2015-07-081-2/+3
* Fix typos in tests and add cleanupChristian Heimes2015-07-081-1/+1
* Fix Python 3 portablility issuesSimo Sorce2015-06-071-2/+2
* Use reasonable algorithms based on key typeSimo Sorce2015-06-051-8/+11
* Fix name checking for kem backendSimo Sorce2015-06-052-4/+7
* Change KEMClient to be able to encrypt requestsSimo Sorce2015-06-051-30/+50
* Add basic debugging capabilitiesSimo Sorce2015-06-056-18/+62
* Assume keys are JWK objectsSimo Sorce2015-06-041-5/+7
* Add client class to build and parse kem tokensSimo Sorce2015-06-041-5/+32
* Change KEM Parsing to actually check claimsSimo Sorce2015-06-045-16/+26
* Do not use the same key for encryption and signingSimo Sorce2015-06-031-37/+94
* Use str to give back more human readable messagesSimo Sorce2015-05-281-2/+2
* Properly handle inputs from a query stringSimo Sorce2015-05-261-9/+21
* List special configuration names in one placeSimo Sorce2015-05-261-3/+6
* Add server_socket [global] configuration optionSimo Sorce2015-05-261-1/+4
* Make the socket world accessible by defaultSimo Sorce2015-05-261-0/+2
* Remove pylint star-args exceptionsSimo Sorce2015-05-263-7/+6
* Add tests and fixes for 'simple' keysSimo Sorce2015-04-271-1/+3
* Add support for signed/encrypted messagesSimo Sorce2015-04-272-2/+279
* Move message parsing and validationSimo Sorce2015-04-206-39/+166
* Add Simple encrypted store.Simo Sorce2015-04-151-0/+37
* Allow to filter by keytype on key GETSimo Sorce2015-04-081-0/+16
* Return only key/containers names on LIST operationSimo Sorce2015-04-082-58/+45
* Always initialize db on store class instantiationSimo Sorce2015-04-082-15/+19
* Move authz checks from Secrets to own classSimo Sorce2015-04-081-72/+113
* Move pipeline from server class to request handlerSimo Sorce2015-04-081-79/+80
* Add basic framework for authorization pluginsSimo Sorce2015-04-084-34/+87
* Change authenticators to return a resultSimo Sorce2015-04-072-12/+23
* Python3 compatibility fixesSimo Sorce2015-04-071-8/+8
* Mute lintSimo Sorce2015-04-071-2/+2
* Add detection of conflicts when creating elementsSimo Sorce2015-04-071-1/+26