Age | Commit message (Expand) | Author | Files | Lines |
2014-10-21 | tss: handle status code 69 | BALATON Zoltan | 1 | -1/+1 |
2014-03-22 | Use "plist_dict_set_item" instead of deprecated "plist_dict_insert_item" | Martin Szulecki | 1 | -42/+42 |
2014-03-21 | move curl_global_init/_cleanup to a global context | Nikias Bassen | 1 | -2/+0 |
2014-02-09 | tss: make Bb*KeyHash "WARNING:" debug messages and sound less dramatic | Nikias Bassen | 1 | -4/+4 |
2014-02-09 | tss: make "ERROR: Unable to find %s entry in TSS response" debug messages and... | Nikias Bassen | 1 | -3/+3 |
2014-01-07 | tss: make tss_write_callback static | Nikias Bassen | 1 | -1/+1 |
2013-12-02 | tss: don't fail if BbChipID is missing for devices without baseband | Nikias Bassen | 1 | -6/+6 |
2013-12-01 | tss: silence compiler warning about variable signedness | Nikias Bassen | 1 | -1/+1 |
2013-11-27 | Refactor TSS parameter handling and parse RestoreRequestRules properly | Nikias Bassen | 1 | -133/+281 |
2013-11-20 | tss: Add FIXME note to properly parse build manifest rules | Martin Szulecki | 1 | -0/+1 |
2013-11-20 | tss: Make sure to free iter variable in loops | Martin Szulecki | 1 | -0/+4 |
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 | 1 | -5/+3 |
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 | tss: Split img3 tag add helpers into common, img3 and img4 | Martin Szulecki | 1 | -1/+10 |
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-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 | 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 | 1 | -5/+7 |
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 | 1 | -189/+321 |
2013-11-18 | tss: Do not include "OS" component in TSS request | Martin Szulecki | 1 | -1/+1 |
2013-10-24 | Fixed misuse of free() instead of plist_free(). | Aaron Burghardt | 1 | -1/+1 |
2013-10-02 | tss: make sure buffers are of type unsigned char* | Nikias Bassen | 1 | -10/+10 |
2013-10-02 | silence implicit declaration compiler warnings | Nikias Bassen | 1 | -0/+1 |
2013-09-23 | Update AUTHORS and file copyrights accordingly | Martin Szulecki | 1 | -0/+2 |
2013-03-06 | Disable SSL verification to allow downloads from untrusted https locations | Martin Szulecki | 1 | -0/+2 |
2012-07-28 | tss: remove global use_apple_server symbol and use parameter instead | Nikias Bassen | 1 | -3/+3 |
2012-07-17 | tss: silence compiler warning | Nikias Bassen | 1 | -1/+1 |
2012-07-17 | tss: Use https to contact webservices first as we sometimes hit a 404 over http | Martin Szulecki | 1 | -2/+6 |
2012-07-17 | tss: Cycle through different hosts for TSS requests as a fallback | Martin Szulecki | 1 | -1/+9 |
2012-07-17 | tss: Use appropriate @HostPlatformInfo value in TSS requests | Nikias Bassen | 1 | -2/+14 |
2012-07-17 | tss: Don't crash on errors like failed connection attempts and be more verbose | Martin Szulecki | 1 | -5/+17 |
2012-07-17 | tss: Do not output "MESSAGE=" prefix of TSS server error messages | Martin Szulecki | 1 | -1/+1 |
2012-07-17 | tss: Print server MESSAGE response if unhandled error is returned | Martin Szulecki | 1 | -1/+2 |
2012-07-17 | tss: Rearrange TSS request keys and add missing baseband hash keys | Martin Szulecki | 1 | -8/+27 |
2012-07-17 | tss: Add support for iPhone 4S baseband TSS request | Martin Szulecki | 1 | -7/+21 |
2012-07-17 | tss: implemented tss_create_baseband_request | Nikias Bassen | 1 | -0/+114 |
2012-02-12 | use format string defines since win32 doesn't like %qu | Nikias Bassen | 1 | -1/+1 |
2012-02-12 | tss: handle status code 100 (internal server error) | Nikias Bassen | 1 | -0/+3 |
2012-02-03 | repeat tss request several times before giving up | Nikias Bassen | 1 | -7/+43 |
2012-02-02 | tss: add tss_get_ticket() function | Nikias Bassen | 1 | -2/+21 |
2012-02-02 | tss: make TSS request work again | Nikias Bassen | 1 | -9/+31 |