aboutsummaryrefslogtreecommitdiffstats
path: root/libmproxy/authentication.py
Commit message (Collapse)AuthorAgeFilesLines
* Move HTTP auth module to netlib.Aldo Cortesi2013-03-031-122/+0
|
* Documentation, setup.py updates, styling.Aldo Cortesi2013-01-021-2/+2
|
* More work on proxy authAldo Cortesi2012-12-311-5/+16
| | | | | | - Strip auth header if auth succeeds, so it's not passed upstream - Actually use realm specification to BasicProxyAuth, and make it mandatory - Cleanups and unit tests
* Test and robustify BasicProxyAuth.parse_auth_valueAldo Cortesi2012-12-311-6/+17
| | | | | - This is partly in preparation for moving the implementation to netlib - Also add an unparse_auth_value for testing (and use in pathod once the move is done)
* Start solidifying proxy authenticationAldo Cortesi2012-12-311-17/+22
| | | | | | - Add a unit test file - Remove some extraneous methods - Change the auth API to make the authenticate method take a header object.
* adding some simple authetication code to limit proxy accessisrael2012-12-301-9/+0
|
* adding some simple authetication code to limit proxy accessisrael2012-12-301-0/+104