aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* corrected typoAndreas Steffen2009-02-191-1/+1
|
* adding plugin for EAP-MS-CHAPv2Tobias Brunner2009-02-1810-1/+1394
|
* force unique connections for mediation connectionsTobias Brunner2009-02-181-0/+6
|
* adding enum elements for MD4 and DES (ECB)Tobias Brunner2009-02-184-4/+10
|
* adding MD4 and DES (ECB) to openssl pluginTobias Brunner2009-02-183-1/+9
|
* always encode EAP usernames as ID_KEY_IDMartin Willi2009-02-181-1/+2
|
* removed unused extract_last_token() and the required memrchr implementationMartin Willi2009-02-185-89/+3
|
* do not operate on strongswan-padlock on non-x86Martin Willi2009-02-172-17/+7
|
* typoTobias Brunner2009-02-171-1/+1
|
* added missing kernel-netlink pluginMartin Willi2009-02-172-0/+9
|
* fixed build on non-i386 architecturesMartin Willi2009-02-171-4/+9
|
* build strongswan-padlock on i386 onlyMartin Willi2009-02-162-1/+7
|
* use separate distribution tarballs for NetworkManager appletMartin Willi2009-02-161-18/+0
|
* use a slightly adopted package versioning schemeMartin Willi2009-02-163-6/+5
| | | | NM applet uses strongSwan independent versions
* added Makefile to build ubuntu PPA source packagesMartin Willi2009-02-162-0/+38
|
* initial version of new modular strongswan debian packagesMartin Willi2009-02-1649-186/+725
| | | | | "strongswan" metapackage adds similar functionality as old debian packages "network-manager-strongswan" depends on required strongSwan packages
* configuration of NBNS server assignment via strongswan.confAndreas Steffen2009-02-131-3/+68
|
* use internal host venus as dns2Andreas Steffen2009-02-122-2/+2
|
* configuration of DNS server assignment via strongswan.confAndreas Steffen2009-02-123-6/+33
|
* [4859] caused crash when handling the %config caseAndreas Steffen2009-02-111-8/+8
|
* corrected syntaxAndreas Steffen2009-02-111-1/+1
|
* this debug statement has only two argumentsAndreas Steffen2009-02-112-1/+5
|
* fixed a 64-bit issue with time_t printf hooksAndreas Steffen2009-02-111-12/+9
|
* changed [4856] to dynamically choose traffic selector familyMartin Willi2009-02-1110-34/+29
|
* respect family when assigning pool addressesMartin Willi2009-02-111-1/+8
|
* send proper AUTHENTICATION_FAILED if EAP method is successful, but AUTH ↵Martin Willi2009-02-101-0/+6
| | | | mismatches
* free unneeded retransmission packet when exchange completesMartin Willi2009-02-091-1/+2
|
* support of dynamic/128 and %any6Andreas Steffen2009-02-0512-25/+35
|
* disable MOBIKE in load-testerAndreas Steffen2009-02-051-1/+1
|
* output pool name string rather than pool pointerAndreas Steffen2009-01-281-1/+1
|
* version bump to 4.2.12Andreas Steffen2009-01-215-4/+6
|
* added two Microsoft proprietary configuration attribute types4.2.11Andreas Steffen2009-01-202-2/+8
|
* changes in 4.2.11Andreas Steffen2009-01-201-1/+5
|
* added notify message types used by RFC 4739Andreas Steffen2009-01-192-6/+13
|
* proper initialization and disposal of keying materialAndreas Steffen2009-01-152-3/+8
|
* added pfkey/esp-alg-null scenarioAndreas Steffen2009-01-159-0/+100
|
* added ikev2/esp-alg-null scenarioAndreas Steffen2009-01-159-0/+100
|
* fixed ESP NULL encryptionAndreas Steffen2009-01-151-3/+3
|
* fixed broken listing of connections in ipsec statusallAndreas Steffen2009-01-141-3/+3
|
* added eap=gtc option to ipsec.conf man pageAndreas Steffen2009-01-141-1/+3
|
* disable DPD and sending of cert requests in load-testerAndreas Steffen2009-01-141-2/+2
|
* fixing cross-compilationTobias Brunner2009-01-131-0/+1
|
* cosmeticsAndreas Steffen2009-01-131-4/+3
|
* changed type definition of level from char* to intAndreas Steffen2009-01-131-2/+6
|
* hiding XFRM message names from netlinkAndreas Steffen2009-01-092-26/+30
|
* renamed chunkAndreas Steffen2009-01-091-2/+2
|
* refactored DBG3 output of sent XFRM messagesAndreas Steffen2009-01-092-72/+41
|
* DBG3 output of sent XFRM messagesAndreas Steffen2009-01-091-3/+74
|
* added message for undefined ocsp status #4Andreas Steffen2009-01-091-0/+1
|
* add a compatible memrchr() function if the platform does not support it ↵Andreas Steffen2009-01-094-0/+50
| | | | (e.g. old glibc). Patch courtesy to Thomas Jarosch