summaryrefslogtreecommitdiffstats
path: root/custodia/httpd/server.py
Commit message (Expand)AuthorAgeFilesLines
* Increase logging output of Kubernetes pluginskubeChristian Heimes2015-11-111-2/+8
* Fix authorization stack to call all modulesSimo Sorce2015-11-061-2/+6
* Do not use a private name for public variablesSimo Sorce2015-11-061-8/+8
* Silence broad-except warningsSimo Sorce2015-11-061-1/+1
* Do not use reserved words wor argument namesSimo Sorce2015-11-061-2/+2
* Fix pylint violationsChristian Heimes2015-11-061-1/+1
* Improve logging format and configurationSimo Sorce2015-10-231-5/+6
* Change tests to be more self containedSimo Sorce2015-10-231-2/+0
* Add incoming requests to debug logSimo Sorce2015-10-231-0/+1
* Do not spam logs with tracebacks on HTTP ErrorsSimo Sorce2015-10-231-1/+1
* Use Python's logging framework for loggingChristian Heimes2015-10-201-8/+11
* Add support for using listening on TCP socketsChristian Heimes2015-10-191-26/+68
* Add auditing to auth/authz modulesSimo Sorce2015-10-191-5/+11
* 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-081-3/+20
* Change authenticators to return a resultSimo Sorce2015-04-071-5/+13
* 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
* 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
* Adjust the code to be python3 happySimo Sorce2015-03-251-0/+191