summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-09-24restore: Print error message on status 53 (failed to recover FDR data)Gravatar Nikias Bassen1-0/+3
2015-09-24normal: Make sure to select correct device by ecid OR udidGravatar Nikias Bassen1-19/+29
2015-09-24normal: Use correct error code values for lockdownd_error_tGravatar Nikias Bassen1-5/+5
2015-09-24Add missing endianness.hGravatar Nikias Bassen1-0/+105
2015-09-24fdr: Add support for protocol version 1Gravatar Nikias Bassen1-31/+115
2015-09-24restore: Also print device UDID in log message when entering restore modeGravatar Nikias Bassen1-2/+2
2015-09-24restore: Fix inverted comparison checking for ApImg4Ticket in TSS responseGravatar Nikias Bassen1-1/+1
2015-09-24Revise several changes from commit 245bc9b6510a8900c69c2fd543434bae1bc6ca6aGravatar Nikias Bassen2-11/+10
2015-09-24Fix some file header commentsGravatar Nikias Bassen4-4/+4
2015-09-24common: Remove plist_dict_merge() as it's already provided by libplistGravatar Nikias Bassen2-28/+0
2015-09-24restore: Cast to thread_t to fix compiler warningGravatar Martin Szulecki1-1/+1
2015-09-24fdr: Fix compiler warning about returned pointerGravatar Martin Szulecki1-1/+1
2015-09-24Add missing "errno.h" include to fix compiler warningsGravatar Martin Szulecki1-0/+1
2015-09-24Replace () with (void) for proper function prototypesGravatar Martin Szulecki4-6/+6
2015-05-05Update fdr implementation for thread function changes in latestGravatar BALATON Zoltan6-23/+31
2015-05-05Fix some warningsGravatar BALATON Zoltan4-12/+10
2015-05-05tss: Fix request for older devices (such as iPhone 3G). We only needGravatar BALATON Zoltan1-5/+9
2015-05-05Improved command sequence and use SystemPartitionPadding from buildGravatar BALATON Zoltan2-11/+16
2015-05-05Clean up free() usage and plug some potential memory leaksGravatar BALATON Zoltan2-93/+76
2014-11-04Implement the FDR forwarder proxy service used during restore of recent iOS v...Gravatar BALATON Zoltan9-2/+1179
2014-11-03tss: Add missing values to fix baseband TSS requestGravatar BALATON Zoltan1-0/+9
2014-10-28Rename restore step to indicate flashing of firmware instead of NORGravatar Martin Szulecki3-3/+3
2014-10-28tss: Make ApECID key mandatory and also use it for baseband TSS requestsGravatar Martin Szulecki1-18/+9
2014-10-28tss: Intercept server status code 126 indicating malformed requestGravatar Martin Szulecki1-0/+3
2014-10-24restore: Handle FDRTrustData request messagesGravatar BALATON Zoltan1-2/+36
2014-10-22common: Use ftello(), fseeko() variants for large file supportGravatar Martin Szulecki1-2/+2
2014-10-22asr: Remove two debug messages that are not really helpfulGravatar Martin Szulecki1-4/+0
2014-10-21Fix handling of files larger than 2GB on 32bit systemsGravatar BALATON Zoltan3-33/+30
2014-10-21Remove destination before moving a file to it as it can fail on some systems ...Gravatar BALATON Zoltan1-0/+1
2014-10-21Fixed a typo in an error messageGravatar BALATON Zoltan1-1/+1
2014-10-21Supress printing very long plists and too verbose messages in debug outputGravatar BALATON Zoltan2-2/+7
2014-10-21tss: Fix request xml adding new tags and missing partsGravatar BALATON Zoltan1-1/+28
2014-10-21tss: handle status code 69Gravatar BALATON Zoltan1-1/+1
2014-10-09Fix typo in img3/img4 header files affecting C++ compilationGravatar Martin Szulecki2-2/+2
2014-10-09Enable large file support if available for >2GB file supportGravatar Martin Szulecki1-0/+1
2014-09-21common: Fix possible crash in mkdir_with_parents()Gravatar Nikias Bassen1-5/+11
2014-05-16restore: Prevent disturbing error message due to missing SEP related componentsGravatar Martin Szulecki2-7/+4
2014-05-16Add build_identity_has_component() helperGravatar Martin Szulecki2-0/+15
2014-05-16tss: Free sep_nonce after use to prevent leakGravatar Martin Szulecki1-0/+1
2014-03-29Add newline at end of some info and error messages where it's missingGravatar Martin Szulecki2-4/+4
2014-03-22Use "plist_dict_set_item" instead of deprecated "plist_dict_insert_item"Gravatar Martin Szulecki5-135/+135
2014-03-21move curl_global_init/_cleanup to a global contextGravatar Nikias Bassen3-8/+6
2014-02-11dfu: fix DFU->Recovery mode switch for iOS 7.xGravatar Nikias Bassen1-1/+1
2014-02-09tss: make Bb*KeyHash "WARNING:" debug messages and sound less dramaticGravatar Nikias Bassen1-4/+4
2014-02-09normal: remove "ERROR:" prefix from SEPNonce error messageGravatar Nikias Bassen1-2/+2
2014-02-09tss: make "ERROR: Unable to find %s entry in TSS response" debug messages and...Gravatar Nikias Bassen1-3/+3
2014-01-15put device in recovery mode _after_ extracting the root filesystemGravatar Nikias Bassen1-12/+12
2014-01-07normal: removed unused variableGravatar Nikias Bassen1-2/+0
2014-01-07restore: make restore_asr_progress_cb staticGravatar Nikias Bassen1-1/+1
2014-01-07tss: make tss_write_callback staticGravatar Nikias Bassen1-1/+1