| Commit message (Expand) | Author | Age | Files | Lines |
* | Make limiters have a schedule specified which applie bandwidth limits during ... | Ermal | 2012-10-09 | 1 | -0/+18 |
* | Due to the DHCP pool tag needing to be an array, rename the old LB "pool" var... | jim-p | 2012-09-26 | 1 | -0/+17 |
* | Ensure this gets a set default value or things can break | jim-p | 2012-08-01 | 1 | -0/+3 |
* | Remove ca reference | bcyrill | 2012-07-03 | 1 | -3/+0 |
* | Implement certificate chain in Captive Portal | bcyrill | 2012-07-03 | 1 | -12/+20 |
* | Use Certificate Manager in Captive Portal settings | bcyrill | 2012-07-02 | 1 | -0/+39 |
* | Change ereg_replace to preg_replace() function | ccesario | 2012-06-30 | 1 | -1/+1 |
* | Generalize the Crypto hardware option and add GUI support for AES-NI. | jim-p | 2012-06-12 | 1 | -1/+7 |
* | Make sure we tag all 2.0 gateways as being IPv4, in 2.1 we require this tag t... | smos | 2012-06-08 | 1 | -0/+10 |
* | Correct upgrade code from report of http://forum.pfsense.org/index.php/topic,... | Ermal | 2012-06-06 | 1 | -5/+14 |
* | Fixes #2428. Reference limiters in rules by name to avoid issues. Also put up... | Ermal | 2012-06-01 | 1 | -0/+40 |
* | Include util.inc and IPv6.inc before config.lib.inc. | smos | 2012-06-01 | 1 | -1/+0 |
* | Make sure we include "util.inc" during config upgrade. We need is_ipaddrv4() ... | smos | 2012-06-01 | 1 | -0/+1 |
* | Rename old RRD quality database to the new GW name so we continue the graph. | smos | 2012-05-31 | 1 | -0/+7 |
* | Fix reference updating for when more than one carp vip exists. Skip the upgra... | Erik Fonnesbeck | 2012-05-23 | 1 | -5/+9 |
* | Add missing declaration for global variable $g where it is used. | Erik Fonnesbeck | 2012-05-23 | 1 | -2/+2 |
* | Fix name of the config section for virtual IPs in upgrade code. Ticket #2445 | Erik Fonnesbeck | 2012-05-23 | 1 | -2/+2 |
* | Check the surrounding characters to not allow partial matches. Ticket #2445 | Erik Fonnesbeck | 2012-05-23 | 1 | -1/+1 |
* | Revert "Rather do a fix by going through vips in reverse order" | Erik Fonnesbeck | 2012-05-23 | 1 | -4/+1 |
* | Do this only for carp type vips | Ermal | 2012-05-23 | 1 | -1/+4 |
* | Rather do a fix by going through vips in reverse order | Ermal | 2012-05-23 | 1 | -3/+5 |
* | Since this is an interface to avoid issues arising from vip1 and vip11 existi... | Ermal | 2012-05-23 | 1 | -1/+1 |
* | Move vip upgrade code to be later, since it was backed out of 2.0.x it no lon... | jim-p | 2012-05-23 | 1 | -15/+16 |
* | Ooops use correct name for vips | Ermal | 2012-05-23 | 1 | -2/+1 |
* | Oops this should be sed and not sh. Fixes #2445 | Ermal | 2012-05-23 | 1 | -1/+1 |
* | Make sure to push elements we don't recognize on the stack too. | smos | 2012-04-18 | 1 | -0/+2 |
* | Add upgrade code that updates the dynamic gateway names to their new format n... | smos | 2012-04-18 | 1 | -0/+36 |
* | Feature #2123 Backup RRD files using the xml dump and restore from RRD tools | Darren Embry | 2012-04-12 | 1 | -6/+2 |
* | Remove slipped line | Ermal | 2012-04-05 | 1 | -1/+0 |
* | Make vips vhid be unique per parent interface! | Ermal | 2012-04-05 | 1 | -1/+19 |
* | Move CARP settings from pkg XML to a real PHP page | Darren Embry | 2012-03-22 | 1 | -0/+18 |
* | Unbreak the upgrade_config.inc, sorry | smos | 2012-03-15 | 1 | -1/+1 |
* | More memory optimizations for the RRD upgrade. Ticket #1758 #2159 | smos | 2012-03-15 | 1 | -12/+3 |
* | Update the upgrade function so we use less memory here too to make sure it su... | smos | 2012-03-15 | 1 | -10/+9 |
* | Fixes #1999. Upgrade bvoucher config as well during CP upgrade to multi-instance | Ermal | 2012-02-07 | 1 | -0/+7 |
* | PPTP upgrade needs to declare $config a global. | jim-p | 2012-02-01 | 1 | -0/+1 |
* | Fix LZO setting for Upgraded OpenVPN (was turning compression on even if old ... | jim-p | 2012-01-25 | 1 | -2/+2 |
* | Fix upgrade code for 1.2.3 with assigned OpenVPN interface. | jim-p | 2012-01-25 | 1 | -10/+8 |
* | Don't ignore when multiple OpenVPN DNS, NTP, WINS, etc servers were specified... | jim-p | 2012-01-25 | 1 | -8/+58 |
* | Safer for 1.2.3 upgrades to assume OpenVPN interface == any, since 1.2.3 didn... | jim-p | 2012-01-25 | 1 | -1/+1 |
* | Unbreak a number of explode() replacements which required preg_split() | smos | 2012-01-20 | 1 | -1/+1 |
* | The function split() is replaced by the function explode(). Starting with PHP... | smos | 2012-01-19 | 1 | -1/+1 |
* | Convert MTU from 1.2.3 to MSS on 2.0, fixes #1886 | jim-p | 2011-11-01 | 1 | -0/+11 |
* | Fix SMTP monitor check in upgrade code, too. | jim-p | 2011-11-01 | 1 | -2/+2 |
* | Fix the 2nd grow command, add space | Seth Mos | 2011-10-26 | 1 | -2/+2 |
* | Ok, let's try not to corrupt the RRD files on upgrade. Leave the RRA arc | Seth Mos | 2011-10-25 | 1 | -2/+7 |
* | Add the OOM memory restructuring fix from Ticket #1758 into mainline for nano... | Seth Mos | 2011-10-19 | 1 | -6/+8 |
* | Move the old databases to the backup folder in conf | smos | 2011-10-13 | 1 | -1/+1 |
* | Restore the RRD backup before attempting a migration as this bites the nanobs... | smos | 2011-10-13 | 1 | -0/+14 |
* | Add the multi instance CP to master branch. This allows to define CP with dif... | Ermal | 2011-09-07 | 1 | -0/+12 |