aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/plugins
Commit message (Collapse)AuthorAgeFilesLines
* hyphenate eap-radius4.3.5rc1Andreas Steffen2009-10-171-3/+3
|
* moved .gitignore for poolAndreas Steffen2009-10-151-1/+0
|
* Renamed plugin configuration sections to the actual plugin nameMartin Willi2009-10-158-26/+26
|
* Streamlined EAP plugins to use a dash between eap-method, as used in all ↵Martin Willi2009-10-158-25/+25
| | | | other places
* Updated configuration directive of resolve plugin, renamed from resolv_confMartin Willi2009-10-151-1/+1
|
* pluto now supports SQL-based virtual IP poolsAndreas Steffen2009-10-142-5/+5
|
* Improved debugging log in SIM triplet lookupMartin Willi2009-10-141-3/+4
|
* move SQL-based pool functionality to new attr-sql libstrongswan pluginAndreas Steffen2009-10-135-1196/+3
|
* moved attribute_manager to libstrongswanAndreas Steffen2009-10-1312-25/+25
|
* Fixed assignment of get_triplet() dummy implementationMartin Willi2009-10-131-1/+1
|
* Merged SIM/USIM manager/card/provider, avoids code duplicationMartin Willi2009-10-1210-32/+46
|
* Added ${shlibs:Depends} dependency to Debian packageMartin Willi2009-10-122-4/+5
|
* Added .gitignore for NM Debian package buildMartin Willi2009-10-123-0/+9
|
* Pass NULL as other identity in EAP-AKA 3GPP2 to find a match with all pluginsMartin Willi2009-10-121-4/+1
|
* Stroke plugin interprets NULL identities as ID_ANY in shared key lookupMartin Willi2009-10-121-3/+9
|
* SIM card interface takes IMSI as parameter (same as in USIM)Martin Willi2009-10-096-73/+33
|
* Do not use monotonic time for AKA sequence numbers, it has an undefined ↵Martin Willi2009-10-091-6/+4
| | | | starting point
* Use constants instead of sizeof(), sizeof() does not work for function argumentsMartin Willi2009-10-094-71/+76
|
* Calculate missing CK/IK values in USIMMartin Willi2009-10-091-0/+3
|
* Link 3gpp2 EAP-AKA plugin to libgmpMartin Willi2009-10-092-1/+1
|
* Separated 3gpp2 USIM card and provider functionalityMartin Willi2009-10-096-832/+416
|
* Ported AKA functions to 3gpp2 pluginMartin Willi2009-10-093-1/+437
|
* Added a stub for the EAP-AKA backend implementing the 3GPP2 functions in ↵Martin Willi2009-10-099-0/+534
| | | | software
* Reenabled acq_expires SA timer using rekey timeoutMartin Willi2009-10-071-1/+1
| | | | | | | While not using a SA expiration for allocating SPIs works fine, the situation is much more problematic for kernel-created temporary SAs from acquires. If the negotiation of such a CHILD_SA fails, the created temporary SA can not be deleted.
* delete group attributes after useAndreas Steffen2009-10-051-0/+1
|
* stroke_list outputs group attributesAndreas Steffen2009-10-051-0/+7
|
* ipsec pki --issue suports --flag authServer optionAndreas Steffen2009-10-051-2/+5
|
* Cleaned up EAP-AKA en/decoding, eliminated unaligned half-word readsMartin Willi2009-10-051-67/+101
|
* Cleaned up EAP-SIM en/decoding, eliminated unaligned half-word readsMartin Willi2009-10-051-99/+108
|
* certificate subject DNs are in double quotesAndreas Steffen2009-09-231-5/+5
|
* streamlining of credential loading debug outputAndreas Steffen2009-09-231-6/+6
|
* Fixed a crash in source address lookupMartin Willi2009-09-231-8/+11
|
* shortened file loading debug outputAndreas Steffen2009-09-221-23/+22
|
* Do not assign SIM version to a volatile buffer on stackMartin Willi2009-09-221-15/+11
|
* Credential backends use has_fingerprint() methods to select keys/certificatesMartin Willi2009-09-214-24/+7
|
* Correctly serve certificates if CERT_ANY requestedMartin Willi2009-09-211-1/+1
|
* Return certificates of requested kind onlyMartin Willi2009-09-211-58/+4
|
* delete resolv_conf_* filesAndreas Steffen2009-09-204-352/+0
|
* resolv_conf plugin renamed to resolveAndreas Steffen2009-09-2010-13/+364
|
* Use helper functions to handle (non-)skippable attributesMartin Willi2009-09-181-42/+46
|
* Clients can handle AKA-Identity requests by sending the full identityMartin Willi2009-09-181-0/+80
|
* nm uses the distributions trusted root CAs if none is explicitly specifiedMartin Willi2009-09-185-59/+191
|
* get_private() in listcacerts requires a valid auth cfgMartin Willi2009-09-171-1/+5
|
* Fixed nexthop lookup, used by source route installationMartin Willi2009-09-161-7/+4
|
* Use continue to advance to next iterationMartin Willi2009-09-161-12/+11
|
* Use the default debug hook if possibleMartin Willi2009-09-161-17/+0
|
* Implemented support for preinstalled PGP certificates in charonMartin Willi2009-09-151-4/+3
|
* Removed chunk_from_buf() in favor of a simpler chunk_from_chars() macroMartin Willi2009-09-119-117/+87
|
* pass NULL to library_init() to load settings from default fileMartin Willi2009-09-102-2/+1
|
* use NULL to load plugins from default plugin directoryMartin Willi2009-09-102-2/+1
|