summaryrefslogtreecommitdiffstats
path: root/src/userpref.h
AgeCommit message (Collapse)AuthorFilesLines
2009-11-10hide symbols that should not get exportedGravatar Nikias Bassen1-6/+7
2009-09-12Public API rework, extension and adaption to latest libusbmuxd-1.0 API.Gravatar Nikias Bassen1-2/+2
2009-07-25Improve API of userpref systemGravatar Martin Szulecki1-10/+12
2009-04-12Use less secure random number generation so we can generate privateGravatar Jonathan Beck1-40/+10
keys on the fly. Drop libiphone-initconf.
2009-01-04Merge branch 'master' into plistGravatar Jonathan Beck1-1/+1
Conflicts: src/AFC.c src/lockdown.c src/lockdown.h src/plist.c src/plist.h
2009-01-02Fix function prototypesGravatar Christophe Fergeau1-1/+1
Add missing static, const, change function() to function(void)
2008-12-12Change from Base64 encoded buffers to real buffers. Base64 decoding/encoding ↵Gravatar Jonathan Beck1-1/+1
only happens in xml plists.
2008-09-01Enforce a modified kr style.Gravatar Matt Colyer1-9/+9
Use "make indent" from now on before committing.
2008-08-22Handle known device through their UniqueDeviceID and use it as name to store ↵Gravatar Jonathan Beck1-2/+2
PEM device public key.
2008-08-06Finish converting over to doxygen.Gravatar Matt Colyer1-27/+21
(I thought there was more documentation there but apparently we need to add some)
2008-08-05Store certificates and private keys as PEM files instead of storing them in ↵Gravatar Jonathan Beck1-14/+15
config file. Added functions to generate proper pairing request. Signed-off-by: Matt Colyer <matt@colyer.name>
2008-08-05prepare config for pairingGravatar Jonathan Beck1-0/+44
Signed-off-by: Matt Colyer <matt@colyer.name>
2008-08-01I copied the wrong legal headers into the code. Opps.Gravatar Matt Colyer1-11/+12
2008-07-31Added a way to load HostID from a user specific config file.Gravatar Jonathan Beck1-0/+31
Signed-off-by: Matt Colyer <matt@colyer.name>