DoCoMo's Open Source SEND project provides an implementation of RFC3971 Secure Neighbor Discovery (SEND). SEND cryptographically secures the IPv6 neighbor discovery protocol, countering the threats discussed in RFC3756 (IPv6 Neighbor Discovery (ND) Trust Models and Threats). DoCoMo's SEND is implemented completely in user space, so it is portable and lends itself to experimentation. It currently runs on Linux (tested on 2.6 kernels) and FreeBSD (tested on 5.4). Also included in the distribution are implementations of RFC3972 Cryptographically Generated Addresses (CGAs) and RFC3779 X.509 Extensions for IP Addresses and AS Identifiers. WWW: http://www.docomolabs-usa.com/lab_osrc_guide.html Generated with FreeBSD Port Tools 0.63
State Changed From-To: open->feedback I get this on 6.2: gmake[2]: Entering directory `/var/ports/usr/ports/NEW/send/work/send_0.2/libs/libpkixipext' cc -O2 -fno-strict-aliasing -pipe -Wall -O3 -I../../include -c -o asn1.o asn1.c In file included from asn1.c:43: ../../include/pkixip_ext_asn.h:86: error: syntax error before '*' token ../../include/pkixip_ext_asn.h:86: warning: type defaults to `int' in declaration of `IPAddressRange_new' ../../include/pkixip_ext_asn.h:86: warning: data definition has no type or stora Can you see if you can get it working on 6.x? For now I've just marked it as broken on >6.0
edwin 2007-09-23 06:39:06 UTC FreeBSD ports repository Modified files: net-mgmt Makefile Added files: net-mgmt/send Makefile distinfo pkg-descr pkg-plist net-mgmt/send/files patch-Makefile.config patch-examples_ipext_ipext__verify.conf patch-examples_params.conf patch-examples_sendd.conf patch-include_pkixip__ext__asn.h patch-sendd_os-freebsd_Makefile patch-sendd_os-freebsd_sendd patch-sendd_sendd__local.h pkg-message.in Log: [NEW PORT] net-mgmt/send: Secure Neighbor Discovery implementation for IPv6 DoCoMo's Open Source SEND project provides an implementation of RFC3971 Secure Neighbor Discovery (SEND). SEND cryptographically secures the IPv6 neighbor discovery protocol, countering the threats discussed in RFC3756 (IPv6 Neighbor Discovery (ND) Trust Models and Threats). DoCoMo's SEND is implemented completely in user space, so it is portable and lends itself to experimentation. It currently runs on Linux (tested on 2.6 kernels) and FreeBSD (tested on 5.4). Also included in the distribution are implementations of RFC3972 Cryptographically Generated Addresses (CGAs) and RFC3779 X.509 Extensions for IP Addresses and AS Identifiers. WWW: http://www.docomolabs-usa.com/lab_osrc_guide.html Doesn't work on FreeBSD > 6.x though. Hopefully the submitter will submit patches for it now it is commited. PR: ports/116540 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> Revision Changes Path 1.138 +1 -0 ports/net-mgmt/Makefile 1.1 +59 -0 ports/net-mgmt/send/Makefile (new) 1.1 +3 -0 ports/net-mgmt/send/distinfo (new) 1.1 +25 -0 ports/net-mgmt/send/files/patch-Makefile.config (new) 1.1 +16 -0 ports/net-mgmt/send/files/patch-examples_ipext_ipext__verify.conf (new) 1.1 +35 -0 ports/net-mgmt/send/files/patch-examples_params.conf (new) 1.1 +23 -0 ports/net-mgmt/send/files/patch-examples_sendd.conf (new) 1.1 +45 -0 ports/net-mgmt/send/files/patch-include_pkixip__ext__asn.h (new) 1.1 +22 -0 ports/net-mgmt/send/files/patch-sendd_os-freebsd_Makefile (new) 1.1 +16 -0 ports/net-mgmt/send/files/patch-sendd_os-freebsd_sendd (new) 1.1 +14 -0 ports/net-mgmt/send/files/patch-sendd_sendd__local.h (new) 1.1 +9 -0 ports/net-mgmt/send/files/pkg-message.in (new) 1.1 +15 -0 ports/net-mgmt/send/pkg-descr (new) 1.1 +8 -0 ports/net-mgmt/send/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Commited for now, hopefully we will get updates.
edwin 2007-09-23 06:45:39 UTC FreeBSD ports repository Modified files: . LEGAL Log: Add an entry about net-mgmt/send: Not redistributable, license agreement required PR: 116540 Revision Changes Path 1.550 +2 -1 ports/LEGAL _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"