Minor text cleanups
There is a 'type' knob now.
Show rule differences (rules.debug) after a sync. Handy if you havechanged filter.inc.
Remove hardcoded checks and substitute with more generic method.
More fixes to the switch to the FilterIflist.
Fix System aliases.
Fix errors introduced during moving to FilterIflist array from actual functions.
Reported-by: smos@
Multiply delay value from rrd by 1000 to get milliseconds
Remove non-working check
Update firmware lock (upgrade) variable
Do not allow ro mount when an upgrade is in progress
Minor formatting and text refinements
Correctly set nobackup flag
Output welcome banner after globals.inc is required
Add missing exit
Exit before upgrade, etc on failure
Test php after cvssync. If you go backwards in time your PHP will puke.If php pukes and a previous backup exists, just restore it.
Create a backup of the configuration prior to package installation.
Add missing /
When a new user home directory is created, copy the . (dot) root files.
Remove stray "
Unbreak javascript.
Mist formatting. Eliminate unneeded { and }. Format javascript.Use / instead of </script>CVS: ----------------------------------------------------------------------
Formatting part II. No functional changes.
Cleanup all HTML formatting. At this point the entire file has beenreformatted. No functional changes (yet).
Switch over to apinger rrd files.
Remove quality graph backend, this is now apinger territory
Reverse name fields to be compatible with current graph frontend
Create RRD file for each gateway name, not the gateway address which can change a lot or be plainbogus.
Set permissions correctly so apinger can write the rrd files
Fix the case when users without access to index.php get an error message.This redirects the users to the first allowed pagge if they do not have access to index.php and errors out only if no page has been assigned to them.
NOTE: It is strange that a user cannot change its password!
Restore removed pppoe word.
Move portion to top to aide with 401
Exit after redirecting to interfaces_assign.php
Fix bypass static routes rules with new routing array format
Correct config path so filter rules are generated again for staticroutes.
Correctly remove file after disabling pppoe_reset
Make $if a global
wancfg is a global
Unlink pppoe reset file after disabling feature correctly
Update my (C) years
Add back pppoe_preset, not to be confused with pppoe_reset
Spell conf correctly
Pass $wancfg
Change functions to function nameoffunction() {
Add missing "'s for parameters
Do not store the pppoe reset file on /var/. A reboot will whipe it out.Instead, store the file in /conf/
Minor style tweaks
partially fix bypass static routes
routes no longer have an interface included with them so it still doesn't work. That will need to return.
Do not output starting rrd graphs twice.
Cleanup 440 lines of code where the formatting is all shot and is completelyunreadable. Break a couple items into their own functions where we can.
Update comment
Use a MFS /home on CD-Rom.
Backout last commit, /var/home is a symlinnk
Use /home, even for embedded
Nuke stray n's
Fix NOBACKUP
Oops, this is PHP
Work on embedded, too
Mount image rw during changes
Turn off debugging text
Add the quick keyword to allow configurations that have "Bypass traffic for local subnets to work". The only concern here is the traffic shaper which is not really well inline with this.
The other option is just make this a documentation so the user can create the rules itself!
Bump /var/run to 4m
Do not test, set the variable.
Noticed-by: simoncpu
Set vm.kmem_size_maxNoticed-by: simoncpu
Make nat reflection timeouts consistent
Bump kernel memory to 435544320 from 335544320
Correct my wrong changes and remove duplicated defines. Reload the filter after the restasrt to be sure we do not have any problems if the ip address changes.
Use interface_reconfigure()
show <pkginfolink> for installed packages
replace the "Support" column with the static forum link with <pkginfolink>
Use settings collected before.
Change order slightly.
Hrm, pppoe reset function seems to have missed review while doing whole other changes.
Silence errors when trying to obtain gateway for PPTP
Detect iphone / ipod
Use pfsense theme for ipod / iphone's
Correctly process static gateway entries which have a label and not a IP.
Do not keep spawning new entries when trying to edit.
Make sure to delete the proper entry.
Improve duplicate check
Allow duplication of system gateways for easier adding and less typing.
Fix unable to save manual gateway entry.
Fix ticket #1837.
Remove function call not needed.
Would be good to give this function a sync/refresh with filter.inc changes.
Bring back to life tdr_create_ipfw_rule.
Since we do all that hard work on generate_optcfg_array to get all info for an interface use that info later in the file to gain speed.
Remove debugging.
Use the newly introduced functions and simplify function get_direct_network_list.What does the latest function do actually?
Introduce 2 new functionsfind_interface_subnet and get_interface_subnetsimilar to their ip onesfind_interface_ip and get_interface_ipto easy getting this info for dynamic interfaces.
Find correct interface ip for using while generating filter rules.