summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Make sure that when upgrading the load balancer pools to the gateway format ↵Seth Mos2009-12-181-1/+1
| | | | | | we set the description as well. Typo in the variable name
* Make sure that when upgrading a balance pool that we always user tier 1, it ↵Seth Mos2009-12-181-1/+6
| | | | previously used tier 0 which equals "Do not use".
* make re-brand friendlyChris Buechler2009-12-171-3/+3
|
* Move conf_mount_ro() to the stop section. Fix formatting while hereScott Ullrich2009-12-171-62/+49
|
* fix call to undefined functionChris Buechler2009-12-171-1/+1
|
* add ability to hide help menuChris Buechler2009-12-172-10/+15
|
* use product_nameChris Buechler2009-12-171-3/+3
|
* add ability to hide theme selectionChris Buechler2009-12-172-0/+3
|
* Fix call to fwrite.Ermal Luçi2009-12-171-1/+1
|
* Start using the new utility for monitoring dns hostnames used in aliases.Ermal Luçi2009-12-172-22/+26
|
* Correctly reconfigure vips when the underlying/parent interface gets ↵Ermal Luçi2009-12-171-2/+25
| | | | reconfigured.
* Fix deletion of ipaliases. Use get_real_interface instead of the long name ↵Ermal Luçi2009-12-172-4/+5
| | | | of function.
* Revert b15ae348, add mute flag set to trueSeth Mos2009-12-161-0/+2
|
* use /var/etc/hosts instead of /etc/hosts which should be a symlinksullrich2009-12-161-3/+3
|
* Do not pass option -l to dnsmasq any longer. Only launch the registration ↵sullrich2009-12-161-6/+9
| | | | helper daemon if the option is enabled
* Resolve Warning: Invalid argument supplied for foreach() in ↵sullrich2009-12-151-1/+1
| | | | /usr/local/sbin/pfSsh.php(334) : eval()'d code on line 257
* Include needed librariessullrich2009-12-151-0/+4
|
* Resolves #220. Fixed because of missed changes as in Ticket #170.Ermal Luçi2009-12-151-2/+2
|
* Reverting this because:Ermal Luçi2009-12-151-12/+2
| | | | | | | | | | | 1- It is broken. It breaks the recursivity of the function itself. 2- It harms the boot time of pfSense too much. 3- It impacts the filter reload too much. 4- My own opinion it is not the right way to do it, although the easiest. Revert "Make sure that hostnames inside a alias that does not resolve will not result in a unloadable ruleset." This reverts commit 201fbd66cd60a86aa2002486fd729054e5bcd094.
* This function appears to not be needed on 2.0 (It is needed on 1.2.3 where I ↵jim-p2009-12-141-17/+1
| | | | originally coded this part). Use convert_real_interface_to_friendly_interface_name() instead, since it seems to have special case handling for PPPoE and such now. Tested and working on a static IP setup, still needs tested by a PPPoE user on 2.0. (Logs should show "WAN" in the interface column, not "pppoe0".)
OpenPOWER on IntegriCloud