summaryrefslogtreecommitdiffstats
path: root/dev/lckdclient.c
AgeCommit message (Collapse)AuthorFilesLines
2013-02-26Refactor port number use into service descriptor to enable SSL for servicesGravatar Martin Szulecki1-3/+7
This is a major change which breaks API but is required in order to support SSL communication for services as used by network connections.
2012-03-22Mass replace UUID by UDID, which is the correct term for itGravatar Martin Szulecki1-5/+5
2012-03-19Removed glib stuff from dev/lckdclient and idevicebackup/idevicebackup2Gravatar Nikias Bassen1-10/+54
2010-01-29Global renames due to project rename to libimobiledeviceGravatar Nikias Bassen1-9/+9
2010-01-13lockdown/tools/python: use correct type for port parameterGravatar Nikias Bassen1-1/+1
2010-01-12Allow lockdown client creation without performing full handshakeGravatar Martin Szulecki1-1/+1
The lockdown constructor was doing more than needed. Pairing and session negotiation is now handled by lockdownd_client_new_with_handshake().
2010-01-08Allow set the label of a lockdown request, usually set to the program nameGravatar Martin Szulecki1-1/+1
2009-09-12Update tools to use new APIGravatar Martin Szulecki1-1/+1
2009-07-25Follow glib style and rename iphone_free_device to iphone_device_freeGravatar Martin Szulecki1-2/+2
2009-07-25Update lockdown API and introduce new error codesGravatar Martin Szulecki1-5/+10
2009-07-24Use iphone_device_get_uuid() not lockdown, for less overhead where possibleGravatar Martin Szulecki1-6/+7
2009-07-24Rename iphone_set_debug() to iphone_set_debug_level() and code using itGravatar Martin Szulecki1-1/+1
2009-07-10Use new plist_copy instead of serialization workaround in lockdownd_et_value()Gravatar Martin Szulecki1-3/+4
2009-07-07Cleanup lockdown request API and fix docs, tools, bindings and exportsGravatar Martin Szulecki1-11/+18
2008-11-25fix some warnings and indentGravatar Jonathan Beck1-0/+1
2008-10-30move dev specific tools to dev/ subdir.Gravatar Jonathan Beck1-0/+100
update autoconf files accordingly