Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-06-04 | Use secure project URL in configure.ac | Martin Szulecki | 1 | -1/+1 | |
2020-06-04 | Post release version bump to 1.1.1 | Martin Szulecki | 1 | -1/+1 | |
2019-09-28 | Ignore SIGPIPE | Nikias Bassen | 1 | -0/+6 | |
2019-01-27 | Fix typo in NEWS | Nikias Bassen | 1 | -1/+1 | |
2019-01-27 | Bump version to 1.1.0 and update soversion accordingly1.1.0 | Nikias Bassen | 1 | -2/+2 | |
2019-01-27 | Updated NEWS | Nikias Bassen | 1 | -1/+16 | |
2019-01-27 | Updated copyright headers | Nikias Bassen | 3 | -3/+3 | |
2019-01-27 | ideviceactivation: Check ActivationState for success if lockdownd_activate() ↵ | Nikias Bassen | 1 | -3/+16 | |
returns no result On older devices it might happen that lockdownd does not return any result, neither success nor failure, when invoking lockdownd_activate(). This results in the code to assume the operation failed. Instead of relying on the return value of that function we query the actual ActivationState to see if it is not "Unactivated" anymore to determine if the activation was successful. | |||||
2019-01-27 | activation: Make sure to get IMSI and ICCID from lockdownd | Nikias Bassen | 1 | -18/+27 | |
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. | |||||
2019-01-27 | win32: Avoid version numbers in dll names | Nikias Bassen | 1 | -0/+4 | |
2019-01-27 | win32: Make thread_once() static to silence compiler warning | Nikias Bassen | 1 | -1/+1 | |
2019-01-27 | activation: Fix parsing of description from buddyml response | Nikias Bassen | 1 | -1/+8 | |
2019-01-27 | ideviceactivation: Mask input for secure input fields | Nikias Bassen | 1 | -2/+61 | |
2019-01-27 | activation: Add API calls to query if an input field is secure and to get ↵ | Nikias Bassen | 2 | -3/+47 | |
its placeholder | |||||
2019-01-27 | ideviceactivation: Add '-b' command line switch to run non-interactively | Nikias Bassen | 1 | -3/+28 | |
2018-10-01 | Remove length check on UDID argument to support newer devices | Nikias Bassen | 1 | -2/+2 | |
2018-05-17 | activation: Set CURLOPT_FOLLOWLOCATION to handle 302 redirects from Apples ↵ | Nikias Bassen | 1 | -0/+1 | |
activation server | |||||
2018-03-15 | ideviceactivation: Add new 'state' command to query device for activation state | Nikias Bassen | 1 | -1/+23 | |
2018-03-15 | ideviceactivation: Only warn about 'Device Unknown' server response when ↵ | Nikias Bassen | 1 | -1/+1 | |
trying to activate | |||||
2018-01-04 | ideviceactivation: Make sure to always perform drmHandshake for iOS >= 10 | Nikias Bassen | 1 | -1/+1 | |
2017-12-07 | ideviceactivation: Fix iOS 11.2+ activation by passing response headers with ↵ | Nikias Bassen | 1 | -1/+5 | |
activation command | |||||
2017-12-07 | activation: Store the response headers and provide helper function to ↵ | Nikias Bassen | 2 | -8/+47 | |
retrieve them | |||||
2017-12-07 | activation: Return activation record as PLIST_DATA to keep it exactly as ↵ | Nikias Bassen | 1 | -1/+1 | |
received from the activation server | |||||
2017-07-14 | activation: Simplify plist_strip_xml() by removing some unnecessary operations | BALATON Zoltan | 1 | -5/+2 | |
2017-07-14 | activation: Fix wrong argument check of plist_strip_xml() | BALATON Zoltan | 1 | -5/+6 | |
This also fixes a potential segfault when xmlplist is NULL and adds check for failing to allocate memory. | |||||
2017-07-13 | activation: Remove unreachable goto after return | BALATON Zoltan | 1 | -1/+0 | |
2017-07-13 | activation: Simplify very long conditional expressions | BALATON Zoltan | 1 | -11/+17 | |
2017-07-13 | activation: Improve code readability by removing unnecessary conditionals | BALATON Zoltan | 1 | -51/+30 | |
2017-07-10 | activation: Also print HTTP body data when communication debugging is requested | Nikias Bassen | 1 | -4/+29 | |
2017-07-10 | activation: Close connection after completing request | Nikias Bassen | 1 | -0/+1 | |
2017-07-04 | ideviceactivation: Use new 'drmHandshake' / session mode for activating ↵ | Nikias Bassen | 1 | -22/+120 | |
never devices | |||||
2017-07-04 | activation: Add support for drmHandshake requests | Nikias Bassen | 2 | -63/+92 | |
2017-07-04 | activation: Add sanity checks for input parameters of API | Nikias Bassen | 1 | -15/+66 | |
2017-07-04 | activation: Make sure response content is 0-terminated | Nikias Bassen | 1 | -1/+2 | |
2017-07-04 | Make sure to only globally init/deinit libcurl upon library load/unload | Nikias Bassen | 3 | -4/+576 | |
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. | |||||
2016-07-02 | ideviceactivation: Use mobileactivation API for newer iOS versions | Nikias Bassen | 2 | -17/+92 | |
2016-07-02 | ideviceactivation: Fix typo in error message | Nikias Bassen | 1 | -1/+1 | |
2016-07-01 | activation: Fix logical not vs. value comparison, silencing compiler warning | Nikias Bassen | 1 | -2/+2 | |
2015-01-29 | Fix incorrect license text | Martin Szulecki | 1 | -2/+0 | |
2015-01-29 | Require autoconf 2.64+ to use package bugreport and project URL in AC_INIT | Martin Szulecki | 1 | -2/+2 | |
2015-01-29 | Move pkg-config file into src directory | Martin Szulecki | 4 | -5/+3 | |
2015-01-29 | Improve maintainability and Requires of pkg-config file | Martin Szulecki | 1 | -4/+4 | |
2015-01-29 | tools: Use correct GPLv3 license for ideviceactivation | Martin Szulecki | 1 | -16/+18 | |
2015-01-29 | Add GPLv3 license file and rename LGPL one properly for make dist | Martin Szulecki | 2 | -486/+1160 | |
2015-01-29 | tools: Add link to project homepage on usage output | Martin Szulecki | 1 | -0/+1 | |
2015-01-29 | Update README with new git URL and twitter profile | Martin Szulecki | 1 | -2/+5 | |
2014-11-30 | Prevent output of a few error messages that are actually not critical | Martin Szulecki | 1 | -34/+59 | |
2014-10-28 | Update desscription of pkg-config file | Martin Szulecki | 1 | -1/+1 | |
2014-10-17 | m4: Add missing as-compiler-flag.m4 macro | Martin Szulecki | 1 | -0/+62 | |
2014-10-16 | Post-release version bump to 1.0.1 | Martin Szulecki | 1 | -1/+1 | |