summaryrefslogtreecommitdiffstats
path: root/etc/inc/globals.inc
Commit message (Collapse)AuthorAgeFilesLines
* Set latest config versionErmal2013-12-181-1/+1
|
* Remove deprecated sysctls. vfs.forcesync needs to be seen if the patch needs ↵Ermal2013-12-141-2/+0
| | | | to be put in place again!
* Since zoneid need to be less then 4096 provide some upgrade code to handle ↵Ermal2013-11-251-1/+1
| | | | that from existing configs
* Many fixes on privileges, ticket #3216:Renato Botelho2013-11-151-1/+1
| | | | | | | | | | | | | | | | - Rename some privileges: page-diag-system-activity => page-diagnostics-system-activity page-interfacess-groups => page-interfaces-groups page-interfacess-lagg => page-interfaces-lagg page-interfacess-qinq => page-interfaces-qinq - Write an upgrade function to replace above privileges by the new name - Remove unused privilege page-diagnostics-logs-wireless - Remove duplicated privileges - Fix limiter-info, pf-info and system-pftop that were using wrong name - Add privs for edit pages (interfaces_groups, interfaces_lagg, interfaces_qinq and services-igmpproxy) - Fix ID for acptiveportal allowedhostnames and editallowedhostnames - Fix some wrong matches
* Add hybrid and disabled outbound NAT, fixes #2416:Renato Botelho2013-11-131-1/+1
| | | | | | | | | | | | | - Add 2 new outbound NAT modes, hybrid and disabled, manual and advanced keep working the same way - Hybrid mode applies manual rules first, automatic after - Disabled do no create any outbound NAT rules - Remove ipsecpassthru config field and rename advancedoutbound to outbound - Save mode on $config['nat']['outbound']['mode'] to simplify the logic - Modify config.default to reflect changes - Add code to upgrade config, and change latest_version to 10.3 - Use html to align modes and remove some hacks to align using  
* Change OpenVPN Compression settings to cover the full range of allowed ↵jim-p2013-10-311-1/+1
| | | | settings on OpenVPN (unset, off, on, adaptive) rather than a simple off/on switch that either doesn't set the value or enables it with adaptive (OpenVPN's default).
* Add upgrade code to change the DHCP next-server value to nextserver since it ↵jim-p2013-10-101-1/+1
| | | | was renamed sometime in 2.1 but upgrade code didn't follow. Also shuffle the upgrade code blocks a bit since we need these on 2.1.x and nobody should be on 2.2 yet, so the impact should be minimal to renumber the one bit specific to 2.2.
* Remove newsyslog cron job on upgrade, if present.jim-p2013-10-091-1/+1
|
* Set action = pass for configured mac addresses on CP passtrumacRenato Botelho2013-09-141-1/+1
|
* s/BSDP/ESF/Chris Buechler2013-09-111-2/+2
|
* Simplify the update URL definition in globals.inc and add some comments to it.jim-p2013-09-101-4/+7
|
* Disable kill_states by default on upgrade, it fixes #3183Renato Botelho2013-09-061-1/+1
|
* Allow for easier override on $g values if needed.jim-p2013-09-051-0/+5
|
* Add independent logging choices to disable logging of bogon network rules ↵jim-p2013-07-091-1/+1
| | | | and private network rules. Add upgrade code to obey the existing behavior for users (if default block logging was disabled, so is bogon/private rule blocking). Also add a checkbox to disable the lighttpd log for people who don't want their system log spammed by lighty.
* Fixes #2979Renato Botelho2013-05-291-1/+1
| | | | | | | . Change max value for traffic and packets graphs to 20GigE . Bump config version to 9.6 . Write a config upgrade function to tune current rrd files to the new max value
* After some discussions it is better to make this a tunable and allow its ↵Ermal2013-05-081-1/+1
| | | | value change from administrator.
* Fix IPv6 Prefix ID default valueRenato Botelho2013-05-061-1/+1
| | | | | | | . Always initialize it to 0 when it's undefined . Remove unecessary initializations and checks . Bump config version to 9.5 . Write an upgrade config function to initialize old configs properly
* Disable udp checksums by defaultErmal2013-05-041-1/+2
|
* point 2.1 to gui21Chris Buechler2013-04-131-1/+1
|
* Bump this a bit to allow for faster speedErmal2013-03-211-1/+2
|
* Reduce a bit the entropy collection sources to not hurt performance. There ↵Ermal2013-03-211-1/+4
| | | | are plenty of other sources on today systems
* Hide 'Perform full backup prior to upgrade' option on nano, also hide ↵Renato Botelho2013-02-271-0/+3
| | | | restore full backup. Fixes #2844
* Remove unused function remove_numbers()Renato Botelho2013-02-211-6/+0
|
* Backout Unbound for now bring back in 2.2. Fixes #2817Warren Baker2013-02-141-1/+0
|
* Bump latest_config to 9.4 to match recent version bump in the default config.jim-p2013-02-111-1/+1
|
* Adjust RRD captive portal graphs for CP zonesRenato Botelho2013-02-061-1/+1
| | | | | | | | | - Create RRD configs per zone - Add tabs to see graphs per zone - Migrate existing rrd files to default cpZone - While I'm here, call unset() for $rrdcreate and $rrdupdatesh Resolves #2655
* Add IPv6 privacy settings tunables. Keep the default FreeBSD value for them, ↵Renato Botelho2013-01-211-0/+2
| | | | that is disabled. This implements feature request #2587
* Fix outbound NAT rules when interface is deleted:Renato Botelho2013-01-051-1/+1
| | | | | | | | | | - When delete interface, do not touch outbound NAT rules - Skip outbound NAT rules when interface doesn't exist - Bump latest_config to 9.2 - Since rules with no interface were considered as wan, convert old rules adding interface 'wan' to avoid breaking old configs It should fix #2338
* Welcoming in 2013Chris Buechler2013-01-031-1/+1
|
* Add the new tunable in the GUI for custommization and its default valueErmal2012-12-111-1/+2
|
* Do not process ip options by default this is 2012Ermal2012-11-201-1/+2
|
* Make limiters have a schedule specified which applie bandwidth limits during ↵Ermal2012-10-091-1/+1
| | | | that period
* Add ECE and CWR TCP flags as defined in RFC 3168bcyrill2012-10-011-1/+1
|
* Due to the DHCP pool tag needing to be an array, rename the old LB "pool" ↵jim-p2012-09-261-1/+1
| | | | variable to something else so it's not interpreted as an array.
* Use Certificate Manager in Captive Portal settingsbcyrill2012-07-021-1/+1
|
* Generalize the Crypto hardware option and add GUI support for AES-NI.jim-p2012-06-121-1/+1
|
* Fixes #2428. Reference limiters in rules by name to avoid issues. Also put ↵Ermal2012-06-011-1/+1
| | | | upgrade code for existing configs. The same fix is necessary for 2.0.x though not sure how this should be committed there.
* Move vip upgrade code to be later, since it was backed out of 2.0.x it no ↵jim-p2012-05-231-1/+1
| | | | longer needs to be so early, and otherwise there can be some breakage/fallout. Ticket #2445
* Update the default URL here for our new FreeBSD release.smos2012-04-191-2/+2
|
* Add upgrade code that updates the dynamic gateway names to their new format ↵smos2012-04-181-1/+1
| | | | | | new $if_$type. Redmine Ticket #2332. I've tested a simple upgrade with 3 dynamic Wans with varying names and that appears to have succeeded. Needs more testing.
* Move CARP settings from pkg XML to a real PHP pageDarren Embry2012-03-221-1/+1
| | | | https://redmine.pfsense.org/issues/647
* it's 2012Chris Buechler2012-01-081-1/+1
|
* Implement is_jumbo_capable in a more performant way. This should help with ↵Ermal2011-12-281-20/+0
| | | | large number of interfaces
* Add Unbound chroot directory pathWarren Baker2011-09-301-0/+1
|
* Add global to hide download tabScott Ullrich2011-09-261-0/+1
|
* Add the multi instance CP to master branch. This allows to define CP with ↵Ermal2011-09-071-1/+1
| | | | different properties on different interfaces.
* Merge remote branch 'upstream/master'jim-p2011-06-141-1/+1
|\ | | | | | | | | | | Conflicts: etc/inc/globals.inc etc/inc/upgrade_config.inc
| * Up config number for username sync upgrade.Ermal2011-06-141-1/+1
| |
* | Merge remote branch 'upstream/master'jim-p2011-06-011-1/+1
|\ \ | |/ | | | | | | | | | | | | | | | | Conflicts: conf.default/config.xml etc/inc/filter.inc etc/inc/globals.inc etc/inc/pfsense-utils.inc etc/inc/upgrade_config.inc usr/local/www/interfaces.php
| * Remove out-dated RRD file as it will cause broken images to appear on RRD ↵Warren Baker2011-05-261-1/+1
| | | | | | | | graphs page.
OpenPOWER on IntegriCloud