Re: Support for IPv6 tables in ipfw?

2009-02-11 Thread Raffaele De Lorenzo
Hi, I developed with Luigi (as mentor) and Mariano Tortoriello the first release of ipfw with ipv6 extension. If you and the FreeBSD Community think that the tables functional is a good feature i can develop it for IPv6 protocol. Ciao Raffaele On 11/feb/09, at 23:34, Kevin Oberman wrote:

[ipfw patch - add ipv6 support for table mechanism] request for testing/commit

2009-05-07 Thread Raffaele De Lorenzo
Hi all, I extended the ipfw table mechanism to IPv6 protocol and now i need some people for testing and next commit it. The code is stable but you must be careful about possible ambiguous parser semantics. Now you must insert IPv6 addresses inside a table: ipfw table 1 add fe80::1 And you

Re: R: IPv6 and ipfw

2009-07-27 Thread Raffaele De Lorenzo
Hi all, I attached a patch that solve this problem. I will send a PR as soon as possible. Instructions: Patch the follow files: /usr/src/sbin/ipfw/ipfw2.c (patch is ipfw2.c.diff) /usr/src/sbin/ipfw/ipfw2.h (patch is ipfw2.h.diff) /usr/src/sbin/ipfw/ipv6.c (patch is ipv6.c.diff) This patch w

Added native socks support to libc in FreeBSD 7

2007-12-06 Thread Raffaele De Lorenzo
Hi, i added a native (client) Socks V4/V5 support inside FreeBSD libc library. The work is based of my project (see http://csocks.altervista.org) CSOCKS. You can get it here: http://csocks.altervista.org/download/FreeBSD_libc.tar.gz CHANGES: I changed the file: /usr/src/lib/libc/Mak

Re: Added native socks support to libc in FreeBSD 7

2007-12-10 Thread Raffaele De Lorenzo
Xin LI wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, Raffaele De Lorenzo wrote: Hi, i added a native (client) Socks V4/V5 support inside FreeBSD libc library. The work is based of my project (see http://csocks.altervista.org) CSOCKS. You can get it here: http

Re: Added native socks support to libc in FreeBSD 7

2007-12-10 Thread Raffaele De Lorenzo
Julian Elischer wrote: Raffaele De Lorenzo wrote: Hi, i added a native (client) Socks V4/V5 support inside FreeBSD libc library. The work is based of my project (see http://csocks.altervista.org) CSOCKS. You can get it here: thanks for doing this. now we just need to see if thre is

Re: Added native socks support to libc in FreeBSD 7

2007-12-10 Thread Raffaele De Lorenzo
Dag-Erling Smørgrav wrote: Raffaele De Lorenzo <[EMAIL PROTECTED]> writes: The socks implementation wraps some syscall socket functions like "_connect" and "_bind" trasparently from the applications. When one of these is called, the "socks" check starts:

Re: Added native socks support to libc in FreeBSD 7

2007-12-17 Thread Raffaele De Lorenzo
John E Hein wrote: Raffaele De Lorenzo wrote at 14:39 +0100 on Dec 10, 2007: > You can see in the port-tree my project "csocks" and > http://csocks.altervista.org. Thanks for lettings us know about your project. Here are just a few comments. Why don't you provide t

Added native socks support to libc in FreeBSD 7

2008-01-14 Thread Raffaele De Lorenzo
Upgrade: 1) Added IPv6 Support (need to be tested) Cheers Raffaele Hi, i added a native (client) Socks V4/V5 support inside FreeBSD libc library. The work is based of my project (see http://csocks.altervista.org) CSOCKS. You can get it here: http://csocks.altervista.org/download/Fr