summaryrefslogtreecommitdiffstats
path: root/usr/local/www
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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
* phone number is a required fieldChris Buechler2014-11-221-1/+1
|
* fix up textChris Buechler2014-11-222-2/+2
|
* 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
|
* When reinstalling a package try to start it after to avoid non-expectations ↵Ermal LUÇI2014-11-201-0/+2
| | | | from people
* Remove debugging code that can lead us to XSS injection, also pass variables ↵Renato Botelho2014-11-201-8/+8
| | | | through htmlspecialchars() to sanitize
* Force pkg reinstall when asked for.Ermal LUÇI2014-11-201-1/+1
|
* Display Resolver host override aliasesPhil Davis2014-11-201-0/+21
| | | | On the main unbound resolver GUI page, like they display on the dnsmasq forwarder GIU page. As per forum: https://forum.pfsense.org/index.php?topic=78356.msg462345#msg462345
* Remove var_dump from production codePhil Davis2014-11-191-1/+0
|
* Remove var_dump from production codePhil Davis2014-11-191-1/+0
|
* Ticket #3987. Strongswan support autodetection of IKE version exchange. ↵Ermal2014-11-191-3/+3
| | | | Support this by allowing an auto version in the GUI.
* Pass path parameter through htmlpecialchars()Renato Botelho2014-11-181-1/+1
|
* Define a local boolean var for showact to avoid security issues, also pass ↵Renato Botelho2014-11-181-9/+11
| | | | order parameter trough htmlspecialchars()
* Fix whitespace and indentRenato Botelho2014-11-181-23/+38
|
* Merge pull request #1341 from phil-davis/patch-6Renato Botelho2014-11-181-0/+1
|\
| * Make OpenVPN desccriptions appear in interfaces assign dropdownPhil Davis2014-11-181-0/+1
| | | | | | | | As reported in forum https://forum.pfsense.org/index.php?topic=84251.0 The fix turned out to be easy.
* | Merge pull request #1332 from phil-davis/patch-3Renato Botelho2014-11-186-15/+48
|\ \
| * | Stop FQDN in hostname fieldPhil Davis2014-11-111-2/+2
| | |
| * | Stop FQDN in hostname fieldPhil Davis2014-11-111-2/+8
| | |
| * | Stop FQDN in hostname fieldPhil Davis2014-11-111-1/+1
| | | | | | | | | using new is_unqualified_hostname function
| * | Stop FQDN in hostname fieldPhil Davis2014-11-111-1/+1
| | | | | | | | | using new is_unqualified_hostname function
OpenPOWER on IntegriCloud