summaryrefslogtreecommitdiffstats
path: root/src/plist.c
AgeCommit message (Expand)AuthorFilesLines
2008-12-13fork out plist stuff in libplist and migrate libiphone to use it.Gravatar Jonathan Beck1-251/+0
2008-12-12Change from Base64 encoded buffers to real buffers. Base64 decoding/encoding ...Gravatar Jonathan Beck1-3/+5
2008-12-12Fix some bugs in binary plist generation.Gravatar Jonathan Beck1-9/+18
2008-12-11move stuff around to make code more organized.Gravatar Jonathan Beck1-1111/+7
2008-12-10fix minor programming erro plus enhance plutil to convert bin to xml and xml ...Gravatar Jonathan Beck1-4/+4
2008-12-10add bplist writting capability.Gravatar Jonathan Beck1-27/+356
2008-12-08cleanup binary parsing and move stuff around.Gravatar Jonathan Beck1-383/+471
2008-12-01cleanup unused functions.Gravatar Jonathan Beck1-145/+8
2008-12-01continue migration to new plist API.Gravatar Jonathan Beck1-0/+67
2008-11-30complete xml plist abstraction and migrate lockdownd_hello to new plist API.Gravatar Jonathan Beck1-18/+123
2008-11-30Continue abstraction of xml and binary plist.Gravatar Jonathan Beck1-362/+437
2008-11-28Start an abstraction of xml and binary plistGravatar Jonathan Beck1-0/+279
2008-11-25fix some warnings and indentGravatar Jonathan Beck1-163/+172
2008-11-24Added binary-plist support (tweaked slightly to move stuff around)Gravatar Zach C1-0/+284
2008-09-01Enforce a modified kr style.Gravatar Matt Colyer1-32/+44
2008-08-21use NULL at end of dictionary values (fixes a memory leak).Gravatar Jonathan Beck1-4/+3
2008-08-21Merge master into fixes.Gravatar Jonathan Beck1-1/+1
2008-08-21fixes depth check in format_string (can be 0)Gravatar Jonathan Beck1-1/+1
2008-08-14Minor documentation cleanup in plist.c.Gravatar Matt Colyer1-3/+3
2008-08-12Fixed an error in my assert statementsGravatar Matt Colyer1-3/+3
2008-08-12Cleaned up plist.c, added doxygen docs.Gravatar Matt Colyer1-7/+99
2008-08-11Remove unwanted free, should fix a memory corruptionGravatar Christophe Fergeau1-2/+1
2008-08-05Fixed Zach's name. I feel dumb, sorry about that.Gravatar Matt Colyer1-1/+1
2008-08-05Store certificates and private keys as PEM files instead of storing them in c...Gravatar Jonathan Beck1-1/+31
2008-08-05Added function to handle <data> tag in dict.Gravatar Jonathan Beck1-0/+7
2008-08-01I copied the wrong legal headers into the code. Opps.Gravatar Matt Colyer1-11/+12
2008-07-30Added documentation and licensing information.Gravatar Matt Colyer1-1/+15
2008-07-30Apparently missing parens (with respect to string length calculation).Gravatar Martin Aumueller1-1/+1
2008-07-29Autotooled the project with very basic versioning support.Gravatar Matt Colyer1-0/+91