summaryrefslogtreecommitdiffstats
path: root/main/ipsec-tools/APKBUILD
Commit message (Collapse)AuthorAgeFilesLines
* main/ipsec-tools: update to 0.8.0Timo Teräs2011-03-191-7/+4
| | | | Remove one patch merged upstream.
* main/ipsec-tools: update to 0.8.0 RC, and include additional patchesTimo Teräs2011-03-041-4/+8
| | | | | | * improve handling of setups where single node participates to multiple dmvpn networks. enable using of grekey in setkey, SPD and sainfo; also match remoteconfs using sainfo ph1id
* Set all packages with arch="x86 x86_64" to arch="all".William Pitcock2011-01-131-1/+1
|
* main/*: add archNatanael Copa2010-12-131-0/+1
|
* main/ipsec-tools: upgrade to snapshot 2010-12-08Timo Teräs2010-12-081-13/+5
| | | | * remove patches merged upstream
* main/ipsec-tools: fix for improving delete notify handlingTimo Teräs2010-11-151-2/+4
| | | | | the old one could crash under some rare circumstances (deleting responder mode ph1 in very early state).
* main/ipsec-tools: add a patch to improve delete notify handlingTimo Teräs2010-11-041-2/+4
| | | | | | | if phase1 rekeying is enabled, remote side deleting the last phase1 will result in deletion of all the ipsec-sa's and will execute the phase1_dead script hook too (so every one knows the traffic between the two nodes has ceased).
* main/ipsec-tools: two new fixesTimo Teräs2010-10-291-3/+5
| | | | | | | | * update adminport to work with huge replies * defer handling of DH calculations for isakmp identity reponse (this helps to handle things in right order if we are getting multiple simultaneous connection requests; this also makes the previous receive buffer size change mostly irrelevant)
* main/ipsec-tools: update to 2010-10-22 snapshotTimo Teräs2010-10-271-13/+6
| | | | | remove patches committed upstream. and add a patch for dpd related minor fix.
* main/ipsec-tools: racoonctl socket buffer size patchTimo Teräs2010-10-141-1/+3
| | | | | will fix certain racoonctl errors if there are multiple simultaneous connections and the system socket buffer size is set low.
* main/ipsec-tools: add a patch to modify receive buffer sizeTimo Teräs2010-08-201-1/+3
| | | | | this fixing behaviour on long backbuffer of packets to start dropping packets instead of processing them late.
* main/ipsec-tools: use openssl in oneshot modeTimo Teräs2010-06-041-2/+4
| | | | | | Use the highlevel EVP and HMAC functions to calculate oneshot digest and HMAC. This enable the use of crypto accelerators for these operations.
* main/[various]: rebuild against openssl-1.0Natanael Copa2010-05-141-1/+1
|
* main/[various]: bump pkgrel to force rebuild against nptlNatanael Copa2010-05-041-1/+1
|
* main/ipsec-tools: add patch for fd prioritiesTimo Teras2010-03-091-2/+4
| | | | it improves admin port responsiveness under high load.
* main/ipsec-tools: start after ntp-clientNatanael Copa2010-02-081-4/+12
| | | | fixes #261
* main/ipsec-tools: fix a memleak in the initial-contact patchNatanael Copa2009-12-101-2/+2
| | | | | the patch should fix reconnection on unstable lines but contained a memory leak. This is an update of the same patch.
* main/ipsec-tools: initial contact fixNatanael Copa2009-12-091-2/+6
| | | | | | | Reset remote node contacted state if all related security associates are purged. Fixes issues with unstable internet connections.
* main/ipsec-tools: provide ipsecNatanael Copa2009-09-251-2/+2
| | | | so opennhrp start after racoon.
* main/ipsec-tools: start service after firewallNatanael Copa2009-09-151-2/+2
|
* main/ipsec-tools: update to 20090903 snapshotTimo Teras2009-09-031-5/+3
| | | | remove the patch merged upstream.
* main/ipsec-tools: bump up to 20080820 snapshotTimo Teras2009-08-201-13/+7
| | | | | | remove patches merged upstream, minor fix to reverse-connect patch and add new "phase1 hints when rekeying" patch to help rekeying in some nat scenarios.
* main/ipsec-tools: update checksum and bump pkgrelNatanael Copa2009-08-051-4/+4
|
* moved extra/* to main/Natanael Copa2009-07-241-0/+59
and fixed misc build issues