summaryrefslogtreecommitdiffstats
path: root/src/usr/local
Commit message (Collapse)AuthorAgeFilesLines
* Convert section titles to title casek-paulius2016-02-101-4/+4
|
* Convert section titles to title casek-paulius2016-02-1030-44/+44
|
* Change NAT '1 to 1' spelling to '1:1', since latter is used everywhere elsek-paulius2016-02-102-3/+3
|
* Convert section titles to title casek-paulius2016-02-1056-95/+95
|
* Only show VIPs on the correct interface. Ticket #5844Chris Buechler2016-02-101-3/+6
|
* Merge pull request #2614 from dennypage/masterStephen Beaver2016-02-101-1/+0
|\
| * Remove unused CDEF from quality graphDenny Page2016-02-101-1/+0
| |
* | Merge pull request #2612 from NewEraCracker/php-cleanupStephen Beaver2016-02-1017-60/+6
|\ \
| * | Remove executable bit of .inc found in wwwNewEraCracker2016-02-102-0/+0
| | |
| * | Clean up another closing tag followed by openingNewEraCracker2016-02-101-2/+1
| | |
| * | Clean up dead code at pkg.phpNewEraCracker2016-02-101-10/+0
| | | | | | | | | | | | See c24bb3fc80baef04d7b500e18d69c2ada2abdb76 for where this 'if' block was emptied
| * | CleanupNewEraCracker2016-02-1013-48/+5
| | | | | | | | | | | | Remove closing tag followed by opening tag. Change short_open_tag to full tag and put small instructions on same line.
* | | Merge pull request #2611 from NOYB/Firewall_/_Rules_-_Page_Efficiency_UpgradeStephen Beaver2016-02-101-0/+2
|\ \ \
| * | | Add a comment about the floating rules copy/dup "hack" so the purpose will ↵NOYB2016-02-091-0/+2
| | | | | | | | | | | | | | | | remain evident in the future.
* | | | Fix description disappering when editing admin userNewEraCracker2016-02-101-2/+5
| | | |
* | | | Default "State filter" to open, it's too often used to annoy users by having ↵Chris Buechler2016-02-101-1/+1
| |_|/ |/| | | | | | | | to expand it over and over.
* | | Make RRD lists global, validate graph name using whitelist of known values ↵jim-p2016-02-102-47/+39
| |/ |/| | | | | rather than blacklist of characters, beef up validation and escaping of related values while here. Fixes #5874 for 2.3
* | Show user the URL causing the error. Ticket #5848Chris Buechler2016-02-101-1/+1
| |
* | Remove process_alias_unzip, which never worked because of variable typo (at ↵Chris Buechler2016-02-101-2/+0
| | | | | | | | a minimum) and wasn't documented as an available feature so people don't expect to be able to use it.
* | Set same as max_input_varsChris Buechler2016-02-091-1/+1
|/
* Don't try to process URL alias if the download fails. Ticket #5848Chris Buechler2016-02-091-1/+3
|
* Further revision to service hiding systemStephen Beaver2016-02-091-9/+11
|
* Fix style issues.Chris Buechler2016-02-097-16/+28
|
* Revised hidingStephen Beaver2016-02-091-2/+2
|
* Revised service hidingStephen Beaver2016-02-091-3/+5
|
* Fixed #5867Stephen Beaver2016-02-091-7/+10
|
* Review of CARP uniqid changes.Luiz Otavio O Souza2016-02-0910-167/+139
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Merge pull request #2600 from NOYB/Firewall_/_Rules_-_Page_Efficiency_UpgradeStephen Beaver2016-02-094-60/+57
|\
| * A hack for floating rules copy/dup so that separators get moved.NOYB2016-02-091-2/+8
| | | | | | | | The interface var $if is set to the interface set in the float rule.
| * Make display separators function generic and move to filter.inc.NOYB2016-02-082-38/+6
| |
| * A little tweak for code consistency. No functional change.NOYB2016-02-081-1/+1
| |
| * Bring NAT separators into the fold.NOYB2016-02-081-21/+25
| | | | | | | | Also add config empty test to upgrade script.
| * Firewall / Rules - Page Efficiency UpgradeNOYB2016-02-083-38/+57
| | | | | | | | | | | | | | | | | | | | | | | | 1) Only load the rules of the selected interface instead of loading all the rules of all interfaces and hiding them. Very inefficient and can result in sluggishness. Especially with large number of rules and/or large alias tables. 1.1) Rule separators indexed to their position within their interface so they work with only loading the selected interface rules. 2) Supports consecutive separators. 3) Fixes #5559 - horizontal scrollbar when no rules to display (all hidden). No longer hiding rules. 4) Corrects case where a single rule defined on any interface would prevent the alert messages from being displayed on all interfaces.
* | Merge pull request #2576 from ↵Stephen Beaver2016-02-091-2/+4
|\ \ | | | | | | | | | NOYB/HTML_Compliance_-_VPN_/_IPsec_/_Tunnel_-_Edit_Phase_II
| * | Suppress unused id attributes.NOYB2016-02-081-4/+4
| | |
| * | Add subtle note about unique ID attributes of loop created elements.NOYB2016-02-011-0/+2
| | |
| * | HTML Compliance - VPN / IPsec / Tunnel - Edit Phase IINOYB2016-01-301-2/+2
| | | | | | | | | | | | | | | Duplicate ID ealgos[]. Duplicate ID halgos[].
* | | Merge pull request #2602 from phil-davis/patch-2Stephen Beaver2016-02-091-5/+25
|\ \ \
| * | | Redmine #4647 default DHCP server tab to a interface with DHCP enabledPhil Davis2016-02-081-5/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This has also annoyed me, where WAN has a static IP. Every time I go to Services->DHCP I then have to click the LAN tab. With this change it will look for a "reasonable" tab to go to: 1) The first interface that has DHCP enabled and functional. 2) Otherwise, if LAN is a candidate then choose it (this helps if setting up something when WAN and LAN both have a static IPv4 and there is no DHCP server enabled yet - it will take the user to the LAN tab. That seems sensible, avoiding someone who is not watching accidentally enabling DHCP on WAN) 3) In the unusual case that neither (1) or (2) finds something, then use the original code.
* | | | Merge pull request #2609 from NewEraCracker/bgcolor-removalStephen Beaver2016-02-093-3/+3
|\ \ \ \
| * | | | Remove bgcolor attribute and use style instead.NewEraCracker2016-02-093-3/+3
| | | | | | | | | | | | | | | | | | | | See 24fac9b4b803938d403aab6645a3be028f2531d7 for similar change.
* | | | | Added "Quick" icon to legendStephen Beaver2016-02-091-0/+1
| | | | |
* | | | | Typo in icon colorStephen Beaver2016-02-091-1/+1
| | | | |
* | | | | Fixed #5860Stephen Beaver2016-02-091-1/+5
| | | | |
* | | | | Fixed #5858Stephen Beaver2016-02-091-0/+14
|/ / / / | | | | | | | | | | | | Adds an incrementing suffix to service names when there are duplicates
* | | | Cleanup some text in wireless options and fix a description.jim-p2016-02-091-14/+14
| | | |
* | | | Merge pull request #2608 from ↵Stephen Beaver2016-02-091-4/+8
|\ \ \ \ | | | | | | | | | | | | | | | NOYB/HTML_Compliance_-_Diagnostics_/_Backup/Restore
| * | | | HTML Compliance - Diagnostics / Backup/RestoreNOYB2016-02-081-4/+8
| | |_|/ | |/| | | | | | | | | | | | | | Duplicate ID Submit. Suppressing unused ID Submit attributes.
* | | | Merge pull request #2605 from phil-davis/patch-1Stephen Beaver2016-02-091-3/+3
|\ \ \ \
| * | | | Use IEC MiB units on dashboardPhil Davis2016-02-091-3/+3
| | |/ / | |/| | | | | | | | | | | | | | | | | | 1) physmem calculation is already in MiB 2) swapinfo -m actually reports in MiB - good 3) The code that gathers the disk space data already uses "df -h" which reports in IEC units, but the output just has the single char "M", "G" etc. We can always add "iB" here. As it happens all these numbers are already in powers of 1024 - it just needs the "iB" to be explicitly shown.
OpenPOWER on IntegriCloud