summaryrefslogtreecommitdiffstats
path: root/sbin/setkey
Commit message (Collapse)AuthorAgeFilesLines
* Use nitems() from sys/param.h.araujo2016-04-191-1/+1
| | | | MFC after: 2 weeks.
* MFHgjb2016-03-021-6/+0
|\ | | | | | | Sponsored by: The FreeBSD Foundation
| * DIRDEPS_BUILD: Regenerate without local dependencies.bdrewery2016-02-241-6/+0
| | | | | | | | | | | | | | | | These are no longer needed after the recent 'beforebuild: depend' changes and hooking DIRDEPS_BUILD into a subset of FAST_DEPEND which supports skipping 'make depend'. Sponsored by: EMC / Isilon Storage Division
* | Explicitly add more files to the 'runtime' package.gjb2016-02-091-0/+1
|/ | | | Sponsored by: The FreeBSD Foundation
* Add support for keys that include 4 byte SALT values,gnn2015-07-312-2/+25
| | | | | | | | including GCM and ICM/CTR modes for AES. Reviewed by: jmg MFC after: 1 week Sponsored by: Rubicon Communications (Netgate)
* Summary: Remove unsupported 3des-deriv encryption algorithm from documentation.gnn2015-07-311-1/+0
|
* Update the date on the manual page.gnn2015-07-031-1/+1
| | | | Noticed by: bz
* New AES modes for IPSec, user space components.gnn2015-07-032-1/+3
| | | | | | | | | | | | Update setkey and libipsec to understand aes-gcm-16 as an encryption method. A partial commit of the work in review D2936. Submitted by: eri Reviewed by: jmg MFC after: 2 weeks Sponsored by: Rubicon Communications (Netgate)
* Fix support for the null encryption algorithm which now requiresgnn2015-06-251-1/+1
| | | | | | a key. Sponsored by: Rubicon Communications (Netgate)
* Add META_MODE support.sjg2015-06-131-0/+29
|\ | | | | | | | | | | | | | | | | | | | | Off by default, build behaves normally. WITH_META_MODE we get auto objdir creation, the ability to start build from anywhere in the tree. Still need to add real targets under targets/ to build packages. Differential Revision: D2796 Reviewed by: brooks imp
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-081-2/+0
| |
| * Merge sync of headsjg2015-05-272-4/+3
| |\ | |/ |/|
| * Merge head from 7/28sjg2014-08-191-11/+10
| |\
| * | Updated dependenciessjg2014-05-161-1/+0
| | |
| * | Updated dependenciessjg2014-05-101-0/+2
| | |
| * | Merge from headsjg2014-05-081-1/+1
| |\ \
| * | | Updated dependenciessjg2013-03-111-0/+2
| | | |
| * | | Updated dependenciessjg2013-02-161-2/+0
| | | |
| * | | Sync with HEAD.obrien2013-02-082-2/+2
| |\ \ \
| * \ \ \ Sync from headsjg2012-11-041-1/+3
| |\ \ \ \
| * | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-221-0/+28
| | | | | | | | | | | | | | | | | | | | | | | | Requested by: Simon Gerraty <sjg@juniper.net>
* | | | | | Convert sbin/ to LIBADDbapt2014-11-251-4/+2
| |_|_|_|/ |/| | | | | | | | | | | | | | Reduce overlinking
* | | | | Fix spelling of Camellia algorithm. While here, replace blank lineswblock2014-07-251-11/+10
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | between examples with actual .Pp breaks. PR: 192067 Submitted by: dmitry2004@yandex.ru MFC after: 1 week
* | | | Use src.opts.mk in preference to bsd.own.mk except where we need stuffimp2014-05-061-1/+1
| |_|/ |/| | | | | | | | from the latter.
* | | Correct prefix for "locally installed things"eadler2013-01-161-1/+1
| | | | | | | | | | | | | | | Approved by: cperciva MFC After: 3 days
* | | Minor wording improvments to some manual pageseadler2012-12-161-1/+1
| |/ |/| | | | | | | | | Approved by: bcr (mentor) Obtained from: DragonflyBSD (a5294ca835317c68c919ab43936da4f05ab6e926) MFC after: 3 days
* | Minor mdoc improvements.joel2012-06-031-1/+3
|/
* Minor mdoc nits.joel2012-05-131-10/+10
|
* mdoc: correct .Bd/.Bl arguments.joel2012-03-261-8/+8
| | | | Reviewed by: brueffer
* Remove superfluous paragraph macro.joel2012-03-251-1/+0
|
* mdoc: fix markupuqs2011-06-021-2/+3
|
* mdoc: drop even more redundant .Pp callsuqs2010-10-191-4/+0
| | | | | | No change in rendered output, less mandoc lint warnings. Tool provided by: Nobuyuki Koganemaru n-kogane at syd.odn.ne.jp
* o Fix typo.maxim2010-03-261-1/+1
| | | | | | PR: docs/145031 Submitted by: olgeni MFC after: 1 week
* Use the newly brought %U macro.ru2010-01-151-1/+1
|
* o Add missed dot.maxim2008-09-291-1/+1
|
* o Allow setkey(8) to recognize esp as a protocoal name for spdadd.maxim2008-01-121-0/+1
| | | | | | PR: bin/107392 Submitted by: Eugene Grosbein MFC after: 1 month
* Cleanup of userland __P usekevlo2007-11-074-50/+50
|
* Commit IPv6 support for FAST_IPSEC to the tree.gnn2007-07-016-15/+14
| | | | | | | | This commit includes all remaining changes for the time being including user space updates. Submitted by: bz Approved by: re
* Integrate the Camellia Block Cipher. For more information see RFC 4132gnn2007-05-092-0/+2
| | | | | | | and its bibliography. Submitted by: Tomoyuki Okazaki <okazaki at kick dot gr dot jp> MFC after: 1 month
* Markup fixes.ru2006-09-181-19/+27
|
* Obey MK_INET6_SUPPORT.yar2006-07-271-3/+8
| | | | This is also a good chance to apply style.Makefile(5) in some cases.
* Include other AES key lengths in the comment.pjd2006-05-131-1/+1
|
* Langauge fixes required to disambiguate some statements.gnn2006-01-081-84/+114
| | | | Explain the examples.
* fixed a crush when either -lh or -ls option is used.ume2005-10-131-3/+3
| | | | Obtained from: KAME
* setkey(8) is not WARNS=2 compliant, yet.ume2005-10-131-0/+2
|
* Fixed the misplaced $FreeBSD$.ru2005-02-091-1/+2
|
* Added the EXIT STATUS section where appropriate.ru2005-01-171-1/+1
|
* Fixed display type.ru2005-01-151-1/+1
|
* Reapply traditionally lost fixes, fixed some more.ru2004-06-051-38/+43
| | | | This manpage needs an English clenup.
* check if the null encryption is supported or not.ume2004-05-131-1/+11
| | | | | Requested by: bms Obtained from: KAME
OpenPOWER on IntegriCloud