Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
We have interpreted code 0x0b as CODE_ERROR_REMOTE and printed this error
to the user which was disturbing. However, it is not an error but a flag which
signals the end of a series of data hunks being sent.
|
|
DIRECTORY argument mandatory
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Large files were not sent correctly to the device, they must be sent in
chunks, otherwise the device gets stuck and reboots before the restore
process is complete.
|
|
|
|
This is required so that the Info.plist file can be written. Perhaps writing of the Info.plist should be moved to the end later.
|
|
pass it
|
|
|
|
|
|
This reverts commit 4d87df37f6a32db24068932a95045d431d317a56.
|
|
|
|
|
|
|
|
was aborted
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
be read
userpref_get_file_contents() was stil attempting to set the data and size
properties on the passed gnutls_datum_t even if g_file_get_contents() failed.
This shoud fix a possible segfault in any code code using the pairing.
|
|
The debug code to output the device public key was not taking into account
that the key data is not null terminated.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The main lockdown plist of iOS 4.3 contains invalid null characters
which we now convert to spaces. Fixes running ideviceinfo on iOS 4.3.
Thanks to teuf for debugging and proposing the fix.
|
|
|
|
device
Furthermore the clearing must happen after starting synchronization and as
we have the data class set already, we can obsolete that argument.
|
|
|