summaryrefslogtreecommitdiffstats
path: root/src/userpref.h
AgeCommit message (Expand)AuthorFilesLines
2013-02-27Make all "include guards" for all headers consistentGravatar Martin Szulecki1-2/+2
2012-03-22Mass replace UUID by UDID, which is the correct term for itGravatar Martin Szulecki1-4/+4
2012-03-19Add more debug output to userprefsGravatar Nikias Bassen1-0/+2
2012-03-19userpref.h: include stdint.hGravatar Nikias Bassen1-0/+2
2012-03-19Add OpenSSL supportGravatar Nikias Bassen1-3/+19
2012-03-18Completely remove glib dependency.Gravatar Nikias Bassen1-6/+13
2010-05-28Expose more userpref functions for use in the new idevicepair toolGravatar Martin Szulecki1-2/+2
2010-05-28userpref: new internal function userpref_get_paired_uuidsGravatar Nikias Bassen1-0/+1
2010-01-08Add userpref helper to allow removal of the stored device public keyGravatar Martin Szulecki1-0/+1
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
2009-01-04Merge branch 'master' into plistGravatar Jonathan Beck1-1/+1
2009-01-02Fix function prototypesGravatar Christophe Fergeau1-1/+1
2008-12-12Change from Base64 encoded buffers to real buffers. Base64 decoding/encoding ...Gravatar Jonathan Beck1-1/+1
2008-09-01Enforce a modified kr style.Gravatar Matt Colyer1-9/+9
2008-08-22Handle known device through their UniqueDeviceID and use it as name to store ...Gravatar Jonathan Beck1-2/+2
2008-08-06Finish converting over to doxygen.Gravatar Matt Colyer1-27/+21
2008-08-05Store certificates and private keys as PEM files instead of storing them in c...Gravatar Jonathan Beck1-14/+15
2008-08-05prepare config for pairingGravatar Jonathan Beck1-0/+44
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