jim-p
e5a67d33db
Clean up some old, possibly stale, files when restarting php-fpm
2015-02-20 13:42:48 -05:00
Chris Buechler
e0c1bfd742
add a couple unnecessary bsdinstaller files to obsoletedfiles
2015-02-18 19:52:58 -06:00
Chris Buechler
0778191eca
remove unused dfuife files.
2015-02-18 19:41:44 -06:00
Chris Buechler
559c8d3df1
Don't hard code harden-referral-path. It defaults to no, so no behavior 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
2015-02-18 01:57:15 -06:00
Chris Buechler
065e78b3a9
Add GUI control for MOBIKE. Hide it when IKEv1 selected. Enable toggling of NAT-T field display so it's on for IKEv1, off for IKEv2. Do same for reauth while here. Ticket #3979
2015-02-18 00:38:23 -06:00
Chris Buechler
209ba3aad6
Wait a bit after sending a TERM to syslogd as in some instances it can take 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
2015-02-17 22:30:55 -06:00
Renato Botelho
3b7f8f8303
Unobsolete libpcre.so.1
2015-02-13 18:28:25 -02:00
Renato Botelho
d72e936fea
Merge pull request #1484 from phil-davis/more-text-typos
2015-02-13 16:27:30 -02:00
Renato Botelho
49fa70a2de
Merge pull request #1485 from BBcan177/patch-1
2015-02-13 16:24:03 -02:00
Ermal LUÇI
d17ad7f529
Surrond the some mobile clients attributes with " ( quote ) to help the strongswan parser identify properly the values. Ticket #4418
2015-02-13 12:31:49 +01:00
Chris Buechler
47d3f94ae1
force minimum 100000 byte log file size. Some have been confused thinking this is KB, in some cases causing problems. This should help, and there shouldn't be a need for logs smaller than that.
2015-02-13 00:17:30 -06:00
BBcan177
f742c43ec3
Update fbegin.inc - Missing '/' in path
...
Found this issue in conjunction with user Digdug3
2015-02-12 16:54:45 -05:00
jim-p
b95a4d8ab8
Set srctrack separate from this test or the value won't save unless the sticky box status also changed.
2015-02-12 11:24:31 -05:00
Renato Botelho
0a81c3abc8
Unobsolete crypto tools and athstats, ticket #4239
2015-02-12 08:44:43 -02:00
Chris Buechler
0f31e91853
get rid of wizards/initial/ images that were never used
2015-02-11 22:28:51 -06:00
Chris Buechler
274a531ab7
DHCPv6 client rules MUST come before bogons. Add a comment that hopefully
...
sticks out so this stops getting broken. Ticket #3395
2015-02-11 16:59:27 -06:00
Ermal LUÇI
eaa89cc655
Ticket #4390 Return only the subnet bits not the full network in cidr format.
2015-02-11 21:18:48 +01:00
Ermal LUÇI
1c4c5ed2dd
Remove dead code and unset vars so next time the code works properly avoiding cache issues.
2015-02-11 20:34:58 +01:00
Ermal LUÇI
b65de5585b
Fixes #4389 The VIP interfaces cannot be assigned since they are just an identification of the VIP for tracking. Consider that when configuring gif/gre. Also on bridges you cannot set a vip interface as its member.
2015-02-11 20:29:43 +01:00
Phil Davis
01c155f234
Random text typos
...
and I "corrected" function names that had "_choosen_" in them.
That is not technically an error - function names do not have to be
English words. But it does look nicer to read.
2015-02-11 14:57:50 +05:45
Renato Botelho
336495264e
Merge pull request #1480 from phil-davis/patch-1
2015-02-11 07:04:04 -02:00
Renato Botelho
c70002be33
Merge pull request #1482 from phil-davis/CP-text-typos
2015-02-11 07:01:07 -02:00
Renato Botelho
ef8182caca
Merge pull request #1483 from phil-davis/formfld-unknown
2015-02-11 07:00:07 -02:00
Renato Botelho
079b0e209f
Remove unset variable, spotted by phil-davis
2015-02-11 06:59:12 -02:00
Chris Buechler
2597415ba6
rrset-cache-size should == 2 * msg-cache-size. Ticket #4367
2015-02-11 01:43:59 -06:00
Phil Davis
0c6db320bd
Fix typo in class in bridge edit
...
Fixing this makes nice little pencil icons appear in front of the text
entry fields.
2015-02-11 13:13:58 +05:45
Chris Buechler
06e847a729
Check if Unbound is enabled and using the same port before allowing dnsmasq to be enabled. part of Ticket #4332
2015-02-11 01:13:17 -06:00
Phil Davis
f416763bf0
Random text typos
...
that I noticed.
2015-02-11 12:52:14 +05:45
Ermal LUÇI
51e76899e6
Fixes #4370 Use the curlies to not confuse php
2015-02-10 21:08:40 +01:00
Ermal LUÇI
8fa0a5349a
Actually fix even the openvpn auth user script with proper checks. I thought this was fixes already!
2015-02-10 20:50:46 +01:00
Ermal LUÇI
ed56ce5a1d
Fixes #4329 , Fix even tls.auth script by using proper isset() test as the fixes for other authentication scripts.
2015-02-10 20:47:21 +01:00
Ermal LUÇI
afb388159b
Fixes #4397 Make mtu configuration before the ip address assignment. This fixes the issues of link routes having the wrong mtu configured on them.
2015-02-10 20:41:06 +01:00
Phil Davis
02376f6f23
Check if notification is disabled
...
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.
2015-02-10 23:35:16 +05:45
Chris Buechler
74ab379dac
touch up Unbound text
2015-02-09 22:34:00 -06:00
Chris Buechler
ef120e8785
Update Unbound defaults
2015-02-09 22:28:15 -06:00
Chris Buechler
f7dddc868b
also add v6 IPs to hosts in the same manner v4 IPs are added. Ticket #4395
2015-02-09 18:10:51 -06:00
Chris Buechler
758b51a021
Use appropriate interface field description when working with floating rules, it was confusing and potentially incorrect for floating rule purposes.
2015-02-09 14:20:17 -06:00
Renato Botelho
2b704ea9d2
Merge pull request #1469 from makkbe/master
2015-02-09 09:22:34 -02:00
Chris Buechler
6d5d965875
fix up text
2015-02-06 22:28:21 -06:00
Chris Buechler
2dfe784626
remove CGN from "Block private networks" as it was in 2.0x and earlier
...
releases since it specifically notes RFC 1918 and CGN is more bogon.
Ticket #4379
2015-02-05 13:47:25 -06:00
Ermal LUÇI
bb8a30c23b
Fixes #4381 this was a leftover of the change of zoneids to start from 2.
2015-02-05 20:41:17 +01:00
Renato Botelho
20078775d4
Merge pull request #1458 from xbipin/patch-4
2015-02-05 12:52:44 -02:00
Renato Botelho
42c57d69e2
Merge pull request #1472 from bassebaba/master
2015-02-05 08:10:20 -02:00
Renato Botelho
8f637a0c4e
Merge pull request #1455 from xbipin/patch-2
2015-02-05 07:48:35 -02:00
Sebastian Öhman
d06f9ebea3
Use web-gui setting for pap or chap instead of having it hard-coded to chap.
2015-02-05 10:41:20 +01:00
xbipin
ee874f4782
remove empty values
...
remove empty values
2015-02-05 13:11:25 +04:00
xbipin
b997da8b61
upgrade config
...
upgrade config code so old entries not lost during upgrade
2015-02-05 09:41:17 +04:00
Renato Botelho
68f7662be7
Merge pull request #1466 from tuyan/master
2015-02-04 16:23:22 -02:00
Renato Botelho
13685ab5a3
Merge pull request #1470 from phil-davis/patch-1
2015-02-04 16:22:16 -02:00
jim-p
62657a7f8a
Fix restartipsec command line script.
2015-02-04 12:38:30 -05:00