Fix reported on http://forum.pfsense.org/index.php/topic,12043.0.html
Add newline
Look for <pfsense>
Check for bogus decrypted config.xml
Correct tagfile_deformat() call
Oops, use tunnel address not network.
When disabling an interface bring it down also.
Clenup some more when bringing down an interface.
Bring order and simplify logic.
Clear the arp entries for the interface going down.
Slightly change order of commands for dhcp.
Refactor some code so frontend does not need to know about details that might changeduring development.
style(9)
Move from $debugging to $g["debug"].
Remove unused var.
Mpd4 handles itself mss even with reduced mtu on pppoe case.
When interface is configured for pppoe and mtu is also configured then adjust the pppoe mtu correspondingly as to us this means pppoe mtu and not parent interface mtu.
Do not try to generate rules for the known interface groups or should we?
Split random-id and no-df option for scrubbing.
If <prefix> does not exist, then call safe_mkdir on it.
Add plugins folder for firmware_upgrade
Only attempt to run plugins if directory exists
Reload the filter. Plugins might need to run.
Use zoneinfo.tgz from m0n0wall 1.3b15
Cleanup some not needed code and use the correct debug var.A lot of code references $debug as var but actually there is only $g['debug'] and $debugging that are defined!!
When creating vlan interfaces from console fill all the needed information.
Restore accidentally removed code with bigpond removal which is causing issues with pppoe/pptp.
Navigate to / after 40 seconds to avoid accidental reboots.
Check for valid IP address using is_ipaddr
Suggested-by: Ermal
Misc style fix and checking to see if this is noticed by GIT
Still array handling changes on php5. Reported by: http://forum.pfsense.org/index.php/topic,12043.0.html
Test for existence before unsetting, this is do to changed behavior in php5. Reported by: http://forum.pfsense.org/index.php/topic,12060.0.html
Add table header row
Lock the config before reconfiguring filter rules.
Fix issue reported by http://forum.pfsense.org/index.php/topic,12043.0.html.
Actually insert the interface address when the option is specified.
All these flushing is not needed now that apply is a differnet step like everywhere else in code.
Actually apply fixes to the correct files.
I always remember having done this long ago?!
Revert this and see if it affects any of problem reported on latest builds.
Add global debug where needed
Only show debug Running commands if $debug is enabled
Use listbg as all other pages do
Add missing image
Do not wrap dropdown menus
Make sure all themes have login box information
Do not list color: #FFFFFF; twice
Do not hard code white
Do not hard code white color
Do not harc code white
Use listbg
Honour listbg font properties
Set foreground color to white
Use listbg instead of hard coding red background for RFC1918 information
Read in tabcontrols.php and properly eval()
If /usr/local/www/themes/$themename/tabcontrols.php exists, then evalit and allow the tabbing colors and nifty corners to be overriden.
The file simply needs to look like:
$tab_active_bg = "#EEEEEE"; $tab_inactive_bg = "#777777";...
Only set font color to white when background is red
Allow setting the size of password fields
Black does not show up well on a red background, use white.
Fix applying interface settings and prevent it from being applied multiple times as in ocasions with browser glitches. Remove some only wan part code.
Use ECN for the queues created by the wizard which is a more recent technology and i am tired of explaining to users how to handle errors on it. Strange is this is an ALPHA release!
The actual problem is in the dummynet merge with pf which has a red keyword with diferent parameters.
Break before information text to match other pages
No need to lock config when setting filter update status
Use the correct syslog LOG_ERR constant and make this file executable.
Actually take a shorter route at saving the gateway.
Use correct interface to record gateway.
trim description so long descriptions on IPsec doesn't create an invalid ruleset
Repack tgz with ./
Noticed-by:Volker Kuhlmann
Update with latest zone information
Switch network-backend to freebsd-sendfile from writev now thatlighttpd 1.4.20 has had some fixes applied.
Cleanup the status queues so it does not does stupid things.Apparnetly this needs to be converted to 'ajax' calls as the traffic graph but for now live with this.
Introduce a 'None' option for the gateways select box.Apart fixing aestetic when there is no gateway configured for the interface it allows you to setup gateways and notselect them on the interface configuration i.e. on Lan or similar type configured ones....
pkg_edit add <wrap>off</wrap> for textarea
Remove stray 1
Do not encode, AJAX function handles.
Automatically remote /tmp/config.cache if it exists after file save.
run hostap later in script, fixes ral(4) card difference in FreeBSD 7.0. Works with ath(4) also.
Ticket #1813
Move alwaysbroadcast item to a settable field.
Ticket #1814
XXX: Create GUI option
Always broadcast to help fix vista fun.
Correct check if we are running with only one interface. LAN ca be deleted without problems with the new interface code.
Take into consideration the subnet mask configured.
Cleanup bootup scriptRemove starting dhcp twice.Remove double resolv.conf generation.Remove direct pfctl filter load command.Move initial time sync into is_wan_up logic so that it saves a lot of time on boot without a wan. opentp takes casre of itlater if required.
Use correct variable name for parent interface.
Use correct arguments
Reffer to correct variable
Set full path to ping
If we really can't find what to ping just continue with the next graph
Remove dependency on WAN having the default route.Also failed because it did not use the full path to /sbin
Make sure we get a valid address to ping for the rrd graphs.