| Commit message (Expand) | Author | Age | Files | Lines |
* | fixed flex parser memory leaks in ipsec starter | Andreas Steffen | 2010-05-02 | 2 | -10/+10 |
* | free config before exiting since library_deinit() calls leak detective | Andreas Steffen | 2010-05-02 | 1 | -4/+3 |
* | We have to rename thread_create on Mac OS X because it conflicts with a syscall. | Tobias Brunner | 2010-04-29 | 1 | -0/+6 |
* | Initialize libstrongswan in stroke (fixes Vstr logging). | Tobias Brunner | 2010-04-29 | 1 | -0/+5 |
* | Initialize libstrongswan in starter (fixes Vstr logging). | Tobias Brunner | 2010-04-29 | 1 | -0/+4 |
* | The mutex of a thread has to be locked when destroying it. | Tobias Brunner | 2010-04-29 | 1 | -0/+2 |
* | Fixing out-of-tree build after adding dependency to config.status. | Tobias Brunner | 2010-04-29 | 8 | -8/+8 |
* | Users of PLUGINS depend on config.status, rebuilding them if plugin configura... | Martin Willi | 2010-04-29 | 8 | -2/+13 |
* | Fixed RSA key generation with gcrypt | Martin Willi | 2010-04-29 | 1 | -1/+1 |
* | PEM encoder supports encoding from RSA components directly, allowing gcrypt p... | Martin Willi | 2010-04-29 | 3 | -37/+42 |
* | do not destroy whack_attr if it hasn't been initialized | Andreas Steffen | 2010-04-29 | 1 | -5/+10 |
* | added debug output argument | Andreas Steffen | 2010-04-28 | 1 | -1/+1 |
* | Reintroduce to_referer(), redirect() does not work with get_referer() | Martin Willi | 2010-04-28 | 2 | -0/+25 |
* | Use a 301 permanent redirect if no controller given | Martin Willi | 2010-04-28 | 1 | -1/+3 |
* | added AES_GMAC output string | Andreas Steffen | 2010-04-27 | 1 | -1/+1 |
* | include dhcp-client-identifier in the DHCP request | Andreas Steffen | 2010-04-23 | 1 | -1/+11 |
* | make DHCP debug messages consistent | Andreas Steffen | 2010-04-23 | 1 | -1/+1 |
* | fixed typo | Andreas Steffen | 2010-04-23 | 1 | -1/+1 |
* | Ignore DH exchange in CHILD_SA rekeying if the selected proposal contains no ... | Martin Willi | 2010-04-21 | 1 | -5/+5 |
* | fixed segfault in pluto with multiple ISAKMP SAs in delete payload | Heiko Hund | 2010-04-20 | 1 | -2/+20 |
* | Added support for DH groups 22, 23 and 24, patch contributed by Joy Latten | Martin Willi | 2010-04-19 | 10 | -4/+187 |
* | Accept DHCP replies on bootps port, as we act as a relay agent if server addr... | Martin Willi | 2010-04-19 | 1 | -5/+7 |
* | Integrating libhydra into the Android build system. | Tobias Brunner | 2010-04-12 | 5 | -6/+39 |
* | When logging to the database, the IDs of an IKE SA are initially NULL. | Tobias Brunner | 2010-04-12 | 2 | -4/+4 |
* | fixed silly bug | Andreas Steffen | 2010-04-12 | 1 | -1/+1 |
* | implemented inheritance of virtual IP assigned by Mode Config on the responde... | Andreas Steffen | 2010-04-11 | 2 | -1/+17 |
* | show in-memory pools in ipsec statusall | Andreas Steffen | 2010-04-11 | 3 | -1/+36 |
* | added missing curly brackets | Andreas Steffen | 2010-04-11 | 1 | -1/+37 |
* | support in-memory pools in swapped connection definitions | Andreas Steffen | 2010-04-11 | 2 | -19/+19 |
* | Fixed OpenSSL engine_id setting, i.e. do not use 'library.' prefix for settin... | Tobias Brunner | 2010-04-10 | 1 | -1/+1 |
* | Store DH generator in a chunk, hide non-public data in a private struct | Martin Willi | 2010-04-08 | 5 | -313/+305 |
* | Migrated scepclient/openac logging hooks to new signature | Martin Willi | 2010-04-07 | 2 | -2/+2 |
* | Remove to_referer() method, as it fails if no referer was given | Martin Willi | 2010-04-07 | 2 | -29/+10 |
* | Renamed clone function to avoid name clash with uclibc | Martin Willi | 2010-04-07 | 1 | -2/+2 |
* | Updated HA plugin to new APIs | Martin Willi | 2010-04-07 | 9 | -54/+42 |
* | Updated location of traffic selector header | Martin Willi | 2010-04-07 | 1 | -1/+1 |
* | Moved ha plugin to libcharon | Martin Willi | 2010-04-07 | 22 | -2/+15 |
* | Make resync/monitoring functionality optional | Martin Willi | 2010-04-07 | 3 | -27/+35 |
* | Listen to ike_updown/rekey hook instead of ike_state_change | Martin Willi | 2010-04-07 | 1 | -56/+59 |
* | Request a complete resync after daemon startup | Martin Willi | 2010-04-07 | 3 | -4/+54 |
* | Do not automatically take over segments, as we need to resync first | Martin Willi | 2010-04-07 | 3 | -80/+57 |
* | Drop overlapping segments only if we have no active SAs on it | Martin Willi | 2010-04-07 | 1 | -14/+32 |
* | Do not install iptables rules, they should stay active after shutdown | Martin Willi | 2010-04-07 | 3 | -100/+92 |
* | Take over all segments if heartbeat becomes silent | Martin Willi | 2010-04-07 | 1 | -11/+57 |
* | Renamed ha-sync plugin to ha | Martin Willi | 2010-04-07 | 22 | -720/+709 |
* | Try to send HA sync messages synchronously | Martin Willi | 2010-04-07 | 1 | -17/+27 |
* | Do not sync a delete for a child in a destroying IKE_SA | Martin Willi | 2010-04-07 | 1 | -1/+4 |
* | Include ICMP traffic in sync tunnel | Martin Willi | 2010-04-07 | 1 | -2/+6 |
* | Refactored segment enabling/disabling | Martin Willi | 2010-04-07 | 1 | -71/+74 |
* | Use a connected UDP socket | Martin Willi | 2010-04-07 | 1 | -8/+18 |