summaryrefslogtreecommitdiffstats
path: root/etc/inc/globals.inc
Commit message (Collapse)AuthorAgeFilesLines
* Add the default value for the new tunable debug.pfftpproxy to 0. It allows ↵Ermal2011-01-171-2/+3
| | | | 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 ↵jim-p2011-01-101-1/+1
| | | | script.
* Add sysctl for maximum socket buffer sizing. Set to 42621444. This is ↵Scott Ullrich2011-01-041-3/+4
| | | | needed for some heavily loaded servers running unbound, squid, etc
* Typecast second param for array_merge to silent a warning that is breaking ↵Renato Botelho2010-12-221-2/+2
| | | | build since we check output of test_php.php looking for a string 'FCGI-PASSED PASSED'
* nuke trailing carriage returnsScott Ullrich2010-12-221-1/+1
|
* Fix incorrect variable name.Erik Fonnesbeck2010-12-221-1/+1
|
* merge the dynamic obtained result with the static maintained list to not ↵Ermal2010-12-211-4/+1
| | | | avoid strange problems as in Ticket #1123.
* Get rid of fastforwarding since it is not maintained from long time. ↵Ermal2010-12-081-1/+1
| | | | Courtesy-of: battlez_ IRC
* Add lem(4) to our drivers list.Ermal2010-12-071-2/+2
|
* Unbreak sysctl handling.Scott Ullrich2010-11-281-1/+1
|
* Use php_uname where possible.Ermal2010-11-261-2/+2
|
* nuke ;Scott Ullrich2010-11-211-1/+1
|
* Remove bce item it is loader.conf only per jimpScott Ullrich2010-11-211-2/+1
|
* Define hw.bce.tso_enableScott Ullrich2010-11-211-1/+2
|
* Increase vfs.read_max to 32. See ↵Scott Ullrich2010-11-201-26/+27
| | | | 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.Ermal2010-11-191-1/+1
|
* Use full path when we might not have full environment setup.Ermal2010-11-191-2/+2
|
* Remove trailing carriage returnScott Ullrich2010-11-101-1/+2
|
* Rename 'name' to 'descr' for CA, Certificates, and CRLs, to gain CDATA ↵jim-p2010-10-191-1/+1
| | | | protection and standardize field names. Ticket #320.
* Convert fullname field on users to descr, so it gains CDATA protection.jim-p2010-10-191-1/+1
|
* desc to descr in Load Balancer config, so they gain CDATA protection and ↵jim-p2010-10-191-1/+1
| | | | standardize field names. Ticket #320.
* Change the description field on sysctl tunables to be 'descr' and not 'desc' ↵jim-p2010-10-191-1/+1
| | | | so they will gain CDATA protection. Ticket #320
* Bump config.Ermal2010-10-161-1/+1
|
* Use the new events mechanisms to dispatch events.Ermal2010-09-071-0/+1
|
* Add upgrade code for NAT 1:1 rules and bump config version.Erik Fonnesbeck2010-09-051-1/+1
|
* Correct function name. Pointy-hat: jimp@Ermal2010-09-031-1/+1
|
* Upgrade code for pppoe.Ermal2010-09-021-1/+1
|
* Bump version of config so upgrade code will run.jim-p2010-09-011-1/+1
|
* Add bwn to interface lists too.jim-p2010-08-231-1/+1
|
* Add run(4) to known wireless nics. Reported-by: ↵Ermal2010-08-231-1/+1
| | | | http://forum.pfsense.org/index.php/topic,27744.0.html
* Increase upload file size to 1 megabyteScott Ullrich2010-08-101-1/+1
|
* Remove useless sysctl since it is not useful. Ticket #729.Ermal2010-08-061-1/+0
|
* When filtering on the member interfaces of the bridge tell if_bridge to send ↵Ermal2010-07-301-0/+1
| | | | locally destined packets as coming from the member itself. This should fix some reported issues on Ticket #729.
* Fix NanoBSD snapshot URL default.jim-p2010-06-211-1/+1
|
* PPPoE config upgrade code and bump config version in globals.incgnhb2010-05-181-1/+1
|
* Use "PPPs" as the new Tab name in Interfaces -> Assign. Rename files and ↵gnhb2010-05-041-1/+1
| | | | | | update affected files. Also, add upgrade_config function 062_to_063.
* Improve NAT Port ForwardingRenato Botelho2010-04-291-1/+1
| | | | | | | | | | | | | | New features available are: * Now you can disable a rule * You can define "no rdr" rules * Source type, address and port, with an option "not" for exceptions * Destination type, address and port, with an option "not" for exceptions Implemented by: Carlos Eduardo Ramos <carlos.ramos@bluepex.com> Renato Botelho <renato.botelho@bluepex.com> Vinicius Coque <vinicius.coque@bluepex.com> Reviewed by: cmb and efonne Sponsored by: BluePex Security Solutions
* Add a new global option, disablehelpicon, to hide help icon from all pagesRenato Botelho2010-04-081-0/+1
|
* Make lan/wan behave as all other interfaces.Ermal2010-03-271-1/+1
|
* Enable tso now that pf(4) problems with it are solved. Remove duplicate ↵Ermal2010-03-161-3/+1
| | | | icmplim entry created by myself in a previous commit.
* Ticket #20. Disable icmp limiting.Ermal2010-03-161-1/+2
|
* Propperly initialize variables so they function is as expected.Ermal Luçi2010-03-051-0/+1
|
* it's 2010Chris Buechler2010-02-281-1/+1
|
* Actually remove vlan_native_support array it is not used in 2.0. While there ↵Ermal Luçi2010-02-251-8/+1
| | | | move the auto updater to 8.1 snapshots.
* Fix finding interfaces that support hwtagging.Ermal Luçi2010-02-251-1/+1
|
* Speed up and correct the finding of interfaces that support vlanmtu using ↵Ermal Luçi2010-02-251-29/+29
| | | | the pfSense module.
* Go ahead and add other wireless devices to this list, so if/when they are ↵jim-p2010-02-131-1/+1
| | | | added, they should work.
* Add mwl to list of wireless cardsjim-p2010-02-131-1/+1
|
* Add zyd(4) to the wirless regex.Ermal Luçi2010-01-291-2/+2
|
* Stop fighting php bugs where a variable is not defined on one system yet it ↵Scott Ullrich2010-01-201-0/+29
| | | | is defined on another.
OpenPOWER on IntegriCloud