summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Revert "Obsolete unbound from FreeBSD base files, ticket #4020"Renato Botelho2014-11-181-10/+0
| | | | This reverts commit 8fde4ae8be00bfe7f9cfec107f6566413f41b5f7.
* Revert "Use unbound from ports, it should fix #4020"Renato Botelho2014-11-181-6/+6
| | | | This reverts commit f13df0e3f1bf45d8dab01805f757e623165c044f.
* Use unbound from ports, it should fix #4020Renato Botelho2014-11-181-6/+6
|
* Obsolete unbound from FreeBSD base files, ticket #4020Renato Botelho2014-11-181-0/+10
|
* 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-187-16/+60
|\ \
| * | 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
| * | Stop FQDN in hostname fieldPhil Davis2014-11-111-5/+19
| | |
| * | Stop FQDN in hostname fieldPhil Davis2014-11-111-4/+17
| | |
| * | Add is_unqualified_hostname functionPhil Davis2014-11-111-1/+12
| | |
* | | Merge pull request #1331 from phil-davis/patch-2Renato Botelho2014-11-181-1/+3
|\ \ \
| * | | Reintroduce graphcounter var to traffic_graphs.widget.phpPhil Davis2014-11-071-1/+3
| | | | | | | | | | | | | | | | | | | | This counter got lost in commit https://github.com/pfsense/pfsense/commit/ee965a5c7bf37b852795e1201688e3b20bf3d8d1 But the code at line 174 was still using it to offset the start time of each shown graph by 2 seconds, which I guess helps the graph data collection requests back to the pfSense to be staggered, not all having to be serviced at almost exactly the same time. I noticed this while having a quick look at all the traffic graph widget code to see if there was an obvious place where the 2x bandwidth graphing problem happens. The "* 2" here in line 174 has nothing to do with that!
* | | | Static gateways weren't being added to the routing table after configuring ↵Chris Buechler2014-11-171-0/+2
| | | | | | | | | | | | | | | | at the console, fix that.
* | | | check for IPs here also to avoid invalid config entries. change my last fix ↵Chris Buechler2014-11-171-4/+4
| |_|/ |/| | | | | | | | to v4/v6-specific
* | | Verify IP address before putting into unbound config. some "Array" entries ↵Chris Buechler2014-11-171-2/+2
| | | | | | | | | | | | were ending up there.
* | | 192.254.0.0/16 isn't private, removeChris Buechler2014-11-171-1/+0
| | |
* | | Clean up unbound advanced page HTMLChris Buechler2014-11-171-38/+12
| | |
* | | add vmx to list of ALTQ capable interfacesChris Buechler2014-11-171-1/+1
| | |
* | | correctly specify arrays here. Fixes last of issue with Ticket #3955, andChris Buechler2014-11-171-2/+2
| | | | | | | | | | | | probably a variety of other bugs.
* | | Fix pw syntax when local_group_set() is called with reset == true, -M always ↵Renato Botelho2014-11-171-1/+1
| | | | | | | | | | | | require a parameter
* | | Merge pull request #1339 from dembeck/masterRenato Botelho2014-11-171-2/+2
|\ \ \
| * | | Sorted the provider names alphabeticallyDustin Dembeck2014-11-161-2/+2
| | | |
* | | | Merge pull request #1338 from ↵Renato Botelho2014-11-171-13/+22
|\ \ \ \ | | | | | | | | | | | | | | | SilvioGiunge/change_system_usermanager_settings_test_page
| * | | | Changes in the test page of user managerkanazuchi2014-11-151-13/+22
| | | | |
* | | | | Merge pull request #1340 from phil-davis/patch-5Renato Botelho2014-11-171-6/+14
|\ \ \ \ \
| * | | | | Improve test in unbound_add_domain_overridesPhil Davis2014-11-171-1/+1
| | | | | | | | | | | | | | | | | | Actually the test condition happened to work OK! But this change makes it easier to understand what is really intended.
| * | | | | Handle reverse-lookup zones for unboundPhil Davis2014-11-161-6/+14
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | By default unbound returns nothing for private reverse lookups. Here is some information about that from https://www.unbound.net/documentation/unbound.conf.html -------- The default zones are localhost, reverse 127.0.0.1 and ::1, and the AS112 zones. The AS112 zones are reverse DNS zones for private use and reserved IP addresses for which the servers on the internet cannot pro- vide correct answers. They are configured by default to give nxdomain (no reverse information) answers. The defaults can be turned off by specifying your own local-zone of that name, or using the 'nodefault' type. Below is a list of the default zone contents. -------- Just specifying 'nodefault' did not work. I found other threads where people used this in unbound.conf -------- local-zone: "49.10.in-addr.arpa" typetransparent -------- Note that it works specifying the domain override with or without a final "." So the code here checks for the special cases of ".in-addr.arpa" and ".in-addr.arpa." at the end of a domain override name. With this code my domain override entries for private reverse lookups work.
* | | | | Unbound improvements and fixes, ticket #4011:Renato Botelho2014-11-171-102/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Create dhcpleases_entries.conf, feed by dhcpleases - Do not read lines created by dhcpleases from /etc/hosts to populate host_entries.conf - Simplify logic for host_entries.conf creation
* | | | | Take unbound into consideration when creating /etc/hosts, also use new ↵Renato Botelho2014-11-171-10/+16
| | | | | | | | | | | | | | | | | | | | unbound parameters for dhcpleases when it's necessary, helps ticket #4011
* | | | | Clear dirty subsystem for hosts and staticmaps when unbound is enabledRenato Botelho2014-11-171-0/+2
| | | | |
* | | | | Use the name entry now that there is a definition for itErmal2014-11-171-1/+1
| | | | |
* | | | | Fix the generation of certificates for rsa type. strpos returns the pos as 0 ↵Ermal2014-11-171-1/+1
| | | | | | | | | | | | | | | | | | | | for rsasig but it php considers that as false anyhow
* | | | | add the last few missed files to obsoletedfiles list. Ticket #3970Chris Buechler2014-11-161-0/+18
| | | | |
* | | | | Properly handle CARP IP binding in dnsmasq post-changes for FreeBSD 10.x ↵Chris Buechler2014-11-161-0/+4
| | | | | | | | | | | | | | | | | | | | CARP. Ticket #4012
* | | | | show tunnelv4 on v4 the same way tunnelv6 is shown on v6Chris Buechler2014-11-161-0/+1
| | | | |
* | | | | show tunnelv4 on v4 the same way tunnelv6 is shown on v6Chris Buechler2014-11-161-1/+2
|/ / / /
* | | | Don't show a big red "alarm"-looking message on every visit to the ↵Chris Buechler2014-11-162-8/+3
| | | | | | | | | | | | | | | | DHCP/DHCPv6 Server pages. Confuses people in that context, and it's not something that justifies highlighting in such a fashion. Move the message to show when you have no eligible interfaces.
* | | | Don't try to clear states to gateway, all that does is wipe the entire state ↵Chris Buechler2014-11-161-5/+0
| | | | | | | | | | | | | | | | table unnecessarily. rc.newwanip takes care of killing states appropriately as needed when an IP changes.
* | | | show user that something is actually happening when they choose php-fpm_restartChris Buechler2014-11-151-0/+2
| | | |
* | | | Use appropriate size for the interface selects. Ticket #3989. clean up some ↵Chris Buechler2014-11-151-6/+6
| | | | | | | | | | | | | | | | text while here
* | | | fix Unbound Advanced optionsChris Buechler2014-11-152-2/+3
| | | |
* | | | if unbound is enabled, assign interface IP as DNS, same behavior as dnsmasqChris Buechler2014-11-151-0/+2
|/ / /
* | | fix missing strpos parameterChris Buechler2014-11-151-1/+1
| | |
OpenPOWER on IntegriCloud