summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* Let ifconfig changes happen after hostapd is killed.Espen Johansen2005-09-281-3/+8
| | | | No more sighup hostapd as this seems to create problems.
* If debugging is enabled, do not mute the console when bringing up the ↵Scott Ullrich2005-09-282-3/+4
| | | | optional interfacs. we're trying to chase down a panic/freeze.
* When debugging, alert while assigning syncdevScott Ullrich2005-09-271-0/+2
|
* Version bumpScott Ullrich2005-09-271-1/+1
|
* Do not use syncdev and syncif... Use syncdev.Scott Ullrich2005-09-271-1/+3
|
* * Add new /debugging check which enables $debugging. We should use this in ↵Scott Ullrich2005-09-272-7/+28
| | | | | | the future to output as much additional information that we need to in diagnosing problems. in this case we're adding data to carp on boot to deterimine why its locking up / rebooting * Add debugging data to carp init
* We need to keep-state on the allowed MAC address rules.Scott Ullrich2005-09-271-2/+2
|
* Allow src and dst mac'sScott Ullrich2005-09-271-0/+1
|
* Correctly add the mac pass through ruleScott Ullrich2005-09-271-0/+1
|
* Correctly add the mac pass through ruleScott Ullrich2005-09-271-1/+1
|
* Skip to rule 65535 since its the last allow all from any to any ruleScott Ullrich2005-09-271-1/+1
|
* pass through mac entries should always exist. the reasonScott Ullrich2005-09-271-0/+15
| | | | | | | | for this is because we do not have native mac address filtering mechanisms. this allows us to filter by mac address easily and get around this limitation. I consider this a bug in m0n0wall and pfSense as m0n0wall does not have native mac filtering mechanisms as well.
* Do not process items if it's not an array.Scott Ullrich2005-09-271-0/+2
|
* Remove keyboard check helperScott Ullrich2005-09-271-1/+0
|
* Remove destination portScott Ullrich2005-09-261-1/+1
|
* Comment out non-working ipv6 nat redirect and mark with a XXXScott Ullrich2005-09-261-1/+2
|
* Trim the label. It sucks to get label too long errors after an upgrade!Scott Ullrich2005-09-261-2/+2
|
* Version bumpScott Ullrich2005-09-261-1/+1
|
* Work around the fact that our traffic shaper configuration takes time to ↵Scott Ullrich2005-09-262-1/+15
| | | | create by leaving the carp interfaces in a down state until the very end of bootup.
* axe pf captive portal. not sure how this got added back.Scott Ullrich2005-09-261-18/+0
|
* handle alias ports correctlyScott Ullrich2005-09-261-1/+1
|
* Need a space between keep state and the portScott Ullrich2005-09-261-1/+1
|
* Missing ;Scott Ullrich2005-09-261-1/+1
|
* Correctly define a variable.Scott Ullrich2005-09-261-1/+1
|
* Add a 30 timeout to the DynDNS client.Erik Kristensen2005-09-261-543/+544
|
* Run dyndns update every 2 am to check for changes.Scott Ullrich2005-09-251-1/+1
|
* Remove ntp update from crontab, it should be running constantly.Scott Ullrich2005-09-251-1/+0
|
* Try and prevent the error:Scott Ullrich2005-09-251-0/+1
| | | | | | Warning: in_array(): Wrong datatype for second argument in /etc/inc/util.inc on line 269 by definging $upints = array(); at the beginning of the function
* Split out shaper code to make it easier to work onBill Marquette2005-09-251-25/+25
|
* Split out shaper stuff from filter.inc so it'll be easier to work onBill Marquette2005-09-252-542/+584
| | | | (manual merge from shaper branch)
* Massive text/variable cleanupBill Marquette2005-09-251-102/+111
|
* Alpha sort includesBill Marquette2005-09-251-4/+6
| | | | | require util.inc require pfsense-utils.inc
* Clean up hardcoded /tmp usageBill Marquette2005-09-241-14/+12
|
* Only sleep for 1 secondScott Ullrich2005-09-241-1/+1
|
* Version bumpScott Ullrich2005-09-241-1/+1
|
* Remove function stub. No traces of it being called now.Scott Ullrich2005-09-241-4/+0
|
* Adjust carp bootup sequence. Do not down the interfaces and later up them.Scott Ullrich2005-09-243-23/+3
|
* * Sync master password correctlyScott Ullrich2005-09-243-22/+23
| | | | * Do not down carp interfaces on bootup
* * Sync master password correctlyScott Ullrich2005-09-242-4/+1
| | | | * Add 100 to advskew and cap at 255
* Raise RPC timeout to 240 to avoid errors when syncing against really old ↵Scott Ullrich2005-09-241-3/+3
| | | | slow gear (aka soekris 4501).
* Quick change to test MT's cvs_push.Colin Smith2005-09-241-0/+1
|
* add newlineScott Ullrich2005-09-241-1/+1
|
* remove package name, its already listed on the lineScott Ullrich2005-09-241-1/+1
|
* Simplify messageScott Ullrich2005-09-241-1/+1
|
* Alert user when untarring file and checking. It appears the gui is frozen ↵Scott Ullrich2005-09-241-0/+2
| | | | during this period for large tar files.
* Use correct mtu for pptp when wan is pppoe.Scott Ullrich2005-09-231-1/+7
| | | | Have I mentioned how much I _HATE_ pptp lately?
* Exit when ssh is disabledScott Ullrich2005-09-231-0/+1
|
* Handle integers betterScott Ullrich2005-09-231-3/+5
|
* * Add 50 to advskew on sync slaves.Scott Ullrich2005-09-231-1/+3
| | | | * If skew goes over 255, reduce to 255
* Move to minicronScott Ullrich2005-09-231-1/+0
|
OpenPOWER on IntegriCloud