Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Use a more POSIXy tls_socket interface with more flexibility. | Martin Willi | 2013-01-15 | 2 | -81/+165 | |
| | | | | | | | | | | | | | | | If an unsufficient read buffer is provided, application data gets cached for subsequent read() calls. | |||||
| * | | Add a chunk_from_str() initializer that does not include 0-terminator | Martin Willi | 2013-01-15 | 1 | -0/+5 | |
| | | | ||||||
* | | | Remove leading zeros in SCEP certificate serialNumbers | Martin Willi | 2013-02-14 | 1 | -13/+19 | |
| | | | ||||||
* | | | Fix 'stroke loglevel any' | Tobias Brunner | 2013-02-13 | 1 | -4/+11 | |
| | | | | | | | | | | | | | | | | | | | | | Before b46a5cd4 this worked if debug_t was unsigned. In that case -1, as returned by enum_from_name(), would result in a large positive number. So any unknown debug group (including 'any') had the same effect that was only intended for 'any'. | |||||
* | | | treat EAP identities as user IDs | Andreas Steffen | 2013-02-12 | 1 | -3/+3 | |
| | | | ||||||
* | | | make TNC client authentication type available to IMVs | Andreas Steffen | 2013-02-12 | 10 | -27/+215 | |
| | | | ||||||
* | | | determine underlying IF-T transport protocol | Andreas Steffen | 2013-02-12 | 13 | -65/+231 | |
| | | | ||||||
* | | | make AR identities available to IMVs via IF-IMV 1.4 draft | Andreas Steffen | 2013-02-11 | 14 | -0/+645 | |
| | | | ||||||
* | | | Make IKE/EAP IDs available to TNC server/client | Andreas Steffen | 2013-02-11 | 10 | -28/+92 | |
| | | | ||||||
* | | | Don't use a time_t variable with fscanf when parsing uptime | Tobias Brunner | 2013-02-08 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Because "%u" is used as format string in the fscanf call that parses the uptime and because the length of time_t varies on different platforms and architectures the value was not written properly if time_t was longer than an unsigned int and depending on how the target variable was aligned on the stack. Since there is no conversion specifier to properly parse a time_t value we use the appropriate integer type instead. | |||||
* | | | Allow more than one CERTREQ payload for IKEv2 | Tobias Brunner | 2013-02-08 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | There is no reason not to do so (RFC 5996 explicitly mentions multiple CERTREQ payloads) and some implementations seem to use the same behavior as had to be used with IKEv1 (i.e. each CA in its own CERTREQ payload). | |||||
* | | | Add a --httptimeout option to scepclient | Martin Willi | 2013-02-08 | 3 | -7/+22 | |
| | | | ||||||
* | | | Use CURL_TIMEOUT and not CURL_CONNECTTIMEOUT for FETCHER_TIMEOUT in curl | Martin Willi | 2013-02-08 | 1 | -5/+12 | |
| | | | | | | | | | | | | | | | This allows us to use this timeout beyond DNS resolution. For the initial connect, we use a hardcoded timeout of 10s for now. | |||||
* | | | time is a time_t pointer | Andreas Steffen | 2013-02-04 | 1 | -1/+1 | |
| | | | ||||||
* | | | improved control when an attribute request is sent | Andreas Steffen | 2013-02-03 | 3 | -2/+54 | |
| | | | ||||||
* | | | print PEN value 0xfffffe as Unassigned | Andreas Steffen | 2013-02-03 | 2 | -15/+17 | |
| | | | ||||||
* | | | send an error attribute if vendor ID or type of received attribute is reserved | Andreas Steffen | 2013-02-03 | 1 | -0/+12 | |
| | | | ||||||
* | | | openssl: Properly honor OPENSSL_NO_* defines | Tobias Brunner | 2013-01-31 | 7 | -5/+31 | |
| | | | ||||||
* | | | Fix Doxygen comment for rdrand plugin | Tobias Brunner | 2013-01-31 | 1 | -1/+1 | |
| |/ |/| | ||||||
* | | Don't use pointer to a union member in host_create_from_string_and_family() | Tobias Brunner | 2013-01-25 | 1 | -5/+4 | |
| | | ||||||
* | | Properly check MSB in openssl plugin's PKCS#7 implementation | Tobias Brunner | 2013-01-24 | 1 | -1/+1 | |
| | | ||||||
* | | Use proper buffer sizes for parse_smartcard() | Tobias Brunner | 2013-01-24 | 1 | -7/+10 | |
| | | ||||||
* | | Cast first argument for %.*s to int | Tobias Brunner | 2013-01-24 | 5 | -18/+18 | |
| | | ||||||
* | | Removed unused command name when printing usage info for lookip | Tobias Brunner | 2013-01-24 | 1 | -1/+1 | |
| | | ||||||
* | | Removed unused argument | Tobias Brunner | 2013-01-24 | 1 | -1/+1 | |
| | | ||||||
* | | Properly read data from stream in pki --pkcs7 | Tobias Brunner | 2013-01-24 | 1 | -6/+9 | |
| | | ||||||
* | | Properly destroy mem_cred object on pki --pkcs7 --help | Tobias Brunner | 2013-01-24 | 1 | -0/+1 | |
| | | ||||||
* | | Try to determine OS type if name and version are configured | Tobias Brunner | 2013-01-24 | 1 | -0/+2 | |
| | | ||||||
* | | Add missing va_end() call | Tobias Brunner | 2013-01-24 | 1 | -1/+2 | |
| | | ||||||
* | | g_thread_init() is deprecated since Glib 2.23 | Tobias Brunner | 2013-01-24 | 2 | -0/+6 | |
| | | ||||||
* | | Fix check-in of IKE_SA when IKE_SA_INIT fails and hash table is enabled | Tobias Brunner | 2013-01-24 | 1 | -2/+13 | |
| | | | | | | | | | | | | | | Setting the responder SPI to 0 can only be done while generating the response, otherwise we'd fail to check in the IKE_SA again in case the hash table is enabled. That's because we use the responder SPI as hash value since 5.0.0. | |||||
* | | Return SS_RC_INITIALIZATION_FAILED if pid file exists | Adrian-Ken Rueegsegger | 2013-01-23 | 1 | -1/+0 | |
| | | | | | | | | | | | | Let charon return SS_RC_INITIALIZATION_FAILED if an existing pid file is found. Starter only terminates itself if the result code of the daemon is a valid SS_RC_* value. | |||||
* | | Avoid a deadlock when installing a trap policy failed | Tobias Brunner | 2013-01-23 | 1 | -1/+5 | |
| | | ||||||
* | | Encode IETF Numeric Version Service Pack Version with two byte words | Martin Willi | 2013-01-22 | 1 | -3/+2 | |
| | | ||||||
* | | starter: Add --attach-gdb option to usage text | Adrian-Ken Rueegsegger | 2013-01-22 | 1 | -1/+2 | |
| | | ||||||
* | | Fix IKE SA inherit API doc | Adrian-Ken Rueegsegger | 2013-01-22 | 1 | -2/+1 | |
| | | ||||||
* | | Filter TS list for Split-Includes before printing them to debug log | Martin Willi | 2013-01-21 | 1 | -10/+34 | |
| | | ||||||
* | | Add the ability to use a named pool for conftest configs | Tobias Brunner | 2013-01-21 | 2 | -4/+10 | |
|/ | ||||||
* | Reseed rdrand after every 128bit sample only | Martin Willi | 2013-01-15 | 1 | -2/+2 | |
| | ||||||
* | android: Properly escape apostrophes in Ukrainian translation5.0.2dr4 | Tobias Brunner | 2013-01-14 | 1 | -8/+8 | |
| | ||||||
* | android: Implement kernel_net_t.get_interface via JNI | Tobias Brunner | 2013-01-14 | 4 | -6/+92 | |
| | | | | | | This is now required to properly accept/install a virtual IP address. Fixes #275. | |||||
* | android: Moved chunk_from_byte_array and byte_array_from_chunk helper functions | Tobias Brunner | 2013-01-14 | 2 | -24/+32 | |
| | ||||||
* | android: Set OPENSSL_NO_CMS in Android.mk as it is not set in opensslconf.h ↵ | Tobias Brunner | 2013-01-14 | 1 | -0/+1 | |
| | | | | on Android | |||||
* | Properly send IKEv1 packets if no ike_cfg is known yet | Tobias Brunner | 2013-01-14 | 1 | -2/+5 | |
| | | | | This applies for error notifies. | |||||
* | Don't handle right=%any6 as "loose" identity, but as %any | Martin Willi | 2013-01-14 | 1 | -2/+1 | |
| | ||||||
* | Respect given address family when resolving "%any" | Martin Willi | 2013-01-14 | 1 | -1/+5 | |
| | ||||||
* | Android.mk of libstrongswan updated | Tobias Brunner | 2013-01-14 | 1 | -2/+2 | |
| | ||||||
* | Merge branch 'ikev1-fragmentation' | Tobias Brunner | 2013-01-12 | 34 | -59/+859 | |
|\ | | | | | | | | | | | | | This adds support for the proprietary IKEv1 fragmentation extension. Conflicts: NEWS | |||||
| * | Added an option to configure the maximum size of a fragment | Tobias Brunner | 2013-01-12 | 1 | -3/+10 | |
| | | ||||||
| * | Properly detect fragmentation capabilities | Tobias Brunner | 2013-01-12 | 1 | -3/+27 | |
| | | | | | | | | Cisco sends 0xc0000000 so we check that part of the VID separately. |