summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/vpn_ipsec_phase1.php
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #6401Stephen Beaver2016-05-251-4/+4
| | | | (cherry picked from commit fe68a6a2b28c897cb3a8f8fda452c25f649556f1)
* Handle mode correctly with Auto IKE. Ticket #6360Chris Buechler2016-05-251-1/+1
|
* Fix tab highlighting when editing mobile IPsec P1. Fixes #6341jim-p2016-05-101-4/+2
|
* VPN Menu - PunctuationNOYB2016-04-251-1/+1
| | | | | | Clean up some VPN menu punctuation. (cherry picked from commit be4cebbf13b28cbcce289e96fb22f0355c945be8)
* VPN / IPsec - Remove PersonalizationsNOYB2016-04-041-6/+6
| | | | | | Remove "you" personalizations. (cherry picked from commit dbe87243ffef17cc41f7fe3bc5fa02ed1372059d)
* Add support for splitting ipsec.conf conn entries for IKEv2. Ticket #4704Chris Buechler2016-02-181-0/+19
|
* Synchronize page titles with tab titles; Rename few titles in order to be ↵k-paulius2016-02-131-2/+2
| | | | more consistent.
* FreeBSD doesn't yet support TFC, comment out until it does. Ticket #4688Chris Buechler2016-02-121-11/+16
|
* Merge pull request #2616 from k-paulius/captionsStephen Beaver2016-02-111-2/+2
|\
| * Convert section titles to title casek-paulius2016-02-101-2/+2
| |
* | clarify help text. Ticket #5880Chris Buechler2016-02-111-1/+1
| |
* | Add support for IPsec TFC. Ticket #4688Chris Buechler2016-02-111-1/+49
| |
* | use is_numericint rather than is_numeric for input validation here.Chris Buechler2016-02-111-4/+4
| |
* | Fix IKE version "auto". Ticket #5880Chris Buechler2016-02-111-2/+2
|/
* Fix style issues.Chris Buechler2016-02-091-1/+2
|
* Review of CARP uniqid changes.Luiz Otavio O Souza2016-02-091-10/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It turns out that current CARP implementation is not much different from an IP alias. This commit converts the IP alias to also use the CARP uniqid scheme, this simplify the code in all other places because now we have only two different cases to deal with: - A friendly interface name (lan, wan, opt1, etc.); - A Virtual IP - VIP alias (_vip{$uniqid}) - CARP or IP Alias. The parent of a CARP is always a friendly interface. The parent of an IP alias can be a friendly interface or a CARP (this is the only case of recursion of a VIP). This commit removes a few cases where CARP were still considered a interface (the old CARP implementation), fixes all the wrong cases of strpos() being used to detect a VIP address (wont work as it returns '0' which fails when tested as 'TRUE'), review the usage of CARP and IP alias as services bind addresses, fixes general issues of adding and editing VIP addresses. The following subsystems were affected by this changes: - IPSEC; - OpenVPN; - dnsmasq; - NTP; - gateways and gateway groups; - IPv6 RA; - GRE interfaces; - CARP status; - Referrer authentication. Fixes (and/or revisit) the following tickets: - Ticket #3257 - Ticket #3716 - Ticket #4450 - Ticket #4858 - Ticket #5441 - Ticket #5442 - Ticket #5500 - Ticket #5783 - Ticket #5844
* add call 'gettext' function in the vpn menu filesbruno2016-01-221-1/+1
|
* Fixed #5789Stephen Beaver2016-01-211-4/+4
|
* HTML Compliance - VPN / IPsec / Tunnel / Edit Phase 1NOYB2016-01-151-0/+1
| | | | | | End tag div seen, but there were open elements. Unclosed element form. <form action="vpn_ipsec_phase1.php" method="post" name="iform" id="iform">
* Code style v wPhil Davis2015-12-171-25/+40
|
* Standardize VPN IPsec breadcrumbsPhil Davis2015-12-071-4/+6
|
* Calling all of these "Page" in the privilege name is redundant since they ↵jim-p2015-11-251-1/+1
| | | | are all pages and the "WebCfg" prefix implies they are pages.
* Added use of class autoloading (GUI stuff only)Doug Wollison2015-11-231-2/+0
| | | | | Any GUI script that loads the guiconfig.inc file will have access to the autoloader.
* Copyright and license cleanupRenato Botelho2015-11-091-2/+2
| | | | | | - Remove personal copyright from people who assigned it to employer (ESF) - Remove $Id$ - Remove extra spaces
* EOL whitespace and header consistency for wwwPhil Davis2015-11-091-3/+3
|
* Copyright updates Batch 2 of 3Stephen Beaver2015-11-061-3/+4
|
* Don't allow IPsec mobile clients user auth source to not be a RADIUS server ifMatt Smith2015-11-031-7/+9
| | | | | the phase1 auth method is EAP-RADIUS. Properly handle selection of multiple RADIUS servers when using EAP-RADIUS. Fixes #5219.
* Limit the auth methods where "My Certificate Authority" is displayed/saved forMatt Smith2015-10-201-4/+12
| | | | mobile clients. Fixes #5323.
* Validate that the Mobile Client settings have a valid RADIUS server selectedMatt Smith2015-10-191-0/+11
| | | | | as the source for user authentication when EAP-RADIUS is selected as the phase 1 authentication method for mobile IPsec. Fixes #5219.
* Don't enforce the use of only IPv4 or IPv6 when using IKEv2 since it works ↵jim-p2015-10-071-1/+1
| | | | fine with IKEv2
* Addresses #5159 by removing hide/show/disable/enable functions to included fileStephen Beaver2015-10-011-42/+0
|
* Cert fields should be used for EAP-RADIUS as well.jim-p2015-09-301-0/+1
|
* Fix detection of mobile IPsec P1 when editing.jim-p2015-09-301-1/+1
|
* Ticket #5204 a clean up pass of the jquery sectionsJared Dillard2015-09-241-3/+3
|
* Ticket #5182 add hide functionalityJared Dillard2015-09-221-0/+4
|
* fix code stylingJared Dillard2015-09-031-2/+3
|
* move error message to top of pageJared Dillard2015-09-031-6/+4
|
* Merge pull request #1853 from PiBa-NL/bootstrap_fix1jim-p2015-09-021-1/+1
|\
| * bootstrap, use require_once for classes/Form.class.phpPiBa-NL2015-08-311-1/+1
| |
* | Fixed # 4969Stephen Beaver2015-09-011-39/+66
|/ | | | | Added conditional to input Updated copyright
* Merge branch 'master' into bootstrapRenato Botelho2015-08-261-567/+560
|
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+1092
OpenPOWER on IntegriCloud