summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Fix the rc.carpmaster and rc.carpbackup scripts.Luiz Otavio O Souza2016-02-242-46/+32
| | | | Now, they look for main CARP IP and IP aliases running on supplied vhid.
* Remove unnecessary code. CARP isn't a interface anymore, radvd cannot run on ↵Luiz Otavio O Souza2016-02-241-16/+0
| | | | CARP IPs.
* Make link_interface_to_vips() also return the IP aliases on the specified vhid.Luiz Otavio O Souza2016-02-241-1/+2
|
* Fix indentRenato Botelho2016-02-241-115/+115
|
* Use high level functionsRenato Botelho2016-02-242-8/+8
|
* Use high level functionsRenato Botelho2016-02-241-9/+9
|
* Check the end of range to make sure it's inside subnet tooRenato Botelho2016-02-241-1/+2
|
* Use high level functionsRenato Botelho2016-02-241-4/+10
|
* Simplify logic and use high level functionsRenato Botelho2016-02-241-10/+4
|
* Merge pull request #2409 from stilez/patch-13Renato Botelho2016-02-241-8/+5
|\
| * EOL spacesstilez2016-01-141-5/+5
| |
| * remove leading spacestilez2016-01-131-1/+1
| |
| * redmine 5702 - switch to high level IPv4 functions instead of low level ↵stilez2016-01-121-8/+5
| | | | | | | | ip2long32() etc
* | Deletes Even if Say Cancel - Fixes 5907NOYB2016-02-241-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Touch Action CSS Bootstrap is applying this to the .btn class. But that doesn't cover everything for us nor does it make possible to double tap firewall rules (table rows & cells) to edit. "W3C added a new value for touch-action to the pointer events specification: manipulation." https://w3c.github.io/pointerevents/#the-touch-action-css-property Background: What Exactly Is..... The 300ms Click Delay - November 21, 2013 http://www.telerik.com/blogs/what-exactly-is.....-the-300ms-click-delay "From a practical point of view, touch-action determines whether you can pinch to zoom or double tap to zoom after touching the targeted element. Therefore this is perfect for solving our 300ms click delay."
* | Merge pull request #2681 from ↵Stephen Beaver2016-02-231-12/+19
|\ \ | | | | | | | | | NOYB/Status_/_System_Logs_-_Manage_Log_Form_Submission_Access
| * | Status / System Logs - Manage Log Form Submission AccessNOYB2016-02-221-12/+19
| | | | | | | | | | | | If the user does not have access to status logs settings page, then don't accept a manage log form submission.
* | | Print help text when passed as "description" for a select_source.Luiz Otavio O Souza2016-02-231-3/+4
| | |
* | | Merge pull request #2682 from NewEraCracker/array-initialization-fixStephen Beaver2016-02-232-3/+3
|\ \ \
| * | | Initialize variables correctlyNewEraCracker2016-02-222-3/+3
| | | | | | | | | | | | | | | | 1) gmirror.inc: there are two calls to exec(), those calls expect the 2nd parameter to be an array, this commit initializes the variables correctly. 2) system.php: variable dnslist is used as an array without prior type initialization. This is one of the causes for apparent PR #2680 problems (which led to its reversal). Note: After this commit is merged PR #2680 may be safely reapplied for more tough code.
* | | | Firewall / Rules - Copy/Edit - Interface Change - Separators UpdateNOYB2016-02-231-2/+31
|/ / / | | | | | | | | | Correct separators update position when changing interface during a copy or edit.
* | | Revert PR 2680Stephen Beaver2016-02-221-3/+2
| | |
* | | Merge branch 'master' of github.com:dennypage/pfsenseRenato Botelho2016-02-225-12/+99
|\ \ \ | |/ / |/| | | | | | | | | | | | | | * 'master' of github.com:dennypage/pfsense: Add stddev information to the quality graphs. Update config version to trigger upgrade of rrd files Add standard deviation to quality rrd files
| * | Merge branch 'master' of https://github.com/pfsense/pfsenseDenny Page2016-02-193-14/+30
| |\ \
| * | | Add stddev information to the quality graphs.Denny Page2016-02-191-8/+17
| | | |
| * | | Merge branch 'master' of https://github.com/pfsense/pfsenseDenny Page2016-02-19106-925/+1459
| |\ \ \
| * \ \ \ Merge branch 'master' of https://github.com/pfsense/pfsenseDenny Page2016-02-141-1/+1
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' of https://github.com/pfsense/pfsenseDenny Page2016-02-1458-196/+291
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' of https://github.com/pfsense/pfsenseDenny Page2016-02-14148-714/+696
| |\ \ \ \ \ \
| * | | | | | | Update config version to trigger upgrade of rrd filesDenny Page2016-02-131-1/+1
| | | | | | | |
| * | | | | | | Add standard deviation to quality rrd filesDenny Page2016-02-122-2/+80
| | | | | | | |
* | | | | | | | Fixes the handling of MTU with VLANs and PPPoE.Luiz Otavio O Souza2016-02-211-101/+69
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ticket #5857
* | | | | | | | Makes get_real_interface() work with VLAN too.Luiz Otavio O Souza2016-02-211-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This makes get_parent_interface() safe to use with VLANs.
* | | | | | | | Properly check the parent's MTU when changing a VLAN MTU.Luiz Otavio O Souza2016-02-211-6/+8
| | | | | | | |
* | | | | | | | Fixes the editing of PPP entries.Luiz Otavio O Souza2016-02-211-56/+65
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes the PHP warnings, hide/unhide of selected interface(s) fields, improve the MTU check.
* | | | | | | | If exist, print the friendly interface name next to device name.Luiz Otavio O Souza2016-02-213-1/+15
| | | | | | | |
* | | | | | | | Fixed #5914Stephen Beaver2016-02-211-6/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | COntrol panels via jQuery for more control
* | | | | | | | Merge pull request #2678 from TheUbuntuGuy/masterStephen Beaver2016-02-211-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix regression on general setup page preventing save with blank DNS serversMark Furneaux2016-02-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Introduced in f700dc9
* | | | | | | | | Merge pull request #2670 from ↵Stephen Beaver2016-02-211-2/+2
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | NOYB/HTML_Compliance_-_Diagnostics_/_Configuration_History
| * | | | | | | | | HTML Compliance - Diagnostics / Configuration HistoryNOYB2016-02-191-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | End tag form seen, but there were open elements. Unclosed element div. Swap places between closing div and form tag.
* | | | | | | | | | Merge pull request #2680 from phil-davis/patch-1Stephen Beaver2016-02-211-1/+3
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fix #5916 Do not complain about duplicated blank DNS server entriesPhil Davis2016-02-211-1/+3
| | |/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | Reported by redmine https://redmine.pfsense.org/issues/5916
* | | | | | | | | | Write_Config Function Notes UpdateNOYB2016-02-211-0/+1
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Add write_config_only input arg to write_config function notes.
* | | | | | | | | Merge pull request #2677 from NOYB/Title_Bar_Shortcuts_PrivilegesStephen Beaver2016-02-201-4/+4
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Title Bar Shortcuts PrivilegesNOYB2016-02-201-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Only display title bar shortcuts the user has privileges for. Confusing and inconvenient being sent to the home page when clicking on those. Then have to browse back to where you were.
* | | | | | | | | | Merge pull request #2676 from ↵Stephen Beaver2016-02-201-1/+1
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | NOYB/Status_/_System_Logs_-_Manage_Logs_Panel_Error
| * | | | | | | | | | Status / System Logs - Manage Logs Panel ErrorNOYB2016-02-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change test to use the correct variable. Otherwise it will never be true and form will not be kept open when there is input error.
* | | | | | | | | | | Status / System Logs - Manage Logs Panel AccessNOYB2016-02-202-2/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If the user does not have access to status logs settings page, then exclude the manage log panel from the page.
* | | | | | | | | | | Don't allow an IP to be configured multiple times as a DNS server. Ticket #5915Chris Buechler2016-02-201-0/+5
| |/ / / / / / / / / |/| | | | | | | | |
* | | | | | | | | | Skip configuring dhcpdv6 when the interface doesn't have a valid subnet ↵Chris Buechler2016-02-201-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (like track6 where PD hasn't been obtained). Ticket #3029
OpenPOWER on IntegriCloud