aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon
Commit message (Collapse)AuthorAgeFilesLines
...
* added listener.h to charon_SOURCESAndreas Steffen2009-07-121-0/+1
|
* use the configured NM connection id as configuration/IKE_SA nameMartin Willi2009-07-101-45/+58
|
* fixed state check if establishing the CHILD_SA failsMartin Willi2009-07-101-1/+1
|
* use the new updown()/rekey() hooks to track the state of NetworkManager ↵Martin Willi2009-07-101-41/+49
| | | | connections
* implemented ike_down() bus hookMartin Willi2009-07-095-31/+103
|
* implemented ike_up() bus hookMartin Willi2009-07-093-0/+40
|
* implemented child_down() bus hookMartin Willi2009-07-091-2/+17
|
* implemented child_up() bus hookMartin Willi2009-07-097-9/+72
|
* implemented ike_rekey()/child_rekey() bus hooksMartin Willi2009-07-094-0/+92
|
* added new listener callbacks to track SAsMartin Willi2009-07-091-0/+40
|
* moved listener_t interface definition to a separate fileMartin Willi2009-07-095-108/+134
|
* added a RADIUS id_prefix option to prefix the IMSIMartin Willi2009-07-091-5/+16
|
* remove obsolete child_cfg_t.equal_traffic_selectors() methodMartin Willi2009-07-072-42/+0
|
* child_cfg matching code prefers a config containing the first proposed TSMartin Willi2009-07-071-21/+47
|
* added unit test for identification_t.matches()Martin Willi2009-07-062-0/+54
|
* added unit test for identification_t.equals()Martin Willi2009-07-062-0/+88
|
* added unit test for identification_t.contains_wildcard()Martin Willi2009-07-062-0/+41
|
* listen for CHILD_SA state changes only until it has been installedMartin Willi2009-07-031-3/+5
|
* added -avoid-version to LDFLAGS, plugins are not versionedMartin Willi2009-07-0324-24/+24
|
* defer MOBIKE update if we have no route to the peerMartin Willi2009-07-022-0/+42
|
* do not abort notifying listeners if a listener unregistersMartin Willi2009-07-021-6/+0
|
* signal tunnel breakage to NetworkManagerMartin Willi2009-06-301-6/+28
|
* restarting dbus is insufficient, restart network-manager after installationMartin Willi2009-06-301-4/+4
|
* deinit() library if integrity check failsMartin Willi2009-06-221-0/+1
|
* build and verify on disk file integrity of pluto and charon executablesMartin Willi2009-06-221-0/+9
|
* removed obsolete INTEGRITY_TEST and fips signer codeMartin Willi2009-06-222-22/+0
| | | | --enable-integrity-test now conditionally builds libchecksum
* library initialization fails if libstrongswan checksum is invalidMartin Willi2009-06-221-1/+4
|
* fixed another 64bit compiler warningMartin Willi2009-06-191-2/+2
|
* reverted rule_count back to size_t, as it is passed as pointer (fixes 64bit ↵Martin Willi2009-06-192-7/+8
| | | | issues)
* double check that parsing a list consumes all bytesMartin Willi2009-06-171-0/+6
|
* use signed lengths in parser and generatorMartin Willi2009-06-172-18/+18
|
* 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
|