Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Do not disable the default-socket if it was enabled explicitly | Martin Willi | 2010-03-11 | 1 | -2/+3 | |
| | ||||||
* | Set a xy_given variable for a --enable/disable-xy option | Martin Willi | 2010-03-11 | 1 | -4/+8 | |
| | | | | | This additional variable allows a check if an option was explicitly given or implicitly set using the default. | |||||
* | Add a getter for the HTTP referer | Martin Willi | 2010-03-10 | 2 | -0/+16 | |
| | ||||||
* | fix 64bit issue with time_t from database | Andreas Steffen | 2010-03-10 | 1 | -2/+8 | |
| | ||||||
* | Adding socket-default to the plugin list in all test cases. | Tobias Brunner | 2010-03-09 | 343 | -343/+343 | |
| | ||||||
* | Provide the Diffie Hellman parameters from a central location, so that we do ↵ | Tobias Brunner | 2010-03-09 | 5 | -733/+380 | |
| | | | | | | | | not have to replicate them in every plugin that implements the DH interface. The main reason for this change is that Android's libcrypto does not include the get_rfcX_prime_Y functions by default. Therefore we would have had to replicate the primes a third time. | |||||
* | Adding the OpenSSL plugin to the Android build. | Tobias Brunner | 2010-03-08 | 3 | -2/+20 | |
| | ||||||
* | Fixing integrity tests after renaming the plugin constructors. | Tobias Brunner | 2010-03-08 | 1 | -2/+12 | |
| | ||||||
* | Adding a helper function that translates single characters in a string. | Tobias Brunner | 2010-03-08 | 3 | -19/+32 | |
| | ||||||
* | Replaced the deprecated RSA_generate_key with RSA_generate_key_ex. | Tobias Brunner | 2010-03-08 | 1 | -2/+25 | |
| | ||||||
* | Implemented the PRF_KEYED_SHA1 algorithm in the openssl plugin | Martin Willi | 2010-03-08 | 6 | -12/+208 | |
| | ||||||
* | Removed accidentally commited files from tree, ignore tarballs and patches | Martin Willi | 2010-03-08 | 3 | -542/+4 | |
| | ||||||
* | removed unwanted commits | Andreas Steffen | 2010-03-07 | 1 | -1/+1 | |
| | ||||||
* | critical keyUsage extension must be parsed | Andreas Steffen | 2010-03-07 | 4 | -1/+546 | |
| | ||||||
* | recognize strongSwan VID | Andreas Steffen | 2010-03-07 | 1 | -47/+53 | |
| | ||||||
* | set Certificate Sign and CRL Sign flags in keyUsage extension if CA is true | Andreas Steffen | 2010-03-07 | 2 | -5/+14 | |
| | ||||||
* | Make Android.mk depend on configure.in, so it gets rebuilt if the version ↵ | Tobias Brunner | 2010-03-05 | 1 | -1/+1 | |
| | | | | number got changed. | |||||
* | parser.l includes y.tab.h, so it must be built first | Tobias Brunner | 2010-03-05 | 1 | -1/+1 | |
| | ||||||
* | Ignore the generated y.output. | Tobias Brunner | 2010-03-05 | 2 | -351/+1 | |
| | ||||||
* | Do not hardcode the path to the strongSwan sources. | Tobias Brunner | 2010-03-05 | 2 | -4/+5 | |
| | ||||||
* | Ignore the generated Android.mk | Tobias Brunner | 2010-03-05 | 1 | -0/+1 | |
| | ||||||
* | Generate the main Android.mk, so the version number is not hardcoded. | Tobias Brunner | 2010-03-05 | 2 | -2/+9 | |
| | | | | | We include the generated file in the distribution, so users won't have run configure if they are building for Android. | |||||
* | Build libstrongswan before building any plugins during the non-monolithic ↵ | Tobias Brunner | 2010-03-05 | 1 | -0/+4 | |
| | | | | build (as it was before). | |||||
* | scepclient still depends on libfreeswan | Martin Willi | 2010-03-05 | 1 | -1/+1 | |
| | ||||||
* | Remove the invalid cast in time() parameter, as reported by Marius Tomaschewski. | Martin Willi | 2010-03-04 | 1 | -1/+1 | |
| | ||||||
* | Disabling warnings about arithmethic with void* on Android. | Tobias Brunner | 2010-03-03 | 1 | -0/+1 | |
| | ||||||
* | Fixing a bug on platforms where size_t is unsigned. | Tobias Brunner | 2010-03-03 | 1 | -12/+12 | |
| | ||||||
* | The parsed timeval is unsigned. | Tobias Brunner | 2010-03-03 | 1 | -2/+2 | |
| | ||||||
* | The return value of snprintf is int not size_t. | Tobias Brunner | 2010-03-03 | 2 | -3/+4 | |
| | ||||||
* | Add braces around empty body in if statement | Martin Willi | 2010-03-03 | 1 | -1/+1 | |
| | ||||||
* | Added charon.send/receive_delay options to simulate different RTTs | Martin Willi | 2010-03-03 | 2 | -1/+30 | |
| | ||||||
* | Migrated receiver_t to METHOD/INIT macros | Martin Willi | 2010-03-03 | 1 | -19/+16 | |
| | ||||||
* | Migrated sender_t to METHOD/INIT macros | Martin Willi | 2010-03-03 | 1 | -20/+19 | |
| | ||||||
* | Check if we are not using a vendor EAP method in EAP_IDENTITY comparison. | Martin Willi | 2010-03-03 | 1 | -1/+1 | |
| | | | | Bug reported by Ingo Kubbilun with a patch from Reinhard Pfau, secunet AG. | |||||
* | Use "static const", some GCCs don't like "const static" | Martin Willi | 2010-03-03 | 1 | -2/+2 | |
| | ||||||
* | Adding Android.mk files to build charon and libstrongswan with the Android ↵ | Tobias Brunner | 2010-03-03 | 7 | -2/+469 | |
| | | | | build system. | |||||
* | Reverting eba28948a584b9d02474cf5d256b04b8d2adbe6a which was only necessary ↵ | Tobias Brunner | 2010-03-02 | 59 | -83/+14 | |
| | | | | | | | when cross-compiling the plugins for Android 2.0. With the coming monolithic build using Android.mk files this won't be necessary anymore. | |||||
* | Streamlined the source file list formatting in plugin makefiles. | Tobias Brunner | 2010-03-02 | 56 | -139/+220 | |
| | ||||||
* | Fixing some includes by replacing <> with "". | Tobias Brunner | 2010-03-02 | 17 | -44/+38 | |
| | | | | I changed only the includes needed to fix the build on Android, which has an utils.h system header file, but we should probably change all the local includes in libstrongswan to "" and relative paths. | |||||
* | Link all enabled libstrongswan plugins into the library, link all enabled ↵ | Tobias Brunner | 2010-03-02 | 61 | -116/+536 | |
| | | | | charon plugins into libcharon. | |||||
* | Enabling the plugin loader to be able to load plugins without explicitly ↵ | Tobias Brunner | 2010-03-02 | 1 | -0/+37 | |
| | | | | loading a shared object file first. | |||||
* | Adding an option to build libstrongswan and charon monolithically. | Tobias Brunner | 2010-03-02 | 1 | -0/+6 | |
| | ||||||
* | Changed plugin constructors from plugin_create to plugin_name_plugin_create. | Tobias Brunner | 2010-03-02 | 61 | -67/+92 | |
| | ||||||
* | Removing the plugin constructor declarations from the header files. | Tobias Brunner | 2010-03-02 | 59 | -295/+0 | |
| | ||||||
* | renewed Authorization Authority certificate | Andreas Steffen | 2010-02-27 | 6 | -45/+72 | |
| | ||||||
* | NEWS about the android plugin | Martin Willi | 2010-02-26 | 1 | -0/+2 | |
| | ||||||
* | NEWS about the dynamic socket implementation | Martin Willi | 2010-02-26 | 1 | -0/+9 | |
| | ||||||
* | Link libstrongswan to the new plugins, too | Martin Willi | 2010-02-26 | 3 | -0/+3 | |
| | ||||||
* | Add support for dynamic ports in load tester | Martin Willi | 2010-02-26 | 1 | -2/+18 | |
| | ||||||
* | Process ike_vendor task before ike_init, fixes support for private algs in IKE | Martin Willi | 2010-02-26 | 2 | -5/+5 | |
| |