summaryrefslogtreecommitdiffstats
path: root/src/lockdown.c
AgeCommit message (Expand)AuthorFilesLines
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