summaryrefslogtreecommitdiffstats
path: root/custodia/httpd
Commit message (Expand)AuthorAgeFilesLines
* Do not spam logs with tracebacks on HTTP ErrorsSimo Sorce2015-10-231-1/+1
* Use Python's logging framework for loggingChristian Heimes2015-10-203-10/+13
* Add support for using listening on TCP socketsChristian Heimes2015-10-193-42/+87
* Add auditing to auth/authz modulesSimo Sorce2015-10-193-10/+58
* Add simple Keys-in-Header based authenticationSimo Sorce2015-10-191-1/+47
* Add UserNameSpace auths pluginSimo Sorce2015-10-191-0/+26
* Add Ability to retrieve peer's SELinux ContextSimo Sorce2015-10-191-2/+16
* Make tox pep8 happySimo Sorce2015-10-191-8/+11
* Also capture loginuid of the remote processPavel Odvody2015-09-011-1/+18
* Unquote the path before processingSimo Sorce2015-07-081-2/+3
* Add basic debugging capabilitiesSimo Sorce2015-06-051-12/+5
* Make the socket world accessible by defaultSimo Sorce2015-05-261-0/+2
* Move pipeline from server class to request handlerSimo Sorce2015-04-081-79/+80
* Add basic framework for authorization pluginsSimo Sorce2015-04-083-24/+68
* Change authenticators to return a resultSimo Sorce2015-04-072-12/+23
* Defensive parsingSimo Sorce2015-04-071-0/+3
* Add simple secrets storage API to RootSimo Sorce2015-04-011-1/+1
* Add code to parse body and put it in the requestSimo Sorce2015-04-011-1/+19
* Minor server.py fixesSimo Sorce2015-04-011-4/+9
* Consumers can define entire subtreesSimo Sorce2015-04-011-3/+26
* Provide more complete parsing of a request pathSimo Sorce2015-03-301-0/+24
* Add some documentation in form of class commentsSimo Sorce2015-03-301-0/+57
* Make stores directly availble to consumersSimo Sorce2015-03-251-0/+3
* Adjust the code to be python3 happySimo Sorce2015-03-254-0/+310