aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* do not send messages of type TNC_VENDORID_ANY or subtye TNC_SUBTYPE_ANYAndreas Steffen2011-04-281-0/+12
|
* Typo fixed.Tobias Brunner2011-04-281-1/+1
|
* log unsupported IMC_IMV message typesAndreas Steffen2011-04-282-0/+12
|
* list registered TNCCS message typesAndreas Steffen2011-04-282-2/+39
|
* IKEv2 was only partially the default for connections with auto=route and ↵Tobias Brunner2011-04-271-2/+2
| | | | | | | | auto=start. Connections with auto=route and auto=start that did not have keyexchange=ikev2 explicitly specified did get added to charon, but did not get routed or started by charon.
* Fixed two typos in kernel-pfroute plugin.Tobias Brunner2011-04-261-2/+2
|
* fixed loop error in parsing of OCSP basic responsesAndreas Steffen2011-04-262-2/+2
|
* Migrated eap_sim_file to INIT/METHOD macrosAndreas Steffen2011-04-223-60/+60
|
* fixed segmentation fault due to null pointerAndreas Steffen2011-04-222-2/+2
|
* debug type is EAP_TLSAndreas Steffen2011-04-211-4/+4
|
* do not include length field in non-fragmented EAP-PEAP packetsAndreas Steffen2011-04-218-21/+81
|
* Win 7 accepts compressed EAP Identity requestAndreas Steffen2011-04-211-8/+2
|
* added level 3 debug output of forwarded EAP payloadsAndreas Steffen2011-04-211-1/+6
|
* Resolve and connect to RADIUS servers not before requiredMartin Willi2011-04-217-56/+94
|
* Revert alloc_str changesMartin Willi2011-04-2117-123/+49
| | | | | | This reverts commit fdead26ffe1da8501a6ff5e0639a6f44c723e763. This reverts commit 3e2419ebe32de72d824864eb2e0e677a7c197af1. This reverts commit 17ce69b47a1efd6234960cf7d1f50712aee61db5.
* If key not found, strdup default value, tooMartin Willi2011-04-211-6/+2
|
* Use thread save settings alloc_str function where appropriateMartin Willi2011-04-2115-48/+90
|
* Added a thread save, allocating settings get_str variant called alloc_strMartin Willi2011-04-212-1/+39
|
* Be a little more liberal in checking maximum payload countMartin Willi2011-04-201-12/+22
|
* Accept IKE_SA_INIT responses without CERTIFICATE_REQUESTsMartin Willi2011-04-201-1/+1
|
* Cast size_t len arguments to %.*s to intMartin Willi2011-04-205-21/+23
|
* Remove superfluous test for peer_cfg on established IKE_SAsMartin Willi2011-04-201-1/+1
|
* Added charon.replay window to strongswan.conf.5Martin Willi2011-04-201-2/+5
|
* Updated ipsec.conf.5 with new ESN optionsMartin Willi2011-04-201-2/+10
|
* Add NEWS for ESN/custom replay window supportMartin Willi2011-04-201-0/+11
|
* Synchronize ESN support in HA pluginMartin Willi2011-04-204-0/+13
|
* Add NO_EXT_SEQ_NUMBER to proposal only if it has not been specified in stringMartin Willi2011-04-201-4/+10
|
* Added proposal keywords for ESN supportMartin Willi2011-04-205-18/+20
|
* Install ESN SAs if such a proposal has been negotiatedMartin Willi2011-04-201-1/+4
|
* Copy ESN enabled replay state during update_sa, if supportedMartin Willi2011-04-201-48/+77
|
* Add ESN support to kernel netlink plugin, including custom replay windowsMartin Willi2011-04-201-3/+47
|
* Added an esn parameter to the kernel interface add_sa functionsMartin Willi2011-04-209-15/+17
|
* Updated copy of linux/xfrm.h to 2.6.39, featuring ESN supportMartin Willi2011-04-201-0/+13
|
* Use strncpy when reading smartcard keyids from ipsec.secrets.Tobias Brunner2011-04-191-1/+1
|
* pluto: Replaced some strcpy usages with strncpy.Tobias Brunner2011-04-192-8/+8
|
* openac: --out is a mandatory argument.Tobias Brunner2011-04-191-2/+3
|
* openac: Fixed potential overflow while reading passphrase.Tobias Brunner2011-04-191-1/+1
|
* openac: Make sure path is null-terminated.Tobias Brunner2011-04-191-2/+3
|
* pluto: Make sure connection name is null-terminated during DPD restart.Tobias Brunner2011-04-191-4/+5
|
* starter: Make sure interface name is null-terminated.Tobias Brunner2011-04-191-0/+1
|
* Use proper return value for ietf_attr_t.compare.Tobias Brunner2011-04-191-1/+1
|
* scepclient: Proper handling of multiple received certificates.Tobias Brunner2011-04-191-1/+1
|
* pool: Proper cleanup in error cases when adding addresses from a file.Tobias Brunner2011-04-191-0/+6
|
* pool: Proper handling of address family when adding addresses.Tobias Brunner2011-04-191-2/+6
|
* Added missing return in iterator_t.insert_before of linked_list_t.Tobias Brunner2011-04-191-0/+1
|
* pluto: Clarified parsing of long durations.Tobias Brunner2011-04-191-1/+1
|
* Clearly mark switch cases that fall through.Tobias Brunner2011-04-194-0/+4
|
* Added missing break statement.Tobias Brunner2011-04-191-0/+1
|
* pluto: Avoid potential null-pointer dereference when checking CRLs.Tobias Brunner2011-04-191-1/+2
|
* pluto: Added missing PF_KEY debug messages.Tobias Brunner2011-04-191-21/+23
| | | | | libfreeswan does not use the version of the PF_KEY header file provided in src/include/linux so this list is not exactly up to date.