Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
case-insensitive.
https://tools.ietf.org/html/rfc7231#section-3.1.1.1
|
|
https://tools.ietf.org/html/rfc7230#section-3.2
|
|
of DllMain
|
|
|
|
|
|
|
|
|
|
|
|
For some reason, asking lockdownd for 'InternationalMobileSubscriberIdentity'
sometimes returns "MissingValue", even though ideviceinfo (without passing a
key) shows it.
This commit changes the code to get the whole lockdownd 'NULL domain' info
(equivalent to ideviceinfo without specifying any key) and parse the required
info from there.
|
|
|
|
|
|
|
|
its placeholder
|
|
activation server
|
|
retrieve them
|
|
received from the activation server
|
|
|
|
This also fixes a potential segfault when xmlplist is NULL and adds
check for failing to allocate memory.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Up until now libcurl was initialized/deinitialized every time a request
was sent. However curl_global_cleanup() also affects other libraries'
code so that e.g. OpenSSL-related functions could fail.
|
|
|
|
|
|
|
|
|
|
|