aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* added EAP PEAP and MSTLV protocolsAndreas Steffen2011-04-052-4/+24
* implemented get|set_identifier() for eap_sim_tAndreas Steffen2011-04-052-34/+56
* Migrated eap_sim plugin to INIT/METHOD macrosAndreas Steffen2011-04-052-80/+56
* implemented get|set_identifier() for eap_radius_tAndreas Steffen2011-04-051-1/+20
* store EAP identifier on peer sideAndreas Steffen2011-04-051-1/+2
* implemented get|set_identifier() for eap_aka_tAndreas Steffen2011-04-052-19/+54
* Added support for DES_ECB to af-alg, required for eap-mschapv2Martin Willi2011-04-051-0/+1
* Migrated eap_aka plugin to INIT/METHOD macrosAndreas Steffen2011-04-052-80/+57
* implemented get|set_identifier() for eap_gtc_tAndreas Steffen2011-04-051-0/+14