summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* * Fix alias handling around the repo.Ermal Luçi2009-12-223-125/+114
| | | | | | * Add new function filter_expand_alias to allow expanding single alias. * Fix reflection rules generation(missing the target variable) * Propperly identify duplicate lines in inetd.conf generated.
* Fix occurence twice of the nc command, once with full path and once without ↵Ermal Luçi2009-12-221-3/+3
| | | | | | | the full path. Reported-by: http://forum.pfsense.org/index.php/topic,19957.0.html Pointyhat-to: ?
* show proper commasChris Buechler2009-12-211-1/+1
|
* Do not break rc.newwanip by putting more information than requested in the file.Ermal Luçi2009-12-211-4/+4
|
* More fine grained update of dyndns and dnsupdate.Ermal Luçi2009-12-212-2/+2
|
* Make dnsupdate runnable per interface. Update the calls on ↵Ermal Luçi2009-12-212-37/+10
| | | | interface_configure to per interface. Remove unused dyndns_reset function.
* Make sure to use the correct dummy IP address for the monitor for dynamic ↵Seth Mos2009-12-211-0/+5
| | | | interfaces
* Fix status page to correctly itterate the gateways arraySeth Mos2009-12-211-5/+8
|
* Partial rewrite of gateway code, now partially facilitates dynamic interfacesSeth Mos2009-12-213-83/+126
| | | | | | | | - Upgrade code takes different naming into account - Add gateway entries for dynamic interfaces - Rewrite status array to also support dynamic interfaces. - Always use unique localhost monitor IP addresses for down dynamic interfaces - Accept the gateway IP address of "dynamic" on the gateway edit page
* Make sure we test for the right gateway name in the upgrade code.Seth Mos2009-12-211-2/+3
|
* Fix type handling to save what was choosen end not to guess it. Save the ↵Ermal Luçi2009-12-211-15/+2
| | | | cidr when specified with hostnames seems people used this feature in 1.2.x branch.
* fix for disabled theme selectionChris Buechler2009-12-211-1/+3
|
* increase the default cert lifetimeChris Buechler2009-12-214-4/+4
|
* Generate a certificate at first boot rather than using a default public ↵Chris Buechler2009-12-213-46/+13
| | | | cert/key pair. Ticket #63
* fix typoChris Buechler2009-12-211-1/+1
|
* run filter_configure_sync after PPP comes upChris Buechler2009-12-211-0/+1
|
* add PPP support to dynamic gatewaysChris Buechler2009-12-211-0/+8
|
* shift this around a little, put the dynamic gateways beneath the static ↵Chris Buechler2009-12-211-13/+14
| | | | ones, not beneath the gateway groups. Also show the dynamic gateways correctly ($ifent not $if)
* allow unlimited gateways to have a blank monitor IP (i.e. monitor IP == ↵Chris Buechler2009-12-211-1/+1
| | | | gateway IP)
* clean up textChris Buechler2009-12-211-4/+4
|
* use correct gateway IP for PPPChris Buechler2009-12-211-1/+1
|
* fix textChris Buechler2009-12-201-1/+1
|
* remove wrong no natChris Buechler2009-12-201-2/+0
|
* fix whitespaceChris Buechler2009-12-201-1/+1
|
* this just duplicates the PPP interface, as it's handled aboveChris Buechler2009-12-201-0/+2
|
* clean this up a bit, add commentsChris Buechler2009-12-201-4/+5
|
* escape // so it fills in properlyChris Buechler2009-12-201-3/+3
|
* lower a little more so VMware w/128 MB is okChris Buechler2009-12-201-1/+1
|
* Use the globals for minimum RAM warning, drop limit a little to accommodate ↵Chris Buechler2009-12-202-4/+4
| | | | 128 MB RAM systems
* add VerizonChris Buechler2009-12-201-0/+8
|
* Pass the right argument to killbypid. Pointy-hat: myself.Ermal Luçi2009-12-191-2/+2
|
* match the interface check with the later "pass out" rule's check, so as to ↵Chris Buechler2009-12-191-1/+1
| | | | not generate invalid ruleset
* fix textChris Buechler2009-12-181-1/+1
|
* fix reject rules to the same as in 1_2. return is valid on all rulesChris Buechler2009-12-183-16/+4
|
* fixup textChris Buechler2009-12-183-8/+7
|
* show correct site in "Unable to communicate" error, clarify error message.Chris Buechler2009-12-181-2/+2
|
* Attempt to work around both static configs and dynamic configs on load ↵Seth Mos2009-12-181-3/+5
| | | | | | balancer upgrades. Needs testing on live installs 1.2 => 2.0.
* Use _descr() instead for getting the log interface, so it uses the ↵jim-p2009-12-181-1/+1
| | | | user-supplied name rather than wan/opt1/opt2/etc.
* Add a FIXME note to the upgrade part.Seth Mos2009-12-181-0/+1
|
* Make sure that the upgraded load balancer configuration reflects the new ↵Seth Mos2009-12-182-1/+3
| | | | gateway names
* Remove the existing default route before when can add a new one, check when ↵Seth Mos2009-12-181-0/+4
| | | | it differs from the existing one
* Make sure that we mark the wan interface as the default gateway on upgradesSeth Mos2009-12-181-0/+4
|
* Fine tune the wordingSeth Mos2009-12-181-2/+2
|
* Replace the previous itteration with this version 2 attempt.Seth Mos2009-12-181-5/+7
| | | | | The interface gateways array previously contained no interface name that could be used. Succesfully upgraded 1 configuration. Needs more testing to catch other edge cases.
* Correct CSS class name for the normal view of the gateway descriptionSeth Mos2009-12-181-1/+1
|
* Replace gateways configuration upgrade code with 1st attempt to fix.Seth Mos2009-12-181-6/+17
| | | | Revert the lbpool descriptopn variable name. It was correct before.
* clarify comment, throw a log message when get into this code path, which ↵Seth Mos2009-12-181-2/+3
| | | | should not happen
* Disable the delete icon for system gatewaysSeth Mos2009-12-181-2/+13
| | | | Set the background for the description to grey if this is a automatically added gateway. Normal ones stay red.
* Do no throw a duplicate IP address warning when creating a new entry from a ↵Seth Mos2009-12-181-4/+5
| | | | | | | existing gateway which was previously a automatically added gateway entry. - clarify comment message
* Clarify the description for Dynamic gateways that it is automatically addedSeth Mos2009-12-181-1/+1
|
OpenPOWER on IntegriCloud