Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-04-07 | restore: Fix a use-after-free | Nikias Bassen | 1 | -2/+3 | |
Also fixing the string length of the affected strncmp. Credit to Mällon Lobjakas | |||||
2017-02-21 | restore: Add support for 10.3+ firmware images (ipsw) | Nikias Bassen | 1 | -14/+73 | |
Starting with iOS 10.3 the ipsw files don't contain any 'manifest' file anymore which we used to determine the files required for the reply to the 'NorData' request. Since this info is also included in the BuildManifest we us that instead, unless a 'manifest' file is present. | |||||
2017-02-07 | Remove some unneded variables and conditionals and plug some potential ↵ | BALATON Zoltan | 1 | -74/+48 | |
memory leaks | |||||
2017-02-07 | Use udid as temp file name prefix to make it more unique and avoid race ↵ | BALATON Zoltan | 1 | -1/+1 | |
conditions when tempnam generated name is not random enough. | |||||
2016-09-30 | restore: Add support for FirmwareUpdaterData request used for Secure Element ↵ | Nikias Bassen | 1 | -0/+167 | |
firmware | |||||
2016-09-23 | restore: Make sure newer Mav16 baseband firmware image files are recognized | Nikias Bassen | 1 | -1/+2 | |
The iPhone 7/7+ models with Mav16 baseband failed to restore as the baseband firmware files are now called RestoreSBL1-HastTableDigest and SBL1-HashTableDigest. The code only stripped off the '-Blob' part from the baseband tss response so it couldn't match the firmware filenames properly. This commit fixes the issue by only keeping the first part of the string (everything before the first occurance of '-'). | |||||
2016-09-22 | Add support for ICE16 baseband firmware files (iPhone 7/7+) | Nikias Bassen | 1 | -1/+8 | |
While not tested, the new Mav16 baseband firmware files should also work with this update. | |||||
2016-07-08 | restore: Fix error message to show the actual baseband component name | Nikias Bassen | 1 | -2/+2 | |
2016-06-26 | restore: Explicitly stop FDR thread to suppress error messages at the end of ↵ | Nikias Bassen | 1 | -0/+8 | |
the restore | |||||
2016-06-26 | restore: Fix restore mode status/progress messages | Nikias Bassen | 1 | -63/+135 | |
2016-06-26 | restore: Add support for FUD data request, required for iOS 10 | Nikias Bassen | 1 | -0/+89 | |
2015-10-09 | restore: Always enable reverse proxy, some newer devices (iPad Air) require ↵ | Nikias Bassen | 1 | -16/+9 | |
it for iOS 9+ | |||||
2015-10-09 | Use hardware model instead of product type to identify device correctly | Nikias Bassen | 1 | -3/+3 | |
2015-10-09 | restore: Fix segfault when .bbfw file contains files without extension | Nikias Bassen | 1 | -1/+1 | |
2015-09-24 | restore: Print error message on status 53 (failed to recover FDR data) | Nikias Bassen | 1 | -0/+3 | |
2015-09-24 | restore: Also print device UDID in log message when entering restore mode | Nikias Bassen | 1 | -2/+2 | |
2015-09-24 | restore: Fix inverted comparison checking for ApImg4Ticket in TSS response | Nikias Bassen | 1 | -1/+1 | |
2015-09-24 | Revise several changes from commit 245bc9b6510a8900c69c2fd543434bae1bc6ca6a | Nikias Bassen | 1 | -6/+2 | |
In very rare cases the changes introduced by commit can actually cause an invalid free. Reverted those changes. Also, plist_free() will check for NULL before doing anything, so an extra check for that is not needed. | |||||
2015-09-24 | restore: Cast to thread_t to fix compiler warning | Martin Szulecki | 1 | -1/+1 | |
2015-05-05 | Update fdr implementation for thread function changes in latest | BALATON Zoltan | 1 | -3/+3 | |
libimobiledevice version | |||||
2015-05-05 | Improved command sequence and use SystemPartitionPadding from build | BALATON Zoltan | 1 | -5/+7 | |
identity to make sure we use correct values. | |||||
2015-05-05 | Clean up free() usage and plug some potential memory leaks | BALATON Zoltan | 1 | -70/+61 | |
2014-11-04 | Implement the FDR forwarder proxy service used during restore of recent iOS ↵ | BALATON Zoltan | 1 | -0/+21 | |
versions. | |||||
2014-11-03 | tss: Add missing values to fix baseband TSS request | BALATON Zoltan | 1 | -0/+9 | |
2014-10-28 | Rename restore step to indicate flashing of firmware instead of NOR | Martin Szulecki | 1 | -1/+1 | |
2014-10-24 | restore: Handle FDRTrustData request messages | BALATON Zoltan | 1 | -2/+36 | |
Only send an empty reply but this seems to be enough to restore devices that already have valid data. | |||||
2014-05-16 | restore: Prevent disturbing error message due to missing SEP related components | Martin Szulecki | 1 | -5/+3 | |
2014-03-22 | Use "plist_dict_set_item" instead of deprecated "plist_dict_insert_item" | Martin Szulecki | 1 | -45/+45 | |
2014-01-07 | restore: make restore_asr_progress_cb static | Nikias Bassen | 1 | -1/+1 | |
2013-12-01 | restore: removed unused variables | Nikias Bassen | 1 | -16/+4 | |
2013-11-27 | Refactor TSS parameter handling and parse RestoreRequestRules properly | Nikias Bassen | 1 | -5/+7 | |
2013-11-20 | get baseband ticket in normal mode and pass preflight info to StartRestore ↵ | Nikias Bassen | 1 | -0/+20 | |
request | |||||
2013-11-20 | restore: Add PersonalizedDuringPreflight key for "single TSS request" restore | Martin Szulecki | 1 | -0/+3 | |
2013-11-20 | restore: Add partition layout information for 128GB models to restore options | Martin Szulecki | 1 | -0/+1 | |
2013-11-20 | restore: Free LLB image data after having added it to fix a memory leak | Martin Szulecki | 1 | -0/+2 | |
2013-11-20 | restore: Make sure iBoot is the first entry in the NORImage array | Martin Szulecki | 1 | -1/+7 | |
Apparently restored is very picky about the order and expects the iBoot component as the first item in the array. This fixes restore of new models. | |||||
2013-11-20 | restore: Make sure to free MsgType string after having handled it | Martin Szulecki | 1 | -0/+3 | |
2013-11-20 | restore/tss: do not add an empty BbNonce node to TSS request | Nikias Bassen | 1 | -1/+3 | |
2013-11-20 | restore: Add error message for failed SEP firmware loading status | Martin Szulecki | 1 | -0/+3 | |
2013-11-20 | restore: add new SEP/RestoreSEP components to NORData request response | Nikias Bassen | 1 | -1/+58 | |
2013-11-20 | restore: send correct image4 ticket in response to RootTicket request | Nikias Bassen | 1 | -3/+10 | |
2013-11-20 | restore: Use new helper to add common tags to TSS baseband request | Martin Szulecki | 1 | -0/+1 | |
2013-11-20 | refactor component personalization and add support for Image4 stitching | Nikias Bassen | 1 | -7/+50 | |
2013-11-19 | restore: Fix baseband request creation order for proper error checking | Martin Szulecki | 1 | -4/+5 | |
2013-11-19 | restore: Fix typo in error message | Martin Szulecki | 1 | -1/+2 | |
2013-11-19 | silence some clang compiler warnings | Nikias Bassen | 1 | -2/+2 | |
2013-11-19 | tss: Refactor TSS handlers for Image4 support and flexibility | Martin Szulecki | 1 | -6/+17 | |
2013-10-02 | ipsw: change buffers to use type unsigned char* | Nikias Bassen | 1 | -8/+8 | |
2013-10-02 | tss: make sure buffers are of type unsigned char* | Nikias Bassen | 1 | -8/+8 | |
2013-10-02 | silence implicit declaration compiler warnings | Nikias Bassen | 1 | -0/+2 | |