Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-12-12 | Fix some bugs in binary plist generation. | 1 | -9/+18 | ||
2008-12-11 | move stuff around to make code more organized. | 1 | -1111/+7 | ||
2008-12-10 | fix minor programming erro plus enhance plutil to convert bin to xml and xml ↵ | 1 | -4/+4 | ||
to bin. | |||||
2008-12-10 | add bplist writting capability. | 1 | -27/+356 | ||
2008-12-08 | cleanup binary parsing and move stuff around. | 1 | -383/+471 | ||
2008-12-01 | cleanup unused functions. | 1 | -145/+8 | ||
2008-12-01 | continue migration to new plist API. | 1 | -0/+67 | ||
2008-11-30 | complete xml plist abstraction and migrate lockdownd_hello to new plist API. | 1 | -18/+123 | ||
2008-11-30 | Continue abstraction of xml and binary plist. | 1 | -362/+437 | ||
2008-11-28 | Start an abstraction of xml and binary plist | 1 | -0/+279 | ||
2008-11-25 | fix some warnings and indent | 1 | -163/+172 | ||
2008-11-24 | Added binary-plist support (tweaked slightly to move stuff around) | 1 | -0/+284 | ||
Signed-off-by: Matt Colyer <matt@colyer.name> fix makefile to take correct main function into account | |||||
2008-09-01 | Enforce a modified kr style. | 1 | -32/+44 | ||
Use "make indent" from now on before committing. | |||||
2008-08-21 | use NULL at end of dictionary values (fixes a memory leak). | 1 | -4/+3 | ||
2008-08-21 | Merge master into fixes. | 1 | -1/+1 | ||
2008-08-21 | fixes depth check in format_string (can be 0) | 1 | -1/+1 | ||
2008-08-14 | Minor documentation cleanup in plist.c. | 1 | -3/+3 | ||
2008-08-12 | Fixed an error in my assert statements | 1 | -3/+3 | ||
2008-08-12 | Cleaned up plist.c, added doxygen docs. | 1 | -7/+99 | ||
2008-08-11 | Remove unwanted free, should fix a memory corruption | 1 | -2/+1 | ||
Signed-off-by: Matt Colyer <matt@colyer.name> | |||||
2008-08-05 | Fixed Zach's name. I feel dumb, sorry about that. | 1 | -1/+1 | ||
2008-08-05 | Store certificates and private keys as PEM files instead of storing them in ↵ | 1 | -1/+31 | ||
config file. Added functions to generate proper pairing request. Signed-off-by: Matt Colyer <matt@colyer.name> | |||||
2008-08-05 | Added function to handle <data> tag in dict. | 1 | -0/+7 | ||
Signed-off-by: Matt Colyer <matt@colyer.name> | |||||
2008-08-01 | I copied the wrong legal headers into the code. Opps. | 1 | -11/+12 | ||
2008-07-30 | Added documentation and licensing information. | 1 | -1/+15 | ||
2008-07-30 | Apparently missing parens (with respect to string length calculation). | 1 | -1/+1 | ||
Signed-off-by: Matt Colyer <matt@colyer.name> | |||||
2008-07-29 | Autotooled the project with very basic versioning support. | 1 | -0/+91 | ||