aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* port the libstrongswan memory allocation methods to plutoAndreas Steffen2009-04-1746-550/+464
|
* fixed some newline encodingsMartin Willi2009-04-162-55/+55
|
* removed old leak detectiveAndreas Steffen2009-04-161-7/+0
|
* flush pluto's event queueAndreas Steffen2009-04-163-2/+22
|
* fixed the longstanding myids memory leakAndreas Steffen2009-04-163-2/+18
|
* pluto uses the libstrongswan leak detective and a stripped-down version of ↵Andreas Steffen2009-04-1613-144/+195
| | | | library_t
* asn1_build_known_oid() includes ASN1_OID tag and lengthAndreas Steffen2009-04-164-7/+10
|
* scepclient also uses asn1_known_oid()Andreas Steffen2009-04-151-1/+1
|
* added missing curly bracketsAndreas Steffen2009-04-151-0/+4
|
* renamed known_oid() to asn1_known_oid() and defined asn1_get_oid()Andreas Steffen2009-04-157-19/+56
|
* INTERNAL_IP6_DNS and INTERNAL_IP6_NBNS options are now fully supportedAndreas Steffen2009-04-151-0/+2
|
* added Microsoft proprietary ModeCfg optionsAndreas Steffen2009-04-152-2/+15
|
* added create_part_enumerator() to indentity, allows to enumerate RDNs etc.Martin Willi2009-04-145-7/+258
|
* moved RDN OIDs to oid.txt, use asn1_get_known_oid() for lookupMartin Willi2009-04-142-149/+102
|
* implemented asn1_get_known_oid(), mapping OID index to ASN1 OIDMartin Willi2009-04-143-1/+42
|
* send and receive internal DNS server information in ikev1/mode-config scenarioAndreas Steffen2009-04-142-0/+8
|
* parsing internal DNS and WINS server addresses received via ModeConfigAndreas Steffen2009-04-141-6/+79
|
* added missing string.h includeMartin Willi2009-04-141-0/+1
|
* fixed proposal_keywords.c generation in out-of-tree buildsMartin Willi2009-04-141-1/+1
|
* merged multi-auth branch back into trunkMartin Willi2009-04-14230-4104/+6074
|
* do not load guests starting with a ".", such as ".svn"Martin Willi2009-04-091-2/+2
|
* simplified statfsMartin Willi2009-04-091-7/+1
|
* added template() shortcutMartin Willi2009-04-071-0/+5
|
* added Dumm.method_missing, allows direct invocation of guests/bridgesMartin Willi2009-04-072-4/+36
|
* added booted?/boot methodsMartin Willi2009-04-073-3/+31
|
* use safe each() implementations, allowing delete() in blockMartin Willi2009-04-073-28/+43
| | | | implement Client.reset() in ruby
* added a reset() method to Dumm and each clientMartin Willi2009-04-072-17/+61
| | | | identation cleanups
* fixed template loading/unloadingMartin Willi2009-04-071-184/+154
| | | | identation cleanups
* store all templates in a subdirectoryMartin Willi2009-04-071-1/+6
|
* do not purge interfaces on template loadMartin Willi2009-04-071-5/+0
|
* moved AUTH_HMAC_MD5_128 to IANA defined numberMartin Willi2009-04-022-5/+6
|
* version bump to 4.3.0Andreas Steffen2009-03-313-5/+6
|
* fixed copy-and-paste error in vendor.hAndreas Steffen2009-03-301-1/+2
|
* fixed copy-and-paste error in vendor.cAndreas Steffen2009-03-301-1/+1
|
* fixed DPD null state bug4.2.14Andreas Steffen2009-03-304-4/+16
|
* the after-2038-certs scenario tests the year 2038 ASN.1 to time_t conversion ↵Andreas Steffen2009-03-2844-1/+1260
| | | | workaround on 32 bit platforms
* modelled invokepluto start and stop timing scheme after invokecharonAndreas Steffen2009-03-272-12/+32
|
* require Message-Authenticator attribute only if we have a EAP-MessageMartin Willi2009-03-271-6/+18
|
* reserve a socket only during request(), avoids thread pool starvationMartin Willi2009-03-272-36/+36
| | | | reduced thread pool default to 1
* set version back to 4.2.14Andreas Steffen2009-03-271-1/+1
|
* some changesAndreas Steffen2009-03-272-2/+12
|
* remove ambiguity by setting parenthesesAndreas Steffen2009-03-272-2/+2
|
* fixed ASN.1 to time_t conversion on 32-bit system for dates after Jan 19 ↵Andreas Steffen2009-03-272-11/+21
| | | | 03:14:07 UTC 2038
* added bad case dave to ikev2/rw-eap-sim-radius scenarioAndreas Steffen2009-03-2611-12/+58
|
* cosmeticsAndreas Steffen2009-03-261-1/+1
|
* implementation of contains_wildcards() for ID_DER_ASN1_DN identitiesMartin Willi2009-03-261-2/+32
|
* output peer ID in duplicate deletion log entryAndreas Steffen2009-03-261-2/+2
|
* cosmetics in ikev2/rw-eap-aka-id-rsa scenarioAndreas Steffen2009-03-263-4/+5
|
* set port for NATD hash calculation in the "include-all" caseMartin Willi2009-03-261-0/+4
|
* added ikev2/rw-eap-sim-id-radius scenarioAndreas Steffen2009-03-2520-0/+421
|