summaryrefslogtreecommitdiffstats
path: root/usr
Commit message (Collapse)AuthorAgeFilesLines
...
* Add Use PowerDScott Ullrich2009-04-051-0/+1
|
* Add missing spacing before PowerD sectionScott Ullrich2009-04-051-0/+3
|
* Add power savings headerScott Ullrich2009-04-051-1/+1
|
* Adding PowerD knob to system -> advanced -> misc. This will be usefulScott Ullrich2009-04-051-0/+24
| | | | | | | | | | | | | | | | | | for folks wishing for their firewall to use less power overall. Blurb from the powerd man page from freebsd: The powerd utility monitors the system state and sets various power con- trol options accordingly. It offers three modes (maximum, minimum, and adaptive) that can be individually selected while on AC power or batter- ies. The modes maximum, minimum, and adaptive may be abbreviated max, min, adp. Maximum mode chooses the highest performance values. Minimum mode selects the lowest performance values to get the most power savings. Adaptive mode attempts to strike a balance by degrading performance when the system appears idle and increasing it when the system is busy. It offers a good balance between a small performance loss for greatly increased power savings. The default mode is adaptive.
* Fix include for gmirror status widgetjim-p2009-04-051-0/+2
|
* New Widget: Gmirror Statusjim-p2009-04-052-0/+90
|
* Fix log widget title/linkjim-p2009-04-052-4/+6
|
* Filter log parsing updatejim-p2009-04-047-764/+449
| | | | | | | | | | | | * Share filter log parsing code instead of using copy/paste/code duplication. * Reworked the JavaScript a little so it could also be shared * Fix a large number of bugs, especially in the AJAX-based dynamic log viewer. * Picks up some more detail from the logs, and more accurately determines the protocol of a given log entry. * Adds a CLI log parser (filterparser.php) * Removed some redundant/unused code * Code cleanup/style fixes * Added support for finding logged rdr rules from miniupnpd NOTE: Due to the dynamic nature of upnp rules, the rule may not be present when checked.
* Optimize adding new members to QinQ to evitate recreating the whole QinQ ↵Ermal Luçi2009-04-041-4/+8
| | | | members.
* * Convert the QinQ code to use a file where the commands are passed. This ↵Ermal Luçi2009-04-031-0/+1
| | | | | | | speeds up most of the vlan creation. Before you'd need 20min to create qinq with 1000 member now it adds 2000 members in just 1 minute * Fix some cleanups when deleting QinQ
* Do not show an * in schedule box. No schedule is applied for block private.Scott Ullrich2009-04-021-1/+1
|
* Do not show massive amount of members but just what can be shown on the guiErmal Luçi2009-04-011-1/+6
|
* Fix dump_clog to handle fifolog and clog timestamps and entries.jim-p2009-04-011-17/+23
|
* * Add clear_log_file() function and reduce code reuseScott Ullrich2009-03-3114-155/+40
| | | | * Use clear_log_file() instead of duplicated logic
* Switch back to clog but leave option to run fifolog.Scott Ullrich2009-03-314-26/+40
|
* Switch back to CLOG by default. Leave support for fifolog as a config.xml item.Scott Ullrich2009-03-311-6/+15
|
* Read shaper config only once. This should speedup on large shaper config the ↵Ermal Luçi2009-03-301-6/+7
| | | | loading of the page.
* Do not allow to add a vlan tag on the same interface when it is used by qinq.Ermal Luçi2009-03-301-0/+5
|
* Add description even for parent QinQ vlan.Ermal Luçi2009-03-301-1/+1
|
* Allow QinQ interfaces to be assigned.Ermal Luçi2009-03-301-37/+52
|
* * Hide interfaces internals to other code and use the propper interfaces.Ermal Luçi2009-03-3013-43/+43
| | | | | | | Basically use get_interface*() functions instead of accessing fields like 'ipaddr'/'descr' etc... * Make get_interfaces_with_gateway less heavyweight by getting information from the configuration stored in config.xml * Some other missed custom interface list building and substituing with propper get_configured_interface*() NOTE: This should give indipendce on dynamic interfaces on some services that before could not be used on top of this type of interfaces.
* Clarify that ranges can be specified and add a fix to not leave the upper ↵Ermal Luçi2009-03-291-1/+5
| | | | limit of the range unused as a tag.
* Fix copyrights.Ermal Luçi2009-03-292-2/+1
|
* Add GUI pages for QinQ missed in previous commit.Ermal Luçi2009-03-292-0/+559
|
* Bring in support for QinQ. At this time it is limited to only 2 levels.Ermal Luçi2009-03-289-42/+50
|
* Don't check for overrides, that's a valid config.Chris Buechler2009-03-261-11/+0
|
* Take care of cleaning the ip alias when we delete an entry of ipalias type ↵Ermal Luçi2009-03-262-0/+4
| | | | or modify it.
* Make sure that the item isset before checking.(part of PHP5 array handling)Ermal Luçi2009-03-261-1/+1
|
* Use the new function of interfaces and get_interface_ip to get propper results.Ermal Luçi2009-03-261-4/+4
|
* Fix tab display as reported in ↵Ermal Luçi2009-03-221-15/+19
| | | | http://forum.pfsense.org/index.php/topic,15114.0.html
* Add secret option required on some setups.Ermal Luçi2009-03-221-0/+14
|
* Add hideplatformScott Ullrich2009-03-241-0/+2
|
* Do not restart syslkog, just hup itScott Ullrich2009-03-1811-64/+57
|
* Use more human readable formatScott Ullrich2009-03-181-2/+2
|
* Convert epoch time to human readableScott Ullrich2009-03-181-1/+2
|
* Fix ${g errorsScott Ullrich2009-03-181-2/+1
|
* Echo out data to start of log filesScott Ullrich2009-03-1810-0/+11
|
* Ensure tmp is ready before beginning operation.Scott Ullrich2009-03-181-6/+6
|
* Add sleep() after killing syslogdScott Ullrich2009-03-1811-0/+11
|
* Add missing )Scott Ullrich2009-03-181-1/+1
|
* Ensure file exists.Scott Ullrich2009-03-181-1/+1
|
* Add missing )Scott Ullrich2009-03-181-1/+1
|
* Add missing )Scott Ullrich2009-03-181-1/+1
|
* Use unlink()Scott Ullrich2009-03-1811-11/+11
|
* * Rm log file before fifolog_create if it existsScott Ullrich2009-03-1812-12/+28
| | | | * Do not hard code path to logs
* Use fifolog_createScott Ullrich2009-03-181-1/+1
|
* Remove file that should have gone away when the interface code was rewritten.Ermal Luçi2009-03-181-512/+0
|
* * Add a link to go directly to interface group rules.Ermal Luçi2009-03-181-1/+2
| | | | * Reinitialize the members array to show correctly the members.
* Query host with host and also check this against cached address.Scott Ullrich2009-03-181-1/+2
|
* Actually merge the part that does the real work with FreeBSD groups.Ermal Luçi2009-03-172-8/+31
|
OpenPOWER on IntegriCloud