aboutsummaryrefslogtreecommitdiff
path: root/lib/libipsec/test-policy.c
Commit message (Collapse)AuthorAgeFilesLines
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
| | | | | | | | | | | | | | | | | Mainly focus on files that use BSD 3-Clause license. The Software Package Data Exchange (SPDX) group provides a specification to make it easier for automated tools to detect and summarize well known opensource licenses. We are gradually adopting the specification, noting that the tags are considered only advisory and do not, in any way, superceed or replace the license texts. Special thanks to Wind River for providing access to "The Duke of Highlander" tool: an older (2014) run over FreeBSD tree was useful as a starting point. Notes: svn path=/head/; revision=326025
* Make this more compilable.Gleb Smirnoff2013-03-151-8/+7
| | | | Notes: svn path=/head/; revision=248314
* Commit IPv6 support for FAST_IPSEC to the tree.George V. Neville-Neil2007-07-011-2/+2
| | | | | | | | | | | This commit includes all remaining changes for the time being including user space updates. Submitted by: bz Approved by: re Notes: svn path=/head/; revision=171135
* - errx() doesn't need `\n'.Hajimu UMEMOTO2003-10-261-20/+18
| | | | | | | | | - use %u for unsigned variable. Obtained from: KAME Notes: svn path=/head/; revision=121572
* Remove __P() usage.David E. O'Brien2002-03-211-5/+5
| | | | Notes: svn path=/head/; revision=92917
* Add __FBSDID()s to libipsecMatthew Dillon2001-09-301-1/+3
| | | | Notes: svn path=/head/; revision=84208
* Sync with recent KAME.Hajimu UMEMOTO2001-06-111-5/+22
| | | | | | | | | | | | | | | | | | | | | This work was based on kame-20010528-freebsd43-snap.tgz and some critical problem after the snap was out were fixed. There are many many changes since last KAME merge. TODO: - The definitions of SADB_* in sys/net/pfkeyv2.h are still different from RFC2407/IANA assignment because of binary compatibility issue. It should be fixed under 5-CURRENT. - ip6po_m member of struct ip6_pktopts is no longer used. But, it is still there because of binary compatibility issue. It should be removed under 5-CURRENT. Reviewed by: itojun Obtained from: KAME MFC after: 3 weeks Notes: svn path=/head/; revision=78064
* synchronize with latest kame tree.Jun-ichiro itojun Hagino2000-07-041-69/+207
| | | | | | | | behavior change: policy syntax was changed. you may need to update your setkey(8) configuration files. Notes: svn path=/head/; revision=62583
* Initialize mbuf pointer at getting ipsec policy.Yoshinobu Inoue2000-03-091-1/+1
| | | | | | | | | | | | | Without this, kernel will panic at getsockopt() of IPSEC_POLICY. Also make compilable libipsec/test-policy.c which tries getsockopt() of IPSEC_POLICY. Approved by: jkh Submitted by: sakane@kame.net Notes: svn path=/head/; revision=57855
* libipsec and IPsec related apps. (and some KAME related man pages)Yoshinobu Inoue2000-01-061-0/+179
Reviewed by: freebsd-arch, cvs-committers Obtained from: KAME project Notes: svn path=/head/; revision=55505