summaryrefslogtreecommitdiffstats
path: root/sbin/setkey/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* - do hexdump on send. set length field properlyume2003-11-051-1/+1
| | | | | | | | | | | | | | | | | - check for encryption/authentication key together with algorithm. - warned if a deprecated encryption algorithm (that includes "simple") is specified. - changed the syntax how to define a policy of a ICMPv6 type and/or a code, like spdadd ::/0 ::/0 icmp6 134,0 -P out none; - random cleanup in parser. - use yyfatal, or return -1 after yyerror. - deal with strdup() failure. - permit scope notation in policy string (-P esp/tunnel/foo%scope-bar%scope/use) - simplify /prefix and [port]. - g/c some unused symbols. Obtained from: KAME
* Don't install scriptdump which is written in Perl. This isume2002-05-161-1/+1
| | | | corresponding to removal of Perl from base system.
* Perform a major cleanup of the usr.sbin Makefiles.obrien2001-07-201-8/+11
| | | | | These are not perfectly in agreement with each other style-wise, but they are orders of orders of magnitude more consistent style-wise than before.
* beforeinstall -> SCRIPTS.ru2001-04-071-9/+3
|
* - Backout botched attempt to introduce MANSECT feature.ru2001-03-261-0/+1
| | | | - MAN[1-9] -> MAN.
* Set the default manual section for usr.sbin/ to 8.ru2001-03-201-1/+0
|
* Change the spelling of `.' to `.' from .OBJDIR since `.' really is whereobrien2000-12-051-1/+1
| | | | generated files land. Also give precedence to generated files.
* The GCC 2.96 snapshots have slightly different rules for finding includeobrien2000-12-011-1/+1
| | | | | | | files. Mostly -I${.CURDIR} was needed -- especially for YACC generated files as the new cpp does not look in the ultimate source file (ie, the .y file)'s directory as told by the "#line" directive. Some were misspellings of "-I${.CURDIR}" as "-I.".
* synchronize with latest kame tree.itojun2000-07-041-0/+7
| | | | | behavior change: policy syntax was changed. you may need to update your setkey(8) configuration files.
* Fixed missing DPADDs.bde2000-03-271-1/+3
| | | | Fixed style bug for LDADD (don't use += for initial definitions).
* libipsec and IPsec related apps. (and some KAME related man pages)shin2000-01-061-0/+56
Reviewed by: freebsd-arch, cvs-committers Obtained from: KAME project
OpenPOWER on IntegriCloud