Ticket #1116: anonymous sainfo may be used only for single phase2 ipsec VPN's
Add IPSec 'ipalias' VIP support. Ticket #1041
Remove trailing carriage return
Bring back IPsec PSK Tab/Edit. Part of ticket #108. Still needs backend code to use the resulting keys.
Ticket #430. Give a none option to allow for roadwarriors configs.
Revert "Turn off xauth by default. Ticket #108"
This reverts commit 7998c3f280370991beca62c6a99ae6dd6051228a.
Turn off xauth by default. Ticket #108
Add pfSense_BUILDER_BINARIES: and pfSense_MODULE: additions
Modify IPsec code to allow for transport mode. All existing configurations aremarked as tunnel for backwards compatibility. There are problems with the spdread code which Will likely choke on transport entries. We can fix this later.
fix display of ipsec tunnel status when using DNS entries for the endpoints
Correctly return phase2 status for tunnels with hostnames
Rework most of the OpenVPN support. The interfaces have been updated tonot use the pkg system and the configuration has been migrated to anopenvpn prefix. The centralized user and certificate manager is now usedto support the openvpn configurations. Most of the files removed in this...
Remove the vpn_endpoint_determine function. It did not work properly whenCARP devices were in use. Use the newer ipsec_get_phase1_src instead.
Introduce a new and improved version of IPsec mobile client support. Themobile client tab is now used to configure user authentication (Xauth) andclient configuration (mode-cfg) options. User authentication is currentlylimited to system password file entries. This will be extended to support...
Overhaul IPsec related code. Shared functions have been consolidated intoa new file named /etc/ipsec.inc. Tunnel definitions have been split intophase1 and phase2. This allows any number of phase2 definitions to becreated for a single phase1 definition. Several facets of configuration...