summaryrefslogtreecommitdiffstats
path: root/lib/libipsec
Commit message (Collapse)AuthorAgeFilesLines
* synchronize with latest kame tree.itojun2000-07-0413-598/+1149
| | | | | behavior change: policy syntax was changed. you may need to update your setkey(8) configuration files.
* Fix typo.phantom2000-05-062-2/+4
| | | | Noticed by: hoek
* . remove some unneeded commentsphantom2000-05-011-8/+6
| | | | | | . replace .Os value with empty value since this library is not KAME only anymore . add a note about IPv6 and IPsec integration to the FreeBSD
* . add a note about IPv6/IPsec integration to the FreeBSDphantom2000-05-011-14/+7
| | | | | | . replace .Po/.Pc pairs with .Pq . remove some unneeded comments . .Lb-ify
* Don't try to compile in INET6 support when NOINET6 is defined.steve2000-04-151-1/+4
|
* Replace the prefix for yylval to less confusing one.shin2000-04-021-1/+1
| | | | (Sorry, this should be committed with previous commit to Makefile.)
* Replace the prefix for yylval to less confusing one.shin2000-04-011-2/+2
| | | | Suggested by: bruce
* Actually, ${LIBY}/-ly aren't needed either. This should finish unbreakinggreen2000-03-291-2/+0
| | | | the world build.
* Remove libl related dependencies, because it is not necessary, and even more,shin2000-03-281-2/+2
| | | | | | it cause building world failure. Specified by: Nickolay Dudorov <nnd@mail.nsk.ru>
* Fixed missing DPADD.bde2000-03-271-1/+2
| | | | Fixed style bug for LDADD (don't use += for variables defined only once).
* Initialize mbuf pointer at getting ipsec policy.shin2000-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
* s/ispec/ipsec/, and add a missing comma.nik2000-03-071-1/+1
| | | | | PR: docs/16995 Submitted by: Benno Rice <benno@netizen.com.au>
* Change IPv6 scoped addr format again based on recent standard discussion.shin2000-02-191-1/+1
| | | | | | | | | Sorry for the flapping, but no change will be done for 4.0 anymore. Official standard will be published around April or later. If different format would be adopted at that time, then support for the new format will be added to the succeeding FreeBSD 4.x. Approved by: jkh
* Set libipsec shared library number to 0shin2000-02-031-0/+2
| | | | | | | | | When libipsec library is created, no SHLIB numbers are specified in the Makefile. Then the library version was set to 2.(by default?) So change it to 0. For now it should not be problem, because the contents are same. I'll also prepare an entry for UPDATING.
* Fixed missing include and missing arg in synopsis.bde2000-01-131-1/+2
|
* Fixed missing include in synopsis.bde2000-01-131-0/+1
|
* libipsec and IPsec related apps. (and some KAME related man pages)shin2000-01-0612-0/+3441
Reviewed by: freebsd-arch, cvs-committers Obtained from: KAME project
OpenPOWER on IntegriCloud