summaryrefslogtreecommitdiffstats
path: root/common/userpref.h
AgeCommit message (Collapse)AuthorFilesLines
2021-07-29common: Return proper error codes from userpref_read_pair_recordGravatar Nikias Bassen1-4/+5
2021-07-27Add support for MbedTLSGravatar Nikias Bassen1-2/+2
2018-09-29lockdown: Pass along usbmux device id when saving pair recordsGravatar Nikias Bassen1-1/+1
2015-01-12common: Convert int16_t macro error types of userpref module into enumGravatar Martin Szulecki1-10/+10
2014-12-08Replace () with (void) in libinternalcommon and tools for consistencyGravatar Martin Szulecki1-1/+1
2014-10-26common: Remove obsolete symbol hiding macros from userpref moduleGravatar Martin Szulecki1-14/+6
2014-03-22Update copyright in various filesGravatar Martin Szulecki1-1/+1
2014-03-21userpref: merge pair_record_generate_from_device_public_key() into ↵Gravatar Nikias Bassen1-2/+1
pair_record_generate_keys_and_certs()
2014-03-21Refactor pair record handling to use new usbmuxd pair record interfaceGravatar Martin Szulecki1-16/+18
This refactoring is mandatory as libimobiledevice should not interact with the pair record configuration directory which is owned by the usbmuxd user. This change also adds compatibility for the native usbmuxd and thus pair records saved by iTunes.
2013-09-19userpref: Use system wide pair record path and add config directory getterGravatar Martin Szulecki1-0/+1
2013-09-17Make sure to re-use the DeviceCertificate instead of generating a new one ↵Gravatar Nikias Bassen1-1/+1
every time This prevented iTunes from using a pairing made by libimobiledevice giving an error that the device sent invalid data.
2013-09-17userpref: Add copyright referenceGravatar Martin Szulecki1-0/+1
2013-09-17Refactor userpref logic to use plist format and implement trust dialog handlingGravatar Martin Szulecki1-8/+28
iOS 7 introduced a new pairing workflow which increases security by showing a trust dialog to the user before pairing with the host is allowed. The userpref system was refactored to use the native plist format, too. Configuration files of the native implementations are used on each platform. Former configuration files are no longer in use and can be deleted.
2013-04-25common: Move debug and userpref code into libinternalcommonGravatar Martin Szulecki1-0/+73