summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix issue reported on ticket #1825.Ermal Luçi2008-10-251-1/+1
|
* Remove bogus <br>Scott Ullrich2008-10-251-1/+1
|
* Use correct css fileScott Ullrich2008-10-251-1/+1
|
* Make white space consistent between save button and bottom of tableScott Ullrich2008-10-253-0/+9
|
* Check to see if alias item exists before testing against itScott Ullrich2008-10-251-1/+2
|
* Do not attempt to save blank fieldname valuesScott Ullrich2008-10-251-3/+6
|
* Ignore listtopic fieldsScott Ullrich2008-10-251-0/+2
|
* Add listtopic field typeScott Ullrich2008-10-251-1/+9
|
* Correctly delete packageScott Ullrich2008-10-241-3/+1
|
* Restore correct stubScott Ullrich2008-10-241-3/+3
|
* Do not show blank tab namesScott Ullrich2008-10-241-4/+6
|
* Show which route is being deleted, not the id of the config rowScott Ullrich2008-10-241-1/+1
|
* Break out item that can be its own functionScott Ullrich2008-10-241-11/+14
|
* Add additional text that might explain what this script doesScott Ullrich2008-10-241-1/+1
|
* Use tabs to seperate option and textScott Ullrich2008-10-241-2/+2
|
* Show the backup date and time available for RESTOREScott Ullrich2008-10-241-1/+2
|
* Fix typo.Ermal Luçi2008-10-231-1/+1
|
* Another optimization which avoids passing the rules twice just to knwo that ↵Ermal Luçi2008-10-231-20/+20
| | | | ipfw is needed.
* Correct 0 - Array errorScott Ullrich2008-10-231-2/+4
|
* Remove ocurrences of m0n0 for shaper type in the code.Ermal Luçi2008-10-233-39/+1
|
* Add stub functions for code that references old names(mostly pacakges).Ermal Luçi2008-10-231-0/+10
| | | | Suggested-by: Scott
* * Rename get_current_wan_address to get_interface_ipErmal Luçi2008-10-2322-210/+91
| | | | | | * Rename get_real_wan_interface to get_real_interface * Simplify get_interface_ip by using find_interface_ip which should help in speed to since its using caching. Pointed by billm@ * Cleanup some code when passing or remove some unused one.
* Improve vlan interface code to try to activate as much as possible on the ↵Ermal Luçi2008-10-231-18/+3
| | | | parent, this allows to not maintain a supported list.
* More fixes on checkboxes.Ermal Luçi2008-10-221-1/+1
|
* Fix my name on the copyright.Ermal Luçi2008-10-221-1/+1
|
* Oops, seems i have commited the wrong file for this service! Bring in the ↵Ermal Luçi2008-10-221-55/+161
| | | | right one.
* Add footerErmal Luçi2008-10-221-0/+1
|
* Fix reported on http://forum.pfsense.org/index.php/topic,12043.0.htmlErmal Luçi2008-10-221-1/+1
|
* Add newlineScott Ullrich2008-10-201-1/+1
|
* Look for <pfsense>Scott Ullrich2008-10-201-1/+1
|
* Check for bogus decrypted config.xmlScott Ullrich2008-10-201-0/+2
|
* Correct tagfile_deformat() callScott Ullrich2008-10-191-1/+1
|
* Oops, use tunnel address not network.Ermal Luçi2008-10-191-2/+2
|
* When disabling an interface bring it down also.Ermal Luçi2008-10-191-0/+1
|
* Clenup some more when bringing down an interface.Ermal Luçi2008-10-191-1/+13
|
* Bring order and simplify logic.Ermal Luçi2008-10-191-56/+50
|
* Clear the arp entries for the interface going down.Ermal Luçi2008-10-191-0/+2
|
* Slightly change order of commands for dhcp.Ermal Luçi2008-10-191-2/+2
|
* Refactor some code so frontend does not need to know about details that ↵Ermal Luçi2008-10-192-85/+48
| | | | | | might change during development.
* style(9)Ermal Luçi2008-10-191-53/+84
|
* Move from $debugging to $g["debug"].Ermal Luçi2008-10-191-4/+4
|
* Remove unused var.Ermal Luçi2008-10-191-5/+0
|
* Mpd4 handles itself mss even with reduced mtu on pppoe case.Ermal Luçi2008-10-191-1/+3
|
* When interface is configured for pppoe and mtu is also configured then ↵Ermal Luçi2008-10-191-1/+9
| | | | | | adjust the pppoe mtu c orrespondingly 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?Ermal Luçi2008-10-191-1/+3
|
* Split random-id and no-df option for scrubbing.Ermal Luçi2008-10-191-4/+18
|
* * Cleanup some logic for loading ipfw module which might improve somewhat ↵Ermal Luçi2008-10-191-33/+49
| | | | | | rules speed on very large rulesets. The best option is moving this to rules generation itself which would really speed up things but i will check it later on. * Fix scrub rules generation since it was 'broken' by generating mss-clamping for all interfaces which might be the reason for some slow transfers reported. Remove generation of mss clamping by pf in pppoe case since we handle this in mpd4 and seems to be a better fit for this.
* If <prefix> does not exist, then call safe_mkdir on it.Scott Ullrich2008-10-191-1/+3
|
* Add plugins folder for firmware_upgradeScott Ullrich2008-10-191-0/+2
|
* Only attempt to run plugins if directory existsScott Ullrich2008-10-191-4/+6
|
OpenPOWER on IntegriCloud