Change test after IPsec apply to check for any value >= 0. If a user has hostnames vpn_ipsec_configure() now returns the number of hostnames, so the previous test failed and the "apply changes" button would never go away.
Remove none per Jim since it is confusing
Allow not setting group authentication
Remove accidental copy/pasto
Allow other system authentication types to be used with ipsec. LDAP/RADIUS/local acc
Standardize hypenation and capitalization of Pre-Shared Key
Add option to separately specify the split dns domain list for IPsec mobile clients.
Activate new shortcuts/status in the rest of the areas that are currently setup.
Correct whitespace and some problems in the just merged ldap auth sorce for racoon
Check for null Array and move option system to top
Improved ipsec ldap xauth
More sanity checking
Ipsec xAuth patch
Fix typo
Fix XSS issues
Add contributed patch to allow certain IPsec mobile clients to save Xauth passwords. Fixes #933.
Implement gettext() calls on vpn_ipsec_mobile.php
Remove Logs tab from OpenVPN, as it is no longer needed.
Add status/log icons to IPsec pages.
More tab fixes.
Rework includes/require. This saves about 4 megabytes.Simplify get_memory(). Tested on mips/i386
add links to IPsec logs under IPsec status and other pages
Include functions.inc which will then include ipsec.inc
Migrate IPsec certificate management to centralized system.
Cleanup ipsec interfaces a bit and make sure they are displayed in tabs for consistency.
Use additional tables to improve the formatting of several IPsec checkboxconfiguration options.
Rewrite the pfsense privilege system with the following goals in mind ...
1) Redefine page privileges to not use static urls2) Accurate generation of privilege definitions from source3) Merging the user and group privileges into a single set4) Allow any privilege to be added to users or groups w/ inheritance...
Fix a but in the IPsec Mobile Client screen that caused the 'Apply' bannerto be displayed unconditionally when IPsec support is globally disabled.
Correct a the spelling of accessible in the IPsec mobile access page.
Fix a few bugs in the IPsec pages HTML output that were causing problemswith IE.
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...
Switch over to array style page titles. Obtained-from: m0n0wall
Fixing css layout
Sync NATT support from m0n0wall
RIP confusing Failover IPSEC tab. We now allow CARP interfaces per VPN
Remove #!/usr/local/bin/php
Move failver vpn settings to ipsec area in a tab
Suggested-by: hoba
Last of the bottom round fixesTurn top rounding back on now that those are all fixed
Use $pgtitle
Consolidate Apply changes button into the info box on the right hand side
include head.inc and round corners on tabs
Set page title
Don't use an array for page titles.
Switch back to pfSense style
Add back header
Import m0n0wall ipsec cert code
Add $Id$ tag
Initial revision