aboutsummaryrefslogtreecommitdiffstats
path: root/netlib/http_auth.py
Commit message (Collapse)AuthorAgeFilesLines
* cleanup code with autoflakeThomas Kriechbaumer2015-05-271-1/+0
| | | | run the following command: $ autoflake -r -i --remove-all-unused-imports --remove-unused-variables .
* cleanup code with autopep8Thomas Kriechbaumer2015-05-271-5/+17
| | | | run the following command: $ autopep8 -i -r -a -a .
* fix code smellMaximilian Hils2015-04-091-5/+5
|
* Simplify expected_http_body_size signature, fixing a traceback found in fuzzingAldo Cortesi2014-11-071-2/+2
|
* minor cleanupsMaximilian Hils2014-08-161-1/+2
|
* use passlib instead of md5cryptMaximilian Hils2014-08-161-24/+5
|
* allow super() on TCPServer, add thread names for better debuggingMaximilian Hils2014-02-151-1/+1
|
* Silence pyflakes, adjust requirements.txtAldo Cortesi2014-01-191-1/+0
|
* add requirements.txt, small changesMaximilian Hils2013-12-131-2/+0
|
* merge origin/masterMaximilian Hils2013-12-081-6/+6
|\
| * Unit test auth actions.Aldo Cortesi2013-12-081-10/+7
| |
* | make AuthAction genericMaximilian Hils2013-12-081-5/+5
|/
* add custom argparse actions to seamlessly integrate ProxyAuth classesMaximilian Hils2013-11-211-0/+44
|
* 100% test coverage.Aldo Cortesi2013-03-031-1/+1
|
* Integrate HTTP auth, test to 100%Aldo Cortesi2013-03-031-0/+113