aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/send
Commit message (Collapse)AuthorAgeFilesLines
* Fix properties on pkg-plistbapt2014-01-221-1/+0
|
* Mark as broken:bapt2013-12-061-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | usr/bin/ld: i386 architecture of input file `sendd.o' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file `addr.o' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file `cert.o' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file `cga.o' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file `config.o' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file `cpa.o' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file `cps.o' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file `ctl.o' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file `net.o' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file `openssl.o' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file `opt.o' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file `params.o' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file `proto.o' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file `proto_nonce.o' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file `proto_sig.o' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file `proto_timestamp.o' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file `ra.o' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file `sigmeth.o' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file `sig_rfc3971.o' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file `console.o' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file `dbg.o' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file `params_gram.o' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file `params_lex.o' is incompatible with i386:x86-64 output
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-4/+2
| | | | net-mgmt)
* - Fix patch after r289156beat2012-09-261-4/+6
| | | | Reported by: pointyhat
* Use OSVERSION rather than slower exists checkcrees2012-07-181-2/+4
| | | | | PR: ports/169585 Approved by: maintainer timeout (anchie, >2w)
* In the rc.d scripts, change assignments to rcvar to use thedougb2012-01-141-1/+1
| | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other.
* - Use canonical format for FreeBSD.org MAINTAINER addresseserwin2011-01-032-2/+1
| | | | | | | - Remove obsolete MD5 checksum while I'm here PR: 153513 Submitted by: sunpoet
* Update to 0.3. This version supports SeND socket on FreeBSD 9.Xhrs2010-12-2815-249/+71
| | | | | | and later instead of Netgraph and BPF. Submitted by: anchie
* - Remove conditional checks for FreeBSD 5.x and olderpav2009-01-071-4/+0
|
* - Fix build with gcc 4.2miwi2007-10-172-3/+8
| | | | | PR: 117240 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
* [NEW PORT] net-mgmt/send: Secure Neighbor Discovery implementation for IPv6edwin2007-09-2313-0/+290
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>