Age | Commit message (Expand) | Author | Files | Lines |
2013-09-19 | lockdown: Don't shutdown SSL during StopSession already or device complains | Martin Szulecki | 1 | -7/+6 |
2013-09-19 | userpref: fix leak and possible endless recursion in mkdir_with_parents | Nikias Bassen | 1 | -7/+4 |
2013-09-19 | utils: make buffer_write_to_filename overwrite instead of append to existing ... | Nikias Bassen | 1 | -3/+1 |
2013-09-19 | notification_proxy: handle error conditions in notification polling thread | Nikias Bassen | 1 | -4/+14 |
2013-09-19 | property_list_service: handle timeout condition on receive | Nikias Bassen | 2 | -1/+5 |
2013-09-17 | lockdownd: remove unused udid variable in reconnect function | Nikias Bassen | 1 | -4/+0 |
2013-09-17 | userpref: Add missing argument docs for device_record_get_certs_as_pem() | Martin Szulecki | 1 | -0/+1 |
2013-09-17 | lockdown: Refactor pair record generation/loading logic a bit for efficiency | Martin Szulecki | 1 | -42/+47 |
2013-09-17 | lockdown: Fix debug message during reconnect to show correct udid | Martin Szulecki | 1 | -1/+1 |
2013-09-17 | lockdown: Fix generation of x509 subject key identifier extension for GnuTLS | Martin Szulecki | 1 | -7/+12 |
2013-09-17 | Make sure to re-use the DeviceCertificate instead of generating a new one eve... | Nikias Bassen | 3 | -10/+30 |
2013-09-17 | lockdown: Add missing x509 extensions to match other platforms using GnuTLS | Martin Szulecki | 1 | -0/+8 |
2013-09-17 | Fix broken build of GnuTLS and silence two compiler warnings | Martin Szulecki | 3 | -5/+5 |
2013-09-17 | lockdown: Add missing x509 extensions to match other platforms using OpenSSL | Martin Szulecki | 1 | -2/+18 |
2013-09-17 | userpref: Add copyright reference | Martin Szulecki | 2 | -0/+2 |
2013-09-17 | idevicepair: Port to use the new userpref API and add systembuid command | Martin Szulecki | 1 | -17/+32 |
2013-09-17 | lockdown: Allow starting services without the need for a running SSL session | Martin Szulecki | 1 | -2/+2 |
2013-09-17 | Refactor userpref logic to use plist format and implement trust dialog handling | Martin Szulecki | 6 | -409/+579 |
2013-09-17 | idevice: Add udid attribute to idevice_connection_t for referencing devices | Martin Szulecki | 2 | -0/+7 |
2013-09-17 | common: Add helpers to read and write plist files | Martin Szulecki | 2 | -0/+106 |
2013-09-16 | afc: fix some return types (afc_error_t vs. idevice_error_t) | Nikias Bassen | 1 | -4/+4 |
2013-09-13 | tools: fix GnuTLS build by adding missing libgcrypt build flags | Nikias Bassen | 1 | -2/+2 |
2013-09-11 | filerelaytest: Variable can not be declared inside for loop on non C99 mode | Martin Szulecki | 1 | -6/+6 |
2013-09-11 | Added the option to filerelaytest to pass sources on the command line. | Aaron Burghardt | 1 | -2/+16 |
2013-09-07 | make variables for package dependencies, synchronize these with .pc file | Elan Ruusamäe | 2 | -4/+12 |
2013-08-19 | webinspector: Implement support for partial messages when sending or receiving | Martin Szulecki | 2 | -42/+125 |
2013-08-08 | idevicebackup2: Implement support for encrypted backups in Unback command | Aaron Burghardt | 2 | -1/+15 |
2013-08-07 | idevice: Export SSL control functions for idevice_connection_t | Martin Szulecki | 2 | -3/+2 |
2013-08-05 | service: Make generic service public to enable external service implementations | Martin Szulecki | 3 | -31/+70 |
2013-08-05 | Implement *_start_service() helper to simplify creation of service clients | Martin Szulecki | 26 | -0/+280 |
2013-08-05 | Add public *_SERVICE_NAME defines for each service | Martin Szulecki | 13 | -0/+26 |
2013-07-19 | Update README with latest code, ticket tracker and IRC URLs | Martin Szulecki | 1 | -2/+9 |
2013-07-19 | syslog_relay: Add doc comments for syslog_relay(_start|_stop)_capture() | Martin Szulecki | 1 | -0/+26 |
2013-07-18 | Update NEWS with latest changes | Martin Szulecki | 1 | -0/+20 |
2013-07-18 | installation_proxy: Fix another two memory leaks | Martin Szulecki | 1 | -0/+4 |
2013-07-16 | Fix memory leaks in instproxy_client_get_path_for_bundle_identifier() | Martin Szulecki | 1 | -0/+10 |
2013-07-15 | userpref: correctly NULL-terminate arguments in string_concat calls | Nikias Bassen | 1 | -2/+2 |
2013-07-13 | common: Fix malformed binary debug message dumping | Martin Szulecki | 1 | -1/+1 |
2013-07-13 | common: Fix WIN32 portability for recent userpref security fix | Martin Szulecki | 1 | -1/+6 |
2013-07-13 | common: Implement stpcpy() replacement for systems lacking it | Martin Szulecki | 2 | -0/+26 |
2013-07-13 | configure.ac: Simply check for asprintf and vasprintf | Martin Szulecki | 1 | -10/+1 |
2013-07-02 | Bug #331 - Don't create a /tmp/root directory insecurely | Federico Mena Quintero | 1 | -29/+76 |
2013-07-02 | common: Add utils.[ch] with a string_concat() function | Federico Mena Quintero | 3 | -1/+114 |
2013-07-01 | cython: Remove erroneous free() | Dawn K. Isabel | 1 | -2/+0 |
2013-06-30 | Fixed leaked plist uint which is passed to mobilebackup2_send_status_respons... | Aaron Burghardt | 1 | -1/+3 |
2013-06-30 | Fixed multiple occurrences of memory leaks when empty plist dicts are passed ... | Aaron Burghardt | 1 | -5/+13 |
2013-06-30 | Fixed leaked lockdowns client object in do_post_notification(). | Aaron Burghardt | 1 | -0/+1 |
2013-06-30 | Fixed memory leak in mb2_status_check_snapshot_state() by freeing the string ... | Aaron Burghardt | 1 | -0/+1 |
2013-06-30 | Fixed memory leak by creating empty plist dict for iTunes settings only when ... | Aaron Burghardt | 1 | -2/+2 |
2013-06-30 | Fixed memory leak in lockdownd_gen_pair_cert() by freeing X509_EXTENSION obje... | Aaron Burghardt | 1 | -0/+1 |