summaryrefslogtreecommitdiffstats
path: root/src/initconf.c
AgeCommit message (Collapse)AuthorFilesLines
2009-01-04Merge branch 'master' into plistGravatar Jonathan Beck1-2/+2
Conflicts: src/AFC.c src/lockdown.c src/lockdown.h src/plist.c src/plist.h
2009-01-02Fix function prototypesGravatar Christophe Fergeau1-2/+2
Add missing static, const, change function() to function(void)
2008-12-11move stuff around to make code more organized.Gravatar Jonathan Beck1-1/+29
2008-10-25Handle debugging through utilitary functionsGravatar Jonathan Beck1-1/+2
2008-10-25Change iphone_debug to be an API callGravatar Patrick Walton1-1/+2
Change the iphone_debug to use the new API
2008-09-01Enforce a modified kr style.Gravatar Matt Colyer1-34/+38
Use "make indent" from now on before committing.
2008-08-20Removed duplicate functions in initconf and fixed build issues.Gravatar Matt Colyer1-24/+9
2008-08-18Cleaned up the status message in initconf.Gravatar Matt Colyer1-1/+1
2008-08-17Enhance the usability of initconf, by giving more feedback to the user.Gravatar Matt Colyer1-18/+61
2008-08-14Fixes initconf.Gravatar Matt Colyer1-18/+24
2008-08-13Minor cleanups, refactored and commented iphone.c.Gravatar Matt Colyer1-2/+2
2008-08-11Fix compilation with gcc 4.3 -Wall -Werror -Wno-pointer-signGravatar Christophe Fergeau1-8/+18
Signed-off-by: Matt Colyer <matt@colyer.name>
2008-08-11Fix warnings about unused variablesGravatar Christophe Fergeau1-0/+2
Signed-off-by: Matt Colyer <matt@colyer.name>
2008-08-05Zack's final changes to the pairing.Gravatar Matt Colyer1-3/+28
2008-08-05Store certificates and private keys as PEM files instead of storing them in ↵Gravatar Jonathan Beck1-11/+1
config file. Added functions to generate proper pairing request. Signed-off-by: Matt Colyer <matt@colyer.name>
2008-08-05Fix mem allocation in config initialization.Gravatar Jonathan Beck1-5/+8
Signed-off-by: Matt Colyer <matt@colyer.name>
2008-08-05added utility to generate config file (ssl keys and cert)Gravatar Jonathan Beck1-0/+115
Signed-off-by: Matt Colyer <matt@colyer.name>