summaryrefslogtreecommitdiffstats
path: root/src/lockdown.c
AgeCommit message (Expand)AuthorFilesLines
2008-12-11move stuff around to make code more organized.Gravatar Jonathan Beck1-27/+0
2008-12-08cleanup binary parsing and move stuff around.Gravatar Jonathan Beck1-1/+1
2008-12-01finish new plist API migration.Gravatar Jonathan Beck1-93/+90
2008-12-01continue migration to new plist API.Gravatar Jonathan Beck1-97/+87
2008-11-30migrate lockdownd_generic_get_value to new plisy API.Gravatar Jonathan Beck1-33/+47
2008-11-30complete xml plist abstraction and migrate lockdownd_hello to new plist API.Gravatar Jonathan Beck1-27/+35
2008-11-24Added binary-plist support (tweaked slightly to move stuff around)Gravatar Zach C1-7/+7
2008-10-25Handle debugging through utilitary functionsGravatar Jonathan Beck1-99/+52
2008-09-11Setup a very basic lockdownd command line clientGravatar Jonathan Beck1-4/+4
2008-09-01Enforce a modified kr style.Gravatar Matt Colyer1-243/+343
2008-08-31use new function signature and few bugfixes.Gravatar Jonathan Beck1-75/+89
2008-08-31make all functions return an error code.Gravatar Jonathan Beck1-32/+52
2008-08-31fix iphone_lck_new_clientGravatar Jonathan Beck1-1/+1
2008-08-31make it compileGravatar Jonathan Beck1-16/+16
2008-08-31finish lockdown.c migrationGravatar Jonathan Beck1-4/+4
2008-08-31migrate usbmux.c.Gravatar Jonathan Beck1-3/+3
2008-08-31migrate lockdown.cGravatar Jonathan Beck1-54/+57
2008-08-31fix some warningsGravatar Jonathan Beck1-5/+8
2008-08-31first shot at setting up a libraryGravatar Jonathan Beck1-1/+1
2008-08-22Handle known device through their UniqueDeviceID and use it as name to store ...Gravatar Jonathan Beck1-16/+28
2008-08-21add get_device_uid functionGravatar Jonathan Beck1-5/+30
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 Beck1-6/+6
2008-08-21use gnutls function to free SSL session structure.Gravatar Jonathan Beck1-1/+1
2008-08-21fix some memory leaksGravatar Jonathan Beck1-1/+2
2008-08-21fixes lockdownd_init so it actually starts SSL sessionGravatar Jonathan Beck1-7/+11
2008-08-20Added doxygen to lockdown.cGravatar Matt Colyer1-5/+90
2008-08-19Put some very elementary error checking to ensure that initconf has been run.Gravatar Matt Colyer1-20/+33
2008-08-11Fix compilation with gcc 4.3 -Wall -Werror -Wno-pointer-signGravatar Christophe Fergeau1-5/+10
2008-08-11Fix warnings about unused variablesGravatar Christophe Fergeau1-3/+3
2008-08-05Fixed Zach's name. I feel dumb, sorry about that.Gravatar Matt Colyer1-1/+1
2008-08-05Zack's final changes to the pairing.Gravatar Matt Colyer1-7/+39
2008-08-05Store certificates and private keys as PEM files instead of storing them in c...Gravatar Jonathan Beck1-14/+21
2008-08-05Initialize certificate structure before importing.Gravatar Jonathan Beck1-3/+5
2008-08-05Initial pairing implementation.Gravatar Jonathan Beck1-0/+290
2008-08-05fixes some warningsGravatar Jonathan Beck1-2/+3
2008-08-04Zack's C. rewrite of usbmux (with a few additions by Matt Colyer).Gravatar Matt Colyer1-12/+24
2008-08-01I copied the wrong legal headers into the code. Opps.Gravatar Matt Colyer1-11/+12
2008-07-31Added a way to load HostID from a user specific config file.Gravatar Jonathan Beck1-3/+9
2008-07-30Added documentation and licensing information.Gravatar Matt Colyer1-2/+17
2008-07-29Autotooled the project with very basic versioning support.Gravatar Matt Colyer1-0/+372