Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-08-14 | Refactored and documented userpref.c. | Matt Colyer | 1 | -112/+193 | |
2008-08-12 | fix length of known devices | Jonathan Beck | 1 | -1/+1 | |
2008-08-11 | Fix compilation with gcc 4.3 -Wall -Werror -Wno-pointer-sign | Christophe Fergeau | 1 | -1/+2 | |
Signed-off-by: Matt Colyer <matt@colyer.name> | |||||
2008-08-11 | Fix buffer overflow | Christophe Fergeau | 1 | -1/+1 | |
Signed-off-by: Matt Colyer <matt@colyer.name> | |||||
2008-08-11 | Add missing g_free | Christophe Fergeau | 1 | -2/+12 | |
Signed-off-by: Matt Colyer <matt@colyer.name> | |||||
2008-08-11 | Use g_file_get_contents | Christophe Fergeau | 1 | -21/+8 | |
Signed-off-by: Matt Colyer <matt@colyer.name> | |||||
2008-08-11 | Fix warnings about unused variables | Christophe Fergeau | 1 | -1/+0 | |
Signed-off-by: Matt Colyer <matt@colyer.name> | |||||
2008-08-05 | Zack's final changes to the pairing. | Matt Colyer | 1 | -5/+10 | |
2008-08-05 | Store certificates and private keys as PEM files instead of storing them in ↵ | Jonathan Beck | 1 | -81/+67 | |
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 | -1/+1 | |
Signed-off-by: Matt Colyer <matt@colyer.name> | |||||
2008-08-05 | prepare config for pairing | Jonathan Beck | 1 | -9/+221 | |
Signed-off-by: Matt Colyer <matt@colyer.name> | |||||
2008-08-05 | fixes some warnings | Jonathan Beck | 1 | -1/+1 | |
Signed-off-by: Matt Colyer <matt@colyer.name> | |||||
2008-08-04 | Zack's C. rewrite of usbmux (with a few additions by Matt Colyer). | Matt Colyer | 1 | -0/+2 | |
2008-08-01 | I copied the wrong legal headers into the code. Opps. | Matt Colyer | 1 | -11/+12 | |
2008-08-01 | A few cleanups, got rid of global afc variable. | Matt Colyer | 1 | -3/+3 | |
2008-07-31 | Added a way to load HostID from a user specific config file. | Jonathan Beck | 1 | -0/+52 | |
Signed-off-by: Matt Colyer <matt@colyer.name> |