Age | Commit message (Expand) | Author | Files | Lines |
2013-11-20 | get baseband ticket in normal mode and pass preflight info to StartRestore re... | Nikias Bassen | 3 | -0/+53 |
2013-11-20 | normal: add normal_get_preflight_info helper function | Nikias Bassen | 2 | -0/+43 |
2013-11-20 | tss: Add FIXME note to properly parse build manifest rules | Martin Szulecki | 1 | -0/+1 |
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 | Don't request ApNonce again for image4 aware devices after loading iBEC | Nikias Bassen | 1 | -1/+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 | dfu: Implement dfu_get_ecid() to fix connectivity issues from DFU mode | Martin Szulecki | 3 | -0/+26 |
2013-11-20 | restore: Make sure iBoot is the first entry in the NORImage array | Martin Szulecki | 1 | -1/+7 |
2013-11-20 | img4: Make sure to free created element headers to fix memory leak | Martin Szulecki | 1 | -0/+19 |
2013-11-20 | tss: Make sure to free iter variable in loops | Martin Szulecki | 1 | -0/+4 |
2013-11-20 | restore: Make sure to free MsgType string after having handled it | Martin Szulecki | 1 | -0/+3 |
2013-11-20 | idevicerestore: Fix memory leak in build_manifest_check_compatibility() | Martin Szulecki | 1 | -0/+1 |
2013-11-20 | idevicerestore: Free build identity and manifest plist upon exiting | Martin Szulecki | 1 | -0/+6 |
2013-11-20 | tss: remove Info node from BasebandFirmware data for TSS request | Nikias Bassen | 1 | -1/+5 |
2013-11-20 | restore/tss: do not add an empty BbNonce node to TSS request | Nikias Bassen | 2 | -6/+6 |
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 | img4: update tag for RestoreSEP when stitching | Nikias Bassen | 1 | -0/+2 |
2013-11-20 | dfu: fix sending iBEC for Image4 aware devices | Nikias Bassen | 1 | -1/+1 |
2013-11-20 | normal: fix normal_get_sep_nonce/normal_get_ap_nonce | Nikias Bassen | 1 | -2/+2 |
2013-11-20 | tss: add ApProductionMode to Image4 tss request | Nikias Bassen | 1 | -0/+12 |
2013-11-20 | tss: add ApECID to Image4 tss request | Nikias Bassen | 1 | -0/+9 |
2013-11-20 | tss: correctly name SepNonce (instead of ApSepNonce) for tss request | Nikias Bassen | 1 | -1/+1 |
2013-11-20 | personalize_component: always return a component, also if not stitched | Nikias Bassen | 1 | -0/+5 |
2013-11-20 | idevicerestore: Use better error message if adding tags to TSS request fails | Martin Szulecki | 1 | -3/+3 |
2013-11-20 | restore: Use new helper to add common tags to TSS baseband request | Martin Szulecki | 1 | -0/+1 |
2013-11-20 | idevicerestore: Use new helper to add common tags to TSS request | Martin Szulecki | 1 | -0/+8 |
2013-11-20 | tss: Split img3 tag add helpers into common, img3 and img4 | Martin Szulecki | 2 | -1/+11 |
2013-11-20 | tss: Fix Image4 ticket getter which used the wrong key name | Martin Szulecki | 1 | -1/+1 |
2013-11-20 | tss: Fix check on ApSecurityMode which is a boolean | Martin Szulecki | 1 | -1/+1 |
2013-11-20 | refactor component personalization and add support for Image4 stitching | Nikias Bassen | 10 | -64/+318 |
2013-11-20 | get_tss_response: set required parameters for Image4 TSS request | Nikias Bassen | 1 | -7/+28 |
2013-11-20 | add sep-firmware -> RestoreSEP matching to get_component_name() | Nikias Bassen | 1 | -0/+2 |
2013-11-19 | tss: only add EPRO/ESEC if we are sending an Image4 request | Nikias Bassen | 1 | -3/+4 |
2013-11-19 | tss: Check for ApSecurityDomain as uint instead of string correctly | Martin Szulecki | 1 | -2/+2 |
2013-11-19 | tss: Fix typos in Ap keys which caused faulty require errors | Martin Szulecki | 1 | -6/+6 |
2013-11-19 | restore: Fix baseband request creation order for proper error checking | Martin Szulecki | 1 | -4/+5 |
2013-11-19 | tss: Fix check on ApECID as uint instead of string | Martin Szulecki | 1 | -1/+1 |
2013-11-19 | tss: Fix comment around skipping of OS and Diags components | Martin Szulecki | 1 | -2/+2 |
2013-11-19 | tss: Add debug output for TSS request on sending | Martin Szulecki | 1 | -0/+4 |
2013-11-19 | tss: Make ApNonce parameter optional to fix restore on iPhone 3GS and older | Martin Szulecki | 2 | -6/+10 |
2013-11-19 | restore: Fix typo in error message | Martin Szulecki | 1 | -1/+2 |
2013-11-19 | silence some clang compiler warnings | Nikias Bassen | 2 | -3/+3 |
2013-11-19 | tss: add missing return type to tss_response_get_data_by_key() | Nikias Bassen | 1 | -1/+1 |
2013-11-19 | tss: Refactor TSS handlers for Image4 support and flexibility | Martin Szulecki | 7 | -215/+403 |
2013-11-19 | common: Add plist_dict_merge() helper to merge dictionaries | Martin Szulecki | 2 | -0/+28 |
2013-11-19 | img3: hide low level img3 code and provide simpler img3_stitch_component() fu... | Nikias Bassen | 3 | -39/+63 |
2013-11-19 | add get_sep_nonce helper function | Nikias Bassen | 2 | -0/+44 |