mitmproxy/libmproxy
Aldo Cortesi c726519e73 Add a stickyauth option.
This allows us to replay an HTTP Authorization header, in the same way as we
replay cookies using stickycookies. This lets us conveniently get at HTTP Basic
Auth protected resources through the proxy, but is not enough to do the same
for HTTP Digest auth. We'll put that on the todo list.
2011-03-20 17:31:54 +13:00
..
contrib Switch over to new serialization format. 2011-02-16 15:10:00 +13:00
resources Tweak CA and cert setup to be nice to Windows. 2011-03-18 14:48:43 +13:00
__init__.py Move version constants to version.py, add version to serialized flows. 2011-03-09 12:36:14 +13:00
cmdline.py Add a stickyauth option. 2011-03-20 17:31:54 +13:00
console.py Add a stickyauth option. 2011-03-20 17:31:54 +13:00
controller.py Fix hang on shutdown. 2011-03-15 17:21:35 +13:00
dump.py Add a stickyauth option. 2011-03-20 17:31:54 +13:00
filt.py Test suite rejiggering and cleanup. 2011-02-03 12:16:03 +13:00
flow.py Add a stickyauth option. 2011-03-20 17:31:54 +13:00
netstring.py netstring.py 100% unit test coverage. 2011-03-12 14:39:41 +13:00
proxy.py Add a stickyauth option. 2011-03-20 17:31:54 +13:00
script.py Whitespace in mitmdump output. 2011-02-17 15:56:54 +13:00
utils.py Revamp key generation. 2011-03-18 16:45:31 +13:00
version.py I've now added all the features I want for 0.4. Bump the version number. 2011-03-13 20:42:55 +13:00