aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Added a get_name() function to plugin_t, create_plugin_enumerator enumerates ...Martin Willi2011-04-15107-245/+828
* Migrated remaining plugin_t implementations to INIT/METHOD macrosMartin Willi2011-04-1518-138/+193
* Migrated plugin_loader to INIT/METHOD macrosMartin Willi2011-04-151-24/+19
* Continue without client authentication if no matching certificate foundMartin Willi2011-04-141-19/+22
* Ignore TLS certificate requests as peer if peer authentication disabledMartin Willi2011-04-141-13/+14
* Send TLS Server Name Indication as peer if server identity is a FQDNMartin Willi2011-04-142-0/+18
* Fix tls_writer wrap functionsMartin Willi2011-04-141-4/+4
* pluto: Fixed check for NAT-T keepalives.Tobias Brunner2011-04-141-1/+1
* pluto: Properly initialize constants.Tobias Brunner2011-04-142-2/+7
* pluto: Avoid hiding outer parameter.Tobias Brunner2011-04-141-6/+6
* pluto: Use %zu to print values of type size_t.Tobias Brunner2011-04-141-2/+2
* Use %tx to print a value of type ptrdiff_t.Tobias Brunner2011-04-141-1/+1
* Removed superfluous parameter to printf.Tobias Brunner2011-04-141-1/+1
* Proper cleanup if IDs in ipsec.secrets cannot be parsed.Tobias Brunner2011-04-141-0/+2
* Fixed potential memory leak in host_create_any.Tobias Brunner2011-04-141-0/+1
* pluto: Fixed potential memory leak in atoaddr.Tobias Brunner2011-04-141-9/+15
* Fixed potential memory leak when processing routes from the kernel.Tobias Brunner2011-04-141-0/+1
* Do proper cleanup in error case in pki req.Tobias Brunner2011-04-141-1/+2
* Do proper cleanup in some error cases in pki signcrl.Tobias Brunner2011-04-141-2/+4
* pluto: Fixed potential memory leak when processing requested virtual IPs.Tobias Brunner2011-04-141-12/+13
* pluto: Properly free buffer in error cases in read_packet.Tobias Brunner2011-04-141-1/+4
* Neither rekey nor del can be NULL.Tobias Brunner2011-04-141-2/+2
* In scanf the maxmium length of %s does not include the null-terminator.Tobias Brunner2011-04-141-1/+1
* starter_conn_t.id is an unsigned long.Tobias Brunner2011-04-141-1/+1
* Fix compiler warnings at creation of CRL cache filenames.Tobias Brunner2011-04-142-3/+3
* Fixed output in ietf_attributes_t.get_string.Tobias Brunner2011-04-141-2/+2
* Fix "set nexthop to him when instantiating rightallowyes template with leftne...Tobias Brunner2011-04-141-1/+1
* added TLS renegotiation_info extensionAndreas Steffen2011-04-142-1/+7
* Show full blown traffic selector in log_ts hookMartin Willi2011-04-141-3/+21
* Fixed check for member of stroke_msg_t in pop_string.Tobias Brunner2011-04-131-1/+1
* pluto: Properly initialize a.continuation.Tobias Brunner2011-04-121-0/+1
* pluto: Properly initialize ta.encrypter.Tobias Brunner2011-04-121-1/+1
* pluto: Fixed off by one error when reading private keys.Tobias Brunner2011-04-121-1/+0
* Removed unused variables.Tobias Brunner2011-04-123-9/+5
* Fix compiler warning after fetcher_t.fetch signature changeMartin Willi2011-04-121-1/+2
* Use an IV size of zero for DES in ECB modeMartin Willi2011-04-082-3/+1
* Fixed debug statement if algorithm benchmarking enabledMartin Willi2011-04-081-3/+3
* fixed bit maskDuncan Salerno2011-04-071-2/+2
* define MSCHAPv2 as default phase2 algorithm for EAP-PEAPAndreas Steffen2011-04-061-1/+1
* allow multi-pass authentication schemes as e.g. MSCHAPv2Andreas Steffen2011-04-062-30/+28
* display EAP identifiers in HEX formatAndreas Steffen2011-04-063-8/+8
* no EAP identifier offset required in build() functionAndreas Steffen2011-04-061-1/+1
* added missing function pointers in eap_identity_create_server()Andreas Steffen2011-04-061-0/+2
* implemented the PEAP tunneling protocol as an EAP pluginAndreas Steffen2011-04-0612-0/+1416
* added get|set_identifier() methods to eap_tnc_tAndreas Steffen2011-04-061-0/+14
* added EAP identifier to debug outputAndreas Steffen2011-04-051-4/+5
* added get|set_identifier() methods to eap_tls_t and eap_ttls_tAndreas Steffen2011-04-052-0/+28
* added TLS_PURPOSE_EAP_PEAPAndreas Steffen2011-04-053-0/+4
* implemented get|set_identifier() for tls_eap_tAndreas Steffen2011-04-052-24/+85
* eap_packet_t definition moved to libstrongswan/eap/eap.hAndreas Steffen2011-04-051-11/+0