summaryrefslogtreecommitdiffstats
path: root/src/initconf.c
AgeCommit message (Expand)AuthorFilesLines
2009-01-04Merge branch 'master' into plistGravatar Jonathan Beck1-2/+2
2009-01-02Fix function prototypesGravatar Christophe Fergeau1-2/+2
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
2008-09-01Enforce a modified kr style.Gravatar Matt Colyer1-34/+38
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
2008-08-11Fix warnings about unused variablesGravatar Christophe Fergeau1-0/+2
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 c...Gravatar Jonathan Beck1-11/+1
2008-08-05Fix mem allocation in config initialization.Gravatar Jonathan Beck1-5/+8
2008-08-05added utility to generate config file (ssl keys and cert)Gravatar Jonathan Beck1-0/+115