Do not turn on polling here, its the wrong place
Reverse arguments
Ticket #835
If the check for 3 octets failed, check the 1st two octets.
This is a complete hack but since we are so close to release we don't have much room to play here.
Axe the first occurance of "done" during bootup. It's extra.
Start packages the prior way
Only auto login on the console itself
Add ttyp entries (network)
Version bump
If carp ips are defined install them regardless of the settings
Do not alter loopback interface.
Woops, call sysctl!
Temporarily enable polling using kern.polling.enable=1
Another attempt at fixing logs
Version bump.
Don't hard code dhcpd path
Use < 20 for primary dhcpd
Missing \n
Chown DHCPD chroot to dhcpd:_dhcp
Back out untested 9999
Kill DHCPD by name now that we are running in a CHROOT
MFC 10007-100013Run DHCPD as user DHCPD. Start DHCPD in a chroot for extra security.
Remove unused file
Default to secondary then look for primary status via carp.
Woops, make that 10, not 0.
Reconfig DHCP after bootup to properly assign primary/backup dhcp roles
MFC 9998Fix an unsettling logic error.
Set hosts with a skew higher than 102 as a backup dhcp server.
Found at Bluegrass.net while building a new CARP cluster.
Add missing images
Ticket #830
Fix errors:Parse error: syntax error, unexpected ';' in /etc/rc.newwanip on line 52Parse error: syntax error, unexpected '}' in /etc/rc.newwanip on line 55
Thanks to Trendchiller for allowing me access to his firewall to investigate.
Alert when rc.dyndns.update is starting
require_once("functions");
Add rules for port 21 and 8021. ftp.microsoft.com is now unbroken again.
If Squid is installed but not running after bootup, log a error alerting of this info
Actually change the txpower.
Kill trailing space
When redirecting back to an internal ip, add some extra goo to help the process
Ticket #807
Do not return duplicate DNS entries
Remove uniqueArray() which returns a unique array (removes duplicates)
Use array_unique() which is built into php instead.
Add uniqueArray() which returns a unique array (removes duplicates)
Do not allow blank nameserver entries
Fix HTTPS captive portal option
Ticket #732
Do not pre-cache interface on bootup
Add -v pointed out by David Strout
We don't use /etc/dhclient.conf
Use port 8001 for HTTPS
s/21/8021/
Ticket #821
Do not sync items marked with <nosync/>
Symlink captive portal elements over to /var/db/cpelements on bootup and creation/deletion
Backout last commit, it was already present.
Don't duplicate path.
Add element paths
Ticket #818
Do one command or the other
Correctly detect start script
Move gui globals to guiconfig.inc
OpenVPN cleanups by mposch@gmail.com
Add spammers table
Extra safety check
Require include file
Only call foreach if it exists
Correct extract deep array variable
Add nextmta option ot SpamD
\n
Start service
Download additional files first
Parse pkg config and require file if needed
Add spamd-cfg to services
Add spamd to services
Update spamd related rules
Mount RW
Increase system log size to 300144
Add vlan_native_supp and vlan_long_frame
Add <include_file> which will require_once() a file without evaling it. This will show us exactly where errors are.
MFC: soon
MFC
Add c/r
MFC vpn ping code
Remove CARP preemption from RELENG_1. Option will stay in HEAD and will need to be fixed but #797 is now fixed for RELENG_1
In-discussion-with: Bill MHuge-issues-found-by: Tmueko
MFC 9611Ticket #792 - fix 6 month old shaper bug that caused erratic speeds and latencies. With a 10Mbit queue and 4 iperf jobs running through it in default and otherL queues, I can get an icmp through in otherH with a mere 25ms additional latency on average.
Woops, don't include brigeX in interfaces assign screen.
Bump version to a non confusing value: 1.0-BETA1-TESTING-SNAPSHOT-1-22-06
Bump version to a non confusing value: 1.0-TESTING-SNAPSHOT-1-22-06
Disable pflogd which is wasting cpu cycles
In-disucssion-with: Bill M
Do not run pflogd on embedded platform
MFC 9569Add Sync DNS Forwarder settings to CARP Sync
MFC 9544
MFC 9548Shift serial port toggle routine to pfsense-utils.inc. Call this function after configuration import to setup needed bits on system for serial console if need be. Shift console locjout routine to pfsense-utils.inc. Call this function from serial port code to setup if auto login / console lockout is enabled after config restore
Ignore httpsline
Ticket #796