Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-02-27 | Make all "include guards" for all headers consistent | Martin Szulecki | 1 | -2/+2 | |
2012-03-22 | Mass replace UUID by UDID, which is the correct term for it | Martin Szulecki | 1 | -4/+4 | |
2012-03-19 | Add more debug output to userprefs | Nikias Bassen | 1 | -0/+2 | |
2012-03-19 | userpref.h: include stdint.h | Nikias Bassen | 1 | -0/+2 | |
2012-03-19 | Add OpenSSL support | Nikias Bassen | 1 | -3/+19 | |
2012-03-18 | Completely remove glib dependency. | Nikias Bassen | 1 | -6/+13 | |
2010-05-28 | Expose more userpref functions for use in the new idevicepair tool | Martin Szulecki | 1 | -2/+2 | |
2010-05-28 | userpref: new internal function userpref_get_paired_uuids | Nikias Bassen | 1 | -0/+1 | |
2010-01-08 | Add userpref helper to allow removal of the stored device public key | Martin Szulecki | 1 | -0/+1 | |
2009-11-10 | hide symbols that should not get exported | Nikias Bassen | 1 | -6/+7 | |
2009-09-12 | Public API rework, extension and adaption to latest libusbmuxd-1.0 API. | Nikias Bassen | 1 | -2/+2 | |
2009-07-25 | Improve API of userpref system | Martin Szulecki | 1 | -10/+12 | |
2009-04-12 | Use less secure random number generation so we can generate private | Jonathan Beck | 1 | -40/+10 | |
keys on the fly. Drop libiphone-initconf. | |||||
2009-01-04 | Merge branch 'master' into plist | Jonathan Beck | 1 | -1/+1 | |
Conflicts: src/AFC.c src/lockdown.c src/lockdown.h src/plist.c src/plist.h | |||||
2009-01-02 | Fix function prototypes | Christophe Fergeau | 1 | -1/+1 | |
Add missing static, const, change function() to function(void) | |||||
2008-12-12 | Change from Base64 encoded buffers to real buffers. Base64 decoding/encoding ↵ | Jonathan Beck | 1 | -1/+1 | |
only happens in xml plists. | |||||
2008-09-01 | Enforce a modified kr style. | Matt Colyer | 1 | -9/+9 | |
Use "make indent" from now on before committing. | |||||
2008-08-22 | Handle known device through their UniqueDeviceID and use it as name to store ↵ | Jonathan Beck | 1 | -2/+2 | |
PEM device public key. | |||||
2008-08-06 | Finish converting over to doxygen. | Matt Colyer | 1 | -27/+21 | |
(I thought there was more documentation there but apparently we need to add some) | |||||
2008-08-05 | Store certificates and private keys as PEM files instead of storing them in ↵ | Jonathan Beck | 1 | -14/+15 | |
config file. Added functions to generate proper pairing request. Signed-off-by: Matt Colyer <matt@colyer.name> | |||||
2008-08-05 | prepare config for pairing | Jonathan Beck | 1 | -0/+44 | |
Signed-off-by: Matt Colyer <matt@colyer.name> | |||||
2008-08-01 | I copied the wrong legal headers into the code. Opps. | Matt Colyer | 1 | -11/+12 | |
2008-07-31 | Added a way to load HostID from a user specific config file. | Jonathan Beck | 1 | -0/+31 | |
Signed-off-by: Matt Colyer <matt@colyer.name> |