summaryrefslogtreecommitdiffstats
path: root/usr
Commit message (Collapse)AuthorAgeFilesLines
* Enclose the php call in <?php ?>Scott Ullrich2005-02-091-1/+1
|
* Correct previous commit where traffic shaper cannot be disabled.Scott Ullrich2005-02-081-1/+1
|
* If the user is applying the traffic shaper rules enable the service first.Scott Ullrich2005-02-082-0/+21
|
* Save target queue correctly after editing.Scott Ullrich2005-02-081-7/+2
|
* Do not show that an upgrade is available if auto upgrade is in progress.Scott Ullrich2005-02-081-0/+3
|
* Show correct queue nameScott Ullrich2005-02-081-5/+2
|
* Correctly restore interface bandwidth.Scott Ullrich2005-02-072-4/+4
|
* Unlink shaper dirty flags after Apply.Scott Ullrich2005-02-071-1/+3
|
* Do not show Click Enable... when auto upgrading.Scott Ullrich2005-02-071-4/+5
|
* Remove 2nd filter_configure()Scott Ullrich2005-02-071-6/+0
|
* Woops. Two functions are using $retval. Insert our rule error detection ↵Scott Ullrich2005-02-071-4/+4
| | | | code between the two.
* Expand new rule loading error logic to Advanced menuScott Ullrich2005-02-071-1/+4
|
* Do not show upgrade options after user has invoked auto upgrade option.Scott Ullrich2005-02-071-0/+2
|
* Check pfsense.com for newer versions when visiting the firmware menu.Scott Ullrich2005-02-071-4/+4
|
* If an error occurs during the rule loading, report the error to the user.Scott Ullrich2005-02-074-5/+8
|
* Convert filter_configure to return the error text from pf if a ruleset is ↵Scott Ullrich2005-02-073-2/+12
| | | | not loaded correctly for any reason
* Overhaul many functions in the traffic shaper and make them simpler.Scott Ullrich2005-02-071-12/+3
| | | | Instead of tareting queue numbers, target the queue name.
* Add custom /usr/local/pkg/pf directory which will store custom php script ↵Scott Ullrich2005-02-071-0/+4
| | | | that the packages use to modify the pf rules.
* Log package changs to the system log.Scott Ullrich2005-02-071-0/+4
|
* Scheduler type has been switched to advanced screen. Remove a few bugger ↵Scott Ullrich2005-02-061-3/+1
| | | | | | hiding from when this was per interface driven. Reported-by: DungaBee
* Top frame was much too large for logo. Shorten it down and add a break ↵Scott Ullrich2005-02-061-1/+2
| | | | between table rows.
* Add auto complete support to NAT.Scott Ullrich2005-02-061-62/+87
|
* Add port alias capability. Add auto complete widgets to all alias capable ↵Scott Ullrich2005-02-061-15/+41
| | | | input boxes.
* Make the iframe used to work around ie's select habits 5 pixels larger.Scott Ullrich2005-02-061-1/+1
|
* Add a highlight text color, add border color. Change to pfSense color scheme.Scott Ullrich2005-02-061-12/+29
|
* Do not use iframe hack on non Microsoft Internet Explorer BrowsersScott Ullrich2005-02-061-28/+41
|
* Add savemsg get parm.Scott Ullrich2005-02-051-0/+1
|
* Do not submit the form if the user presses enter in one of the textarea ↵Scott Ullrich2005-02-051-6/+6
| | | | fields with a dropdown widget attached to it.
* On internet explorer, select objects are window controls and therefore ↵Scott Ullrich2005-02-051-11/+54
| | | | | | | | cannot be overlapped by another other items except for an iframe. To make sure our dropdown box shows up correcty, insert a iframe underneath the dropdowns table with a zorder of 1 less. This will cover the select box and make sure the dropdown looks correctly on IE. Note that firefox does not have this issue. Damn you Bill Gates!
* On input validation note that the source or destionation ports can now be ↵Scott Ullrich2005-02-051-4/+4
| | | | aliases.
* Style cleanupScott Ullrich2005-02-051-2/+1
|
* Break after each host / port or alias address.Scott Ullrich2005-02-051-2/+12
|
* Add auto_complete_helper.hs auto complete javascript helper file.Scott Ullrich2005-02-052-292/+292
|
* Aliases now work for ports. Add autocomplete hint field for aliases box on ↵Scott Ullrich2005-02-053-17/+341
| | | | rules edit form.
* Do not call shaper_configure() .. It is now built into filter_configure()Scott Ullrich2005-02-051-1/+0
|
* Correct the behavior for hosts networks and portsScott Ullrich2005-02-051-0/+6
|
* The subnet box should be greyed out when entering a port alias.Scott Ullrich2005-02-041-4/+3
|
* Add back iplenScott Ullrich2005-02-031-2/+0
|
* Add T. Howell-Cintron expanded radius attributes patch.Scott Ullrich2005-02-033-19/+58
|
* wake -> take.Scott Ullrich2005-02-031-1/+1
| | | | Noticed-by: Brian
* Change the reboot link color to yellow.Scott Ullrich2005-02-021-1/+1
|
* Add IPFW2+ALTQ traffic shaping. We have now switched the rules portion over ↵Scott Ullrich2005-02-021-1/+1
| | | | to IPFW which will tag the packet accordingly.
* No need for shifting $config around.. we use the pkg xml parser nowScott Ullrich2005-02-021-3/+0
|
* Add show log feature after package installation is completed.Scott Ullrich2005-02-011-17/+31
|
* After fixing the diagnostics and optional interfaces items, we lost the ↵Scott Ullrich2005-02-011-6/+8
| | | | functionality to see which packages are installed. Bring this back.
* m0n0wall -> pfSenseScott Ullrich2005-02-011-1/+1
| | | | Noticed-by: Brian
* Alert the user that the upgrade will be in the background.Scott Ullrich2005-02-011-1/+1
|
* Add auto upgrade option to pfSenseScott Ullrich2005-01-311-0/+20
|
* Add process_kill_command which will kill the process late after installation ↵Scott Ullrich2005-01-311-0/+1
| | | | to allow other items to finish up such as filter_configure();
* use parse_xml_config_pkgScott Ullrich2005-01-311-5/+1
|
OpenPOWER on IntegriCloud