History log of /netbsd-src/sbin/setkey/Makefile (Results 1 – 13 of 13)
Revision Date Author Comments
# 3712f81c 04-Jan-2012 drochner <drochner@NetBSD.org>

-consistently use "char *" for the compiled policy buffer in the
ipsec_*_policy() functions, as it was documented and used by clients
-remove "ipsec_policy_t" which was undocumented and only present

-consistently use "char *" for the compiled policy buffer in the
ipsec_*_policy() functions, as it was documented and used by clients
-remove "ipsec_policy_t" which was undocumented and only present
in the KAME version of the ipsec.h header
-misc cleanup of historical artefacts, and to remove unnecessary
differences between KAME ans FAST_IPSEC

show more ...


# 05a0c94c 29-Oct-2009 christos <christos@NetBSD.org>

no need for noinput


# 0fa70591 20-Apr-2009 drochner <drochner@NetBSD.org>

define YY_NO_INPUT where appropriate, from Kurt J. Lidl per PR misc/41160


# ef685eee 11-Apr-2009 lukem <lukem@NetBSD.org>

Enable WARNS=4 by default except for:
dump dump_lfs fsck_ffs fsck_lfs fsdb mount_smbfs
newfs_ext2fs newfs_lfs resize_lfs setkey


# 06b42f5e 16-Dec-2005 jmc <jmc@NetBSD.org>

Redo previous rework to generate yacc/lex output again and remove generated
copies from the import as they don't compile clean across all archs.


# 32415dbb 15-Dec-2005 jmc <jmc@NetBSD.org>

Don't yacc/lex here as dist includes generated copies already and depending
on timestamps it's possible for gcc2 on vax to get confused on which .h
to use.


# 2c6eadc9 27-Jun-2005 christos <christos@NetBSD.org>

Move WARNS=3 to the Makefile.inc, and add a little const to the remaining
programs that did not compile before.


# be15b99c 24-Feb-2005 manu <manu@NetBSD.org>

Define SADB_X_EALG_AESCBC=SADB_X_EALG_AES, as we define SADB_X_EALG_AES
in <net/pfkeyv2.h> while ipsec-tools uses SADB_X_EALG_AESCBC in the code.


# c5aea678 19-Feb-2005 thorpej <thorpej@NetBSD.org>

Additional cleanup pass.


# 354f2a10 19-Feb-2005 thorpej <thorpej@NetBSD.org>

Switch to ipsec-tools for libipsec, setkey, and racoon. From
Emmanuel Dreyfus, with some small changes by me.


# 7360d7b6 19-Aug-2002 lukem <lukem@NetBSD.org>

Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/path


# 00f86cf2 29-Oct-2000 itojun <itojun@NetBSD.org>

use YHEADER, not YFLAGS+=-d. from kre


# 11a42bf1 13-Jun-2000 itojun <itojun@NetBSD.org>

move setkey(8) from usr.sbin to sbin, to enable us to initialize
IPsec manual key before /usr mount..
(based on "don't use cvsmove" discussion i have seen, I did not use cvsmove)