| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix PPTP server radius settings upgrade from 1.2.3. Fixes #1292 | jim-p | 2011-05-18 | 1 | -0/+17 |
* | Remove rndtest sysctl since the kernel module is not anymore part of our kern... | Ermal | 2011-04-28 | 1 | -4/+0 |
* | Fix PPPoE upgrade, the <pppoe> tag is considered an array these days and the ... | jim-p | 2011-04-21 | 1 | -6/+6 |
* | CRL is read in as an array now, so even in the imported config it will appear... | jim-p | 2011-04-06 | 1 | -2/+2 |
* | Check for "aes 256" as IPsec encryption type, not just rijndael. | jim-p | 2011-03-29 | 1 | -0/+4 |
* | Add some upgrade code for IPsec mobile clients. Passes php -l but needs more ... | jim-p | 2011-03-29 | 1 | -0/+134 |
* | Keep a table of gateways we added for static routes to prevent us from making... | smos | 2011-03-16 | 1 | -1/+8 |
* | Only change protocol if it's set and not empty. | jim-p | 2011-03-04 | 1 | -1/+2 |
* | Add upgrade code to ensure rule protocols are all lower case. | jim-p | 2011-03-03 | 1 | -0/+7 |
* | Fix admins group permission setting when upgrading from 1.2.3. | jim-p | 2011-02-25 | 1 | -1/+1 |
* | Correct IPsec carp interface upgrade code, off by one | smos | 2011-02-25 | 1 | -1/+1 |
* | Use full path to pw | jim-p | 2011-02-24 | 1 | -2/+2 |
* | Add missing _relayd group, and when upgrading from 1.2.3, add _relayd group a... | jim-p | 2011-02-24 | 1 | -0/+2 |
* | Correct the vlan upgrade code to continue when we fixed up the interface | smos | 2011-02-24 | 1 | -2/+4 |
* | Correct the config path to the vip array | smos | 2011-02-23 | 1 | -1/+1 |
* | Attempted fix that should convert the old carp[$i] naming to vip[$vhid] | smos | 2011-02-23 | 1 | -0/+5 |
* | Make sure we iterate by the vlan number lest we end up with a empty variable?... | smos | 2011-02-23 | 1 | -3/+4 |
* | Correct the gateway group member name to the correct GW_". strtoupper($if) up... | smos | 2011-02-23 | 1 | -1/+1 |
* | Do not rely on php new foreach by reference and use the old method of chaning... | Ermal | 2011-02-16 | 1 | -8/+6 |
* | Add the cron job a different way. There have been a couple reports of losing ... | jim-p | 2011-01-18 | 1 | -2/+10 |
* | Bump config version, add upgrade code to setup cron job for URL table update ... | jim-p | 2011-01-10 | 1 | -0/+5 |
* | Ticket #491. Correct username/password name fields so upgrade works correctly. | Ermal | 2011-01-05 | 1 | -2/+2 |
* | Forgot to up the array count. | Warren Baker | 2011-01-04 | 1 | -3/+3 |
* | Add kern.ipc.maxsockbuf to upgrade config and remove extra whitespace. | Warren Baker | 2011-01-04 | 1 | -1/+5 |
* | Instead of replacing the whole array just add the new vlanif member to the co... | Ermal | 2010-12-23 | 1 | -3/+2 |
* | nuke trailing carriage returns | Scott Ullrich | 2010-12-22 | 1 | -1/+1 |
* | Ticket #491. Do not actually check for enable to exist but for host since ena... | Ermal | 2010-12-06 | 1 | -2/+2 |
* | Store upgraded monitor IPs in gateway items, not accidentally as bogus interf... | jim-p | 2010-11-30 | 1 | -4/+5 |
* | Make the RRD path if it doesn't yet exist at this point. | jim-p | 2010-11-30 | 1 | -0/+2 |
* | Remove hw.bce.tso_enable item it is loader.conf only per jimp | Scott Ullrich | 2010-11-21 | 1 | -10/+6 |
* | Some fixes for the upgrade code for captive portal users. | Erik Fonnesbeck | 2010-11-18 | 1 | -1/+11 |
* | Remove the old field even if empty in rename_field. | Erik Fonnesbeck | 2010-11-18 | 1 | -2/+2 |
* | Remove trailing carriage return | Scott Ullrich | 2010-11-10 | 1 | -1/+2 |
* | Do some is_array() testing before renaming fields, otherwise empty variables ... | jim-p | 2010-10-27 | 1 | -9/+20 |
* | Check to see if it is not an array first - as per jim-p on IRC. | Warren Baker | 2010-10-22 | 1 | -1/+2 |
* | Mark this entry as an array before treating it as such otherwise php complains. | Ermal | 2010-10-22 | 1 | -0/+1 |
* | Fix crl upgrade code. | jim-p | 2010-10-21 | 1 | -1/+1 |
* | Add upgrade code for importing CRLs. Ticket #555 | jim-p | 2010-10-20 | 1 | -2/+12 |
* | Rename 'name' to 'descr' for CA, Certificates, and CRLs, to gain CDATA protec... | jim-p | 2010-10-19 | 1 | -8/+15 |
* | Generalize this function and use it in more places to reduce duplicated code. | jim-p | 2010-10-19 | 1 | -31/+15 |
* | Convert fullname field on users to descr, so it gains CDATA protection. | jim-p | 2010-10-19 | 1 | -1/+14 |
* | desc to descr in Load Balancer config, so they gain CDATA protection and stan... | jim-p | 2010-10-19 | 1 | -2/+22 |
* | Change the description field on sysctl tunables to be 'descr' and not 'desc' ... | jim-p | 2010-10-19 | 1 | -24/+37 |
* | Use proper matching because the command might contain nice in it. | Ermal | 2010-10-18 | 1 | -1/+1 |
* | Do not run anymore the cron job for monitoring check_reload_status since it h... | Ermal | 2010-10-16 | 1 | -27/+12 |
* | We want to upgrade all of interfaces/gateways. | Ermal | 2010-10-14 | 1 | -1/+1 |
* | Better initialize this. | Ermal | 2010-10-01 | 1 | -0/+1 |
* | Add upgrade code for NAT 1:1 rules and bump config version. | Erik Fonnesbeck | 2010-09-05 | 1 | -0/+23 |
* | Base64 encode passowrd fields for safer operations. Suggested-by: Efonne(IRC) | Ermal | 2010-09-03 | 1 | -1/+1 |
* | Upgrade user data too for new pppoe world. | Ermal | 2010-09-03 | 1 | -0/+11 |