bapt
6fdc031751
Convert sbin/ to LIBADD
...
Reduce overlinking
2014-11-25 11:23:12 +00:00
imp
2118f42afd
Use src.opts.mk in preference to bsd.own.mk except where we need stuff
...
from the latter.
2014-05-06 04:22:01 +00:00
eadler
7284572ae6
Correct prefix for "locally installed things"
...
Approved by: cperciva
MFC After: 3 days
2013-01-16 05:03:46 +00:00
gnn
f5875f045c
Commit IPv6 support for FAST_IPSEC to the tree.
...
This commit includes all remaining changes for the time being including
user space updates.
Submitted by: bz
Approved by: re
2007-07-01 12:08:08 +00:00
yar
51c5aa346a
Obey MK_INET6_SUPPORT.
...
This is also a good chance to apply style.Makefile(5) in some cases.
2006-07-27 13:26:29 +00:00
ume
6ff0ede0d0
setkey(8) is not WARNS=2 compliant, yet.
2005-10-13 17:57:34 +00:00
ume
832d3f0af5
- do hexdump on send. set length field properly
...
- 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
2003-11-05 09:47:54 +00:00
ume
fa04abef9d
Don't install scriptdump which is written in Perl. This is
...
corresponding to removal of Perl from base system.
2002-05-16 15:44:08 +00:00
obrien
9c97c8f02d
Perform a major cleanup of the usr.sbin Makefiles.
...
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.
2001-07-20 06:20:32 +00:00
ru
ef2dbc1fb0
beforeinstall -> SCRIPTS.
2001-04-07 11:21:35 +00:00
ru
afd506414e
- Backout botched attempt to introduce MANSECT feature.
...
- MAN[1-9] -> MAN.
2001-03-26 14:42:20 +00:00
ru
f10dc9aca1
Set the default manual section for usr.sbin/ to 8.
2001-03-20 18:17:26 +00:00
obrien
10e390cb2e
Change the spelling of .' to
.' from .OBJDIR since `.' really is where
...
generated files land. Also give precedence to generated files.
2000-12-05 22:10:43 +00:00
obrien
cafb2a0daa
The GCC 2.96 snapshots have slightly different rules for finding include
...
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.".
2000-12-01 09:39:28 +00:00
itojun
0bbd943f40
synchronize with latest kame tree.
...
behavior change: policy syntax was changed. you may need to update your
setkey(8) configuration files.
2000-07-04 16:22:05 +00:00
bde
8fa348db2e
Fixed missing DPADDs.
...
Fixed style bug for LDADD (don't use += for initial definitions).
2000-03-27 16:40:59 +00:00
shin
9b5932fc47
libipsec and IPsec related apps. (and some KAME related man pages)
...
Reviewed by: freebsd-arch, cvs-committers
Obtained from: KAME project
2000-01-06 12:40:54 +00:00