johnbyronent
7b6d4e6c95
Modified DynDns -> Eurodns url
2015-02-23 09:17:34 -03:00
jim-p
ec9bd3fa20
Clean up some old, possibly stale, files when restarting php-fpm
2015-02-20 13:42:23 -05:00
Chris Buechler
a9386b8f5b
add a couple unnecessary bsdinstaller files to obsoletedfiles
2015-02-18 19:53:28 -06:00
Chris Buechler
07dee7aae0
remove unused dfuife files.
2015-02-18 19:44:50 -06:00
Chris Buechler
90d1d8cf88
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:58:22 -06:00
Chris Buechler
7b404fdec0
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:39:26 -06:00
Chris Buechler
cfda8861b9
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:32:14 -06:00
Renato Botelho
cc94ea5019
Unobsolete libpcre.so.1
2015-02-13 18:28:38 -02:00
Ermal LUÇI
fc06d8ea55
Surrond the some mobile clients attributes with " ( quote ) to help the strongswan parser identify properly the values. Ticket #4418
2015-02-13 12:32:02 +01:00
Renato Botelho
a9982b438e
Unobsolete crypto tools and athstats, ticket #4239
2015-02-12 08:44:55 -02:00
Chris Buechler
377b1faaaf
DHCPv6 client rules MUST come before bogons. Add a comment that hopefully
...
sticks out so this stops getting broken. Ticket #3395
2015-02-11 17:00:34 -06:00
Ermal LUÇI
810b36ac0c
Fixes #4390 Properly return the vip subnet now that the CARP might not match its parent interface subnet.
2015-02-11 21:17:03 +01:00
Ermal LUÇI
2de650f611
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:26:48 +01:00
Phil Davis
302cb96e7b
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-11 07:04:16 -02:00
Phil Davis
1444c08e3e
Random text typos
...
that I noticed.
2015-02-11 07:02:30 -02:00
Renato Botelho
5132312f76
Remove unset variable, spotted by phil-davis
2015-02-11 06:59:02 -02:00
Chris Buechler
b3aacd5928
rrset-cache-size should == 2 * msg-cache-size. Ticket #4367
2015-02-11 01:45:00 -06:00
Ermal LUÇI
1ee360aaa9
Fixes #4370 Use the curlies to not confuse php
2015-02-10 21:14:19 +01:00
Ermal LUÇI
e85f3d1acd
Actually fix even the openvpn auth user script with proper checks. I thought this was fixes already!
2015-02-10 20:50:38 +01:00
Ermal LUÇI
22bca296dc
Fixes #4329 , Fix even tls.auth script by using proper isset() test as the fixes for other authentication scripts.
2015-02-10 20:47:32 +01:00
Ermal LUÇI
1ac5261fb0
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:40:56 +01:00
Chris Buechler
fb64f3aa7c
also add v6 IPs to hosts in the same manner v4 IPs are added. Ticket #4395
2015-02-09 18:36:42 -06:00
Chris Buechler
e4610d66dd
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 15:09:53 -06:00
Ermal LUÇI
8b4c7ed15c
Fixes #4381 this was a leftover of the change of zoneids to start from 2.
2015-02-05 20:41:11 +01:00
Sebastian Öhman
ec1d66cc6c
Use web-gui setting for pap or chap instead of having it hard-coded to chap.
2015-02-05 08:10:39 -02:00
Phil Davis
a912dd7d0b
Firmware upgrade script text changes
...
while I am looking at this, might as well correct these.
No function problems or impact.
2015-02-04 16:22:29 -02:00
jim-p
01f3438e7a
Fix restartipsec command line script.
2015-02-04 12:36:07 -05:00
Ermal LUÇI
322cc01881
Fixes #3669 Handle properly recording of the ipv6 interface new ip and do not issues commands that cannot succeed.
2015-02-04 15:46:25 +01:00
Renato Botelho
6d043a1db3
In last case, use dmesg.boot do detect ALIX boards when hw.model is not enough
2015-02-04 08:14:30 -02:00
Renato Botelho
0fcf26e413
Silent kenv when smbios.system.product is not present. While here, add VirtualBox to the list of virtualenvs
2015-02-04 07:43:19 -02:00
Ermal LUÇI
034a23f0ab
Allow IPseec clients to properly connect and not stomp over each other. Reported-by https://forum.pfsense.org/index.php?topic=87980.0
2015-02-02 20:36:42 +01:00
Ermal LUÇI
cd214f4b28
Properly calculate the 6rd default gateway honoring netmasks other than /32
2015-02-02 17:46:12 +01:00
Ermal LUÇI
42275e694f
Ticket #4353 fix typo on unset var spotted-by: Phil Davis
2015-02-02 10:01:50 +01:00
PiBa-NL
2cf35754c3
speedup 'function is_port($port)' speed by skipping calls to getservbyname when possible
2015-02-02 05:55:38 -02:00
Chris Buechler
63072a7fe6
need $g here so product_name is set in user agent
2015-02-01 01:33:48 -06:00
Ermal LUÇI
fdc9ac09ef
Fixes #4360 allow marking a connection as responder only, the same behviour as mobile connections
2015-01-31 19:49:17 +01:00
Ermal LUÇI
908edbd3d1
Fixes #4359 Allow controlling uniqueids
2015-01-31 19:36:13 +01:00
Ermal LUÇI
41da54ce14
Fixes #4353 Identify when strongswan.conf needs a reload and restart ipsec service.
2015-01-31 11:06:55 +01:00
Phil Davis
7790dacced
Firewall Log does not display logged IGMP packets
...
If IGMP packets are logged (either pass or block) then parse_filter_line did not set their src and dst IP.
Later in the subroutine, it zapped the filter line because it did not have a src and dst.
This fixes it. Now the IGMP lines in /var/log/filter.log appear on the Firewall Log GUI.
2015-01-31 10:17:01 +01:00
Ermal LUÇI
95c93bc3f6
Fixes #4340 encode username same as with password to avoid issues with special chars.
2015-01-31 10:13:37 +01:00
Renato Botelho
15ff0dc5b3
Set update_url and update_manifest automatically based on version being or not a RELEASE
2015-01-29 12:02:20 -02:00
Ermal LUÇI
1fbae628c2
Fixes #4274 same fix as #4302 enclose in double quotes to tell yacc this is a string to be parsed.
2015-01-28 23:01:47 +01:00
Ermal LUÇI
17b3a06878
Apparently yacc became more strict in FreeBSD 10. Fixes #4302
2015-01-28 22:53:54 +01:00
Ermal LUÇI
99df898e0c
Fixes #4275 use double quotes on asn1dn specification so strongswan properly interprets it
2015-01-28 21:24:43 +01:00
Renato Botelho
fee13fc057
Reload filter when IPsec is disabled, fixes #4245
2015-01-28 13:43:05 -02:00
Warren Baker
a27f0c10a9
Add support for 0x20 DNS random bit support. Fixes #4205
2015-01-28 13:33:57 -02:00
Phil Davis
27c25d2954
Support choice of SMTP Authentication Mechanisms
...
https://redmine.pfsense.org/issues/4176
I have left some documentation here of other mechanisms that someone might care about in future (or not). I left the array with name=>desc so it will be easy if new mechanisms come along that need a description different to the name.
2015-01-28 13:23:47 -02:00
Renato Botelho
e69a0cf3a2
Fix #4318 - gen_subnetv4_max() not working on 32bit
2015-01-28 11:38:25 -02:00
Phil Davis
0f062592ee
Dynamic DNS wildcard typo
...
Self-explanatory, just a dumb typo bug
2015-01-28 06:57:32 -02:00
Phil Davis
4c40e2a764
Unimportant typos in user and group manager
...
that do not effect anything.
2015-01-28 06:55:49 -02:00