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
eadler
ba44c5a926
Minor wording improvments to some manual pages
...
Approved by: bcr (mentor)
Obtained from: DragonflyBSD (a5294ca835317c68c919ab43936da4f05ab6e926)
MFC after: 3 days
2012-12-16 23:00:13 +00:00
joel
1ecf065a6c
Minor mdoc improvements.
2012-06-03 07:45:42 +00:00
joel
82a81c78d9
Minor mdoc nits.
2012-05-13 14:16:04 +00:00
joel
906214101c
mdoc: correct .Bd/.Bl arguments.
...
Reviewed by: brueffer
2012-03-26 21:22:53 +00:00
joel
495c9c025f
Remove superfluous paragraph macro.
2012-03-25 09:21:09 +00:00
uqs
1c9f17fc8b
mdoc: fix markup
2011-06-02 09:56:42 +00:00
uqs
7fc6083fed
mdoc: drop even more redundant .Pp calls
...
No change in rendered output, less mandoc lint warnings.
Tool provided by: Nobuyuki Koganemaru n-kogane at syd.odn.ne.jp
2010-10-19 12:35:40 +00:00
maxim
2652efe7b0
o Fix typo.
...
PR: docs/145031
Submitted by: olgeni
MFC after: 1 week
2010-03-26 05:35:25 +00:00
ru
fdf6718f33
Use the newly brought %U macro.
2010-01-15 16:01:22 +00:00
maxim
872571654b
o Add missed dot.
2008-09-29 05:31:27 +00:00
maxim
d501f78b50
o Allow setkey(8) to recognize esp as a protocoal name for spdadd.
...
PR: bin/107392
Submitted by: Eugene Grosbein
MFC after: 1 month
2008-01-12 20:00:23 +00:00
kevlo
fa3791e1a7
Cleanup of userland __P use
2007-11-07 10:53:41 +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
gnn
38b76f0623
Integrate the Camellia Block Cipher. For more information see RFC 4132
...
and its bibliography.
Submitted by: Tomoyuki Okazaki <okazaki at kick dot gr dot jp>
MFC after: 1 month
2007-05-09 19:37:02 +00:00
ru
731fda35ce
Markup fixes.
2006-09-18 11:55:10 +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
pjd
31e8428e64
Include other AES key lengths in the comment.
2006-05-13 09:13:58 +00:00
gnn
37baf8251a
Langauge fixes required to disambiguate some statements.
...
Explain the examples.
2006-01-08 13:59:44 +00:00
ume
d243f97483
fixed a crush when either -lh or -ls option is used.
...
Obtained from: KAME
2005-10-13 18:12:46 +00:00
ume
6ff0ede0d0
setkey(8) is not WARNS=2 compliant, yet.
2005-10-13 17:57:34 +00:00
ru
114ea39c76
Fixed the misplaced $FreeBSD$.
2005-02-09 18:07:17 +00:00
ru
6cc4b6c220
Added the EXIT STATUS section where appropriate.
2005-01-17 07:44:44 +00:00
ru
c448d3af70
Fixed display type.
2005-01-15 12:26:29 +00:00
ru
e42a7fd928
Reapply traditionally lost fixes, fixed some more.
...
This manpage needs an English clenup.
2004-06-05 20:22:15 +00:00
ume
e439e07721
check if the null encryption is supported or not.
...
Requested by: bms
Obtained from: KAME
2004-05-13 15:46:28 +00:00
bms
37a21337e3
Fix regression in setkey whereby parser would fail to recognise tcp as
...
both a security protocol and an upper level protocol for encapsulation.
PR: bin/63616
Submitted by: ume@
2004-03-31 18:38:02 +00:00
bde
be31ea68bb
Fixed mispellings of '\0' as NULL.
2004-03-11 11:41:54 +00:00
bms
9ce9891eda
Initial import of RFC 2385 (TCP-MD5) digest support.
...
This is the second of two commits; bring in the userland support to finish.
Teach libipsec and setkey about the tcp-md5 class of security associations,
thus allowing administrators to add per-host keys to the SADB for use by
the tcpsignature_compute() function.
Document that a single SPI must be used until such time as the code which
adds support to the SPD to specify flows for tcp-md5 treatment is suitable
for production.
Sponsored by: sentex.net
2004-02-11 04:34:34 +00:00
ume
13591e26f2
enable aes-xcbc-mac and aes-ctr, again.
2003-11-10 10:39:14 +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
2b137fb707
- style
...
- rename variable
- use strlcpy
- const'fy
Obtained from: KAME
2003-10-17 11:43:44 +00:00
ume
fd41336ef5
- support AES counter mode for ESP.
...
- use size_t as return type of schedlen(), as there's no error
check needed.
- clear key schedule buffer before freeing.
Obtained from: KAME
2003-10-13 14:57:41 +00:00
ume
de427fb9bf
- support AES XCBC MAC for AH
...
- correct SADB_X_AALG_RIPEMD160HMAC to 8
Obtained from: KAME
2003-10-13 04:54:51 +00:00
ume
2da6bcd326
- RIPEMD160 support
...
- pass size arg to ah->result (avoid assuming result buffer size)
Obtained from: KAME
2003-10-12 09:41:42 +00:00
sumikawa
b0222b0710
Use NI_xxx macros.
...
Obtained from: KAME
MFC after: 1 week
2003-04-16 09:53:29 +00:00
schweikh
d3367c5f5d
Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,
...
especially in troff files.
2003-01-01 18:49:04 +00:00
schweikh
fec6546e12
english(4) police.
2002-12-27 12:15:40 +00:00
fenner
a2853b07a0
Fix spacing for -P (policy) examples.
2002-07-27 21:06:06 +00:00
blackend
7faee76c83
s/IPSEC/IPsec according to RFCs
...
PR: in part docs/38668
Reviewed by: charnier
MFC after: 10 days
2002-07-23 08:38:03 +00:00
charnier
d2168fe021
The .Nm utility
2002-07-14 14:47:15 +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
ru
80f060f0cf
mdoc(7) police: protect trailing full stops of abbreviations
...
with a trailing zero-width space: `e.g.\&'.
2001-08-10 13:45:36 +00:00
sheldonh
7950d85ec2
can not -> cannot
2001-08-08 18:32:06 +00:00
ru
4345758876
mdoc(7) police:
...
Avoid using parenthesis enclosure macros (.Pq and .Po/.Pc) with plain text.
Not only this slows down the mdoc(7) processing significantly, but it also
has an undesired (in this case) effect of disabling hyphenation within the
entire enclosed block.
2001-08-07 15:48:51 +00:00
ume
840f9b9d5f
printed current sequence number of the SA. accordingly, changed
...
into sadb_x_sa2_sequence from sadb_x_sa2_reserved3 in the sadb_x_sa2
structure. Also the output of setkey is changed. sequence number
of the sadb is replaced to the end of the output.
Obtained from: KAME
2001-08-06 19:40:01 +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
dd
911ca14c87
Remove whitespace at EOL.
2001-07-15 08:06:20 +00:00
ru
05e503d80a
mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2).
2001-07-06 16:46:48 +00:00