summaryrefslogtreecommitdiffstats
path: root/custodia/secrets.py
Commit message (Expand)AuthorAgeFilesLines
* Add support for using listening on TCP socketsChristian Heimes2015-10-191-0/+1
* Extend store interface to create namespacesSimo Sorce2015-10-191-3/+3
* Add UserNameSpace auths pluginSimo Sorce2015-10-191-30/+3
* Remove filter option for directory listingsSimo Sorce2015-10-191-43/+10
* Make tox pep8 happySimo Sorce2015-10-191-12/+12
* Add audit logSimo Sorce2015-07-091-1/+35
* Fix name checking for kem backendSimo Sorce2015-06-051-2/+4
* Change KEM Parsing to actually check claimsSimo Sorce2015-06-041-4/+4
* Remove pylint star-args exceptionsSimo Sorce2015-05-261-1/+0
* Add tests and fixes for 'simple' keysSimo Sorce2015-04-271-1/+3
* Move message parsing and validationSimo Sorce2015-04-201-25/+29
* Allow to filter by keytype on key GETSimo Sorce2015-04-081-0/+16
* Return only key/containers names on LIST operationSimo Sorce2015-04-081-38/+29
* Always initialize db on store class instantiationSimo Sorce2015-04-081-5/+4
* Move authz checks from Secrets to own classSimo Sorce2015-04-081-72/+113
* 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
* Add functions to create and destroy containersSimo Sorce2015-04-071-15/+132
* Add code and tests to delete keysSimo Sorce2015-04-071-0/+49
* Actually strip only the base containerSimo Sorce2015-04-071-11/+11
* Reorganize code so each main action is separateSimo Sorce2015-04-071-38/+48
* Check that intermediate containers existSimo Sorce2015-04-071-2/+41
* Return 201 on successful key creationSimo Sorce2015-04-071-18/+20
* Remove ununsed case with wrong nameSimo Sorce2015-04-071-8/+0
* Add more unit tests for SecretsSimo Sorce2015-04-061-0/+111
* Initial testsuite commitSimo Sorce2015-04-061-0/+45
* Improve secrets.pySimo Sorce2015-04-061-12/+41
* Move Secrets class to its own fileSimo Sorce2015-04-061-0/+74