aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* store detected improper OS settings in databaseAndreas Steffen2012-11-304-20/+29
|
* Store load-tester address leases in a hashtable for fast removalMartin Willi2012-11-291-24/+81
|
* Consolidated %any(6) host_t parsingMartin Willi2012-11-292-12/+14
|
* Remove numeric conversion from resolver, it is done directly in host_tMartin Willi2012-11-291-32/+0
|
* host_create_from_dns() tries a numeric conversion before asking resolverMartin Willi2012-11-291-1/+5
|
* Add a host_t constructor from string, but with a specific familyMartin Willi2012-11-292-35/+48
|
* Don't wait while removing external IPs used for load testingMartin Willi2012-11-298-11/+18
|
* Install virtual IPs via interface name, and use an interface lookup where ↵Martin Willi2012-11-299-55/+49
| | | | required
* load-tester can dynamically install a dedicated external IP for each IKE_SAMartin Willi2012-11-295-15/+220
| | | | | | | For consistency, the local/remote parameters have been replaced by the initiator/responder options. As initiator, the initiator option can be overriden by an addrs section taking key/value pairs with address pools to use on a specific interface.
* Add an optional kernel-interface parameter to install IPs with a custom prefixMartin Willi2012-11-298-23/+31
|
* Add a delay option to load-tester socketMartin Willi2012-11-292-7/+11
|
* Indicate message retransmissions while initiating load-test batchesMartin Willi2012-11-291-0/+26
|
* Add alerts for sent/received message retransmissions and timeoutMartin Willi2012-11-293-0/+14
|
* Initiate each load-testing connection with a fresh peer configMartin Willi2012-11-291-19/+23
|
* Initiate IKE_SAs trigger over load-tester socket in parallelMartin Willi2012-11-291-9/+145
|
* Add a simple load-tester utility to initiate over control socketMartin Willi2012-11-293-0/+108
|
* Add a load-tester control socket to manually trigger initiationMartin Willi2012-11-294-1/+271
|
* Lookip plugin additionally reports the IKE_SA unique identifierMartin Willi2012-11-295-10/+21
|
* allow update of file hashesAndreas Steffen2012-11-281-10/+32
|
* removed unused header includeAndreas Steffen2012-11-281-2/+1
|
* differentiate attestation reason stringsAndreas Steffen2012-11-284-24/+96
|
* store collected device information in databaseAndreas Steffen2012-11-286-8/+107
|
* Fixed encoding of TLS extensions (elliptic_curves and signature_algorithms)Tobias Brunner2012-11-282-0/+2
|
* store unique device_id in databaseAndreas Steffen2012-11-2711-22/+151
|
* completed Polish language versionEwa Steffen2012-11-231-2/+14
|
* cosmeticsAndreas Steffen2012-11-231-2/+2
|
* implemented output of item lists in remediation instructionsAndreas Steffen2012-11-235-87/+162
|
* refactored reason string and remediation instructions frameworkAndreas Steffen2012-11-2315-374/+766
|
* Do not send 0.0.0.0/0 traffic selectors as Split-Include Unity attributesMartin Willi2012-11-221-2/+6
| | | | It seems that iOS devices don't like them.
* allow the optional sharing if RSA private keysAndreas Steffen2012-11-224-107/+222
|
* New Android release after adding shortcuts and confirmation dialogTobias Brunner2012-11-211-2/+2
| | | | Also fixed some Android 4.2 specific issues.
* android: Don't allow any backup for nowTobias Brunner2012-11-211-1/+2
|
* android: Properly handle exceptions when loading keys/certificatesTobias Brunner2012-11-211-3/+3
|
* android: Use the same tag string for all dialogs in MainActivityTobias Brunner2012-11-211-6/+5
|
* android: Hide previous dialogs when handling a new connection attemptTobias Brunner2012-11-211-0/+22
|
* android: Show confirmation dialog when starting a profile while already ↵Tobias Brunner2012-11-214-9/+127
| | | | connected
* android: Add the ability to create shortcuts to specific VPN profilesTobias Brunner2012-11-216-0/+93
|
* android: Start a specific VPN profile based on special IntentsTobias Brunner2012-11-215-1/+56
|
* android: Attribute added to display the list of VPN profiles in read-only modeTobias Brunner2012-11-212-4/+49
|
* Fixed two bugs in logging MSK during EAP-SIM/AKATobias Brunner2012-11-211-1/+1
| | | | msk is already a pointer to a chunk_t and it was actually not set yet.
* android: Show an error if VPN fails due to lock down mode in Android 4.2Tobias Brunner2012-11-194-1/+14
|
* android: Add error message as argument to "VPN not supported" dialogTobias Brunner2012-11-191-2/+15
|
* android: Content providers are not exported by default in Android 4.2Tobias Brunner2012-11-191-1/+2
|
* android: Set target SDK to 17 (Android 4.2)Tobias Brunner2012-11-191-1/+1
|
* android: Private key bug has been fixed with Android 4.2Tobias Brunner2012-11-191-1/+1
|
* overwrite sensitive prime with zeroesAndreas Steffen2012-11-181-1/+1
|
* strndup() requires string.h header fileAndreas Steffen2012-11-187-1/+14
|
* implemented generation of safe primesAndreas Steffen2012-11-184-20/+60
|
* generate reason strings and remediation instructions for improper OS settingsAndreas Steffen2012-11-183-61/+198
|
* precautionary measuresAndreas Steffen2012-11-172-2/+2
|