summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove trailing spaceScott Ullrich2005-04-101-1/+1
|
* Remove contents of /tmp/patched/ on each passScott Ullrich2005-04-101-2/+2
|
* * Check final outputted md5 against what the md5 should beScott Ullrich2005-04-101-2/+24
| | | | | * Alert the user if the md5 is not the same * Note the error in /tmp/errors
* Add tabs to firmware page and remove "auto update" entry from manual update ↵Colin Smith2005-04-102-41/+26
| | | | page.
* Add missing `Scott Ullrich2005-04-101-3/+1
|
* Remove # from versionScott Ullrich2005-04-102-2/+2
|
* Proofreading.Colin Smith2005-04-101-1/+1
|
* Add TODO.Colin Smith2005-04-101-0/+3
|
* Add a tab to the top of the auto update field - the grey background looks ↵Colin Smith2005-04-101-1/+8
| | | | | | out of place otherwise. XXX: system_firmware.php may need to be redone to accomodate the new autoupdate method.
* We need the XMLRPC client classes.Colin Smith2005-04-101-1/+2
|
* Leave debug bit unset.Colin Smith2005-04-101-1/+0
|
* Fix check_firmware_version().Colin Smith2005-04-101-2/+9
|
* Turn binary_update item into a callable shell functionScott Ullrich2005-04-101-4/+12
|
* We're now using xmlrpc.php for version checking.Colin Smith2005-04-101-1/+1
|
* Note some todo items.Scott Ullrich2005-04-101-0/+3
|
* Remove string concatenation.Colin Smith2005-04-101-1/+1
|
* Version bumpScott Ullrich2005-04-103-3/+3
|
* * Move download begin/finish text to status window.Colin Smith2005-04-101-9/+18
| | | | | * Move download percentage indicator to status window and comment out the output window indicator. * Reserve the output window for release comments.
* bsdpatch downloaded .tgz files from the new auto upgrade systemScott Ullrich2005-04-101-2/+5
|
* Invoke /etc/rc.firmware after downloading binary diffsScott Ullrich2005-04-101-15/+16
|
* Utilize the boolean returned from the pfsense.com XMLRPC server.Colin Smith2005-04-101-4/+8
|
* Initial commit of PHP side authentication code for pfSenseBill Marquette2005-04-081-0/+82
|
* Remove pfsense.auto_upgrade until fixed.Colin Smith2005-04-071-10/+8
|
* Add argument to return $resp->value() (standard PHP array) or ↵Colin Smith2005-04-071-2/+3
| | | | $resp->serialize() (XML string).
* Exit script if we are unable to retrive version information.Colin Smith2005-04-071-4/+9
|
* Return -1 upon communication (or other) error.Colin Smith2005-04-071-0/+2
|
* 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
|
OpenPOWER on IntegriCloud