Home | History | Annotate | Download | only in libipsec
History log of /src/lib/libipsec/config.h
RevisionDateAuthorComments
 1.10  24-Oct-2019  kamil Switch the iconv(3) prototype to the POSIX conformant variation

Remove const from the 2nd argument.

const char ** and char ** are incompatible types and it was a cost to keep
the technically incompatible form for a more purist variation. NetBSD was
almost the last alive OS to still keep the const argument (known leftovers:
Minix and Illumos).

Keep the const form for the internal purposes inside citrus and rump.

Address the build breakage fallout in the same change.

There are no ABI changes.

Change accepted by core@.
 1.9  06-Sep-2018  maxv Remove dead references to netinet6/ipsec.h.
 1.8  31-May-2018  maxv branches: 1.8.2;
Disable draft_00 in racoon, discussed on tech-net@ and now in PR/53334.
While here clarify the comments, no #undef.

No need to increase the library version I guess, since draft_00 is not
used in libipsec.
 1.7  04-Jan-2012  drochner branches: 1.7.38;
include <netipsec/ipsec.h> rather than <netinet6/ipsec.h> from userland
where possible, for consistency and compatibility to FreeBSD
(exception: KAME specific statistics gathering in netstat(1) and systat(1))
 1.6  04-Jan-2012  drochner -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
 1.5  18-Jul-2007  drochner branches: 1.5.16; 1.5.34;
stopgap fix: define PATH_IPSEC_H to make it build again
(added manually because there is no template in the distribution anymore)
 1.4  09-Sep-2006  manu branches: 1.4.2;
Fix ipsec-tools build after recent import
 1.3  21-Nov-2005  manu Merge ipsec-tools 0.6.3 import
 1.2  07-Aug-2005  manu Update config.h and package_version.h to match the upcoming import
of ipsec-tools 0.6.1rc1
 1.1  19-Feb-2005  thorpej branches: 1.1.2;
Switch to ipsec-tools for libipsec, setkey, and racoon. From
Emmanuel Dreyfus, with some small changes by me.
 1.1.2.2  21-Nov-2005  tron Apply patch (requested by manu in ticket #981):
Update ipsec-tools to version 0.6.3.
 1.1.2.1  03-Sep-2005  snj Apply patch (requested by tron in ticket #741):
Update ipsec-tools to version 0.6.1.
 1.4.2.2  28-Aug-2007  liamjfoy Pull up following revision(s) (requested by manu in ticket #830):

Import ipsec-tools 0.7
 1.4.2.1  13-May-2007  jdc branches: 1.4.2.1.2;
Upgrade ipsec-tools to 0.7-beta3 (Requested by manu in ticket #634).
 1.4.2.1.2.1  03-Sep-2007  wrstuden Sync w/ NetBSD-4-RC_1
 1.5.34.1  17-Apr-2012  yamt sync with head
 1.5.16.2  18-Jul-2007  drochner stopgap fix: define PATH_IPSEC_H to make it build again
(added manually because there is no template in the distribution anymore)
 1.5.16.1  18-Jul-2007  drochner file config.h was added on branch matt-mips64 on 2007-07-18 17:00:05 +0000
 1.7.38.2  30-Sep-2018  pgoyette Ssync with HEAD
 1.7.38.1  25-Jun-2018  pgoyette Sync with HEAD
 1.8.2.2  13-Apr-2020  martin Mostly merge changes from HEAD upto 20200411
 1.8.2.1  10-Jun-2019  christos Sync with HEAD

RSS XML Feed