summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* mobile_image_mounter: Change upload method to accept optional image signatureMartin Szulecki2014-06-131-4/+7
* idevice: win32: Use correct signature for DllMain()Nikias Bassen2014-06-051-2/+1
* lockdown: cleanup: remove pointless gotoAndreas Henriksson2014-05-051-4/+0
* lockdown: avoid crashing when getting system buid failsAndreas Henriksson2014-05-051-2/+3
* Make property_list_service publicNikias Bassen2014-04-292-132/+1
* Moved Doxygen comments from source files to public headers.Aaron Burghardt2014-03-2720-2478/+2
* lockdown: Return error if getting a lockdown value failed to fix segfaultMartin Szulecki2014-03-271-0/+2
* win32: Silence compiler warning about missing previous declaration of DllMainNikias Bassen2014-03-241-0/+5
* afc: Rename variable 'send' to 'buffer' to silence compiler warning about sha...Nikias Bassen2014-03-241-21/+21
* lockdown: Prevent libplist assertion by checking result of userpref_read_pair...Nikias Bassen2014-03-241-4/+10
* Fix make distcheck by using $(top_builddir) where needed1.1.6Martin Szulecki2014-03-221-1/+1
* Update copyright in various filesMartin Szulecki2014-03-224-1/+6
* afc: Remove segmentation code from afc_file_read()Nikias Bassen2014-03-211-51/+34
* lockdown: Fix starting unsecure services as needed during trust dialog pairingMartin Szulecki2014-03-211-14/+0
* lockdown: Fix fetching WiFi address for pair record after trust dialog pairingMartin Szulecki2014-03-211-12/+20
* implement global thread safe library initializationNikias Bassen2014-03-211-9/+80
* lockdown: Correct a few comments within pair generation codeMartin Szulecki2014-03-211-1/+2
* idevice: Use more common "ERROR:" syntax for error messagesMartin Szulecki2014-03-211-2/+2
* lockdown: Move HostID generation closer to code setting it in pair recordMartin Szulecki2014-03-211-2/+1
* lockdown: Read HostID again after pairing to fix first pair workflowMartin Szulecki2014-03-211-0/+7
* idevice: Fix misleading warning in GnuTLS SSL handshakeMartin Szulecki2014-03-211-2/+2
* idevice: Plug memory leak by freeing pair_recordMartin Szulecki2014-03-211-0/+6
* userpref: merge pair_record_generate_from_device_public_key() into pair_recor...Nikias Bassen2014-03-211-15/+1
* idevice: Use correct import helper for keys and certsMartin Szulecki2014-03-211-3/+3
* lockdown: Make sure failed pairing validation works with correct error codeMartin Szulecki2014-03-211-1/+1
* lockdown: Plug memory leak due to missing free of public_keyMartin Szulecki2014-03-211-0/+3
* lockdown: Make sure to set SystemBUID in generated pair recordsMartin Szulecki2014-03-211-1/+2
* lockdown: Fix wrong pointer dereference of pair_record plistMartin Szulecki2014-03-211-3/+3
* lockdown: Remove obsolete debug outputMartin Szulecki2014-03-211-6/+0
* Refactor pair record handling to use new usbmuxd pair record interfaceMartin Szulecki2014-03-213-436/+130
* Bump dependency to libplist 1.11 and remove use of "plist_dict_insert_item()"Martin Szulecki2014-03-2015-127/+127
* lockdown: make sure type is always free'd in lockdownd_client_new_with_handshakeNikias Bassen2014-03-181-2/+2
* afc: use static buffers where possibleNikias Bassen2014-03-132-33/+30
* afc: refactor afc_dispatch_packet and improve afc_file_write performanceNikias Bassen2014-03-131-252/+109
* idevice: call SSL_shutdown a second time if requiredNikias Bassen2014-03-131-1/+4
* file_relay: Added file_relay_request_sources_timeout()Aaron Burghardt2014-03-121-2/+39
* lockdown: disable SSL in lockdownd_stop_session()Nikias Bassen2014-03-101-0/+5
* lockdown: removed outdated call to lockdownd_goodbye() in lockdown_client_free()Nikias Bassen2014-03-101-4/+0
* win32: link against ws2_32.dllNikias Bassen2014-02-181-1/+1
* mobile_image_mounter: implemented new image file uploading methodNikias Bassen2014-02-091-0/+122
* Revert "lockdown: do not send Goodbye when SSL session was active"Nikias Bassen2014-01-251-2/+2
* lockdown: do not send Goodbye when SSL session was activeNikias Bassen2014-01-151-2/+2
* idevice: free ssl object when SSL handshake failsNikias Bassen2014-01-091-0/+1
* idevice: don't free ssl bio after SSL_set_bio has been calledNikias Bassen2014-01-092-3/+0
* lockdown: Make sure to free client->session_id for sureMartin Szulecki2013-11-301-0/+4
* Fix possible memory corruption by ensuring client pointers NULL'd after freeMartin Szulecki2013-11-304-0/+9
* lockdown: Do not free session_id again after stop_session already didMartin Szulecki2013-11-301-1/+0
* idevice: properly handle partial SSL_read()sNikias Bassen2013-11-201-1/+9
* installation_proxy: Fix operations exiting before being finished due to timeoutMartin Szulecki2013-11-101-4/+5
* property_list_service: Rename RECEIVE_TIMEOUT error for more clarityMartin Szulecki2013-11-104-3/+5