index
:
pfsense
RELENG_1_2
RELENG_2_0
RELENG_2_1
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4_0
RELENG_2_4_4
master
Raptor Engineering's fork of the main repository for pfSense
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
etc
/
inc
/
upgrade_config.inc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Ticket #486. Convert even the gateways that specify the interface itself.
Ermal
2010-04-14
1
-2
/
+5
*
Make lan/wan behave as all other interfaces.
Ermal
2010-03-27
1
-0
/
+7
*
Ticket #324. Add allow all rule during upgrade.
Ermal Luçi
2010-02-09
1
-0
/
+14
*
Ticket #280. Seems that xml parser does not set the value correctly.
Ermal Luçi
2010-01-14
1
-4
/
+8
*
Reorder a few lines so we do not step on the interface variable. This was the...
Seth Mos
2009-12-24
1
-4
/
+4
*
Fix variable name, this tagged all gateways as dynamic on upgrades.
Seth Mos
2009-12-23
1
-1
/
+1
*
Unbreak remote-ip box. Mpd is now starting for ppptp server
Scott Ullrich
2009-12-22
1
-0
/
+2
*
Partial rewrite of gateway code, now partially facilitates dynamic interfaces
Seth Mos
2009-12-21
1
-25
/
+29
*
Make sure we test for the right gateway name in the upgrade code.
Seth Mos
2009-12-21
1
-2
/
+3
*
Attempt to work around both static configs and dynamic configs on load balanc...
Seth Mos
2009-12-18
1
-3
/
+5
*
Add a FIXME note to the upgrade part.
Seth Mos
2009-12-18
1
-0
/
+1
*
Make sure that the upgraded load balancer configuration reflects the new gate...
Seth Mos
2009-12-18
1
-0
/
+2
*
Make sure that we mark the wan interface as the default gateway on upgrades
Seth Mos
2009-12-18
1
-0
/
+4
*
Replace the previous itteration with this version 2 attempt.
Seth Mos
2009-12-18
1
-5
/
+7
*
Replace gateways configuration upgrade code with 1st attempt to fix.
Seth Mos
2009-12-18
1
-6
/
+17
*
Make sure that when upgrading the load balancer pools to the gateway format w...
Seth Mos
2009-12-18
1
-1
/
+1
*
Make sure that when upgrading a balance pool that we always user tier 1, it p...
Seth Mos
2009-12-18
1
-1
/
+6
*
Fix the VLAN upgrade code so that it correctly renames the vlan entries and u...
Seth Mos
2009-12-14
1
-3
/
+13
*
Make sure we do not place the temporary files in / but in /tmp
Seth Mos
2009-12-14
1
-0
/
+2
*
s/loadbalancer/load_balancer/
sullrich
2009-12-07
1
-3
/
+3
*
Add back chopped off and. Output updating configuration after rrd upgrade to...
sullrich
2009-12-07
1
-1
/
+2
*
oops, revert this. there is code already. focus on making it work for this ...
sullrich
2009-12-07
1
-19
/
+4
*
Upgrade outgoing load balancing to gateway groups. Ticket #78
sullrich
2009-12-07
1
-1
/
+17
*
Do not rely on PHP5 features which are not widely used in pfSense.
Ermal Luçi
2009-12-07
1
-2
/
+2
*
upgrade sysctls to value default. Ticket #71
sullrich
2009-12-06
1
-21
/
+25
*
Extra protection to prevent empty load_balancer arrays on configuration upgrades
Seth Mos
2009-12-03
1
-1
/
+7
*
Add pfSense_BUILDER_BINARIES: and pfSense_MODULE: additions
Scott Ullrich
2009-09-12
1
-0
/
+4
*
add missing sysctl to config upgrade
Chris Buechler
2009-09-01
1
-0
/
+5
*
Make the config upgrade sysctls match the correct values in the default confi...
Chris Buechler
2009-09-01
1
-4
/
+4
*
Include certs.inc
Scott Ullrich
2009-08-24
1
-1
/
+1
*
Make style consistent
Scott Ullrich
2009-08-24
1
-4
/
+2
*
Oops, part of the git merge sneaked in here. Remove
Scott Ullrich
2009-08-24
1
-10
/
+4
*
Merge branch 'master' of git://rcs.pfsense.org/pfsense/nigel-ca-chain into re...
Scott Ullrich
2009-08-24
1
-0
/
+33
|
\
|
*
Added support for certificate chains to manager so that lighty can deliver th...
Nigel Graham
2009-05-24
1
-0
/
+33
*
|
Minor header changes
Scott Ullrich
2009-08-24
1
-2
/
+2
*
|
Remove openvpn.inc from functions.inc since its just a subsystem that does no...
Ermal Luçi
2009-07-08
1
-2
/
+0
*
|
s/./_/ for vlans since netgraph does not like .(dots) in the path names.
Ermal Luci
2009-06-16
1
-1
/
+1
*
|
Change even the upgrade code to use new style vlan names.
Ermal Luçi
2009-06-08
1
-1
/
+1
*
|
Revert "Do not use tags for vlan interface names since there might be same vl...
Ermal Luçi
2009-06-08
1
-1
/
+1
*
|
Do not use tags for vlan interface names since there might be same vlan tags ...
Ermal Luçi
2009-06-08
1
-1
/
+1
*
|
Remove code from Seth since one code already exists. And fix a bug on the pre...
Ermal Luçi
2009-06-08
1
-11
/
+2
*
|
Yank bridge upgrade function as it appears to be a duplicate. I should have c...
Seth Mos
2009-06-08
1
-25
/
+1
*
|
Fix bridge upgrade code.
Seth Mos
2009-06-08
1
-3
/
+1
*
|
Fix VLAN upgrade code properly. That's what I get for blind coding.
Seth Mos
2009-06-08
1
-7
/
+4
*
|
Fix butchered upgrade code in the end of the file
Seth Mos
2009-06-08
1
-0
/
+3
*
|
Add missing quote
Seth Mos
2009-06-08
1
-1
/
+1
*
|
Add missing ; to prevent parse error
Seth Mos
2009-06-08
1
-1
/
+1
*
|
Try to fix "key element can not be a reference"
Seth Mos
2009-06-08
1
-2
/
+2
*
|
Actually use the counter
Seth Mos
2009-06-07
1
-1
/
+2
*
|
Add bridge upgrade code for 1.2 -> 2.0
Seth Mos
2009-06-07
1
-1
/
+26
[next]