summaryrefslogtreecommitdiff
path: root/src/preflight.c
Commit message (Expand)AuthorAgeFilesLines
* preflight: Assume old iOS version if retrieval of ProductVersion failsNikias Bassen2022-10-041-11/+12
* Fix preflight for older devicesJosef Micka2022-09-211-11/+11
* Remove common code in favor of new libimobiledevice-glueNikias Bassen2021-09-011-9/+6
* preflight: Check platform before attempting to preflightNikias Bassen2021-08-301-7/+25
* preflight: Reflect device_class member addition to struct idevice_privateNikias Bassen2021-08-021-0/+2
* Do not perform preflight on T2 devicesRick Mark2020-05-071-1/+9
* Fix compatibility with latest changes in libimobiledeviceNikias Bassen2019-11-111-3/+6
* preflight: Prevent possible UaF if usb device is removed while preflight is i...Nikias Bassen2019-10-071-0/+5
* preflight: Let insecure notification proxy terminate when pairing is doneNikias Bassen2019-10-041-2/+6
* allow preflight error to pass so simple mode will still workAdam Laurie2019-02-121-1/+3
* preflight: Fix compatibility with latest internal changes to libimobiledeviceNikias Bassen2018-10-021-1/+5
* Update and slightly cleanup copyright headersMartin Szulecki2014-10-061-18/+17
* preflight: Unset preflight callback data when no longer needed to prevent seg...Nikias Bassen2014-04-161-0/+2
* preflight: create preflight worker as detached thread and handle errorsNikias Bassen2014-02-151-1/+12
* removed trailing \n from usbmuxd_log() messagesNikias Bassen2014-01-091-1/+1
* preflight: check for device record before trying to read host idNikias Bassen2013-12-271-10/+15
* preflight: replace idevice_event_* with thread safe implementationNikias Bassen2013-12-271-11/+13
* add support for reading and writing config and pair record filesNikias Bassen2013-12-131-6/+5
* preflight: Add messages to indicate start and finish of preflight processMartin Szulecki2013-11-041-0/+9
* preflight: Make device visible during trust dialog pairing and handle unplugMartin Szulecki2013-11-041-5/+27
* preflight: Add lockdownd prefix to name of set_untrusted_host_buid()Martin Szulecki2013-11-041-3/+3
* preflight: define extern userpref_remove_device_recordNikias Bassen2013-10-091-0/+2
* preflight: Free version string in all cases to prevent memory leakMartin Szulecki2013-10-091-3/+11
* preflight: plug small memory leakNikias Bassen2013-10-081-0/+2
* preflight: don't wait for trust if device is at setup screenNikias Bassen2013-09-241-1/+6
* preflight: handle invalid pair records properlyNikias Bassen2013-09-241-3/+17
* preflight: Trigger new trust dialog if user denied pairing beforeMartin Szulecki2013-09-191-0/+8
* preflight: Use userpref_get_system_buid() instead of hardcoded pathMartin Szulecki2013-09-191-4/+2
* preflight: Allow pre iOS 6 devices to become visible if pairing failsMartin Szulecki2013-09-191-6/+11
* preflight: Fix some comments to comply to C89Martin Szulecki2013-09-191-4/+4
* added preflight worker implementation to handle initial device pairingNikias Bassen2013-09-191-0/+271