History log of /netbsd/crypto/dist/ipsec-tools/src/setkey/setkey.c (Results 1 – 22 of 22)
Revision Date Author Comments
# b174efc3 12-May-2020 christos <christos@NetBSD.org>

- in script mode always output errors to stderr prefixed by the program name.
- in command mode always output errors to stdout not prefixed " " "
- perror(3) -> warn(3)


# 0f894167 12-May-2020 christos <christos@NetBSD.org>

Keep track of the filename to print in error messages.
Change quoting of error string from [] to `'.


# 6e652f71 03-Feb-2019 mrg <mrg@NetBSD.org>

mark promisc() __dead - it never returns.


# d740500a 14-Oct-2018 maxv <maxv@NetBSD.org>

Clean up setkey: remove dead wood, KNF, localify, and slightly improve.


# e7337763 28-May-2018 maxv <maxv@NetBSD.org>

drop __P, suggested by sevan


# d1ac245e 28-May-2018 maxv <maxv@NetBSD.org>

fix -Wold-style-definition


# 93d5b33c 14-Jun-2013 christos <christos@NetBSD.org>

Accept - as stdin
Be nice and let the user know which file it could not open.


# 911c663d 27-May-2011 drochner <drochner@NetBSD.org>

replace questionable pointer games which could cause reads of
uninitialized memory, from Wolfgang Stukenbrock per PR bin/44951


# c2919dd5 06-Aug-2009 tteras <tteras@NetBSD.org>

From Paul Wenau: Check fgets return value in setkey to make gcc happy.


# e3372d2f 06-Mar-2009 tteras <tteras@NetBSD.org>

setkey: fix deleteall in Linux

Linux requires SADB_DELETE message to have SPI. So send
a SADB_DELETE message for each matching SA. Trac #284.

From: Gabriel Somlo <somlo@cmu.edu>


# c3bc7fe3 18-Jul-2007 vanhu <vanhu@NetBSD.org>

use a single PATH_IPSEC_H to fix some path_to_ipsec.h issues


# c8214a0a 09-Sep-2006 manu <manu@NetBSD.org>

Migration of ipsec-tools to NetBSD CVS part 2: resolving the import conflicts.
Since we previously had a release branch and we import here the HEAD of CVS,
let's assume all local changes are to be du

Migration of ipsec-tools to NetBSD CVS part 2: resolving the import conflicts.
Since we previously had a release branch and we import here the HEAD of CVS,
let's assume all local changes are to be dumped. Local patches should have
been propagated upstream, anyway.

show more ...


# a5b1c924 04-Dec-2005 manu <manu@NetBSD.org>

Add NAT ports to SAD in setkey so that NAT SAD entries generated by
racoon can be removed by hand.


# 7fc03cd9 21-Nov-2005 manu <manu@NetBSD.org>

Merge ipsec-tools 0.6.3 import


# 0b97cbeb 20-Aug-2005 manu <manu@NetBSD.org>

Update to ipsec-tools 0.6.1


# 111c13fe 07-Aug-2005 manu <manu@NetBSD.org>

Resolve conflicts caused by recent ipsec-tools-0.6.1rc1 import by prefering
the newer software. Some useful local change might have been overwritten,
we'll take care of this soon.


# 983e5387 26-Jun-2005 christos <christos@NetBSD.org>

Collect externs into one file instead of duplicating them everywhere.


# dd8cdde0 26-Jun-2005 christos <christos@NetBSD.org>

Fix compiler warnings.


# 10802677 27-Apr-2005 manu <manu@NetBSD.org>

Bug fixes from the ipsec-tools 0.6 branch:
- Fix NAT-T problems that prevented multiple peers behind the same NAT
to talk to the same machine outside the NAT. This also require kernel
fixes (alre

Bug fixes from the ipsec-tools 0.6 branch:
- Fix NAT-T problems that prevented multiple peers behind the same NAT
to talk to the same machine outside the NAT. This also require kernel
fixes (already committed eralier)
- Fix a LP64 bug
- Fix NAT-T RFC conformance bugs (missing non ESP marker in packets)
- Add a -p option to setkey to display ports that could be used for ESP
over UDP when printing policies

show more ...


# 88856e23 23-Feb-2005 manu <manu@NetBSD.org>

Resolve conficts and remove autoconf files that were committed by mistake


# b4668e17 18-Feb-2005 thorpej <thorpej@NetBSD.org>

Alter the include path for package_version.h so that it has a chance
of working in our source tree.


# a8f0ad3c 12-Feb-2005 manu <manu@NetBSD.org>

Import ipsec-tools (tag ipsec-tools-0_6-base in ipsec-tools CVS)
ipsec-tools is a fork from KAME racoon/libipsec/setkey, with many
enhancements.