summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/firewall_virtual_ip_edit.php
Commit message (Collapse)AuthorAgeFilesLines
* Fix style issues.Chris Buechler2016-02-091-4/+7
|
* Review of CARP uniqid changes.Luiz Otavio O Souza2016-02-091-34/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Internationalization of remaining firewall_*.phpPhil Davis2016-01-201-3/+3
|
* Allow /31 to be used for CARP IPs. Ticket #5533Chris Buechler2016-01-151-1/+1
|
* Allow thee use of multiple infoblock on a pageStephen Beaver2016-01-111-1/+1
|
* Change the automatic information block to look for <div class="infoblock" ↵Stephen Beaver2016-01-071-1/+1
| | | | | | instrad of <div id="infoblock" Just makes more sense to use a class for this
* Adjust more calls to print_info_box with unquoted stringsNewEraCracker2016-01-071-1/+1
|
* Final updates in support of hidden passwordsStephen Beaver2015-12-291-0/+2
|
* FInished password hiding logic by ensuring $_POST['password'] != DMYPWD ↵Stephen Beaver2015-12-281-1/+4
| | | | before updating
* Added new addPassword method and password == password_confirm validation ↵Stephen Beaver2015-12-281-1/+7
| | | | where required.
* Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever ↵Renato Botelho2015-12-151-4/+0
| | | | was the reason they were added, it was never finished and it's not being used
* Coe style firewall *Phil Davis2015-12-141-23/+27
|
* Type up SCRIPT tagsColin Fleming2015-11-291-1/+1
|
* Fix the uniqid corruption and the IP conflict when editing an existent CARP ↵Luiz Otavio O Souza2015-11-261-6/+6
| | | | IP. Ticket #4858
* 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-4/+1
|
* Correction per Phil DavisStephen Beaver2015-11-061-1/+1
|
* First batch of copyright updatesStephen Beaver2015-11-051-2/+4
|
* Delete confirmation vi fa-trash automated via pfSense.jsStephen Beaver2015-11-051-3/+5
|
* Ticket #5204 a clean up pass of the jquery sectionsJared Dillard2015-09-241-1/+4
|
* Fixed #5151Stephen Beaver2015-09-161-41/+43
| | | | JS revised to allow subnet bits on CARP and IP Alias
* fix textChris Buechler2015-09-151-1/+1
|
* Fixed #5015Stephen Beaver2015-09-081-3/+2
| | | | subnet mask not depends on type selector (single/network) only
* Ticket #5060 Revert "Deleted orig fileq"Chris Buechler2015-09-011-0/+561
| | | | This reverts commit ca5445db5457ec754debdaa84c37beeeaa49aa17.
* Revert "Fixed 5060"Chris Buechler2015-09-011-544/+0
| | | | This reverts commit 75734ca6916542f8748ccaee59cbbb529444cc8f.
* Fixed 5060Stephen Beaver2015-09-011-0/+544
| | | | | firewall_virtual_ip_edit.php restored to teh repo No idea why/how it was removed
* Deleted orig fileqStephen Beaver2015-08-261-561/+0
|
* Fix incorrect variable references for CARP VIPs. Fixes #5016jim-p2015-08-261-2/+2
|
* Merge branch 'master' into bootstrapRenato Botelho2015-08-261-308/+297
|
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+572
OpenPOWER on IntegriCloud