Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-06-17 | Add support for iOS 16 | 1 | -1/+2 | ||
2022-04-06 | Add support for Timer,* components and TSS found in iPad Air 5th gen firmware | 1 | -0/+1 | ||
2021-09-27 | restore: Add support for updating AppleTCON | 1 | -0/+1 | ||
Closes: #442 Co-authored-by: Nikias Bassen <nikias@gmx.li> Signed-off-by: Hector Martin <marcan@marcan.st> | |||||
2021-05-08 | tss: Add new calls | 1 | -0/+2 | ||
- Local policy (non persistent) - recoveryOS - recoveryOS Local policy (persistent) The local policy TSS request differs slightly between the one for the restore process and the recoveryOS. The one for the restore process is meant to be used only once, and the one for the recovery os is meant to be loaded from disk, and thus has a different request. See the Ap,LocalBoot parameter. | |||||
2019-09-25 | tss: Add support for new Vinyl (eUICC), Rose (Rap), and Veridian (BMU) ↵ | 1 | -0/+3 | ||
ticket requests | |||||
2019-01-25 | restore: Move Yonkers component selection code to tss_request_add_yonkers_tags() | 1 | -1/+1 | ||
2019-01-24 | restore: Fix Savage firmware handling for iPhone XR/XS/XS max | 1 | -1/+1 | ||
2019-01-16 | restore/tss: Add support for Yonkers firmware data and TSS request | 1 | -0/+1 | ||
2017-11-06 | Add support for Savage firmware updating (found in iPhone X) | 1 | -0/+1 | ||
2016-09-30 | tss: Add helper function to create Secure Element TSS request | 1 | -0/+1 | ||
2013-11-27 | Refactor TSS parameter handling and parse RestoreRequestRules properly | 1 | -4/+6 | ||
2013-11-20 | tss: Split img3 tag add helpers into common, img3 and img4 | 1 | -0/+1 | ||
2013-11-19 | tss: Refactor TSS handlers for Image4 support and flexibility | 1 | -7/+23 | ||
2013-10-02 | tss: make sure buffers are of type unsigned char* | 1 | -3/+3 | ||
2013-09-23 | Update AUTHORS and file copyrights accordingly | 1 | -1/+2 | ||
2012-07-28 | tss: remove global use_apple_server symbol and use parameter instead | 1 | -1/+1 | ||
2012-07-17 | tss: implemented tss_create_baseband_request | 1 | -0/+1 | ||
2012-02-02 | tss: add tss_get_ticket() function | 1 | -0/+1 | ||
2012-02-02 | tss: make TSS request work again | 1 | -1/+1 | ||
2010-06-21 | Archived for historical reasons | 1 | -0/+9 | ||
2010-06-04 | Even more major cleanups and refactoring, this branch is still broken but ↵ | 1 | -4/+4 | ||
starting to mature really well | |||||
2010-06-03 | Continuing to refactor code and add support for other devices | 1 | -1/+1 | ||
2010-06-01 | Began major refactoring, not quite finished yet, this branch is probably broke | 1 | -2/+2 | ||
2010-05-22 | Started implementation of img3 file and tss_stitcher | 1 | -4/+2 | ||
2010-05-22 | Finished implemented TSS request and TSS response | 1 | -1/+7 | ||
Removed base64.c/h since it's not needed with libplist | |||||
2010-05-21 | Added ECID detection | 1 | -1/+1 | ||
2010-05-20 | Initial commit | 1 | -0/+29 | ||