summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2008-08-31migrate usbmux.c.Gravatar Jonathan Beck5-94/+96
2008-08-31migrate lockdown.cGravatar Jonathan Beck2-65/+69
2008-08-31migrate iphone.cGravatar Jonathan Beck4-23/+31
2008-08-31more libraryzingGravatar Jonathan Beck1-2/+1
2008-08-31use non anonymous structs so we can use opaque type on themGravatar Jonathan Beck2-2/+2
2008-08-31fix some warningsGravatar Jonathan Beck1-5/+8
2008-08-31first shot at setting up a libraryGravatar Jonathan Beck5-8/+18
2008-08-30Fixed permissions on directories.Gravatar Paul Sladen1-1/+1
2008-08-30Added libtasn1 verification to the build process.Gravatar Martin S1-2/+2
2008-08-22Handle known device through their UniqueDeviceID and use it as name to store ...Gravatar Jonathan Beck4-123/+70
2008-08-21add get_device_uid functionGravatar Jonathan Beck3-5/+37
2008-08-21remove duplicate freeGravatar Jonathan Beck1-1/+0
2008-08-21fixes duplicates freeGravatar Jonathan Beck2-2/+0
2008-08-21arrays of string are now NULL terminated, update for loop end condition.Gravatar JonathanBeck1-2/+3
2008-08-21close usb device before reopening it.Gravatar Jonathan Beck1-0/+1
2008-08-21fix AFC memory leak and errors (from iphoneclient valgrind analysis).Gravatar Jonathan Beck2-7/+14
2008-08-21fix ssl_session memory leak.Gravatar Jonathan Beck1-0/+1
2008-08-21use NULL at end of dictionary values (fixes a memory leak).Gravatar Jonathan Beck2-10/+9
2008-08-21fixes config dir mode.Gravatar Jonathan Beck1-4/+5
2008-08-21fix linking of libiphone-initconf.Gravatar Jonathan Beck1-0/+1
2008-08-21Merge master into fixes.Gravatar Jonathan Beck2-3/+3
2008-08-21Don't leak "response" in mux_connectGravatar Christophe Fergeau1-4/+7
2008-08-21free file after requesting infoGravatar Jonathan Beck1-0/+1
2008-08-21Don't leak r_packet in receive_AFC_data in the "false alarm" caseGravatar Christophe Fergeau1-1/+1
2008-08-21g_io_channel_unref must be called after g_io_channel_shutdownGravatar Christophe Fergeau1-0/+4
2008-08-21use gnutls function to free SSL session structure.Gravatar Jonathan Beck1-1/+1
2008-08-21Don't leak "version" in get_iPhoneGravatar Christophe Fergeau1-2/+2
2008-08-21Fix leak in dispatch_AFC_packetGravatar Christophe Fergeau1-1/+5
2008-08-21fix missing free in dispatch_AFC_packetGravatar Jonathan Beck2-1/+4
2008-08-21Don't leak memory in error cases in ifuse_initGravatar Christophe Fergeau1-0/+3
2008-08-21fix some memory leaksGravatar Jonathan Beck3-13/+15
2008-08-21fixes depth check in format_string (can be 0)Gravatar Jonathan Beck1-1/+1
2008-08-21fixes lockdownd_init so it actually starts SSL sessionGravatar Jonathan Beck1-7/+11
2008-08-20Removed duplicate functions in initconf and fixed build issues.Gravatar Matt Colyer3-27/+14
2008-08-20Added doxygen to lockdown.cGravatar Matt Colyer1-5/+90
2008-08-19Made files owned to the user and group which started iFuse (we don't want to ...Gravatar Matt Colyer1-0/+3
2008-08-19Put some very elementary error checking to ensure that initconf has been run.Gravatar Matt Colyer2-47/+50
2008-08-18Cleaned up the status message in initconf.Gravatar Matt Colyer1-1/+1
2008-08-18Fixed bogus file permissions on the configuration directory.Gravatar Matt Colyer1-1/+1
2008-08-18Exposed file block information in iFuse.Gravatar Matt Colyer2-1/+2
2008-08-18Removed USB reset, as it wasn't really necesary.Gravatar Matt Colyer1-18/+0
2008-08-17Enhance the usability of initconf, by giving more feedback to the user.Gravatar Matt Colyer2-18/+64
2008-08-14Fixes initconf.Gravatar Matt Colyer2-20/+26
2008-08-14Minor documentation cleanup in plist.c.Gravatar Matt Colyer1-3/+3
2008-08-14Fixed documentation in usbmux.c.Gravatar Matt Colyer1-17/+20
2008-08-14Refactored and documented userpref.c.Gravatar Matt Colyer1-112/+193
2008-08-13Minor cleanups, refactored and commented iphone.c.Gravatar Matt Colyer4-59/+79
2008-08-13Fix renaming files, it was missing the second NULL character.Gravatar Matt Colyer1-1/+1
2008-08-13Massive AFC cleanup, started with Zach's documentation.Gravatar Matt Colyer1-213/+511
2008-08-12Fixed an error in my assert statementsGravatar Matt Colyer1-3/+3