Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
These communication functions operate on an iphone_connection_t, thus their
function name should reflect that.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[#104 state:resolved]
|
|
This error is returned if the service does not exist on the device.
It comes handy to detect if for instance the AFC2 service is actually
setup on a device or not.
|
|
|
|
Conflicts:
src/iphone.c
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Implementations can now supply a full pair record and thus use their
own preferred method of managing pairing records if needed.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This introduces a new debug_info macro which automatically prints
the calling function, file and line number information instead of
having that information passed to every old log_debug_msg call.
|
|
|
|
|
|
This splits out SSL code and allows implementations to manually handle
session start and stop if needed. Also brings the API closer to the
lockdown request protocol.
|
|
|
|
The lockdown constructor was doing more than needed. Pairing and session
negotiation is now handled by lockdownd_client_new_with_handshake().
|
|
|