summaryrefslogtreecommitdiffstats
path: root/usr/local/www
Commit message (Collapse)AuthorAgeFilesLines
* Use common code and constants from services.incPhil Davis2013-02-241-3/+3
| | | to reduce code duplication
* Use common code and constants from services.incPhil Davis2013-02-241-21/+3
| | | Reduce code duplication
* Add onchange tag to checkbox tooLuiz Gustavo Costa (gugabsd)2013-02-241-1/+2
|
* Unset enable parameter instead of set its value to false. Fixes #1838Renato Botelho2013-02-221-1/+5
|
* Copy full dhcpd conf from master to slave. Fixes #2600Renato Botelho2013-02-221-1/+1
|
* Make sure we create / delete SPDs and SADs on secondary node when it changes ↵Renato Botelho2013-02-221-0/+9
| | | | on primary. Fixes #2303
* Fixes on HA setup:Renato Botelho2013-02-221-0/+1
| | | | | | | | | - Configure pfsync when configuration is changed - Disable pfsync when it's disabled on GUI - Remove syncpeer and back it to default multicast address when it's removed from conf Fixes #2491
* Don't forget zones here toojim-p2013-02-211-16/+30
|
* Include zones on voucher expire page tabs.jim-p2013-02-211-5/+5
|
* Insert new NAT rules on the top of the list when top plus icon is used. ↵Renato Botelho2013-02-212-2/+2
| | | | Fixes #1118
* Add NAT rule based on NAT rule below it instead of at the bottom of the ↵Renato Botelho2013-02-212-12/+13
| | | | list. Fixes #1118
* Do not allow bridge members to be assigned to itself. Fixes #1153Renato Botelho2013-02-211-0/+13
|
* Fix indent and whitespacesRenato Botelho2013-02-211-60/+59
|
* Allow deleting all aliases but the last one within the same subnet of a CARP ↵Renato Botelho2013-02-211-4/+15
| | | | IP. Fixes #2406
* Avoid conflicting interface IP address with static routes. Fixes #2039Renato Botelho2013-02-211-4/+23
|
* Improve error message since we can have ipv6 set hereRenato Botelho2013-02-211-1/+1
|
* Add missing check for IPv6 overlap on interfaces, it complements the change ↵Renato Botelho2013-02-211-2/+6
| | | | made for ticket #1723
* Remove unimplemented optionErmal2013-02-201-13/+0
|
* Revert "Preselect interface subnet mask for carp interfaces"Renato Botelho2013-02-201-14/+1
| | | | | | | | | | This was not a good change, it just consider ipv4, and it doesn't respect the previous selected value. Revert it now and think on a better solution later. Fixes #2829 This reverts commit d94eb904462b149998e6cb5bf260922923cbf465.
* Fix dhcp v6 config section name for console setup and check on ↵Renato Botelho2013-02-201-1/+1
| | | | interfaces.php, the correct is dhcpdv6 instead of dhcpd6. Fixes #2827
* Fix sort param to call bandwidth_by_ipRenato Botelho2013-02-201-1/+1
|
* Status Queue: Uniform units in the interface.Michele Di Maria2013-02-201-2/+2
| | | Uniform units in the interface.
* Some more code cleanupErmal2013-02-191-4/+3
|
* Put the alerts behind comments for someone wanting to debug this. The errors ↵Ermal2013-02-191-2/+4
| | | | are from CSRF though ticket #2826 should not happen and functionality is not impacted by this.
* Remove single quotes committed wronglyErmal2013-02-191-1/+1
|
* Use jQuery() as all other codeErmal2013-02-191-2/+2
|
* Use jQuery fully on traffic graph. Also remove some unused code from ↵Ermal2013-02-192-15/+12
| | | | bandwidth_by_ip
* Be explicit on the testingErmal2013-02-191-3/+7
|
* Default to using sha256 for a ca/cert digest algorithm, since sha1 is no ↵jim-p2013-02-192-0/+2
| | | | longer recommended.
* Correct some inconsistencies in keylen/csr_keylen. Should fix csr generation ↵jim-p2013-02-191-4/+7
| | | | errors mentioned on ticket #2820
* Get the correct interface subnetRenato Botelho2013-02-191-11/+3
|
* Merge pull request #426 from N0YB/Interfaces_Types_Config_Sections_Spacer_Rowrbgarga2013-02-191-3/+0
|\ | | | | Interfaces Types Config Sections Spacer Row
| * Interfaces Types Config Sections Spacer RowN0YB2013-02-181-3/+0
| | | | | | | | | | Fix spacer (last) row display inconsistency Missed one
* | Display right interface name on alias list when alias interface os CARP. ↵Renato Botelho2013-02-181-1/+7
| | | | | | | | Fixes #2824
* | Merge pull request #425 from N0YB/Interfaces_Types_Config_Sections_Spacer_Rowrbgarga2013-02-181-4/+28
|\ \ | |/ | | Interfaces Types Config Sections Spacer Row
| * Interfaces Types Config Sections Spacer RowN0YB2013-02-181-4/+28
| | | | | | | | Fix spacer (last) row display inconsistency
* | Interfaces Static IP v4 & v6 Gateway Add NewN0YB2013-02-181-12/+8
|/ | | | Fix mismatched table row tags
* Add Digest Algorithm option to the CSR screen, should fix #2820jim-p2013-02-181-0/+16
|
* Revert "Merge pull request #417 from miken32/cp-database-fix"Renato Botelho2013-02-172-16/+16
| | | | | | | It breaks customizations, it's not a good time for such big change. This reverts commit 40c7b1a98bfdc61261154adaac5fdefc234ecb08, reversing changes made to d896f86751bae79625197da6c80d709fdf185448.
* Set (src|dst)mask to 128 for single IPv6 addresses. Fixes #2451Renato Botelho2013-02-161-2/+8
|
* Only apply this test for radius servers.jim-p2013-02-161-1/+1
|
* Remove invallid option 'none' for IPSec Phase 2. Fixes #2816Renato Botelho2013-02-151-1/+0
|
* while we're here, send named termination causesMichael Newton2013-02-142-2/+2
|
* use associative array for captive portal to prevent confusion, messiness, ↵Michael Newton2013-02-142-14/+14
| | | | and abuse
* Backout Unbound for now bring back in 2.2. Fixes #2817Warren Baker2013-02-143-1130/+0
|
* Fix rrd display when captive portal is enabledRenato Botelho2013-02-141-2/+2
|
* Set global $g to use right themeRenato Botelho2013-02-141-0/+2
|
* Deal correct with bitmask for ipv6 on destination, same we did for src. If ↵Renato Botelho2013-02-131-1/+7
| | | | fixes #2451
* Two interfaces, carp, ip aliases might be on the same subnet as their ↵Ermal2013-02-132-2/+2
| | | | parent. What needs to be checked is the ip itself
* Refine the test for Ticket #2451 to check for aliases as wellErmal2013-02-131-5/+7
|
OpenPOWER on IntegriCloud