Add a few more * so rebrands look OK
Fix ruleset for > 100 OpenVPN connections
clean up the old unused bridge code while here.
Nuke snort2c
Requested-by: rob iscool
silence "No such file or directory" error on console upgrade
use product_name
Exclude ppp from interface mismatch check
it's IPsec
Prevent javascript errors when possible
Submitted-by: Renato
Prevent some javascript errors.
Remove RRD options from the apinger configuration.They do not make any sense to generate since they are not used anywhere in 1.2
Eventhough you can set the racoon admin socket to a different path in the configuration it will be ignored by ipsec-tools 0.8+Align all the sockets into the new path /var/db/racoon so that we can find it.Remove the old killall -HUP racoon as this prevents the newer racoon from properly loading it's initial configuration. This might actually also have been a possible problem on the old ipsec-tools...
Oops, make that /bin/mkdir
Bump the version number to 1.2.3-RC2.This to know when people complain about the load balancer we know ifit's the new or the old one.
Exclude plip from get_interface_list
it's IPsec, not IPSEC
Merge branch 'RELENG_1_2' of http://gitweb.pfsense.org/pfsense/mainline into RELENG_1_2
fix static route deletion
Add NAT-T ports.
Submitted-by: JimP@
Set hostname then call hostid
Forgotten emergency shell commit.
Run /etc/rc.d/hostid start on startup. This is required by ZFS.
Ensure /var/db/racoon exists
Add ! support when invoked from the CDROM boot prompt now for recovery console, installer.
Oh dear, looks like I had the values for loss and latency reversed.That is not very useful.
Make the apinger rrd files end up in /tmp so they are not seen by theweb ui.
Adding --all-servers flag for DNSMasq which can help when a DNS server is unreachable and in some cases speedup queries since it will ask each known dns server all at once and use the first response that it finds.
Change the warning threshold for the apinger delay warning from 100 to 200 ms.
Backport apinger from 2.0 to 1.2This removes the gateway support from the slbd load balancer. It will now create a apinger configuration instead.Change syslog configuration so apinger logs to the slbd.logCorrect status page so that it shows the gateway status....
Hide errors.
Description field is not required
MFC Recovery console on CDROM platform
Hide errors on sem_get() too
Surpress semaphore errors
Correct extension name
Adding sysvsem.so
use real if name for get MTU function
We only need sysvsem for CP locking
Adding Ciphers Ciphers aes128-ctr,aes256-ctr,arcfour256,arcfour,aes128-cbc,aes256-cbc for thetin foil hat wearing folks.
Add needed modules for CP locking
merge Ermal's CP locking changes
Mount RW for key generation
Merge branch 'RELENG_1_2' of git@rcs.pfsense.org:pfsense/mainline into RELENG_1_2
Kill rrdtool before killing updaterrd, possibly prevent multiple updaterrd from running.
Add trailing \n
Revert "Use FreeBSD specific files"
This reverts commit 802760bda899a181f0f0298ea209865e3b360148.
Use FreeBSD specific files
Move firmware update text format to globals.inc
default to vr0/vr1 rather than sis, since the defaults should be for ALIX, not WRAP.
add missing \n's caught by jim-p
point to correct path for nsupdate
colons are valid in usernames, such as for no-ip subaccounts.
add msk(4)m
Correct the PLATFORM check
Submitted-By: Ron Lockard
Set $g too
Set firmware update bit during operation
remove debug logging
merge fix from jim-p for ticket #1921
merge fix from jim-p for cvstrac ticket #1922
Add /var/run directory in dhcpd chroot
Fix "disable checksum offloading", and some other bugs with certain combinations of options while here.
merge patch from jim-p to delete lease when adding a static mapping, and add ability to delete leases.
Clean up polling fix a bit.
Fix polling, update supported interfaces list.
Allow disabling of auto-added VPN rules
Do not remove shaper config unless stepid > 0
Set ipfw's state limit the same as pf's
Trigger drop down menus on 83 chars
Show correct Monitor, previously always showed TCP.
Block all IPv6 traffic by default, since IPv6 isn't supported, there isn't any way to add such rules in the GUI, and nearly all users won't want IPv6 to traverse their firewall at this point. Add "Allow IPv6" checkbox to disable this behavior.
Since they're listed by name, order alphabetically.
Honor monitor type for server load balancing
Use $g['factory_shipped_password']
Allow custom branch in addition to custom GIT URL.
Add missing \n
Detect .git URL's too.
Adding custom branch support. Just enter the URL instead of masteror RELENG_1_2 etc.
Add missing space
Correct check for hideplatform
Use 80 chars
Woops, use 80 chars not 70
Switch to a dropdown menu when there are more than 80 characters combinedin the display_top_tabs() function.
Add array_combin() for php4
Add Broadcom BCM5708 bce driver to the listAdd Intel 82598 10 Gigabit ixgbe driver to the list
Improve the matching of carp ints to IPs.Previously this stristr substring match would return incorrect/unexpected results. 10.0.0.1 would also match 10.0.0.16, 10.0.0.135. Adding a space to the IP to check will only match the specific IP given, since it is followed by spaces in the ifconfig output.
Version bump to 1.2.3-RC1
When optimization is "conservative", also increase UDP timeouts. Helps prevent disconnects and drops with some VoIP services.
Sync with billm's fixes in 2.0.
Properly enable and disable sticky
Don't check for overlaps, that's a legit configuration.
Change log message. This doesn't necessarily mean the IP has changed, so it was misleading.
Log actual interface rather than CARP interface
DPD and NAT-T are not required
Add missing then
Add hideplatform
Add hideplatform item which is useful for rebranding
Ensure dpddelay is a value, not that its simply set leading to racoon.conf errors:
my /var/etc/racoon.conf file has: "dpd_delay ;"
Reported in ##pfSense on FreeNODE by Overrand
Turn off package reinstall now that we are established on the 7.X platform.
Revert "Sync from HEAD to avoid complete meltdowns when downgrading from 2.0"
This reverts commit 1987293b2cf80d15677860f9c5d6ff52b9ff03db.