summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* lockdown: fix possible invalid free in GnuTLS cert generation codeNikias Bassen2013-11-081-3/+3
* installation_proxy: Remove dead code from uninstall methodMartin Szulecki2013-11-041-5/+0
* Convert stray spaces to corresponding tabsMartin Szulecki2013-11-046-96/+97
* Remove duplicate newline from debug messages as one is added automaticallyMartin Szulecki2013-10-096-8/+8
* lockdown: Plug few possible memory leaks in generate_pair_record_plist()Martin Szulecki2013-10-091-16/+6
* property_list_service: improve error checking on receiveNikias Bassen2013-10-091-2/+19
* restore: improve restored_query_type result checkingNikias Bassen2013-09-241-11/+14
* lockdown: improve lockdownd_query_type result checkingNikias Bassen2013-09-241-4/+11
* lockdown: Remove EscrowBag feature for now as it caused services to not startMartin Szulecki2013-09-231-7/+0
* Avoid versioning shared library for Windows targetMartin Szulecki2013-09-231-0/+1
* Correctly refer to libpthread_LIBSMartin Szulecki2013-09-231-1/+1
* lockdown: Only sent EscrowBag if we are running in a secure sessionMartin Szulecki2013-09-211-2/+6
* idevicebackup2: Add experimental support for using backups in the cloudMartin Szulecki2013-09-211-3/+9
* lockdown: Send EscrowBag when starting service for automatic unlockingMartin Szulecki2013-09-211-0/+3
* lockdown: Remove pairing code which is obsoleted by usbmuxd's preflight handlerMartin Szulecki2013-09-191-53/+0
* lockdown: Don't shutdown SSL during StopSession already or device complainsMartin Szulecki2013-09-191-7/+6
* notification_proxy: handle error conditions in notification polling threadNikias Bassen2013-09-191-4/+14
* property_list_service: handle timeout condition on receiveNikias Bassen2013-09-192-1/+5
* lockdownd: remove unused udid variable in reconnect functionNikias Bassen2013-09-171-4/+0
* lockdown: Refactor pair record generation/loading logic a bit for efficiencyMartin Szulecki2013-09-171-42/+47
* lockdown: Fix debug message during reconnect to show correct udidMartin Szulecki2013-09-171-1/+1
* lockdown: Fix generation of x509 subject key identifier extension for GnuTLSMartin Szulecki2013-09-171-7/+12
* Make sure to re-use the DeviceCertificate instead of generating a new one eve...Nikias Bassen2013-09-171-8/+15
* lockdown: Add missing x509 extensions to match other platforms using GnuTLSMartin Szulecki2013-09-171-0/+8
* Fix broken build of GnuTLS and silence two compiler warningsMartin Szulecki2013-09-172-3/+3
* lockdown: Add missing x509 extensions to match other platforms using OpenSSLMartin Szulecki2013-09-171-2/+18
* lockdown: Allow starting services without the need for a running SSL sessionMartin Szulecki2013-09-171-2/+2
* Refactor userpref logic to use plist format and implement trust dialog handlingMartin Szulecki2013-09-173-49/+214
* idevice: Add udid attribute to idevice_connection_t for referencing devicesMartin Szulecki2013-09-172-0/+7
* afc: fix some return types (afc_error_t vs. idevice_error_t)Nikias Bassen2013-09-161-4/+4
* webinspector: Implement support for partial messages when sending or receivingMartin Szulecki2013-08-192-42/+125
* idevicebackup2: Implement support for encrypted backups in Unback commandAaron Burghardt2013-08-081-0/+6
* idevice: Export SSL control functions for idevice_connection_tMartin Szulecki2013-08-071-3/+0
* service: Make generic service public to enable external service implementationsMartin Szulecki2013-08-051-30/+1
* Implement *_start_service() helper to simplify creation of service clientsMartin Szulecki2013-08-0513-0/+260
* syslog_relay: Add doc comments for syslog_relay(_start|_stop)_capture()Martin Szulecki2013-07-191-0/+26
* installation_proxy: Fix another two memory leaksMartin Szulecki2013-07-181-0/+4
* Fix memory leaks in instproxy_client_get_path_for_bundle_identifier()Martin Szulecki2013-07-161-0/+10
* Fixed memory leak in lockdownd_gen_pair_cert() by freeing X509_EXTENSION obje...Aaron Burghardt2013-06-301-0/+1
* Fixed memory leak in lockdownd_gen_pair_cert() when getting cert data using O...Aaron Burghardt2013-06-301-2/+5
* syslog_relay: Make sure syslog worker thread is not stuck foreverMartin Szulecki2013-05-241-2/+4
* syslog_relay: Remove syslog_relay_send() as the service is read-onlyMartin Szulecki2013-05-231-31/+0
* Add protocol implementation for syslog_relay serviceMartin Szulecki2013-05-233-1/+342
* heartbeat: Fix wrong error codes in documentationMartin Szulecki2013-05-231-4/+4
* installation_proxy: Add helper to retrieve filepath of an app from deviceMartin Szulecki2013-04-251-0/+97
* common: Move debug and userpref code into libinternalcommonMartin Szulecki2013-04-2528-1490/+26
* installation_proxy: Silence compiler warnings about thread_t pointer assignmentsMartin Szulecki2013-04-252-4/+4
* afc: Add convenience helper to free AFC dictionaries in afc_dictionary_free()Martin Szulecki2013-04-251-0/+14
* use new internal common code for thread, mutex, and socket operationsNikias Bassen2013-03-2011-201/+38
* installation_proxy: Add ReturnAttributes key to comment for documentationMartin Szulecki2013-03-181-3/+3