Re: ftp-proxy: use divert-to instead of rdr-to

2011-04-12 Thread Mike Belopuhov
On Mon, Apr 11, 2011 at 16:59 +0200, Mike Belopuhov wrote: > On Thu, Apr 07, 2011 at 18:58 +0200, Mike Belopuhov wrote: > > this allows us to get rid of the nasty NATLOOKUP ioctl and get > > the original server address right from the socket. also this > > paves the way to the transparent ftp-proxy

Re: ftp-proxy: use divert-to instead of rdr-to

2011-04-11 Thread Mike Belopuhov
On Thu, Apr 07, 2011 at 18:58 +0200, Mike Belopuhov wrote: > this allows us to get rid of the nasty NATLOOKUP ioctl and get > the original server address right from the socket. also this > paves the way to the transparent ftp-proxy mode. > > if you will like this diff and nobody objects, i'll try

Re: ftp-proxy: use divert-to instead of rdr-to

2011-04-08 Thread Mike Belopuhov
please disregard this diff. it's wrong. On Thu, Apr 7, 2011 at 6:58 PM, Mike Belopuhov wrote: > this allows us to get rid of the nasty NATLOOKUP ioctl and get > the original server address right from the socket. also this > paves the way to the transparent ftp-proxy mode. > > if you will like th

ftp-proxy: use divert-to instead of rdr-to

2011-04-07 Thread Mike Belopuhov
this allows us to get rid of the nasty NATLOOKUP ioctl and get the original server address right from the socket. also this paves the way to the transparent ftp-proxy mode. if you will like this diff and nobody objects, i'll try to rip NATLOOKUP out from the other places too. note, that it requi