Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | added a charon.install_virtual_ip option to disable IP installation for testing | Martin Willi | 2009-06-02 | 1 | -3/+19 | |
| | ||||||
* | hide credentials headers in credential_factory.h | Andreas Steffen | 2009-05-28 | 1 | -0/+1 | |
| | ||||||
* | show strongSwan version in statusall | Martin Willi | 2009-05-26 | 1 | -1/+1 | |
| | ||||||
* | resolve clone naming conflict with uclibc | Andreas Steffen | 2009-05-25 | 1 | -2/+2 | |
| | ||||||
* | suppress Routed Connections caption if list is empty | Andreas Steffen | 2009-05-24 | 1 | -4/+9 | |
| | ||||||
* | Portably check for IPSEC_* constants (defined in ipsec.h). | Tobias Brunner | 2009-05-20 | 1 | -3/+3 | |
| | | | | The problem is that FreeBSD defines them as #defines whereas Linux defines them as enums. | |||||
* | include TSi/TSr of triggering packet in acquire | Martin Willi | 2009-05-20 | 11 | -21/+57 | |
| | ||||||
* | properly terminate EAP authentication if EAP method fails | Martin Willi | 2009-05-20 | 1 | -1/+5 | |
| | ||||||
* | fixed dumping of integers in generator | Martin Willi | 2009-05-20 | 1 | -3/+3 | |
| | ||||||
* | same format as IKEv1 | Andreas Steffen | 2009-05-19 | 2 | -3/+3 | |
| | ||||||
* | added Debian specific packaging files to NM applet | Martin Willi | 2009-05-19 | 7 | -0/+88 | |
| | ||||||
* | new NM applet release 1.1.1 | Martin Willi | 2009-05-19 | 2 | -1/+6 | |
| | ||||||
* | fixed compiler warnings | Martin Willi | 2009-05-19 | 1 | -4/+1 | |
| | ||||||
* | replaced deprecated g_strcasecmp() | Martin Willi | 2009-05-19 | 1 | -10/+4 | |
| | ||||||
* | updated build system to newer autotool/gnome conventions | Martin Willi | 2009-05-19 | 7 | -67/+75 | |
| | ||||||
* | moved definition of proposal_token from proposal.c to proposal_keywords.h | Andreas Steffen | 2009-05-19 | 1 | -7/+0 | |
| | ||||||
* | do not write to unaligned memory in MSCHAPv2 | Martin Willi | 2009-05-18 | 1 | -4/+12 | |
| | ||||||
* | cleanup of generator code | Martin Willi | 2009-05-18 | 2 | -217/+187 | |
| | ||||||
* | removed unused 64-bit integer parsing rule | Martin Willi | 2009-05-18 | 4 | -66/+0 | |
| | ||||||
* | do not access unaligned words/half-words directly | Martin Willi | 2009-05-18 | 1 | -11/+15 | |
| | ||||||
* | cleaned up parser code | Martin Willi | 2009-05-18 | 1 | -199/+173 | |
| | ||||||
* | removed trailing spaces/tabs | Martin Willi | 2009-05-18 | 1 | -63/+64 | |
| | ||||||
* | typo | Tobias Brunner | 2009-05-18 | 1 | -1/+1 | |
| | ||||||
* | moved very stroke specific x509 flag handling out of core library | Martin Willi | 2009-05-18 | 1 | -6/+35 | |
| | ||||||
* | another lease identity to be single-quoted | Andreas Steffen | 2009-05-16 | 1 | -1/+1 | |
| | ||||||
* | moved IKEv2 proposals and transforms to libstrongswan | Andreas Steffen | 2009-05-15 | 5 | -171/+5 | |
| | ||||||
* | If the NM gateway certificate has the CA constraint set, we use the gateway ↵ | Martin Willi | 2009-05-15 | 2 | -5/+24 | |
| | | | | | | | | | | address as its identity. To allow the same certificate deployment for Windows 7 and NetworkManager clients, the NM plugin now accepts CA certificates. To prevent any certificate holder to act as a gateway, we bind the identity to the entered gateway address. The gateways certificate therefore must contain the IP/DNS of the gateway as subjectAltName. | |||||
* | updated glade dialog, using tooltip instead of tooltip_text | Martin Willi | 2009-05-15 | 1 | -18/+25 | |
| | ||||||
* | implemented save_secrets hook to avoid crash | Martin Willi | 2009-05-15 | 1 | -0/+9 | |
| | ||||||
* | added .gitignore files to NM applet | Martin Willi | 2009-05-15 | 3 | -0/+13 | |
| | ||||||
* | documented the idea behind the current implementation of the scheduler | Tobias Brunner | 2009-05-15 | 2 | -5/+52 | |
| | ||||||
* | added a "purgeike" command to stroke, deleting all IKE_SAs without a CHILD_SA | Martin Willi | 2009-05-15 | 3 | -5/+60 | |
| | ||||||
* | stroke accepts "down conn1{*}/[*]" to delete all CHILD/IKE_SAs using a given ↵ | Martin Willi | 2009-05-15 | 1 | -28/+78 | |
| | | | | config | |||||
* | Mac OS X doesn't have SADB_X_AALG_AES_XCBC_MAC | Tobias Brunner | 2009-05-14 | 1 | -0/+2 | |
| | ||||||
* | added another possible location for the ipsec.h header file | Tobias Brunner | 2009-05-14 | 1 | -0/+2 | |
| | ||||||
* | fixed compiler warning | Tobias Brunner | 2009-05-14 | 1 | -1/+1 | |
| | ||||||
* | make socket_t compatible with RFC 2292 (that got obsoleted by RFC 3542) | Tobias Brunner | 2009-05-14 | 1 | -0/+7 | |
| | ||||||
* | added eap_start option to radius plugin | Martin Willi | 2009-05-14 | 1 | -2/+17 | |
| | | | | | EAP-Start sends an empty EAP message to initiate EAP conversation before doing EAP-Identity. | |||||
* | simplified SPI allocation after refactorings | Martin Willi | 2009-05-14 | 1 | -19/+4 | |
| | ||||||
* | identation cleanups | Martin Willi | 2009-05-13 | 1 | -22/+22 | |
| | ||||||
* | fixed identation | Martin Willi | 2009-05-13 | 1 | -49/+49 | |
| | ||||||
* | fixing compilation of socket_t on systems that have neither IP_PKTINFO ↵ | Tobias Brunner | 2009-05-12 | 1 | -22/+33 | |
| | | | | (Linux) nor IP_SENDSRCADDR (FreeBSD) | |||||
* | fixed cleanup of traffic selector lists | Martin Willi | 2009-05-12 | 1 | -2/+2 | |
| | ||||||
* | do not destroy packet twice if message generation failed | Martin Willi | 2009-05-12 | 1 | -0/+1 | |
| | ||||||
* | properly end CERT_PRE task after detecting the final authentication round | Martin Willi | 2009-05-12 | 1 | -27/+41 | |
| | ||||||
* | do not report increasing rekey times if rekeying currently active | Martin Willi | 2009-05-12 | 1 | -1/+8 | |
| | ||||||
* | do not report a CHILD_SA rekey time if rekeying disabled | Martin Willi | 2009-05-12 | 1 | -2/+10 | |
| | ||||||
* | quote identities | Andreas Steffen | 2009-05-11 | 1 | -4/+4 | |
| | ||||||
* | hand out a IPv4 virtual address if %any6 is requested | Martin Willi | 2009-05-11 | 1 | -2/+3 | |
| | ||||||
* | fixed configuration payload type as responder | Martin Willi | 2009-05-11 | 1 | -1/+1 | |
| |