summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Split README and README.mdHEADmasterSimo Sorce2015-10-191-1/+23
* Fix Travis CI buildsChristian Heimes2015-10-192-1/+3
* Allow non prefixed forwardingSimo Sorce2015-10-191-2/+6
* Add support for using listening on TCP socketsChristian Heimes2015-10-197-49/+107
* Add forwarder pluginSimo Sorce2015-10-193-1/+109
* Use CustodiaClient in testsSimo Sorce2015-10-192-60/+51
* 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-193-1/+53
* etcdstore: prevent path traversal attacksChristian Heimes2015-10-191-6/+14
* Implement ETCD based StoreSimo Sorce2015-10-192-0/+95
* Extend store interface to create namespacesSimo Sorce2015-10-193-3/+43
* Add UserNameSpace auths pluginSimo Sorce2015-10-193-33/+32
* 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-193-71/+42
* Avoid running tests twiceSimo Sorce2015-10-191-23/+0
* Fix traceback support in python 3.4Simo Sorce2015-10-191-5/+14
* Make tox pep8 happySimo Sorce2015-10-1913-91/+100
* Fix pep8 issuesSimo Sorce2015-10-191-1/+1
* Fix tox env for machine installed python versionSimo Sorce2015-10-191-0/+2
* Also capture loginuid of the remote processPavel Odvody2015-09-011-1/+18
* README: Fix typoColin Walters2015-08-251-1/+1
* Enhance README and point to wikiSimo Sorce2015-08-241-1/+18
* Remove unused directorySimo Sorce2015-08-032-2/+1
* Allow tox to use locally installed packagesSimo Sorce2015-08-031-1/+6
* Release version 0.1.0Simo Sorce2015-08-014-4/+8
* add docs/source/_static to fix sphinx build errorChristian Heimes2015-07-271-0/+1
* Add travis CI supportChristian Heimes2015-07-271-0/+21
* kill() and waitpid() custodia processChristian Heimes2015-07-271-4/+2
* Make KEMClient actually check the replySimo Sorce2015-07-091-18/+24
* Use tox instead of nosetests in MakefileSimo Sorce2015-07-091-1/+1
* Add audit logSimo Sorce2015-07-093-5/+80
* Unquote the path before processingSimo Sorce2015-07-081-2/+3
* Automatic testing with py.test, coverage and toxChristian Heimes2015-07-084-0/+86
* Fix typos in tests and add cleanupChristian Heimes2015-07-082-3/+11
* Fix setup.py and dependenciesChristian Heimes2015-07-085-5/+8
* Fix Python 3 portablility issuesSimo Sorce2015-06-072-3/+3
* 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-057-18/+63
* 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-046-21/+33
* Do not use the same key for encryption and signingSimo Sorce2015-06-032-38/+95
* Add pylint/pep8 checks to ./tests tooSimo Sorce2015-05-292-1/+6
* Use str to give back more human readable messagesSimo Sorce2015-05-281-2/+2
* Fix packages in setup.pySimo Sorce2015-05-271-1/+1
* Properly handle inputs from a query stringSimo Sorce2015-05-261-9/+21