Re: simple-proxy.pl

2006-01-29 Thread Peter Marschall
Hi, On Sunday, 29. January 2006 16:50, [EMAIL PROTECTED] wrote: > Thanks for cleaning up and committing. The SVN version has one bug which > is fixed by the attached patch. Thanks for spotting my fault. (Hopefully ;-) fixed in SVN now. CU epter -- Peter Marschall eMail: [EMAIL PROTECTED]

Re: simple-proxy.pl

2006-01-29 Thread [EMAIL PROTECTED]
p and committing. The SVN version has one bug which is fixed by the attached patch. Cheers, Hans Index: simple-proxy.pl === --- simple-proxy.pl (revision 493) +++ simple-proxy.pl (working copy) @@ -12,7 +12,7 @@ use Data::Dumper;

Re: simple-proxy.pl

2006-01-29 Thread Peter Marschall
Hi Hans, On Tuesday, 24. January 2006 21:18, [EMAIL PROTECTED] wrote: > I noticed in the TODO that there was a request for a simple proxy which > can act as a man-in-the-middle. > > Well, the attached script provides such a proxy, it is really a simple > proxy as it can currently handle only one c

simple-proxy.pl

2006-01-24 Thread [EMAIL PROTECTED]
Hi, I noticed in the TODO that there was a request for a simple proxy which can act as a man-in-the-middle. Well, the attached script provides such a proxy, it is really a simple proxy as it can currently handle only one client at the time, it will dump requests and responses to STDOUT both