aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/setkey/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* setkey(8) was repo-copied from usr.sbin/ to sbin/.Pawel Jakub Dawidek2005-10-121-62/+0
| | | | | | | | | This will allow for NFS mount of /usr over IPsec. Discussed on: arch@ Notes: svn path=/head/; revision=151270
* - do hexdump on send. set length field properlyHajimu UMEMOTO2003-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 Notes: svn path=/head/; revision=122108
* Don't install scriptdump which is written in Perl. This isHajimu UMEMOTO2002-05-161-1/+1
| | | | | | | corresponding to removal of Perl from base system. Notes: svn path=/head/; revision=96738
* Perform a major cleanup of the usr.sbin Makefiles.David E. O'Brien2001-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. Notes: svn path=/head/; revision=80029
* beforeinstall -> SCRIPTS.Ruslan Ermilov2001-04-071-9/+3
| | | | Notes: svn path=/head/; revision=75286
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-261-0/+1
| | | | | | | - MAN[1-9] -> MAN. Notes: svn path=/head/; revision=74816
* Set the default manual section for usr.sbin/ to 8.Ruslan Ermilov2001-03-201-1/+0
| | | | Notes: svn path=/head/; revision=74532
* Change the spelling of `.' to `.' from .OBJDIR since `.' really is whereDavid E. O'Brien2000-12-051-1/+1
| | | | | | | generated files land. Also give precedence to generated files. Notes: svn path=/head/; revision=69640
* The GCC 2.96 snapshots have slightly different rules for finding includeDavid E. O'Brien2000-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.". Notes: svn path=/head/; revision=69453
* synchronize with latest kame tree.Jun-ichiro itojun Hagino2000-07-041-0/+7
| | | | | | | | behavior change: policy syntax was changed. you may need to update your setkey(8) configuration files. Notes: svn path=/head/; revision=62583
* Fixed missing DPADDs.Bruce Evans2000-03-271-1/+3
| | | | | | | Fixed style bug for LDADD (don't use += for initial definitions). Notes: svn path=/head/; revision=58681
* libipsec and IPsec related apps. (and some KAME related man pages)Yoshinobu Inoue2000-01-061-0/+56
Reviewed by: freebsd-arch, cvs-committers Obtained from: KAME project Notes: svn path=/head/; revision=55505