summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_firmware_auto.php
Commit message (Collapse)AuthorAgeFilesLines
...
* Include xmlrpc.inc instead of xmlrpc_client.inc.Colin Smith2005-04-261-1/+1
|
* Reorder the Auto Update tab to appear firstScott Ullrich2005-04-221-1/+1
|
* Check for the actual updater script only (instead of the PHP page itself, ↵Colin Smith2005-04-221-1/+1
| | | | which is a bit self-defeating).
* Check for both the updater script and the PHP process downloading latest.tgz.Colin Smith2005-04-211-1/+1
|
* (#15) Check to an rc.firmware_auto process instead of relying on a file.Colin Smith2005-04-211-5/+4
|
* Alert user when downloading a new versionScott Ullrich2005-04-191-0/+1
|
* Use the new download system in pfSense to download the old style updates.Scott Ullrich2005-04-191-0/+4
|
* * Use mwxec_bgScott Ullrich2005-04-191-3/+7
| | | | * Surround parms with "
* Do not allow auto upgrade to be invoked twice.Scott Ullrich2005-04-191-3/+9
|
* Log all md5 mismatches to /tmp/bdiff.logColin Smith2005-04-181-2/+8
|
* * Use loops for handling both version checking and actual diff application.Colin Smith2005-04-181-20/+8
| | | | * Terminate the update process if an md5 mismatch occurs.
* Use loops to handle all update categories, instead of individual blocks.Colin Smith2005-04-181-69/+33
|
* Update auto updater.Colin Smith2005-04-181-13/+45
|
* * Remove exit commandScott Ullrich2005-04-171-4/+6
| | | | * Update download filenames to reflect version number that we should be operating on
* Use the old checkversion method until we roll out the new bdiff/XMLRPC version.Colin Smith2005-04-161-16/+28
|
* Move checkversion system over to XMLRPC for the next update.Colin Smith2005-04-131-1/+1
|
* Move download/progress bar functions to guiconfig.inc - they'll be used in ↵Colin Smith2005-04-111-119/+45
| | | | the package installer shortly.
* Remove print.Colin Smith2005-04-101-1/+0
|
* Fix compatibility with old versioncheck method.Colin Smith2005-04-101-6/+3
|
* Fix manual firmware update.Colin Smith2005-04-101-2/+2
|
* Add old_checkversion() and a variable for switching between the old ↵Colin Smith2005-04-101-2/+82
| | | | (checkversion.php) and new (xmlrpc.php) checkversion methods.
* Remove trailing spaceScott Ullrich2005-04-101-1/+1
|
* Add tabs to firmware page and remove "auto update" entry from manual update ↵Colin Smith2005-04-101-7/+5
| | | | page.
* 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
|
* Note some todo items.Scott Ullrich2005-04-101-0/+3
|
* Remove string concatenation.Colin Smith2005-04-101-1/+1
|
* * 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.
* 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
|
* Exit script if we are unable to retrive version information.Colin Smith2005-04-071-4/+9
|
* Stub in XMLRPC support for firmware update.Colin Smith2005-04-071-32/+32
|
* * Add kernel version fileScott Ullrich2005-04-071-2/+13
| | | | * Cleanup and add more comments
* Get script ready for colins xmlrpc transformation:Scott Ullrich2005-04-071-7/+12
|
* * Add progress %Scott Ullrich2005-04-071-30/+43
| | | | * Change background-color of textarea's to match tab color
* 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
OpenPOWER on IntegriCloud