summaryrefslogtreecommitdiffstats
path: root/usr/local
Commit message (Collapse)AuthorAgeFilesLines
* Don't include link-locals as unbound interface candidatesJean Cyr2014-12-041-2/+2
| | | | Unbound does not presently support link-local interfaces.
* Provide friendly descr in error message in Interfaces AssignPhil Davis2014-12-041-1/+1
| | | | I was doing drastic things testing some stuff, swapping WAN and OPT1 interfaces in Interfaces->Assign. I accidentally pressed Save when I had the same real device selected for both. Thankfully there was input validation! But I noticed that the error message reported just the names WAN and OPT1, but actual I had them named as different things. So the names in the error message did not match the names (friendly descriptions) in the table of interfaces. This change makes it display both like FRIENDLY_DESC (FRIENDLY_NAME) so there is less room for confusion.
* Merge pull request #1363 from phil-davis/patch-3Renato Botelho2014-12-041-1/+1
|\
| * Put -4 in the right place in ntpq clockver command #4074Phil Davis2014-12-041-1/+1
| | | | | | | | I had pasted it in here between "-c" and "clockvar", that was not good. That's all I have for #4074 (I hope)
* | Use IPv4 for ntpq if IPv6 not allowed in widget #4074Phil Davis2014-12-041-2/+7
|/ | | Similar code here. Shame it was not in a subroutine called from both places, but not about to re-engineer that now:)
* Use IPv4 for ntpq if IPv6 not allowedPhil Davis2014-12-041-2/+6
| | | Forum: https://forum.pfsense.org/index.php?topic=84890.0
* Display installed pkg version even if pkg server not availablePhil Davis2014-12-031-10/+10
| | | | | | Forum: https://forum.pfsense.org/index.php?topic=84820.0 It seems reasonable to me to display the currently installed package version numbers, along with text like "Latest: N/A". and the Version box being red-filled when someone goes to System->Packages and displays the installed packages but the package server is not reachable for some reason. This code does it. What do you think?
* Merge pull request #1348 from phil-davis/patch-4Chris Buechler2014-12-022-1/+22
|\
| * Option for browser tab text orderPhil Davis2014-11-251-1/+5
| |
| * Option for browser tab text orderPhil Davis2014-11-251-0/+17
| | | | | | | | Easy thing to do - add an option for the user to select if they want the host name or page name text to display first in the browser tab. Forum: https://forum.pfsense.org/index.php?topic=84528.0
* | Try to not make useless entries in the config file for very rare used ↵Ermal LUÇI2014-12-021-34/+62
| | | | | | | | configuration values. Makes config file readble and with less size
* | validate MTU and MSS as integers, and don't allow MSS larger than pf will ↵Chris Buechler2014-11-281-4/+7
| | | | | | | | accept to avoid broken rulesets.
* | Add input validation on vpn_ipsec_settings.php. Fixes #4052.Chris Buechler2014-11-281-1/+57
| |
* | Fix input validation for DNS resolver when localhost is enabled in ↵Chris Buechler2014-11-281-3/+3
| | | | | | | | resolv.conf and "all" chosen in Network Interfaces. While here, set something other than '' when all is chosen.
* | Remove these booting settings since are uselessErmal LUÇI2014-11-281-2/+0
| |
* | Add input validation to Unbound advanced settings page. Ticket #4050Chris Buechler2014-11-281-0/+40
| |
* | Validate as integers, not just numeric, to prevent possible breakage.Chris Buechler2014-11-281-2/+2
| |
* | Add option to disable auto-added access-control entries for users who want ↵Chris Buechler2014-11-271-1/+14
| | | | | | | | to manually manage ACLs. Ticket #4023
* | Unset any previous datErmal LUÇI2014-11-271-0/+1
| |
* | Use the pfsense module functions rather than execing. Fixes also possible ↵Ermal LUÇI2014-11-271-6/+6
| | | | | | | | attack vectors.
* | Use the pfsense module functions rather than execing. Fixes also possible ↵Ermal LUÇI2014-11-271-0/+7
| | | | | | | | attack vectors.
* | convert_real_interface_to_friendly_interface_name() goes and checks the ↵Ermal LUÇI2014-11-261-1/+1
| | | | | | | | parent and this gives wrong information 99.9 percent of the time on scenarios like when this is called for unassigned vlans etc, while its real purpose is just to check if the interface is assigned and return the intermeddiate/config name of the interface. Leave the get_parent_option there in the function but it needs to be asked specifically for.
* | Fix JavaScript confirmation dialog for EasyRule.jim-p2014-11-261-2/+2
| |
* | Remove a blank row in the tab display during firmware updateErmal LUÇI2014-11-261-1/+1
| |
* | Reorder the inclusion of headers so that globals.inc comes firstErmal LUÇI2014-11-261-1/+1
| |
* | Send the gateway name to this function. Fixes #4047Chris Buechler2014-11-251-1/+1
| |
* | If localhost is configured to be included in resolv.conf, force its ↵Chris Buechler2014-11-251-0/+2
| | | | | | | | selection in Unbound. The resolv.conf logic prevents that from being a problem, but people don't seem to realize they have to pick that to use Unbound for the host itself. Force it here rather than just silently skipping its inclusion in resolv.conf.
* | fix text here, variables came back empty and aren't all that useful here anyway.Chris Buechler2014-11-251-4/+4
| |
* | only show aggressive/main mode for IKEv1Chris Buechler2014-11-251-1/+4
| |
* | Unset the aggressive mode settings for not IKEv1 settingsErmal LUÇI2014-11-251-1/+4
| |
* | fix IPsec widget status display after recent changes broke it. Ticket #4045Chris Buechler2014-11-251-10/+15
| |
* | Show Mtu on status interfaces.Ermal LUÇI2014-11-251-1/+8
| |
* | Ticket #2786 there is an issue with ↵Ermal LUÇI2014-11-251-1/+1
|/ | | | convert_real_interface_to_friendly_interface which might return not expected data as in the situation checked for vlan case her ein the validation. Avoid for this case here the issue to allow properly setting mtu on vlans with not assigned parent.
* fix up textChris Buechler2014-11-241-1/+1
|
* Make this note more accurate.jim-p2014-11-241-1/+1
|
* Fixes #4039 remove the toggle from IPSec settings since its not anymore useful.Ermal LUÇI2014-11-241-19/+0
|
* Fixes #4037Ermal LUÇI2014-11-241-0/+19
| | | | | | Revert "Do not let the user mess with SAs from this page. The daemon and primary status page handles tat" This reverts commit bb55330aca91eb556df4ab7a21fe42d1d7899f8e.
* Fixes #4015. Hide Negotiation mode when in IKEv2 since it is not required.Ermal LUÇI2014-11-241-2/+12
|
* Removing extra closing bracketSunStroke742014-11-241-1/+1
|
* Don't unset these items for PPP configurations as they're not configured ↵Chris Buechler2014-11-221-2/+2
| | | | here and doing so loses settings configured in interfaces_ppps_edit.php. Ticket #3727
* Fix ovpn-linkup for tun + topology subnet case setting router as ↵Renato Botelho2014-11-221-5/+9
| | | | ifconfig_local envvaar when route_vpn_gateway and ifconfig_remote are both not defined. Keep using 5th parameter as a seatbelt in last case. While I'm here, improve sh syntax. It should fix #3968
* phone number is a required fieldChris Buechler2014-11-221-1/+1
|
* fix up textChris Buechler2014-11-228-6/+6
|
* Fix input validation of custom-type dynamic DNS hostnames.Chris Buechler2014-11-211-2/+3
|
* Properly remove IPv6 carp vips as reported from ↵Ermal LUÇI2014-11-211-2/+6
| | | | https://forum.pfsense.org/index.php?topic=84392.0
* Change wording at the end of the wizard to remove "donate" since that is no ↵jim-p2014-11-201-2/+2
| | | | longer an option
* Add a note to the wizard about the DNS Resolver ignoring manual name servers ↵jim-p2014-11-201-0/+5
| | | | by default.
* Add .inc file for gmirror status widget to give it a better title and link ↵jim-p2014-11-201-0/+4
| | | | to the management page.
* Fixes #3727 Do not unset configuration values from ppp config if not needed.Ermal LUÇI2014-11-201-12/+22
|
* Balh typosErmal LUÇI2014-11-201-2/+2
|
OpenPOWER on IntegriCloud