summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2009-07-24Use iphone_device_get_uuid() not lockdown, for less overhead where possibleGravatar Martin Szulecki2-17/+16
2009-07-24Improve debug output messages by using __func__ everywhere and adjust wordingGravatar Martin Szulecki6-96/+79
2009-07-24Add missing macro preventing cyclic includes in notification proxy headerGravatar Martin Szulecki1-2/+7
2009-07-24Rename iphone_set_debug() to iphone_set_debug_level() and code using itGravatar Martin Szulecki1-1/+1
2009-07-24Add new NP_ITDBPREP_DID_END notification signaling music db refreshGravatar Martin Szulecki1-1/+2
2009-07-20New type afc_lock_op_t with allowed lock operations for afc_lock_file. Only ↵Gravatar Nikias Bassen1-12/+10
non-blocking locks are supported via AFC. Signed-off-by: Martin Szulecki <opensuse@sukimashita.com>
2009-07-18Implement lockdown set_value, remove_value and enter_recovery request APIGravatar Martin Szulecki1-4/+159
[#46 state:resolved] Signed-off-by: Matt Colyer <matt@colyer.name>
2009-07-18Cleanup mobilesync API and bindings. Move get_all_contacts() into msyncclient.Gravatar Martin Szulecki2-118/+15
2009-07-18Use new plist_copy instead of serialization workaround in lockdownd_et_value()Gravatar Martin Szulecki1-11/+1
2009-07-18Cleanup lockdown request API and fix docs, tools, bindings and exportsGravatar Martin Szulecki2-436/+366
2009-07-18API cleanup for NotificationProxyGravatar Nikias Bassen2-23/+23
2009-07-18API cleanup for AFCGravatar Nikias Bassen2-31/+31
2009-07-15Implement lockdown set_value, remove_value and enter_recovery request APIGravatar Martin Szulecki1-4/+159
2009-07-14Cleanup mobilesync API and bindings. Move get_all_contacts() into msyncclient.Gravatar Martin Szulecki2-118/+15
2009-07-10Use new plist_copy instead of serialization workaround in lockdownd_et_value()Gravatar Martin Szulecki1-11/+1
2009-07-07Cleanup lockdown request API and fix docs, tools, bindings and exportsGravatar Martin Szulecki2-436/+366
2009-07-07API cleanup for NotificationProxyGravatar Nikias Bassen2-23/+23
Signed-off-by: Martin Szulecki <opensuse@sukimashita.com>
2009-07-07API cleanup for AFCGravatar Nikias Bassen2-31/+31
Signed-off-by: Martin Szulecki <opensuse@sukimashita.com>
2009-07-07Support for creating hard- and symlinksGravatar Nikias Bassen1-0/+52
2009-07-07AFC cleanup: remove iphone_afc_file_* and use handles instead. Removed ↵Gravatar Nikias Bassen2-163/+66
afc_get_file_attr because this function has to go into the program (like ifuse); afc_get_file_info has to be used instead. Modified dispatch_AFC_Packet so that the real buffer size has to be specified (instead of length-1).
2009-07-01lockdown: fix receive of large TLS-encapsulated plistsGravatar Nikias Bassen1-8/+12
[#48 state:resolved] Signed-off-by: Matt Colyer <matt@colyer.name>
2009-06-29Silence compiler warning for dispatch_AFC_packet()Gravatar Martin Szulecki1-1/+1
2009-05-23Add a method to support fetching the UUID of the phone.Gravatar Matt Colyer2-0/+15
2009-05-19lockdown: Check for gnutls errors and silence compiler warnings. general: ↵Gravatar Nikias Bassen1-28/+42
Removed some commented-out code. [#39 state:resolved] Signed-off-by: Matt Colyer <matt@colyer.name>
2009-05-18Make use of usbmuxd and remove libusb dependenciesGravatar Nikias Bassen13-825/+148
Signed-off-by: Matt Colyer <matt@colyer.name>
2009-05-12Fix some comments in mobilesync.0.9.1Gravatar Matt Colyer1-6/+2
2009-05-10Fixes for 0.9.1 release.Gravatar Matt Colyer1-1/+8
2009-05-10NotificationProxy support added.0.9.0Gravatar Nikias Bassen6-112/+359
[#27 state:resolved] Signed-off-by: Matt Colyer <matt@colyer.name>
2009-05-08AFC cleanup and improved error handlingGravatar Nikias Bassen2-115/+253
2009-04-23Detect unknown HostId in StartSession an trigger Pair again if needed.Gravatar Jonathan Beck1-1/+54
2009-04-23Revert my previous change to accept Jonathan's fixes.Gravatar Matt Colyer1-1/+1
2009-04-23Remove libiphone-initconf reference in the README.Gravatar Matt Colyer1-1/+1
[#38 state:resolved]
2009-04-23Fix receive of plists larger than a packet for lockdown and MobileSyncGravatar Martin Szulecki2-14/+36
[#35 state:resolved] Signed-off-by: Matt Colyer <matt@colyer.name>
2009-04-19Make sure start_service returns an error if it fails to start the serviceGravatar Martin Szulecki1-15/+21
[#34 state:resolved] Signed-off-by: Matt Colyer <matt@colyer.name>
2009-04-19Make usb bus enumeration work reliably for iphone_get_specific_deviceGravatar Martin Szulecki1-3/+3
[#28 state:resolved] Signed-off-by: Matt Colyer <matt@colyer.name>
2009-04-19This is a fix for iphone_afc_get_file_attr. As the file is not opened when ↵Gravatar Nikias Bassen1-1/+2
getting its information with afc_get_file_info, there's no need to close the file (because the handle is invalid). [#26 state:resolved] Signed-off-by: Matt Colyer <matt@colyer.name>
2009-04-13Merged in Jonathan's libplist libiphone. [#2 state:resolved]Gravatar Matt Colyer18-1192/+1251
2009-04-13Expose iphone_get_specific_device() in API [#24 state:resolved]Gravatar Martin Szulecki1-1/+1
Signed-off-by: Matt Colyer <matt@colyer.name>
2009-04-13Add <string.h> for memcpy to silence rpmlint [#25 state:resolved]Gravatar Martin Szulecki1-0/+1
Signed-off-by: Matt Colyer <matt@colyer.name>
2009-04-13Check for set usb_device in iphone_free_device to avoid libusb segfaultGravatar Martin Szulecki1-7/+9
Signed-off-by: Matt Colyer <matt@colyer.name>
2009-04-12Use less secure random number generation so we can generate privateGravatar Jonathan Beck6-394/+369
keys on the fly. Drop libiphone-initconf.
2009-03-24Merge branch 'master' of git://github.com/MattColyer/libiphone into contact_syncGravatar Jonathan Beck6-129/+99
Conflicts: Makefile.am configure.ac src/AFC.h src/NotificationProxy.c src/lockdown.c
2009-03-23Remove lockdown gnutls buffer hack [#1 state:resolved]Gravatar Nikias Bassen2-66/+42
Signed-off-by: Matt Colyer <matt@colyer.name>
2009-03-23Fix indenting.Gravatar Matt Colyer3-54/+53
2009-03-16Merge branch 'master' into contact_syncGravatar Jonathan Beck6-19/+432
Conflicts: configure.ac dev/Makefile.am include/libiphone/libiphone.h src/AFC.c src/AFC.h src/Makefile.am
2009-03-11Fixes a compile error and two usbmux bugsGravatar Zach C2-17/+31
Signed-off-by: Matt Colyer <matt@colyer.name>
2009-03-09Add forgotten file.Gravatar Matt Colyer1-0/+256
2009-03-08Adds ability to show notification screen to the user.Gravatar Nikias Bassen3-1/+88
Signed-off-by: Matt Colyer <matt@colyer.name>
2009-03-08Adds the iphone_afc_truncate function and fixes a small log_debug issue.Gravatar Nikias Bassen2-1/+49
Signed-off-by: Matt Colyer <matt@colyer.name>
2009-02-05Large file supportGravatar Nikias Bassen1-1/+1
Signed-off-by: Matt Colyer <matt@colyer.name>