aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* version bump to 4.5.04.5.0Andreas Steffen2010-10-281-1/+1
|
* completed NEWS for the 4.5.0 releaseAndreas Steffen2010-10-281-0/+7
|
* Store proposal number in proposal_t to reuse it in the selected proposalMartin Willi2010-10-285-12/+42
| | | | | According to RFC 5996 3.3.1, we MUST reuse the proposal number of the selected proposal in the SA payload reply.
* Migrated proposal_t to INIT/METHOD macrosMartin Willi2010-10-281-80/+54
|
* Migrated proposal_substructure to INIT/METHOD macros, removed unused methodsMartin Willi2010-10-282-235/+111
|
* Migrated sa_payload to INIT/METHOD macros, removed unused methodsMartin Willi2010-10-282-179/+113
|
* Renamed mem_cred_t clear function internally to clear_, fixes potential name ↵Martin Willi2010-10-281-3/+3
| | | | conflict
* pluto: Fixed a regression introduced in f565d0c575.Tobias Brunner2010-10-261-10/+12
| | | | | Since scx_add could return a previously created smartcard object, using sc->last_cert to store the newly added certificate could lead to segfaults.
* pluto: Locking fixed in cert_add.Tobias Brunner2010-10-261-6/+7
|
* payloads are not aligned to 4 byte boundariesAndreas Steffen2010-10-251-1/+1
|
* version bump to 4.5.0rc3Andreas Steffen2010-10-251-1/+1
|
* fixed 64 bit printf() issueAndreas Steffen2010-10-241-1/+1
|
* Updated Android.mk to latest Makefile.am.Tobias Brunner2010-10-212-1/+4
|
* Added missing include for RAND_seed and RAND_status.Tobias Brunner2010-10-211-0/+1
|
* Set ownership of all HA ClusterIP control filesMartin Willi2010-10-201-0/+5
|
* Set ownership/permissions of HA control socketMartin Willi2010-10-201-1/+9
|
* Changed some minor stuff in ipsec.conf(5) man page.Tobias Brunner2010-10-191-12/+27
| | | | Also added some "links" to strongswan.conf(5).
* Added accepted values to all options in ipsec.conf(5) man page.Tobias Brunner2010-10-191-129/+110
|
* Removed unsupported options from ipsec.conf(5) man page.Tobias Brunner2010-10-191-55/+0
|
* Fixed SEE ALSO references in main man pages.Tobias Brunner2010-10-193-4/+3
|
* Added notes about expiry and rekey to ipsec.conf(5) man page.Tobias Brunner2010-10-191-5/+83
|
* Prefer the 'server identifier' attribute address to send DHCP requests toMartin Willi2010-10-181-5/+13
|
* version bump to 4.5.0rc2Andreas Steffen2010-10-161-1/+1
|
* define state_story for STATE_UNDEFINEDAndreas Steffen2010-10-164-8/+6
|
* Added some NEWS about Maemo, MOBIKE and the kernel interfaces.Tobias Brunner2010-10-151-0/+12
|
* Some Doxygen fixes.Tobias Brunner2010-10-154-5/+5
|
* Missed one unneeded destructor.Tobias Brunner2010-10-151-4/+0
|
* Deferred instantiation of socket implmentations until registration.Tobias Brunner2010-10-1511-78/+104
| | | | | | Instantiating the implementations on plugin load was problematic in case multiple socket plugins were loaded. Now, the first one registered is instantiated.
* fix segfault when reading certificate from smartcardEgbert Koening2010-10-151-1/+2
|
* Added some generated files to .gitignore.Tobias Brunner2010-10-153-0/+8
|
* Added NEWS about multiple RADIUS servers, LED pluginMartin Willi2010-10-151-0/+8
|
* Fixed IKEv2 RFC number in NEWSMartin Willi2010-10-151-3/+3
|
* IKEv2 is now the default key exchange protocolAndreas Steffen2010-10-141-0/+6
|
* added TNC support to NEWSAndreas Steffen2010-10-141-0/+9
|
* do not send certificate requests in EAP-ONLY scenariosAndreas Steffen2010-10-146-2/+6
|
* suport certificate-based client authentication with EAP-TTLSAndreas Steffen2010-10-141-40/+70
|
* added ikev2/rw-eap-tnc-ls scenarioAndreas Steffen2010-10-1417-0/+199
|
* Moved sources of the NetworkManager plugin to src/frontends.Tobias Brunner2010-10-1430-1/+1
|
* Maemo: Added a basic debian package for charon.Tobias Brunner2010-10-145-0/+187
|
* Avoid recursive loop if no socket implementations are loaded.Tobias Brunner2010-10-141-2/+13
|
* Maemo: Added a widget to "unselect" a certificate.Tobias Brunner2010-10-142-4/+38
|
* Avoid duplicate certificates in mem_cred_t.Tobias Brunner2010-10-141-3/+13
|
* Maemo: Load CA certificates from system directories.Tobias Brunner2010-10-141-6/+58
|
* Maemo: OK is default response in password dialog.Tobias Brunner2010-10-141-0/+1
|
* Maemo: Handle status changes from charon.Tobias Brunner2010-10-141-52/+83
| | | | Use synchronous invocation for "Connect" again.
* Maemo: Track the status of the current SA and send changes to the frontend.Tobias Brunner2010-10-141-31/+97
|
* Maemo: Properly unregister the RPC callbacks.Tobias Brunner2010-10-142-22/+24
|
* Maemo: Plugin implements the listener_t interface.Tobias Brunner2010-10-142-0/+51
|
* Maemo: Extracted most plugin code to a separate class, so we can use that as ↵Tobias Brunner2010-10-144-283/+396
| | | | listener.
* Maemo: Initiate consumes a child_sa reference, so get an additional one.Tobias Brunner2010-10-141-0/+2
|