Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-09-02 | Mark this package as only available on NetBSD 3.0 and newer and | tron | 1 | -1/+3 | |
Linux 2.6.x and newer. | |||||
2005-08-21 | Update "ipsec-tools" package to version 0.6.1. Changes since 0.6.1rc1: | tron | 3 | -22/+6 | |
- src/racoon/dnssec.c: fix bogus test on function result - src/racoon/isakmp.c: Improved in/out SA addresses check in purge_remote() - src/libipsec/{key_debug.c|pfkey.c|pfkey_dump.c}: de-lint, warnings - src/racoon/privsep.c: Fixed a %d -> %zu in port_check() | |||||
2005-08-07 | Fix build problem under platforms were "size_t" is not an integer. | tron | 2 | -1/+17 | |
2005-08-05 | Update "ipsec-tools" package to version 0.6.1rc1. | tron | 3 | -8/+22 | |
Changes since version 0.6b2: - NAT-T fixes for situations where NAT-T is not used - OpenSSL 0.9.8 support - keys are not restricted to OpenSSL default size anymore - PKCS7 support - SHA2 support | |||||
2005-06-01 | Fix casing of IPsec in COMMENT. | wiz | 1 | -2/+2 | |
2005-05-31 | Packages have no business modifying PKG_DEFAULT_OPTIONS -- it's a | dillo | 1 | -3/+3 | |
user settable variable. Set PKG_SUGGESTED_OPTIONS instead. Also, make use of PKG_OPTIONS_LEGACY_VARS. Reviewed by wiz. | |||||
2005-05-23 | Removed trailing white-space. | rillig | 1 | -1/+1 | |
2005-05-10 | Updated ipsec-tools to 0.6b2. | manu | 3 | -11/+8 | |
Multiple bug fixes, the most important being NAT-T now working with multiple endpoints behind the same NAT. | |||||
2005-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 1 | -2/+1 | |
2005-03-23 | Missing installed files inPLIST | manu | 1 | -1/+18 | |
2005-03-23 | Upgrade to ipsec-tools 0.6b1. | manu | 2 | -9/+10 | |
New features: - PAM support - privilege separation | |||||
2005-02-24 | Add RMD160 digests. | agc | 1 | -1/+2 | |
2005-02-20 | Fix file installation, add missing samples config files | manu | 2 | -4/+29 | |
2005-02-18 | Upgraded ipsec-tools to release version 0.5 | manu | 11 | -188/+7 | |
2005-01-12 | Use PKG_SYSCONFDIR | kim | 1 | -1/+4 | |
2004-12-12 | Add (unsigned char) cast to ctype functions; taken from the NetBSD trunk. | kleink | 6 | -1/+117 | |
2004-11-11 | add additional libraries required by libradius. | grant | 1 | -1/+2 | |
2004-11-11 | include libradius/buildlink3.mk only if we're including radius | grant | 1 | -2/+2 | |
support. | |||||
2004-11-11 | include some additional header files on FreeBSD >= 5. | grant | 2 | -1/+23 | |
2004-11-11 | allow radius support to be disabled by moving it to PKG_OPTIONS. | grant | 1 | -2/+12 | |
no PKGREVISION bump as it is still enabled by default. | |||||
2004-11-11 | Remove lex and yacc generated files before building: they might not | manu | 1 | -1/+5 | |
match with the libraries installed on the system. | |||||
2004-11-10 | Add patches checksum | manu | 1 | -1/+3 | |
2004-11-10 | Fix minor LP64 problems | manu | 2 | -0/+39 | |
2004-11-10 | Disable nat-t by default as the kernel does not have support for it | manu | 1 | -3/+5 | |
without an unofficial patch yet. | |||||
2004-11-10 | This package needs openssl bl3.mk... and it needs NAT-T kernel option | xtraeme | 1 | -1/+2 | |
to build... | |||||
2004-11-10 | No need to set BUILDLINK_DEPMETHOD.libradius-linux?= build here... | xtraeme | 1 | -3/+1 | |
2004-11-10 | * Fix HOMEPAGE. | xtraeme | 1 | -7/+5 | |
* No need to use LIBTOOL_OVERRIDE. * Remove unneeded ${EXAMPLESDIR} (??!!) after bl3.mk includes * Remove unneeded BUILD_DEPEND, because this pkg uses bl3 Still libradius is broken... | |||||
2004-11-09 | racoon speaks IKE (ISAKMP/Oakley) key management protocol, to | manu | 4 | -0/+82 | |
establish IPsec security association with other hosts. This is based on KAME racoon, with some enhancements such as NAT-Traversal (needs a kernel patch), hybrid authentication, ISAKMP mode config, RADIUS support, IKE fragmentation and others. Ipsec-tools' racoon is able to act as a VPN server for the Cisco VPN client using hybrid authentication. |