summaryrefslogtreecommitdiffstats
path: root/usr/local
Commit message (Collapse)AuthorAgeFilesLines
* Add option to exclude package configuration from backup.Colin Smith2005-02-191-4/+12
|
* Be sure to save and restore state values.Scott Ullrich2005-02-191-0/+4
| | | | Submitted-by: Bill Marquette <bill.marquette_AT_gmail.com>
* Log when the package installation untars an archiveScott Ullrich2005-02-191-1/+2
|
* Be sure to issue a newline break on logged commandsScott Ullrich2005-02-191-5/+5
|
* Inform the user during all actions and make sure they are logged.Scott Ullrich2005-02-191-4/+11
|
* Additional logging during installation for additional files neededScott Ullrich2005-02-191-1/+4
|
* Eliminate extra <br>Scott Ullrich2005-02-191-2/+0
|
* Do not attempt to foreach through the ↵Scott Ullrich2005-02-191-4/+6
| | | | ['adddeleteeditpagefields']['columnitem'] if it does not exist
* Set the page title to <title>Scott Ullrich2005-02-192-1/+7
|
* m0n0wall -> pfSenseScott Ullrich2005-02-191-1/+1
|
* Allow $myurl in the url of the tabs .. $myurl is translated to ↵Scott Ullrich2005-02-182-6/+21
| | | | getenv("HTTP_HOST") on the fly
* Update tab codef.Scott Ullrich2005-02-183-3/+43
|
* Add tab code.Scott Ullrich2005-02-182-2/+49
|
* Note an area that needs to be cleaned up for emedded platformsScott Ullrich2005-02-181-0/+13
|
* Restore the infterface selection widget in the package manager correctly.Scott Ullrich2005-02-171-2/+4
|
* Check that $pkg['adddeleteeditpagefields']['columnitem'] exists before ↵Scott Ullrich2005-02-161-19/+20
| | | | foreaching through it.
* sleep for 3 seconds on status page giving the machine a little breathing ↵Scott Ullrich2005-02-151-1/+1
| | | | room to calculate cpu usage correctly.
* m0n0wall -> pfSenseScott Ullrich2005-02-152-21/+21
|
* Unbreak the package manager.Scott Ullrich2005-02-141-2/+4
|
* fopen requires to paramaters. be sure to include "r"Scott Ullrich2005-02-141-1/+1
|
* Correctly show when a queue is defaultScott Ullrich2005-02-121-1/+1
|
* * Introduce pfsense specific utilities file for easier syncing with m0n0wall ↵Scott Ullrich2005-02-112-5/+6
| | | | | | | util.inc * Introduce new log_error() command that logs to syslog * Convert all old syslog() functions to use log_error()
* During restore, if m0n0wall is found, change to pfsense so that the ↵Scott Ullrich2005-02-111-0/+18
| | | | configuration can automatically be upgraded.
* Do not process aliases unless one or more is defined.Scott Ullrich2005-02-101-9/+11
|
* Overlooked one small aspect. Lets REALLY restore the checkbox correctly.Scott Ullrich2005-02-091-3/+1
|
* Correct checkbox state after editing a line item.Scott Ullrich2005-02-091-1/+5
|
* 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
|
OpenPOWER on IntegriCloud