aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* fixed flex parser memory leaks in ipsec starterAndreas Steffen2010-05-022-10/+10
* free config before exiting since library_deinit() calls leak detectiveAndreas Steffen2010-05-021-4/+3
* We have to rename thread_create on Mac OS X because it conflicts with a syscall.Tobias Brunner2010-04-291-0/+6
* Initialize libstrongswan in stroke (fixes Vstr logging).Tobias Brunner2010-04-291-0/+5
* Initialize libstrongswan in starter (fixes Vstr logging).Tobias Brunner2010-04-291-0/+4
* The mutex of a thread has to be locked when destroying it.Tobias Brunner2010-04-291-0/+2
* Fixing out-of-tree build after adding dependency to config.status.Tobias Brunner2010-04-298-8/+8
* Users of PLUGINS depend on config.status, rebuilding them if plugin configura...Martin Willi2010-04-298-2/+13
* Fixed RSA key generation with gcryptMartin Willi2010-04-291-1/+1
* PEM encoder supports encoding from RSA components directly, allowing gcrypt p...Martin Willi2010-04-293-37/+42
* do not destroy whack_attr if it hasn't been initializedAndreas Steffen2010-04-291-5/+10
* added debug output argumentAndreas Steffen2010-04-281-1/+1
* Reintroduce to_referer(), redirect() does not work with get_referer()Martin Willi2010-04-282-0/+25
* Use a 301 permanent redirect if no controller givenMartin Willi2010-04-281-1/+3
* added AES_GMAC output stringAndreas Steffen2010-04-271-1/+1
* include dhcp-client-identifier in the DHCP requestAndreas Steffen2010-04-231-1/+11
* make DHCP debug messages consistentAndreas Steffen2010-04-231-1/+1
* fixed typoAndreas Steffen2010-04-231-1/+1
* Ignore DH exchange in CHILD_SA rekeying if the selected proposal contains no ...Martin Willi2010-04-211-5/+5
* fixed segfault in pluto with multiple ISAKMP SAs in delete payloadHeiko Hund2010-04-201-2/+20
* Added support for DH groups 22, 23 and 24, patch contributed by Joy LattenMartin Willi2010-04-1910-4/+187
* Accept DHCP replies on bootps port, as we act as a relay agent if server addr...Martin Willi2010-04-191-5/+7
* Integrating libhydra into the Android build system.Tobias Brunner2010-04-125-6/+39
* When logging to the database, the IDs of an IKE SA are initially NULL.Tobias Brunner2010-04-122-4/+4
* fixed silly bugAndreas Steffen2010-04-121-1/+1
* implemented inheritance of virtual IP assigned by Mode Config on the responde...Andreas Steffen2010-04-112-1/+17
* show in-memory pools in ipsec statusallAndreas Steffen2010-04-113-1/+36
* added missing curly bracketsAndreas Steffen2010-04-111-1/+37
* support in-memory pools in swapped connection definitionsAndreas Steffen2010-04-112-19/+19
* Fixed OpenSSL engine_id setting, i.e. do not use 'library.' prefix for settin...Tobias Brunner2010-04-101-1/+1
* Store DH generator in a chunk, hide non-public data in a private structMartin Willi2010-04-085-313/+305
* Migrated scepclient/openac logging hooks to new signatureMartin Willi2010-04-072-2/+2
* Remove to_referer() method, as it fails if no referer was givenMartin Willi2010-04-072-29/+10
* Renamed clone function to avoid name clash with uclibcMartin Willi2010-04-071-2/+2
* Updated HA plugin to new APIsMartin Willi2010-04-079-54/+42
* Updated location of traffic selector headerMartin Willi2010-04-071-1/+1
* Moved ha plugin to libcharonMartin Willi2010-04-0722-2/+15
* Make resync/monitoring functionality optionalMartin Willi2010-04-073-27/+35
* Listen to ike_updown/rekey hook instead of ike_state_changeMartin Willi2010-04-071-56/+59
* Request a complete resync after daemon startupMartin Willi2010-04-073-4/+54
* Do not automatically take over segments, as we need to resync firstMartin Willi2010-04-073-80/+57
* Drop overlapping segments only if we have no active SAs on itMartin Willi2010-04-071-14/+32
* Do not install iptables rules, they should stay active after shutdownMartin Willi2010-04-073-100/+92
* Take over all segments if heartbeat becomes silentMartin Willi2010-04-071-11/+57
* Renamed ha-sync plugin to haMartin Willi2010-04-0722-720/+709
* Try to send HA sync messages synchronouslyMartin Willi2010-04-071-17/+27
* Do not sync a delete for a child in a destroying IKE_SAMartin Willi2010-04-071-1/+4
* Include ICMP traffic in sync tunnelMartin Willi2010-04-071-2/+6
* Refactored segment enabling/disablingMartin Willi2010-04-071-71/+74
* Use a connected UDP socketMartin Willi2010-04-071-8/+18