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