aboutsummaryrefslogtreecommitdiffstats
path: root/packages
Commit message (Collapse)AuthorAgeFilesLines
* Add test connection featureScott Ullrich2008-10-112-1/+56
|
* Add verification encryption password (#2)Scott Ullrich2008-10-112-0/+10
|
* s/http/https/ - site doesn't allow HTTP (though it redirects to HTTPS)Chris Buechler2008-10-092-5/+5
|
* Cleanup success checkScott Ullrich2008-10-081-7/+11
|
* Remove spaceScott Ullrich2008-10-081-3/+3
|
* Pass along $hostnameScott Ullrich2008-10-081-7/+6
|
* No need to break here.Scott Ullrich2008-10-081-1/+1
|
* Hostname is required for restore operationsScott Ullrich2008-10-081-2/+4
|
* Use file_get_contents()Scott Ullrich2008-10-081-4/+1
|
* Do not copy CERTS for the moment.Scott Ullrich2008-10-081-10/+0
|
* Write out file using fopen so that newlines are capableScott Ullrich2008-10-081-2/+4
|
* Accept $opt parmScott Ullrich2008-10-081-1/+1
|
* Remove str_replaceScott Ullrich2008-10-081-1/+0
| | | | Suggested-by: Matthew Grooms
* Remove str_replace and base64_decode()Scott Ullrich2008-10-081-2/+0
| | | | Suggested-by: Matthew Grooms
* Revise crypt_data() a bit to avoid hangingScott Ullrich2008-10-081-5/+27
|
* freeswitch_status.php get connection from config.xmlMark Crane2008-10-082-13/+11
|
* Download certificates for godaddy.comScott Ullrich2008-10-071-0/+10
|
* Adding godaddy.com certificatesScott Ullrich2008-10-072-0/+53
|
* Kick off a filter reload so that the config gets backed upScott Ullrich2008-10-071-0/+1
|
* freeswitch package filesMark Crane2008-10-0713-0/+2295
|
* Add php4 function stripos() which is found in php5Scott Ullrich2008-10-071-0/+4
|
* Reason is not 100% required.Scott Ullrich2008-10-071-1/+1
|
* Swap verion check fieldsScott Ullrich2008-10-071-1/+1
|
* Only set last backup time if we succeed.Scott Ullrich2008-10-071-5/+4
|
* * Use fread()Scott Ullrich2008-10-072-1/+10
| | | | * Touch last backup status file if it does not exist
* Swap argumentsScott Ullrich2008-10-072-2/+2
|
* Add missing /Scott Ullrich2008-10-071-1/+1
|
* Download and use crypt_acb.php which is a copy of crypt.php only included in ↵Scott Ullrich2008-10-074-12/+134
| | | | 1.3.
* Break on 1.2Scott Ullrich2008-10-071-1/+1
|
* Alert user when the proper items are not set for AutoConfiguration Backup.Scott Ullrich2008-10-071-57/+61
|
* Really encrypt data and keep headerScott Ullrich2008-10-071-1/+1
|
* Set filter loading status during backup operationsScott Ullrich2008-10-061-0/+3
|
* Detect success, otherwise log the error and file an alert()Scott Ullrich2008-10-061-1/+7
|
* Add Hint:Scott Ullrich2008-10-061-0/+10
|
* Add tags before and after encyrpted dataScott Ullrich2008-10-062-3/+3
| | | | With-clarification-from: mgrooms
* Cleanup success textScott Ullrich2008-10-061-1/+1
|
* Both backup and restore is now working!!Scott Ullrich2008-10-062-50/+36
|
* Pass along hostnameScott Ullrich2008-10-061-26/+45
|
* Do not verify SSL peer certScott Ullrich2008-10-061-0/+1
|
* Do not verify SSL peer, it appears portal.pfsense.org's cert is notScott Ullrich2008-10-061-0/+1
| | | | cooperative with curl
* Correctly POST data to serverScott Ullrich2008-10-062-11/+32
|
* Use /cf/conf/lastpfSbackup.txt for last backup trackingScott Ullrich2008-10-061-7/+20
|
* Correct path to config.xml dataScott Ullrich2008-10-062-24/+30
|
* Update date / time of last portal pfS backupScott Ullrich2008-10-061-0/+3
|
* Update (C) and fix descriptionScott Ullrich2008-10-061-9/+11
|
* s/&amp/&/Scott Ullrich2008-10-061-1/+1
|
* * Default to the restore page when a username is definedScott Ullrich2008-10-062-1/+9
|
* s/includefile/include_file/Scott Ullrich2008-10-061-1/+1
|
* * Alert user when no backups are foundScott Ullrich2008-10-062-5/+14
| | | | | * Correct input type for username * Cleanup descriptions
* Show data from pfS portal siteScott Ullrich2008-10-061-51/+45
|