summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* DHCPv6 client rules MUST come before bogons. Add a comment that hopefullyChris Buechler2015-02-111-15/+15
| | | | sticks out so this stops getting broken. Ticket #3395
* Ticket #4390 Return only the subnet bits not the full network in cidr format.Ermal LUÇI2015-02-111-2/+2
|
* Remove dead code and unset vars so next time the code works properly ↵Ermal LUÇI2015-02-111-10/+1
| | | | avoiding cache issues.
* Fixes #4389 The VIP interfaces cannot be assigned since they are just an ↵Ermal LUÇI2015-02-111-9/+4
| | | | identification of the VIP for tracking. Consider that when configuring gif/gre. Also on bridges you cannot set a vip interface as its member.
* Merge pull request #1480 from phil-davis/patch-1Renato Botelho2015-02-111-2/+5
|\
| * Check if notification is disabledPhil Davis2015-02-101-2/+5
| | | | | | | | | | | | in send_smtp_message() Other packages like arpwatch sm.php and cron job output as reported in forum https://forum.pfsense.org/index.php?topic=88347.0 call send_smtp_message() directly, currently bypassing notification disabled checks. I think those packages [are intended to | should be] respecting the notifications disabled setting. People in the forum certainly expect them to respect this setting. If we add the $force parameter here, passing it through from notify_via_smtp() then the default behavior of send_smtp_message() can be to respect the "disable" setting. That should stop other package callers from spamming people who have disabled SMTP notifications. If a package really wants/needs to send regardless, then it can set $force, just like the "Test SMTP" button does.
* | Merge pull request #1482 from phil-davis/CP-text-typosRenato Botelho2015-02-117-25/+25
|\ \
| * | Random text typosPhil Davis2015-02-117-25/+25
| | | | | | | | | | | | that I noticed.
* | | Merge pull request #1483 from phil-davis/formfld-unknownRenato Botelho2015-02-111-9/+9
|\ \ \
| * | | Fix typo in class in bridge editPhil Davis2015-02-111-9/+9
| |/ / | | | | | | | | | | | | Fixing this makes nice little pencil icons appear in front of the text entry fields.
* | | Remove unset variable, spotted by phil-davisRenato Botelho2015-02-111-1/+0
| | |
* | | rrset-cache-size should == 2 * msg-cache-size. Ticket #4367Chris Buechler2015-02-111-3/+5
| | |
* | | Check if Unbound is enabled and using the same port before allowing dnsmasq ↵Chris Buechler2015-02-111-0/+5
|/ / | | | | | | to be enabled. part of Ticket #4332
* | Fixes #4370 Use the curlies to not confuse phpErmal LUÇI2015-02-101-2/+2
| |
* | Actually fix even the openvpn auth user script with proper checks. I thought ↵Ermal LUÇI2015-02-101-6/+6
| | | | | | | | this was fixes already!
* | Fixes #4329, Fix even tls.auth script by using proper isset() test as the ↵Ermal LUÇI2015-02-101-3/+3
| | | | | | | | fixes for other authentication scripts.
* | Fixes #4397 Make mtu configuration before the ip address assignment. This ↵Ermal LUÇI2015-02-101-45/+46
|/ | | | fixes the issues of link routes having the wrong mtu configured on them.
* touch up Unbound textChris Buechler2015-02-091-2/+2
|
* Update Unbound defaultsChris Buechler2015-02-091-0/+4
|
* also add v6 IPs to hosts in the same manner v4 IPs are added. Ticket #4395Chris Buechler2015-02-091-1/+12
|
* Use appropriate interface field description when working with floating ↵Chris Buechler2015-02-091-1/+5
| | | | rules, it was confusing and potentially incorrect for floating rule purposes.
* Merge pull request #1469 from makkbe/masterRenato Botelho2015-02-093-6/+33
|\
| * Merge remote-tracking branch 'upstream/master'McB2015-02-031-2/+2
| |\
| * | Fixed alignment issue.McB2015-02-031-5/+5
| | |
| * | Added DynDNS support for GleSYS API (www.glesys.com).McB2015-02-033-6/+33
| | |
* | | fix up textChris Buechler2015-02-067-5/+5
| | |
* | | remove CGN from "Block private networks" as it was in 2.0x and earlierChris Buechler2015-02-051-1/+0
| | | | | | | | | | | | | | | releases since it specifically notes RFC 1918 and CGN is more bogon. Ticket #4379
* | | Fixes #4381 this was a leftover of the change of zoneids to start from 2.Ermal LUÇI2015-02-051-2/+2
| | |
* | | Merge pull request #1458 from xbipin/patch-4Renato Botelho2015-02-051-0/+26
|\ \ \
| * | | fix indentxbipin2015-02-021-4/+3
| | | | | | | | | | | | | | | | fix indent
| * | | Update pkg_edit.phpxbipin2015-01-311-1/+1
| | | |
| * | | add schedule selection to pkg_edit.phpxbipin2015-01-311-0/+27
| | | | | | | | | | | | | | | | | | | | | | | | this allows schedule selection to pkg_edit.php, this can then be utilized by packages to set schedules in many other places. This is the first set of changes, will further modify other files to make full use of schedules.
* | | | Merge pull request #1472 from bassebaba/masterRenato Botelho2015-02-051-1/+1
|\ \ \ \
| * | | | Use web-gui setting for pap or chap instead of having it hard-coded to chap.Sebastian Öhman2015-02-051-1/+1
| | | | |
* | | | | Merge pull request #1455 from xbipin/patch-2Renato Botelho2015-02-055-33/+35
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | remove empty valuesxbipin2015-02-051-10/+9
| | | | | | | | | | | | | | | | | | | | remove empty values
| * | | | upgrade configxbipin2015-02-053-2/+19
| | | | | | | | | | | | | | | | | | | | upgrade config code so old entries not lost during upgrade
| * | | | unnecessary but lets just add this for safetyxbipin2015-01-301-0/+1
| | | | | | | | | | | | | | | | | | | | unnecessary but lets just add this for safety
| * | | | multiple allow/deny entries for UPnP (rowhelper)xbipin2015-01-291-2/+2
| | | | | | | | | | | | | | | | | | | | remove old permission box fields
| * | | | multiple allow/deny entries for UPnP (rowhelper)xbipin2015-01-281-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | with this additional change we can allow infinite number of entries rather than just 500 due to the for loop set to a max of 500 because the rowhelper control doesnt post as an array but just adds a number at the end of the variable and we try and modify the pkg_edit.php file then it would affect other packages
| * | | | multiple allow/deny entries for UPnP (rowhelper)xbipin2015-01-282-29/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch will allow the web GUI for UPnP to enter more user specified entries rather than just 4, I replaced the 4 boxes with one rowhelper control
* | | | | Merge pull request #1466 from tuyan/masterRenato Botelho2015-02-041-1/+1
|\ \ \ \ \
| * | | | | Fixed not being able to save custom and custom-v6 dyndnsTuyan Ozipek2015-02-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | entries due to "host" being posted empty, and thus failing is_domain() check.
* | | | | | Merge pull request #1470 from phil-davis/patch-1Renato Botelho2015-02-041-10/+10
|\ \ \ \ \ \
| * | | | | | Firmware upgrade script text changesPhil Davis2015-02-041-10/+10
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | while I am looking at this, might as well correct these. No function problems or impact.
* | | | | | Fix restartipsec command line script.jim-p2015-02-042-1/+15
| | | | | |
* | | | | | Fixes #3669 Handle properly recording of the ipv6 interface new ip and do ↵Ermal LUÇI2015-02-041-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | not issues commands that cannot succeed.
* | | | | | In last case, use dmesg.boot do detect ALIX boards when hw.model is not enoughRenato Botelho2015-02-041-1/+8
| | | | | |
* | | | | | Silent kenv when smbios.system.product is not present. While here, add ↵Renato Botelho2015-02-042-4/+8
|/ / / / / | | | | | | | | | | | | | | | VirtualBox to the list of virtualenvs
* | | | | fix responder-only IPsec textChris Buechler2015-02-031-2/+2
| |_|_|/ |/| | |
OpenPOWER on IntegriCloud