Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Install dev headers only if --with-dev-headers= option is set | Martin Willi | 2012-07-11 | 5 | -3/+15 | |
| | ||||||
* | Install libtls development headers | Martin Willi | 2012-07-11 | 1 | -12/+9 | |
| | ||||||
* | Install libfast development headers | Martin Willi | 2012-07-11 | 1 | -2/+7 | |
| | ||||||
* | Define CONFIG_H_INCLUDED in Android build | Martin Willi | 2012-07-11 | 1 | -0/+1 | |
| | ||||||
* | Check if config.h passed correctly via gcc -include | Martin Willi | 2012-07-11 | 2 | -0/+5 | |
| | ||||||
* | Install libstrongswan development headers | Martin Willi | 2012-07-11 | 2 | -81/+56 | |
| | ||||||
* | Use and install a config.h AC_CONFIG_HEADER that contains all AC_DEFINE results | Martin Willi | 2012-07-11 | 5 | -0/+13 | |
| | ||||||
* | Added a description to all AC_DEFINE macros, as required by autoheader | Martin Willi | 2012-07-11 | 1 | -28/+46 | |
| | ||||||
* | Add safe_strerror() to leak detective whitelist | Martin Willi | 2012-07-11 | 1 | -0/+1 | |
| | | | | | | While the thread specific strerror buffer gets cleaned up for worker threads during their termination, the main thread itself, and so its strerror buffer, is still alive during leak reports. | |||||
* | Send cert request based on peers configured authentication class | Martin Willi | 2012-07-10 | 1 | -3/+30 | |
| | ||||||
* | Add an option to disable libstrongswan certificate caching | Martin Willi | 2012-07-09 | 1 | -18/+29 | |
| | ||||||
* | getpwnam_r and getgrnam_r are not supported by the Android NDK | Tobias Brunner | 2012-07-09 | 2 | -25/+70 | |
| | ||||||
* | Android.mk of libstrongswan updated | Tobias Brunner | 2012-07-09 | 1 | -0/+2 | |
| | ||||||
* | Don't send CERTREQs when initiating aggressive mode PSK | Martin Willi | 2012-07-09 | 1 | -0/+4 | |
| | ||||||
* | Fixed help text for --disable-xauth-generic plugin | Tobias Brunner | 2012-07-05 | 1 | -1/+1 | |
| | ||||||
* | Refactored heavily #ifdefd capability code to its own libstrongswan class | Martin Willi | 2012-07-04 | 16 | -233/+393 | |
| | ||||||
* | Use spin locks to update IKE_SAs in controller_t | Tobias Brunner | 2012-07-04 | 1 | -4/+38 | |
| | | | | | | This ensures the listeners don't miss any events after the SAs have been checked out in the asynchronously executed jobs. This is a matter of memory visibility and not primary a matter of exclusive access. | |||||
* | Added wrapper for POSIX spin locks | Tobias Brunner | 2012-07-04 | 3 | -0/+191 | |
| | ||||||
* | Fixed job handling in controller_t | Tobias Brunner | 2012-07-04 | 1 | -110/+128 | |
| | | | | Also IKE_SAs are now checked out in the jobs and not before. | |||||
* | Add charon-nm to .gitignore | Martin Willi | 2012-07-03 | 1 | -0/+1 | |
| | ||||||
* | Default to register_printf_specifier() if no printf hooking #defined | Martin Willi | 2012-07-03 | 1 | -0/+7 | |
| | | | | | | This allows us to build (non-./configured) external tools against libstrongswan without explicitly specifiying the most commonly used printf hooking function. | |||||
* | openssl: Ensure the thread ID is never zero | Tobias Brunner | 2012-07-03 | 1 | -1/+3 | |
| | | | | | | This might otherwise cause problems because OpenSSL tries to lock mutexes recursively if it assumes the lock is held by a different thread e.g. during FIPS initialization. | |||||
* | Accept non-"/0" subnet sizes for traffic selectors starting at 0.0.0.0 | Martin Willi | 2012-07-02 | 1 | -40/+9 | |
| | ||||||
* | Update our network-manager-strongswan/debian to what is actually used downstream | Martin Willi | 2012-07-02 | 6 | -38/+66 | |
| | ||||||
* | remove virtual IP for moon's inner interface5.0.0 | Andreas Steffen | 2012-06-29 | 3 | -3/+0 | |
| | ||||||
* | Added GPL header to AndroidConfigLocal.h | Tobias Brunner | 2012-06-29 | 1 | -0/+15 | |
| | ||||||
* | Added GPL header to scripts | Tobias Brunner | 2012-06-29 | 8 | -0/+112 | |
| | ||||||
* | Added LICENSE file to the distribution | Tobias Brunner | 2012-06-29 | 1 | -1/+1 | |
| | ||||||
* | Added OpenSSL/GPL exception to LICENSE file | Tobias Brunner | 2012-06-29 | 1 | -8/+41 | |
| | | | | Also updated other parts of the license. | |||||
* | Removed superfluous remove_hasher() call in md5 plugin | Tobias Brunner | 2012-06-29 | 1 | -2/+0 | |
| | ||||||
* | Pass "lo" as faked tundev to NM, as it now needs a valid interface since 0.9 | Martin Willi | 2012-06-29 | 1 | -3/+4 | |
| | ||||||
* | As a responder, don't start a TRANSACTION request if we expect one from the ↵ | Martin Willi | 2012-06-29 | 2 | -2/+4 | |
| | | | | initiator | |||||
* | an IKE daemon needs these plugins but a PDP doesn't | Andreas Steffen | 2012-06-29 | 1 | -1/+1 | |
| | ||||||
* | added Ubuntu 12.04 LTS i686 measurements | Andreas Steffen | 2012-06-28 | 1 | -0/+319 | |
| | ||||||
* | IMCs and IMVs might depend on X.509 certificates or trusted public keys | Andreas Steffen | 2012-06-28 | 2 | -0/+4 | |
| | ||||||
* | added ikev1/virtual-ip scenario | Andreas Steffen | 2012-06-28 | 11 | -0/+159 | |
| | ||||||
* | corrected description of ikev1/ip-pool-db scenario | Andreas Steffen | 2012-06-28 | 1 | -1/+1 | |
| | ||||||
* | corrected description of ikev1/ip-pool scenario | Andreas Steffen | 2012-06-28 | 1 | -1/+1 | |
| | ||||||
* | added ikev1/ip-pool scenario | Andreas Steffen | 2012-06-28 | 11 | -0/+154 | |
| | ||||||
* | merged xauth-id-rsa and xauth-rsa-config scenarios | Andreas Steffen | 2012-06-28 | 28 | -182/+9 | |
| | ||||||
* | Defined a macro to replace strerror(3) with calls to thread-safe wrapper | Tobias Brunner | 2012-06-28 | 2 | -0/+7 | |
| | ||||||
* | Thread-safe wrapper around strerror(3)/strerror_r(3) added | Tobias Brunner | 2012-06-28 | 3 | -4/+93 | |
| | ||||||
* | Show some uname() info in "ipsec statusall" | Martin Willi | 2012-06-28 | 1 | -3/+10 | |
| | ||||||
* | Show some uname() info during charon startup | Martin Willi | 2012-06-28 | 1 | -1/+8 | |
| | ||||||
* | charon automatically removes virtual interfaces | Andreas Steffen | 2012-06-28 | 7 | -14/+0 | |
| | ||||||
* | libcharon also requires kernel interfaces and a socket implementation | Tobias Brunner | 2012-06-27 | 1 | -0/+3 | |
| | ||||||
* | Defer quick mode initiation if we expect a mode config request | Martin Willi | 2012-06-27 | 1 | -1/+20 | |
| | ||||||
* | Queue a mode config task as responder if we need a virtual IP | Martin Willi | 2012-06-27 | 2 | -4/+16 | |
| | ||||||
* | Add basic support for XAuth responder authentication | Martin Willi | 2012-06-27 | 2 | -8/+10 | |
| | ||||||
* | Map XAuth responder authentication methods between IKEv1 and IKEv2 | Martin Willi | 2012-06-27 | 1 | -1/+13 | |
| |