summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Success typoPhil Davis2015-02-231-1/+1
| | | | might as well fix it while I notice it
* Modified DynDns -> Eurodns urljohnbyronent2015-02-231-1/+1
|
* Clean up some old, possibly stale, files when restarting php-fpmjim-p2015-02-201-0/+2
|
* add a couple unnecessary bsdinstaller files to obsoletedfilesChris Buechler2015-02-181-0/+2
|
* remove unused dfuife files.Chris Buechler2015-02-181-0/+3
|
* Don't hard code harden-referral-path. It defaults to no, so no behavior ↵Chris Buechler2015-02-181-1/+0
| | | | change, and that setting is unlikely to ever become a default. This allows users to configure an override to enable this option if desired. part of Ticket #4399
* Add GUI control for MOBIKE. Hide it when IKEv1 selected. Enable toggling of ↵Chris Buechler2015-02-182-4/+33
| | | | NAT-T field display so it's on for IKEv1, off for IKEv2. Do same for reauth while here. Ticket #3979
* Wait a bit after sending a TERM to syslogd as in some instances it can take ↵Chris Buechler2015-02-171-1/+10
| | | | too long to stop, and it fails to restart because it's still running at that point. Add a KILL in case it's still running after that. Ticket #4393
* Unobsolete libpcre.so.1Renato Botelho2015-02-131-2/+0
|
* Update fbegin.inc - Missing '/' in pathBBcan1772015-02-131-4/+4
| | | | Found this issue in conjunction with user Digdug3
* Surrond the some mobile clients attributes with " ( quote ) to help the ↵Ermal LUÇI2015-02-131-5/+5
| | | | strongswan parser identify properly the values. Ticket #4418
* force minimum 100000 byte log file size. Some have been confused thinking ↵Chris Buechler2015-02-131-2/+2
| | | | this is KB, in some cases causing problems. This should help, and there shouldn't be a need for logs smaller than that.
* Set srctrack separate from this test or the value won't save unless the ↵jim-p2015-02-121-0/+3
| | | | sticky box status also changed.
* Unobsolete crypto tools and athstats, ticket #4239Renato Botelho2015-02-121-4/+0
|
* Merge branch 'RELENG_2_2' of git.pfmechanics.com:pfsense/pfsense into RELENG_2_2Chris Buechler2015-02-1113-79/+64
|\
| * DHCPv6 client rules MUST come before bogons. Add a comment that hopefullyChris Buechler2015-02-111-14/+14
| | | | | | | | sticks out so this stops getting broken. Ticket #3395
| * Fixes #4390 Properly return the vip subnet now that the CARP might not match ↵Ermal LUÇI2015-02-112-10/+8
| | | | | | | | its parent interface subnet.
| * 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-8/+2
| | | | | | | | identification of the VIP for tracking. Consider that when configuring gif/gre. Also on bridges you cannot set a vip interface as its member.
| * Check if notification is disabledPhil Davis2015-02-111-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.
| * Random text typosPhil Davis2015-02-117-25/+25
| | | | | | | | that I noticed.
| * 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
| |
* | get rid of wizards/initial/ images that were never usedChris Buechler2015-02-1148-0/+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.
* 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
|
* Use web-gui setting for pap or chap instead of having it hard-coded to chap.Sebastian Öhman2015-02-051-1/+1
|
* Fixed not being able to save custom and custom-v6 dyndnsTuyan Ozipek2015-02-041-1/+1
| | | | | entries due to "host" being posted empty, and thus failing is_domain() check.
* 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
|
* fix textChris Buechler2015-02-025-8/+8
|
* Allow IPseec clients to properly connect and not stomp over each other. ↵Ermal LUÇI2015-02-021-1/+1
| | | | Reported-by https://forum.pfsense.org/index.php?topic=87980.0
* Fix aliases popup width when fields are hidden when page is loaded. It ↵Renato Botelho2015-02-0215-10/+15
| | | | should fix #4238
* Properly calculate the 6rd default gateway honoring netmasks other than /32Ermal LUÇI2015-02-021-1/+5
|
* Ticket #4353 fix typo on unset var spotted-by: Phil DavisErmal LUÇI2015-02-021-1/+1
|
OpenPOWER on IntegriCloud