aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon
Commit message (Collapse)AuthorAgeFilesLines
...
* fixed copy/paste error in attribute type parsingMartin Willi2009-06-171-1/+0
|
* use rwlock instead of a mutex in trap_manager, avoids possible deadlockMartin Willi2009-06-161-18/+18
|
* load trap_manager before plugins, allowing them to install trapsMartin Willi2009-06-161-1/+1
|
* reset IKE_SA on bus after checkout/checkin of replacement SAMartin Willi2009-06-161-2/+4
|
* instanciate first registered kernel interface immediatelyMartin Willi2009-06-163-74/+78
|
* extended RSA tests by encrypt/decrypt operationsMartin Willi2009-06-151-1/+19
|
* consistent display of strongSwan versionAndreas Steffen2009-06-132-2/+2
|
* removed crypto tests form unit tester, all gone to test-vector pluginMartin Willi2009-06-125-759/+0
|
* removed pluto test vectors, --disable-self-test optionMartin Willi2009-06-111-4/+0
|
* moved publickey speed test to a standalone programMartin Willi2009-06-103-1055/+1
| | | | This reverts commit 08874d6ae29745de264f269b15afbbf6cd5acaad.
* moved Diffie-Hellman speed test to a standalone programMartin Willi2009-06-103-109/+0
| | | | This reverts commit 1e6050bfaeadd66e921b3cd8d2128e4235ee6a29.
* properly shut down and unref nm mainloop, fixes crash at shutdownMartin Willi2009-06-091-3/+5
|
* remove stale pidfile if no such process foundMartin Willi2009-06-091-13/+44
|
* fix inclusion of private_key_t in nm pluginMartin Willi2009-06-091-0/+1
|
* implemented a speed test for diffie-hellmanMartin Willi2009-06-093-0/+109
|
* implemented a speed test for public key algorithmsMartin Willi2009-06-093-1/+1055
|
* updated medcli/medsrv plugins to use new auth_cfg API, fixes compilationMartin Willi2009-06-052-8/+48
|
* added missing identification.h includeMartin Willi2009-06-041-0/+1
|
* apply is_anyaddr fix from socket also to socket-rawMartin Willi2009-06-031-1/+1
|
* added a charon.install_virtual_ip option to disable IP installation for testingMartin Willi2009-06-021-3/+19
|
* hide credentials headers in credential_factory.hAndreas Steffen2009-05-281-0/+1
|
* show strongSwan version in statusallMartin Willi2009-05-261-1/+1
|
* resolve clone naming conflict with uclibcAndreas Steffen2009-05-251-2/+2
|
* suppress Routed Connections caption if list is emptyAndreas Steffen2009-05-241-4/+9
|
* Portably check for IPSEC_* constants (defined in ipsec.h).Tobias Brunner2009-05-201-3/+3
| | | | The problem is that FreeBSD defines them as #defines whereas Linux defines them as enums.
* include TSi/TSr of triggering packet in acquireMartin Willi2009-05-2011-21/+57
|
* properly terminate EAP authentication if EAP method failsMartin Willi2009-05-201-1/+5
|
* fixed dumping of integers in generatorMartin Willi2009-05-201-3/+3
|
* same format as IKEv1Andreas Steffen2009-05-192-3/+3
|
* added Debian specific packaging files to NM appletMartin Willi2009-05-197-0/+88
|
* new NM applet release 1.1.1Martin Willi2009-05-192-1/+6
|
* fixed compiler warningsMartin Willi2009-05-191-4/+1
|
* replaced deprecated g_strcasecmp()Martin Willi2009-05-191-10/+4
|
* updated build system to newer autotool/gnome conventionsMartin Willi2009-05-197-67/+75
|
* moved definition of proposal_token from proposal.c to proposal_keywords.hAndreas Steffen2009-05-191-7/+0
|
* do not write to unaligned memory in MSCHAPv2Martin Willi2009-05-181-4/+12
|
* cleanup of generator codeMartin Willi2009-05-182-217/+187
|
* removed unused 64-bit integer parsing ruleMartin Willi2009-05-184-66/+0
|
* do not access unaligned words/half-words directlyMartin Willi2009-05-181-11/+15
|
* cleaned up parser codeMartin Willi2009-05-181-199/+173
|
* removed trailing spaces/tabsMartin Willi2009-05-181-63/+64
|
* typoTobias Brunner2009-05-181-1/+1
|
* moved very stroke specific x509 flag handling out of core libraryMartin Willi2009-05-181-6/+35
|
* another lease identity to be single-quotedAndreas Steffen2009-05-161-1/+1
|
* moved IKEv2 proposals and transforms to libstrongswanAndreas Steffen2009-05-155-171/+5
|
* If the NM gateway certificate has the CA constraint set, we use the gateway ↵Martin Willi2009-05-152-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_textMartin Willi2009-05-151-18/+25
|
* implemented save_secrets hook to avoid crashMartin Willi2009-05-151-0/+9
|
* added .gitignore files to NM appletMartin Willi2009-05-153-0/+13
|
* documented the idea behind the current implementation of the schedulerTobias Brunner2009-05-152-5/+52
|