Enable the IPv6 allow toggle, otherwise the other IPv6 rules do not work.
Merge the config upgrade code, there was a mismatch, the one who merged this wrong should get a pointy hat.
Add upgrade code to ensure rule protocols are all lower case.
lower limit to 101 MB
Adding crashreporterurl for rebrands
Add a global g option named disablecrashreporter which defaults to false for rebrands
it's 2011
Add the default value for the new tunable debug.pfftpproxy to 0. It allows to disable the pfftpproxy. Also add it to the default config.xml though no upgrade code should be needed since people can create this from the gui and hopefully do not need to know about this anyway.
Bump config version, add upgrade code to setup cron job for URL table update script.
Add sysctl for maximum socket buffer sizing. Set to 42621444. This is needed for some heavily loaded servers running unbound, squid, etc
Typecast second param for array_merge to silent a warning that is breaking build since we check output of test_php.php looking for a string 'FCGI-PASSED PASSED'
nuke trailing carriage returns
Fix incorrect variable name.
merge the dynamic obtained result with the static maintained list to not avoid strange problems as in Ticket #1123.
Get rid of fastforwarding since it is not maintained from long time. Courtesy-of: battlez_ IRC
Add lem(4) to our drivers list.
Unbreak sysctl handling.
Use php_uname where possible.
nuke ;
Remove bce item it is loader.conf only per jimp
Define hw.bce.tso_enable
Increase vfs.read_max to 32. See http://ivoras.sharanet.org/blog/tree/2010-11-19.ufs-read-ahead.html .. This can help dramatically if using Squid or any other packae that does a lot of hard disk reads.
Hopefully now the reinclusion of config will not override vars.
Use full path when we might not have full environment setup.
Remove trailing carriage return
Rename 'name' to 'descr' for CA, Certificates, and CRLs, to gain CDATA protection and standardize field names. Ticket #320.
Convert fullname field on users to descr, so it gains CDATA protection.
desc to descr in Load Balancer config, so they gain CDATA protection and standardize field names. Ticket #320.
Change the description field on sysctl tunables to be 'descr' and not 'desc' so they will gain CDATA protection. Ticket #320
Bump config.
Use the new events mechanisms to dispatch events.
Add upgrade code for NAT 1:1 rules and bump config version.
Correct function name. Pointy-hat: jimp@
Upgrade code for pppoe.
Bump version of config so upgrade code will run.
Add run(4) to known wireless nics. Reported-by: http://forum.pfsense.org/index.php/topic,27744.0.html
Add bwn to interface lists too.
Increase upload file size to 1 megabyte
Remove useless sysctl since it is not useful. Ticket #729.
When filtering on the member interfaces of the bridge tell if_bridge to send locally destined packets as coming from the member itself. This should fix some reported issues on Ticket #729.
Fix NanoBSD snapshot URL default.
PPPoE config upgrade code and bump config version in globals.inc
Use "PPPs" as the new Tab name in Interfaces -> Assign. Rename files and update affected files.
Also, add upgrade_config function 062_to_063.
Improve NAT Port Forwarding
Add a new global option, disablehelpicon, to hide help icon from all pages
Make lan/wan behave as all other interfaces.
Enable tso now that pf(4) problems with it are solved. Remove duplicate icmplim entry created by myself in a previous commit.
Ticket #20. Disable icmp limiting.
Propperly initialize variables so they function is as expected.
it's 2010
Actually remove vlan_native_support array it is not used in 2.0. While there move the auto updater to 8.1 snapshots.
Fix finding interfaces that support hwtagging.
Speed up and correct the finding of interfaces that support vlanmtu using the pfSense module.
Go ahead and add other wireless devices to this list, so if/when they are added, they should work.
Add mwl to list of wireless cards
Add zyd(4) to the wirless regex.
Stop fighting php bugs where a variable is not defined on one system yet it is defined on another.
Update URL to point to snapshot server until RC
lower a little more so VMware w/128 MB is ok
Use the globals for minimum RAM warning, drop limit a little to accommodate 128 MB RAM systems
add ability to hide help menu
add ability to hide theme selection
Fix typo in prev. commit
Set firmware_update_text properly for the platform
Add a help_base_url variable to globals.inc for use with contextual help.
fixing typo, should be platform not $platform
Add pfSense_BUILDER_BINARIES: and pfSense_MODULE: additions
Add msort() which will sort lower and uppercase items teogether (packages for example). Sort packages by lower/upper. IE: arping, arpwatch, Backup
More fixes for vlan detection
Slight fix to vlan hardware support detection.
Jettison get_interface_list from this file
Use ifconfig -l instead of native get_interface_list() to avoid include hell
Merge branch 'master' of git://rcs.pfsense.org/pfsense/nigel-ca-chain into review/master
Conflicts: etc/inc/certs.inc etc/inc/upgrade_config.inc
Automatically build vlan_native_supp and vlan_long_frame (native tagging and long frames) by inspecting ifconfig -m accordingly
Allow auto firmware upgrade to work on NanoBSD
Adding base_packages feature.
Added support for certificate chains to manager so that lighty can deliver them via SSL.
Move firmware update text format to globals.inc
Add hideplatform directive useful for rebranding
Modify IPsec code to allow for transport mode. All existing configurations aremarked as tunnel for backwards compatibility. There are problems with the spdread code which Will likely choke on transport entries. We can fix this later.
Modify captive portal to use centralized user management. The user manager hasbeen modified to include an account expiration option to support this service.
Correct the configuration file IPsec certificate upgrade process.
Remove all global decalarations regarding pptp/pppoe/l2tp they are no more needed.
L2TP improvements.
fix fend URL
Unbreak package management URL!
Pointyhat-to: ?
Add lagg(4) to the list of drivers supporting vlan!
catch up to RELENG_1_2
Format has changed for quality, traffic and packets. Remove these files. They will be recreated
Latest version is 5.4, not 5.3.
Show correct password (it's caps sensitive)
Add factory_shipped_username
Add factory_shipped_password
Add services_dhcp_server_enable which allows the DHCP server to be turnedoff easily.
Latest config is 5.3
Modify all the default configuration files to ensure the versions match.While in globals.inc, remove the easyrsa path and do some whitespacecleanup.
Add rum wireless interface that is supported now in 7.x
http://forum.pfsense.org/index.php/topic,10581.0.html
Rework most of the OpenVPN support. The interfaces have been updated tonot use the pkg system and the configuration has been migrated to anopenvpn prefix. The centralized user and certificate manager is now usedto support the openvpn configurations. Most of the files removed in this...