Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Properly handle situation if no resolver plugins are loaded | Tobias Brunner | 2013-04-01 | 2 | -4/+7 |
| | |||||
* | fixed capability metadata | Andreas Steffen | 2013-03-31 | 1 | -1/+2 |
| | |||||
* | fix start of wpa_supplicant | Andreas Steffen | 2013-03-31 | 3 | -6/+21 |
| | |||||
* | updated strongswan.conf man page for tn_ifmap plugin | Andreas Steffen | 2013-03-31 | 1 | -12/+12 |
| | |||||
* | renamed tnc_ifmap2 plugin to tnc_ifmap | Andreas Steffen | 2013-03-31 | 12 | -185/+185 |
| | |||||
* | removed obsoleted tnc_ifmap plugin | Andreas Steffen | 2013-03-31 | 9 | -1358/+0 |
| | |||||
* | implemented http basic authentication | Andreas Steffen | 2013-03-31 | 3 | -46/+80 |
| | |||||
* | parse IF-MAP server URI | Andreas Steffen | 2013-03-31 | 3 | -41/+105 |
| | |||||
* | implemented publish_enforcement_report and endSession methods | Andreas Steffen | 2013-03-30 | 1 | -6/+58 |
| | |||||
* | implemented publish_ike_sa method | Andreas Steffen | 2013-03-30 | 1 | -6/+252 |
| | |||||
* | ifmap message type is known | Andreas Steffen | 2013-03-30 | 3 | -12/+7 |
| | |||||
* | implemented publish_device_ip method | Andreas Steffen | 2013-03-30 | 1 | -13/+132 |
| | |||||
* | added IF-MAP SOAP error handling | Andreas Steffen | 2013-03-30 | 1 | -9/+32 |
| | |||||
* | created tnc_ifmap2_soap_msg class | Andreas Steffen | 2013-03-29 | 4 | -220/+343 |
| | |||||
* | implement NewSession and PurgePublisher messages using the libxml2 library | Andreas Steffen | 2013-03-29 | 4 | -82/+268 |
| | |||||
* | set up a new IF-MAP session | Andreas Steffen | 2013-03-29 | 10 | -0/+888 |
| | |||||
* | fixed typo | Andreas Steffen | 2013-03-27 | 1 | -1/+1 |
| | |||||
* | Fixed Doxygen comment in eap_radius plugin | Tobias Brunner | 2013-03-27 | 1 | -2/+3 |
| | |||||
* | Fix detection and use of netinet/ip6.h on FreeBSD | Tobias Brunner | 2013-03-27 | 2 | -1/+6 |
| | |||||
* | Don't set USE_ATTR_SQL when the sql plugin is enabled only | Tobias Brunner | 2013-03-27 | 1 | -1/+1 |
| | |||||
* | Make some private functions in plugins static | Tobias Brunner | 2013-03-27 | 2 | -5/+5 |
| | | | | Fixes monolithic build. | ||||
* | Use new strongSwan HA kernel patchset keeping iptables ABI | Martin Willi | 2013-03-26 | 4 | -101/+2 |
| | | | | | Allows us to install stock debian iptables without the need for patching and compiling our own. | ||||
* | Define SSHCONF from strongswan testing directory, not TESTDIR | Martin Willi | 2013-03-26 | 5 | -3/+4 |
| | | | | | This fixes the use of SSHCONF in the ssh wrapper script before ./do-tests had a chance to create the required symlinks. | ||||
* | Lazy unmount guest filesystem after building image, as it still might be busy | Martin Willi | 2013-03-26 | 1 | -1/+1 |
| | |||||
* | crypt_burn: Proper cleanup | Tobias Brunner | 2013-03-25 | 1 | -0/+2 |
| | |||||
* | crypt_burn: Fix loop condition for regular crypters | Tobias Brunner | 2013-03-25 | 1 | -1/+1 |
| | |||||
* | libpts: Cast first argument for %.*s to int | Tobias Brunner | 2013-03-25 | 1 | -1/+1 |
| | |||||
* | error-notify: Close file descriptors in case clients are still connected | Tobias Brunner | 2013-03-25 | 1 | -0/+6 |
| | |||||
* | libpttls: Destroy reader when handling errors during SASL | Tobias Brunner | 2013-03-25 | 1 | -0/+2 |
| | |||||
* | pacman: Define gen_time out of the loop | Tobias Brunner | 2013-03-25 | 1 | -1/+2 |
| | | | | It gets assigned if count==3 but only used later when count >= 7. | ||||
* | ipseckey: NULL pointer dereference fixed in error case | Tobias Brunner | 2013-03-25 | 1 | -0/+1 |
| | |||||
* | Recipes: Disable Anet unit tests | Reto Buerki | 2013-03-25 | 1 | -1/+1 |
| | | | | | | Some Anet unit tests may fail because of the network configuration on the testing host. These failures do not indicate a problem in Anet but are a result of unpredictable events. | ||||
* | Fixed some typos, courtesy of codespell | Tobias Brunner | 2013-03-25 | 5 | -6/+6 |
| | |||||
* | Added hostapd package to base image | Andreas Steffen | 2013-03-22 | 1 | -1/+1 |
| | |||||
* | Added Framed-IP-Address information to RADIUS accounting records | Andreas Steffen | 2013-03-22 | 2 | -0/+2 |
| | |||||
* | enforce singular of packets | Andreas Steffen | 2013-03-22 | 1 | -4/+6 |
| | |||||
* | asprintf(3) requires _GNU_SOURCE to be defined5.0.3rc1 | Tobias Brunner | 2013-03-22 | 1 | -0/+2 |
| | |||||
* | Added ikev2/rw-eap-framed-ip-radius scenario | Andreas Steffen | 2013-03-22 | 19 | -0/+266 |
| | |||||
* | Store debug output from standalone IMC/IMVs | Andreas Steffen | 2013-03-22 | 1 | -2/+2 |
| | |||||
* | Added ikev2/ip-two-pools-v4v6-db scenario | Andreas Steffen | 2013-03-22 | 9 | -0/+110 |
| | |||||
* | Use proper integer types when handling TLS exchanges | Tobias Brunner | 2013-03-22 | 1 | -5/+6 |
| | | | | tls_t.build takes a size_t argument not a ssize_t. | ||||
* | Check return value of asprintf(3) when converting AR identity | Tobias Brunner | 2013-03-22 | 1 | -2/+4 |
| | | | | | Using chunk_t.ptr as target was also not optimal as it resulted in a compiler warning. | ||||
* | version bump to 5.0.3rc1 | Andreas Steffen | 2013-03-22 | 1 | -1/+1 |
| | |||||
* | Switch encoding of AR Identity Value from binary to UTF-8 | Andreas Steffen | 2013-03-22 | 14 | -118/+123 |
| | |||||
* | Fixed TKM build | Reto Buerki | 2013-03-22 | 7 | -9/+17 |
| | |||||
* | Build TNC-enabled wpa_supplicant | Andreas Steffen | 2013-03-22 | 2 | -0/+74 |
| | |||||
* | activate logging before loading plugins | Andreas Steffen | 2013-03-21 | 1 | -7/+7 |
| | |||||
* | Add a load-tester option to keep allocated external address until shutdown | Martin Willi | 2013-03-21 | 2 | -1/+50 |
| | |||||
* | android: No need to disable CMS explicitly | Tobias Brunner | 2013-03-20 | 2 | -2/+0 |
| | | | | The version check introduced with 0d237763 should take care of it. | ||||
* | Allow up to 10 NAT-D payloads in IKEv1 messages | Tobias Brunner | 2013-03-20 | 1 | -1/+1 |
| |