summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Stub in XMLRPC support for firmware update.Colin Smith2005-04-071-32/+32
|
* Remove unnecessary function.Colin Smith2005-04-071-11/+0
|
* Move version checking function over to XMLRPC.Colin Smith2005-04-071-39/+28
|
* * Add kernel version fileScott Ullrich2005-04-073-4/+22
| | | | * Cleanup and add more comments
* revert maxproc change - the new daemon does support :)Bill Marquette2005-04-071-2/+2
|
* Get script ready for colins xmlrpc transformation:Scott Ullrich2005-04-072-8/+14
|
* * Add progress %Scott Ullrich2005-04-071-30/+43
| | | | * Change background-color of textarea's to match tab color
* Remove javascript statement that is causing errors. It wasn't needed anyways.Scott Ullrich2005-04-061-1/+0
|
* Initial commit of the new auto upgrade download helper. Instead of ↵Scott Ullrich2005-04-061-0/+174
| | | | | | downloading the updates in the background this script will show a visual progress bar indicator of the status. XXX: finish version logic, modify /etc/rc.firmware
* Add FreeBSD version tracker that will be used by new auto upgrade system to ↵Scott Ullrich2005-04-061-0/+1
| | | | upgrade the base freebsd version, kernel, etc..
* Make sure we pass a number of y's to pkg_add -r to answer yes.Scott Ullrich2005-04-061-1/+11
|
* Turn DMA on ATAPI devices. This will be stanard on 5.4-REL.Scott Ullrich2005-04-061-1/+1
| | | | See http://tinyurl.com/4bywv for more info
* Do not foreach through installedpackages if no installed packages exist.Scott Ullrich2005-04-062-12/+14
|
* new mini_httpd doesn't support maxproc for nowBill Marquette2005-04-061-2/+2
|
* Fix filter logs (using hardcoded paths until tomorrow).Colin Smith2005-04-061-3/+2
|
* If $grepfor isn't an array, make it one.Colin Smith2005-04-061-2/+1
|
* Retool dump_clog to use preg_grep instead of a shelled-out grep sequence.Colin Smith2005-04-061-19/+9
|
* Really filter repeated messages.Colin Smith2005-04-061-1/+1
|
* Fix multiple grepping.Colin Smith2005-04-062-3/+4
|
* Filter both racoon and "message repeated" entries when viewing system logs.Colin Smith2005-04-061-1/+1
|
* Support multiple "grep" statements. This should really be replaced by a ↵Colin Smith2005-04-061-5/+20
| | | | preg_match or equivalent.
* Add support for <logging><custom_php_logging_command>.Colin Smith2005-04-061-1/+4
|
* Minor optimizations and some error checking.Colin Smith2005-04-051-0/+22
|
* Code cleanup and a few minor optimizations.Colin Smith2005-04-051-9/+20
|
* Version bumpScott Ullrich2005-04-051-1/+1
|
* Do not require a <logtab> field. The log viewer will fall back to the ↵Colin Smith2005-04-051-2/+4
| | | | package's name as defined in config.xml if needed.
* Update menu to show package logging facilities.Colin Smith2005-04-051-0/+1
|
* Add dynamic package logging. I'm new to PHP integration with actual HTML, so ↵Colin Smith2005-04-051-0/+111
| | | | that in particular could likely be optimized.
* Add default argument for dump_clog's $grepfor.Colin Smith2005-04-051-1/+1
|
* dump_clog -> dump_clog vpn to avoid redeclaration.Colin Smith2005-04-051-2/+2
|
* Remove redundant dump_clog functions except where possible.Colin Smith2005-04-053-64/+1
|
* Remove invalid argument.Colin Smith2005-04-051-1/+1
|
* dump_clog no longer needed.Colin Smith2005-04-051-21/+0
|
* Fix auto upgradeScott Ullrich2005-04-051-2/+4
|
* Remove dump_clog.Colin Smith2005-04-051-22/+1
|
* Make dump_clog more versatile and move it to guiconfig.inc.Colin Smith2005-04-051-0/+28
|
* pka -> pkgaColin Smith2005-04-051-1/+1
|
* Redirect to the correct URL/IP after the wizardScott Ullrich2005-04-041-1/+2
|
* Version bumpScott Ullrich2005-04-041-1/+1
|
* Use standard header and css file when we notify user of the wizard speed.Scott Ullrich2005-04-041-0/+11
| | | | Note: this may not even be required now that I optimized the wizard.
* * Move indvidual xml subnet items to its own widgetScott Ullrich2005-04-041-127/+8
| | | | * Update DHCP range when lan ip changes
* * Move indvidual xml subnet items to its own widgetScott Ullrich2005-04-042-1900/+45
| | | | * Move indvidual xml time zones items to its own widget
* Version bumpScott Ullrich2005-04-041-1/+1
|
* Turn off is_one_to_one_or_server_nat_rule until it can be verified if its ↵Scott Ullrich2005-04-041-1/+1
| | | | indeed needed.
* Fix auto upgrade.Scott Ullrich2005-04-041-6/+6
|
* Move popup alert to notes field. Could these be completely removed? The ↵Colin Smith2005-04-041-2/+2
| | | | webGUI should automagically redirect them now.
* use alert(''); for alerting that the webGUI will take effect on saveScott Ullrich2005-04-041-1/+1
|
* Version bump since we fixed 3-4 bugsScott Ullrich2005-04-041-1/+1
|
* Save the hard disk standby time for all platformsScott Ullrich2005-04-041-2/+1
|
* make sure form is defined with the name iform to avoid ie javascript ↵Scott Ullrich2005-04-041-1/+1
| | | | | | exception errors. reported-by: Matrixul
OpenPOWER on IntegriCloud