summaryrefslogtreecommitdiff
path: root/lib/libipsec
AgeCommit message (Expand)Author
2012-01-04include <netipsec/ipsec.h> rather than <netinet6/ipsec.h> from userlanddrochner
2012-01-04-consistently use "char *" for the compiled policy buffer in thedrochner
2009-01-11bump shared libraries.christos
2007-07-18stopgap fix: define PATH_IPSEC_H to make it build againdrochner
2007-05-28Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on thetls
2006-12-10Bump libipsec minormanu
2006-09-09Fix ipsec-tools build after recent importmanu
2006-09-09Migration of ipsec-tools to NetBSD cvs: the version is "cvs" now...manu
2005-12-16Redo previous rework to generate yacc/lex output again and remove generatedjmc
2005-12-15Don't yacc/lex here as dist includes generated copies already and dependingjmc
2005-12-04Add NAT ports to SAD in setkey so that NAT SAD entries generated bymanu
2005-11-21Merge ipsec-tools 0.6.3 importmanu
2005-10-14Update ipsec-tools versionmanu
2005-08-20Update to ipsec-tools 0.6.1manu
2005-08-07Update config.h and package_version.h to match the upcoming importmanu
2005-06-28Ignore lint argument promotion warnings (for now).christos
2005-05-20Bump version numbermanu
2005-05-13- Fix a double freemanu
2005-05-10Update sample config file to higher security settingsmanu
2005-05-08More NAT-T fixes for the situation where racoon acts as a VPN clientmanu
2005-05-03on phase 2 acquire, lookup phase 2 by (src, dst, policy id) so thatmanu
2005-04-27Bug fixes from the ipsec-tools 0.6 branch:manu
2005-04-10Resurrect TCP-MD5 support. This fixes bin/29915manu
2005-03-16update ipsec-tools versionmanu
2005-03-14update ipsec-tools versionmanu
2005-02-24update ipsec-tools versionmanu
2005-02-24Define SADB_X_EALG_AESCBC=SADB_X_EALG_AES, as we define SADB_X_EALG_AESmanu
2005-02-23bump ipsec-tools package versionmanu
2005-02-19Enable building the lint library.thorpej
2005-02-19Bump shlib version to 2.1 as was intended with ipsec-tools integration.thorpej
2005-02-19Additional cleanup pass.thorpej
2005-02-19Switch to ipsec-tools for libipsec, setkey, and racoon. Fromthorpej
2005-01-10Only compile in IPv6 support if ${USE_INET6} != "no"lukem
2004-11-16NI_WITHSCOPEID was not picked up by IETF standardization processitojun
2004-10-13I'm not sure what the comment is trying to say, but it can say it withabs
2004-04-25Initial commit of a port of the FreeBSD implementation of RFC 2385jonathan
2004-02-24occured -> occurred. From Peter Postma.wiz
2003-11-23avoid memory leak. hint from Andrew Lunnitojun
2003-11-23do not malloc(0). Andrew Lunnitojun
2003-10-03realloc error check failure; Greg Troxel, sync w/ kameitojun
2003-10-02correct unsafe use of realloc().itojun
2003-09-26Process has only one c. From miod@openbsd.wiz
2003-09-08deal with policy without selector. sync w/ kameitojun
2003-08-26protect SADB_X_EXT_TAG with #ifdefitojun
2003-08-26typoitojun
2003-07-25support new algorithmsitojun
2003-07-22support hmac-sha2itojun
2003-07-22don't explicitly clear "reserved" field. instead clear "id" field.itojun
2003-07-22plug memory leakitojun
2003-07-22cosmeticitojun