summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Replace sed by xmlstarlet to make config.xml changesRenato Botelho2016-02-262-6/+14
|
* Merge pull request #2688 from NOYB/Don't_Leave_Ancestor(s)_SelectedStephen Beaver2016-02-261-1/+3
|\
| * Don't Leave Ancestor(s) SelectedNOYB2016-02-261-1/+3
| |
* | Remove callsto updateWidget since widget status is now saved explicitly via ↵Stephen Beaver2016-02-261-8/+0
|/ | | | the save icon in hte breadcrumbbar.
* Fix OpenVPN ifconfig. Ticket #5930Chris Buechler2016-02-261-1/+1
|
* Show correct direction for in statesChris Buechler2016-02-251-1/+1
|
* Remove unnecessary includes. Remove an always true if().Luiz Otavio O Souza2016-02-251-5/+1
| | | | No functional changes.
* Makes interface_bring_down() remove all the CARP and IP aliases from interface.Luiz Otavio O Souza2016-02-251-13/+32
| | | | Ticket #5913
* Fixes the PPP interface list. List all physical interfaces + VLANs and not ↵Luiz Otavio O Souza2016-02-251-12/+13
| | | | | | the assigned ports. Ticket #5925
* It is not necessary check for CARP interfaces.Luiz Otavio O Souza2016-02-251-1/+0
|
* Hide additional bootp options when it's disabled, fixes #5914Renato Botelho2016-02-251-2/+7
|
* Fix indentRenato Botelho2016-02-251-10/+10
|
* Remove old rc.dhclient_cron that hasn't been used in many yearsChris Buechler2016-02-242-52/+1
|
* Add a space between the gateway name and IPChris Buechler2016-02-241-1/+1
|
* Move the DHCPv6 apply action into a function. Capture the apply and save ↵jim-p2016-02-241-34/+40
| | | | actions separately and only perform the required task. Fixes #5910
* Do not offer the "CA" type when creating a certificate. CAs should only be ↵jim-p2016-02-241-1/+0
| | | | made on the CAs tab. Fixes #5924
* Fix a typo.Luiz Otavio O Souza2016-02-241-1/+1
|
* Add the upgrade code for OpenBGPd and Quagga OSPF packages.Luiz Otavio O Souza2016-02-243-2/+56
| | | | Ticket #5884
* Correct ALTQ interface test for ix interfaces, fixes #5923jim-p2016-02-241-1/+1
|
* Use DATESTRING for hidden pkg directory, this make -r work againRenato Botelho2016-02-241-1/+1
|
* 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 builder setup with signed repoRenato Botelho2016-02-241-0/+4
|
* 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
* | Merge pull request #2685 from NOYB/Deletes_Even_if_Say_CancelStephen Beaver2016-02-241-0/+6
|\ \
| * | 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.
* | | | Merge pull request #2684 from ↵Stephen Beaver2016-02-231-2/+31
|\ \ \ \ | |/ / / |/| | | | | | | NOYB/Firewall_/_Rules_-_Copy/Edit_-_Interface_Change_-_Separators_Update
| * | | 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-19108-931/+1466
| |\ \ \
| * \ \ \ 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
| |\ \ \ \ \
OpenPOWER on IntegriCloud