summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #394 from bcyrill/patch-15Jim P2013-02-081-12/+13
|\ | | | | Update usr/local/www/system_certmanager.php
| * Update usr/local/www/system_certmanager.phpbcyrill2013-02-091-12/+13
| | | | | | Add space between option's value and selected attributes. Get rid of some stray closing td tags. That's it for now.
* | Merge pull request #393 from bcyrill/patch-14Jim P2013-02-081-4/+4
|\ \ | |/ |/| Update usr/local/www/system_camanager.php
| * Update usr/local/www/system_camanager.phpbcyrill2013-02-091-4/+4
|/ | | Properly close the anchor tag and fix ampersand.
* Merge pull request #392 from bcyrill/patch-13Jim P2013-02-081-1/+1
|\ | | | | Update usr/local/www/system_certmanager.php
| * Update usr/local/www/system_certmanager.phpbcyrill2013-02-091-1/+1
|/ | | Add $userid check
* Fix fallback monitor selectionjim-p2013-02-081-1/+1
|
* Revert "Require util.inc necessary for sigkillbypid()"Renato Botelho2013-02-071-2/+0
| | | | This reverts commit 1b7ec6ba16af4559e6e66cc1b378e8701a9df0b6.
* Correctly set the mtu of the interface during configuration. Since for ↵Ermal2013-02-071-9/+9
| | | | interfaces that are clonable previously the mtu was set than the interface destroy so the operation was useles. While here correct check for vlan interfaces.
* Correct mtu for track interfaces as well. Aslo cleanup some codeErmal2013-02-071-11/+15
|
* Correct function nameErmal2013-02-071-4/+4
|
* Add a line break to move this text to the next line. It was stuck after ↵jim-p2013-02-071-1/+1
| | | | another field and easy to miss.
* Require util.inc necessary for sigkillbypid()Renato Botelho2013-02-071-0/+2
|
* Don't generate a PHP error for an unfetchable XML file.jim-p2013-02-071-2/+4
|
* Fix quoting.jim-p2013-02-071-1/+1
|
* This is quoted that way because it's passed in javascript. If another better ↵jim-p2013-02-071-1/+1
| | | | way to quote it works, feel free to change it back, but test the fix first and make sure aliases still display in the firewall rule list.
* Merge pull request #391 from ExolonDX/branch_06Jim P2013-02-071-2/+2
|\ | | | | Remove escaped apostrophe
| * Remove escaped apostropheColin Fleming2013-02-071-2/+2
| |
* | Implement privilege for allowing login through CPRenato Botelho2013-02-074-6/+26
| | | | | | | | | | | | | | - The feature is optional, on by default for new zones, off for current ones when upgrading It should fix #1010
* | Indent and whitespaces changesRenato Botelho2013-02-071-20/+20
| |
* | Indent and whitespaces changesRenato Botelho2013-02-071-37/+39
| |
* | Merge pull request #390 from ExolonDX/branch_05Jim P2013-02-076-6/+6
|\ \ | | | | | | Value in attributes should be lower case
| * | Value in attributes should be lower caseColin Fleming2013-02-076-6/+6
| | | | | | | | | | | | Value in the "method" attribute should be lower case
* | | Merge pull request #387 from ExolonDX/branch_02rbgarga2013-02-075-54/+72
|\ \ \ | | | | | | | | Update HTML code in "include" files
| * | | Update HTML in "include" filesColin Fleming2013-02-065-54/+72
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Udated the DOCTYPE to make it W3C standard/compliant. Moved "sorttable.js", "ticker.js" and the "antiClickJack style" from "fbegin.inc" and place them in "head.inc" (where they belong), this may also help the Widescreen package to work. Close BR, INPUT and IMG tags properly, update IMG tags with "alt" and update TABLE tags with "summary". Updated the SCRIPT and STYLE with proper CDATA sections. Updated LINK with the correct types.
* | | Cosmetic change, s/manager/Manager/ to keep make it consistent with other ↵Renato Botelho2013-02-072-4/+4
| | | | | | | | | | | | entries
* | | Correct name of function call and use directly its return value as its ↵Ermal2013-02-071-8/+5
| | | | | | | | | | | | boolean as needed. Also correct the function to be more readble and put a note for v4 checks that might be needed
* | | Make gen_subnetv6 return a compressed form IPv6 address/net representation. ↵Ermal2013-02-074-5/+6
| | | | | | | | | | | | This removes some issues reported during Ticket #2746 and solve the issue on some cases
* | | Only include files that actually end in .inc, otherwise patching can lead to ↵jim-p2013-02-061-1/+1
| | | | | | | | | | | | errors since .inc.orig patched the old test.
* | | Merge pull request #389 from ExolonDX/branch_06Jim P2013-02-062-84/+93
|\ \ \ | | |/ | |/| Update HTML code in "include" files
| * | Update HTML code in "include" filesColin Fleming2013-02-062-84/+93
| |/ | | | | | | | | | | | | Close BR, INPUT and IMG tabs, update the IMG tags with "alt" and update the TABLE tags with "summary". Update SCRIPT with proper CDATA sections.
* | Need to rethink this againErmal2013-02-061-2/+2
| | | | | | | | | | | | Revert "Ticket #2636 Seems ipsec apart IP-IP does not have any after processing for input packets. Make the filter apropriately so the packets are passed correctly through BPF and pfil(9)" This reverts commit e0f338eb1b02d7bf4920d4682404412e98a3075c.
* | Actually let xmlrpc construct the url internally from the passed info it is ↵Ermal2013-02-061-9/+3
| | | | | | | | doing same checks
* | Revert "Correct URL creation for xmlrpc as well as some error checking"Ermal2013-02-061-34/+32
| | | | | | | | This reverts commit 9ea2463a5b982dff170d7e081b896ca79de19ad7.
* | Correct URL creation for xmlrpc as well as some error checkingErmal2013-02-061-32/+34
| |
* | Avoid possible deadlock during voucher xmlrpc sync and correct url ↵Ermal2013-02-061-10/+19
| | | | | | | | generation for xmlrpc
* | Merge pull request #385 from ExolonDX/branch_01rbgarga2013-02-0628-39/+63
|\ \ | | | | | | Update HTML boolean operator "nowrap"
| * | Update HTML boolean operator "nowrap"Colin Fleming2013-02-0628-39/+63
| |/ | | | | | | | | | | | | | | | | | | | | The HTML boolean operator "nowrap" has been deprecated to a "style" and it's "butt ugly", IMHO. So, add a new class called "nowrap" to "all.css" and "wizard.css" and start replacing "nowrap" with "class='nowrap'", if there is already a class defined then just add, "class='whatever nowrap'". Update "loader.js" and "bottom-loader.js" with proper CDATA sections.
* | Adjust RRD captive portal graphs for CP zonesRenato Botelho2013-02-067-78/+151
| | | | | | | | | | | | | | | | | | - Create RRD configs per zone - Add tabs to see graphs per zone - Migrate existing rrd files to default cpZone - While I'm here, call unset() for $rrdcreate and $rrdupdatesh Resolves #2655
* | Adjust backup settings to new captive portal zonesRenato Botelho2013-02-061-3/+8
| |
* | Fix indent and whitespacesRenato Botelho2013-02-062-21/+20
| |
* | Fix IPsec status when using interface macros (e.g. "LAN subnet") and handle ↵jim-p2013-02-061-16/+35
| | | | | | | | matching better when IPs may not match up due to IPv6 formatting/compression.
* | Merge pull request #386 from bcyrill/patch-12Jim P2013-02-061-1/+1
|\ \ | | | | | | Update etc/inc/dyndns.class
| * | Update etc/inc/dyndns.classbcyrill2013-02-061-1/+1
|/ / | | | | Resolves #2677
* | This message can be really spammy on a failure if you have multiple gateway ↵jim-p2013-02-061-1/+1
| | | | | | | | | | | | groups. Disable e-mail notification of this message for now. If the e-mail actually made it out, at least one of the gateways must still be up...
* | Merge pull request #384 from bcyrill/ifip_v6Jim P2013-02-063-12/+43
|\ \ | |/ |/| Add IPv6 support to diag_ipsec.php connect button
| * IPv6 subnet checkbcyrill2013-02-061-1/+1
| |
| * Add check_subnetsv6_overlap()bcyrill2013-02-062-4/+15
| |
| * find_virtual_ip_alias() add IPv6 supportbcyrill2013-02-061-0/+8
| |
| * Add IPv6 support to diag_ipsec.php connect buttonbcyrill2013-02-061-4/+9
| |
OpenPOWER on IntegriCloud