summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* Unbreak remote-ip box. Mpd is now starting for ppptp serverScott Ullrich2009-12-221-0/+2
|
* Automatically generate a certificate Resolves #63Scott Ullrich2009-12-221-24/+16
|
* We are on 2.0-ALPHA. Resolves #241Scott Ullrich2009-12-221-1/+1
|
* Correct variable typos.Ermal Luçi2009-12-221-1/+1
|
* Try to send the update through the interface that has the ip so some ↵Ermal Luçi2009-12-221-0/+1
| | | | services do not complain.
* Try to be more consistent on boolean value checking.Ermal Luçi2009-12-221-16/+14
|
* Fix variable name type. Fix CURLOPT_INTERFACE opt setting.Ermal Luçi2009-12-221-2/+2
|
* Simplify code.Ermal Luçi2009-12-221-7/+1
|
* * Fix alias handling around the repo.Ermal Luçi2009-12-222-116/+109
| | | | | | * 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: ?
* 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
* Partial rewrite of gateway code, now partially facilitates dynamic interfacesSeth Mos2009-12-212-71/+107
| | | | | | | | - 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
|
* increase the default cert lifetimeChris Buechler2009-12-211-1/+1
|
* 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
|
* 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
|
* 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
* 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 reject rules to the same as in 1_2. return is valid on all rulesChris Buechler2009-12-181-11/+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-181-0/+2
| | | | 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
|
* 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.
* 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
* 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".
* fix call to undefined functionChris Buechler2009-12-171-1/+1
|
* add ability to hide help menuChris Buechler2009-12-171-0/+1
|
* use product_nameChris Buechler2009-12-171-3/+3
|
* add ability to hide theme selectionChris Buechler2009-12-171-0/+1
|
* 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
|
OpenPOWER on IntegriCloud