Chris Czub
|
70c28f5d34
|
Better error handling/reporting for pfctl failures on OS X
|
2015-10-29 15:56:43 -04:00 |
|
Jim Shaver
|
b51363b3ca
|
Merge remote-tracking branch 'upstream/master' into print-bracket-fix
Conflicts:
examples/har_extractor.py
examples/nonblocking.py
examples/read_dumpfile
libmproxy/web/app.py
|
2015-05-31 01:21:44 -04:00 |
|
Jim Shaver
|
4fe2c069cc
|
Fixed print function to be inline with python 3
|
2015-05-29 23:17:48 -04:00 |
|
Aldo Cortesi
|
a05a70d816
|
Add coding style check, reformat.
|
2015-05-30 12:03:28 +12:00 |
|
Mike C
|
b942f98f37
|
+ Use sys.platform.startswith("freebsd") instead of matching just freebsd10.
+ This means support for any freebsd version (note that I only tested 11-CURRENT and 9)
|
2015-04-27 02:31:58 +01:00 |
|
Aldo Cortesi
|
24c4df07e3
|
First-order integration of configargparser to add config file support
|
2014-11-15 16:14:08 +13:00 |
|
Maximilian Hils
|
5a59fef57f
|
fix bugs
|
2014-09-15 00:59:21 +02:00 |
|
Maximilian Hils
|
82730c1c6f
|
Windows transparent proxy: allow specification of custom WinDivert filter rules
|
2014-08-30 17:33:43 +02:00 |
|
Maximilian Hils
|
84e2285ee5
|
Windows transparent proxy: proxy local traffic
|
2014-08-30 16:39:15 +02:00 |
|
Maximilian Hils
|
858b0af0bb
|
fix #270
|
2014-08-10 16:10:49 +02:00 |
|
Maximilian Hils
|
a3c3e4e504
|
remove platform.setup
|
2014-08-08 03:38:59 +02:00 |
|
Maximilian Hils
|
05a8c52f8f
|
add transparent proxy mode on windows (docs still missing)
|
2014-07-16 00:47:44 +02:00 |
|
Zack B
|
e601ade924
|
only support FreeBSD 10+
|
2014-07-01 15:08:42 -07:00 |
|
Zack B
|
2704963e61
|
add resolver for FreeBSD using pfctl
|
2014-07-01 14:37:52 -07:00 |
|
Aldo Cortesi
|
7ddc941116
|
Silence pyflakes
And pick up one bug as a consequence.
|
2014-01-19 18:16:24 +13:00 |
|
Aldo Cortesi
|
886970040b
|
Revert "Use lsof instead of pfctl to find target host on OSX in transparent mode."
This reverts commit ffeede9b39 .
|
2013-06-16 16:23:36 +12:00 |
|
Ivaylo Popov
|
ffeede9b39
|
Use lsof instead of pfctl to find target host on OSX in transparent mode.
|
2013-05-27 23:09:42 -04:00 |
|
Aldo Cortesi
|
e42136a6ef
|
Better error handling for transparent mode remote address resolution.
|
2013-01-01 11:24:11 +13:00 |
|
Aldo Cortesi
|
e2dc7ba09d
|
First draft of OSX transparent proxy mode.
|
2013-01-01 11:13:56 +13:00 |
|
Aldo Cortesi
|
21f74efa10
|
Stub out ctypes structures for OSX transparent mode.
|
2012-09-17 11:05:20 +12:00 |
|
Aldo Cortesi
|
16e87a81ac
|
Stub out a transparent resolver for OSX.
|
2012-06-30 15:42:10 +12:00 |
|
Aldo Cortesi
|
e6cdbefb3b
|
Add transparent mode platform module for Linux.
|
2012-06-26 20:49:34 +12:00 |
|