index
:
libimobiledevice
master
stable-1-0-0
webinspectorproxy
work
A protocol library to access iOS devices on Linux
ms
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
common
/
userpref.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-07-05
Updated OpenSSL-specific code to use OpenSSL 3.0+ API
Nikias Bassen
1
-6
/
+19
2023-04-21
Updated to use latest libplist API changes
Nikias Bassen
1
-1
/
+1
2022-03-29
common: Make sure ETIMEDOUT is defined
Nikias Bassen
1
-0
/
+4
2021-09-01
Remove common code in favor of new libimobiledevice-glue
Nikias Bassen
1
-1
/
+2
2021-07-29
common: Return proper error codes from userpref_read_pair_record
Nikias Bassen
1
-14
/
+19
2021-07-27
Add support for MbedTLS
Nikias Bassen
1
-39
/
+277
2019-06-22
Make sure to not use deprecated API when compiling with OpenSSL >= 1.1
Rosen Penev
1
-6
/
+12
2018-10-01
tools: Remove length check on device UDID arguments to support newer devices
Nikias Bassen
1
-29
/
+24
2018-09-29
lockdown: Pass along usbmux device id when saving pair records
Nikias Bassen
1
-2
/
+3
2018-04-27
userpref: [GnuTLS] Use valid serial for >= 3.6.0
Bastien Nocera
1
-3
/
+3
2018-04-27
userpref: [GnuTLS] Fix 3.6.0 SHA1 compatibility
Bastien Nocera
1
-3
/
+3
2016-11-04
userpref: [GnuTLS] Fix pairing record generation and improve error handling
Nikias Bassen
1
-40
/
+45
2016-07-27
userpref: Remove obsoleted function userpref_has_pair_record()
Jay Freeman (saurik)
1
-29
/
+0
2015-01-28
Remove trailing whitespace errors from all files
Martin Szulecki
1
-3
/
+3
2014-08-06
userpref: Fix wrong documentation about return values of userpref_read_system...
Nikias Bassen
1
-7
/
+10
2014-03-22
Update copyright in various files
Martin Szulecki
1
-1
/
+1
2014-03-21
implement global thread safe library initialization
Nikias Bassen
1
-4
/
+0
2014-03-21
userpref: Try to output similar error messages in GnuTLS and OpenSSL logic
Martin Szulecki
1
-1
/
+5
2014-03-21
userpref: fix GnuTLS key generation
Nikias Bassen
1
-7
/
+3
2014-03-21
userpref: merge pair_record_generate_from_device_public_key() into pair_recor...
Nikias Bassen
1
-249
/
+138
2014-03-21
userpref: fix mixed up root/host certificate storage
Nikias Bassen
1
-2
/
+2
2014-03-21
userpref: Remove obsolete dict item check as plist_dict_set_item() takes care
Martin Szulecki
1
-5
/
+0
2014-03-21
userpref: Fix invalid plist_free() which caused pair process to fail
Martin Szulecki
1
-3
/
+6
2014-03-21
userpref: Use correct import helper for keys and certs
Martin Szulecki
1
-9
/
+9
2014-03-21
Refactor pair record handling to use new usbmuxd pair record interface
Martin Szulecki
1
-569
/
+420
2014-03-20
Bump dependency to libplist 1.11 and remove use of "plist_dict_insert_item()"
Martin Szulecki
1
-2
/
+2
2013-12-04
userpref.c: removed excessive plist_free of a plist dict item.
Aaron Burghardt
1
-1
/
+0
2013-11-06
userpref: Fix memory leak in userpref_device_record_get_certs_as_pem()
Martin Szulecki
1
-0
/
+7
2013-11-06
userpref: fix incorrect use of BIO_get_mem_data() when generating keys (closi...
Nikias Bassen
1
-4
/
+29
2013-10-25
userpref: Use RSA_generate_key_ex() in favor of deprecated RSA_generate_key()
Martin Szulecki
1
-2
/
+10
2013-10-09
Remove duplicate newline from debug messages as one is added automatically
Martin Szulecki
1
-1
/
+1
2013-10-09
userpref: Free string in internal_set_value() to fix a memory leak
Martin Szulecki
1
-0
/
+2
2013-10-08
userpref: Free some plist return values to fix a few memory leaks
Martin Szulecki
1
-0
/
+15
2013-09-27
userpref: rename 'index' parameter to silece compiler warning on the Pi
Nikias Bassen
1
-2
/
+2
2013-09-24
userpref: return error if remove in userpref_remove_device_record fails
Nikias Bassen
1
-3
/
+7
2013-09-21
userpref: Use /var/lib/lockdown as the system-wide pair record path on Linux
Martin Szulecki
1
-4
/
+1
2013-09-19
userpref: Use system wide pair record path and add config directory getter
Martin Szulecki
1
-73
/
+3
2013-09-19
userpref: fix leak and possible endless recursion in mkdir_with_parents
Nikias Bassen
1
-7
/
+4
2013-09-17
userpref: Add missing argument docs for device_record_get_certs_as_pem()
Martin Szulecki
1
-0
/
+1
2013-09-17
Make sure to re-use the DeviceCertificate instead of generating a new one eve...
Nikias Bassen
1
-1
/
+14
2013-09-17
Fix broken build of GnuTLS and silence two compiler warnings
Martin Szulecki
1
-2
/
+2
2013-09-17
userpref: Add copyright reference
Martin Szulecki
1
-0
/
+1
2013-09-17
Refactor userpref logic to use plist format and implement trust dialog handling
Martin Szulecki
1
-351
/
+333
2013-07-15
userpref: correctly NULL-terminate arguments in string_concat calls
Nikias Bassen
1
-2
/
+2
2013-07-13
common: Fix WIN32 portability for recent userpref security fix
Martin Szulecki
1
-1
/
+6
2013-07-02
Bug #331 - Don't create a /tmp/root directory insecurely
Federico Mena Quintero
1
-29
/
+76
2013-05-23
Silence compiler warnings for win32 builds
Martin Szulecki
1
-0
/
+2
2013-04-25
common: Move debug and userpref code into libinternalcommon
Martin Szulecki
1
-0
/
+1161