Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-08-04 | Invalid check for host_id in userpref_get_host_id | 1 | -1/+1 | ||
On a system without a previous pairing, libiphone fails to connect to the device: userpref_get_host_id: Using (null) as HostID The code checks if host_id is NULL but it needs to check if *host_id is NULL, otherwise it won't generate a new HostID. [#69 state:resolved] Signed-off-by: Matt Colyer <matt@colyer.name> | |||||
2009-07-28 | Fix potential memory corruption in calls to gnutls function on 64 bit arch | 1 | -12/+20 | ||
[#60 state:resolved] Signed-off-by: Matt Colyer <matt@colyer.name> | |||||
2009-07-25 | Improve API of userpref system | 1 | -80/+81 | ||
2009-07-24 | Improve debug output messages by using __func__ everywhere and adjust wording | 1 | -3/+2 | ||
2009-04-12 | Use less secure random number generation so we can generate private | 1 | -54/+270 | ||
keys on the fly. Drop libiphone-initconf. | |||||
2009-01-04 | Merge branch 'master' into plist | 1 | -6/+3 | ||
Conflicts: src/AFC.c src/lockdown.c src/lockdown.h src/plist.c src/plist.h | |||||
2009-01-02 | Fix function prototypes | 1 | -3/+3 | ||
Add missing static, const, change function() to function(void) | |||||
2009-01-02 | Removed unused variables | 1 | -3/+0 | ||
2008-12-12 | Change from Base64 encoded buffers to real buffers. Base64 decoding/encoding ↵ | 1 | -7/+3 | ||
only happens in xml plists. | |||||
2008-10-25 | Handle debugging through utilitary functions | 1 | -5/+3 | ||
2008-09-01 | Enforce a modified kr style. | 1 | -50/+65 | ||
Use "make indent" from now on before committing. | |||||
2008-08-22 | Handle known device through their UniqueDeviceID and use it as name to store ↵ | 1 | -104/+39 | ||
PEM device public key. | |||||
2008-08-21 | fixes config dir mode. | 1 | -4/+5 | ||
2008-08-21 | g_io_channel_unref must be called after g_io_channel_shutdown | 1 | -0/+4 | ||
2008-08-18 | Fixed bogus file permissions on the configuration directory. | 1 | -1/+1 | ||
2008-08-14 | Refactored and documented userpref.c. | 1 | -112/+193 | ||
2008-08-12 | fix length of known devices | 1 | -1/+1 | ||
2008-08-11 | Fix compilation with gcc 4.3 -Wall -Werror -Wno-pointer-sign | 1 | -1/+2 | ||
Signed-off-by: Matt Colyer <matt@colyer.name> | |||||
2008-08-11 | Fix buffer overflow | 1 | -1/+1 | ||
Signed-off-by: Matt Colyer <matt@colyer.name> | |||||
2008-08-11 | Add missing g_free | 1 | -2/+12 | ||
Signed-off-by: Matt Colyer <matt@colyer.name> | |||||
2008-08-11 | Use g_file_get_contents | 1 | -21/+8 | ||
Signed-off-by: Matt Colyer <matt@colyer.name> | |||||
2008-08-11 | Fix warnings about unused variables | 1 | -1/+0 | ||
Signed-off-by: Matt Colyer <matt@colyer.name> | |||||
2008-08-05 | Zack's final changes to the pairing. | 1 | -5/+10 | ||
2008-08-05 | Store certificates and private keys as PEM files instead of storing them in ↵ | 1 | -81/+67 | ||
config file. Added functions to generate proper pairing request. Signed-off-by: Matt Colyer <matt@colyer.name> | |||||
2008-08-05 | Fix mem allocation in config initialization. | 1 | -1/+1 | ||
Signed-off-by: Matt Colyer <matt@colyer.name> | |||||
2008-08-05 | prepare config for pairing | 1 | -9/+221 | ||
Signed-off-by: Matt Colyer <matt@colyer.name> | |||||
2008-08-05 | fixes some warnings | 1 | -1/+1 | ||
Signed-off-by: Matt Colyer <matt@colyer.name> | |||||
2008-08-04 | Zack's C. rewrite of usbmux (with a few additions by Matt Colyer). | 1 | -0/+2 | ||
2008-08-01 | I copied the wrong legal headers into the code. Opps. | 1 | -11/+12 | ||
2008-08-01 | A few cleanups, got rid of global afc variable. | 1 | -3/+3 | ||
2008-07-31 | Added a way to load HostID from a user specific config file. | 1 | -0/+52 | ||
Signed-off-by: Matt Colyer <matt@colyer.name> |