Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-11-14 | Define strncasecmp function as _strnicmp on Windows. | Jacek Roszkowski | 1 | -0/+1 | |
2021-11-14 | The type, subtype, and parameter name tokens of Content-Type header are ↵ | Jacek Roszkowski | 1 | -4/+4 | |
case-insensitive. https://tools.ietf.org/html/rfc7231#section-3.1.1.1 | |||||
2021-11-14 | Header field names are case-insensitive. | Jacek Roszkowski | 1 | -1/+1 | |
https://tools.ietf.org/html/rfc7230#section-3.2 | |||||
2021-09-20 | [github-actions] Add build workflow | Nikias Bassen | 2 | -0/+242 | |
2021-09-20 | Check availability of constructor attribute and use it on Windows in favor ↵ | Nikias Bassen | 2 | -17/+41 | |
of DllMain | |||||
2021-09-20 | Update deprecated autoconf macros and update m4 files | Nikias Bassen | 3 | -120/+157 | |
2021-06-30 | README: Fix typo | Nikias Bassen | 1 | -1/+1 | |
2020-06-15 | Post release version bump to 1.1.2 | Martin Szulecki | 1 | -1/+1 | |
2020-06-15 | Update NEWS with latest changes1.1.1 | Martin Szulecki | 1 | -1/+7 | |
2020-06-14 | Add API version to library and pkgconfig file for proper linking | Nikias Bassen | 3 | -6/+6 | |
2020-06-13 | Add "contributing" section to README.md | Martin Szulecki | 1 | -0/+19 | |
2020-06-13 | Add opening text before feature list in README.md | Martin Szulecki | 1 | -0/+2 | |
2020-06-13 | Update README with Apple trademarks | Nikias Bassen | 1 | -1/+2 | |
2020-06-13 | Improve README.md with feature, installation and usage sections | Martin Szulecki | 1 | -28/+71 | |
2020-06-09 | Apply changes towards a project wide common "autogen.sh" file | Martin Szulecki | 1 | -11/+22 | |
2020-06-09 | Update libplist and libimobiledevice version requirements | Nikias Bassen | 2 | -5/+5 | |
2020-06-08 | Remove trailing whitespace errors from all files | Martin Szulecki | 2 | -4/+4 | |
2020-06-08 | Unfold automake variables into multiple lines for maintainability | Martin Szulecki | 3 | -7/+28 | |
2020-06-08 | Make sure README.md file is added to distribution archive | Martin Szulecki | 1 | -0/+3 | |
2020-06-08 | Convert README to markdown syntax, update content and links | Martin Szulecki | 2 | -68/+53 | |
2020-06-05 | Unify --network option with the other idevice tools | Nikias Bassen | 2 | -6/+6 | |
2020-06-04 | Update ideviceactivation man page to match current usage and clean it a bit | Martin Szulecki | 1 | -12/+23 | |
2020-06-04 | Add "--network" option in ideviceactivation tool to support network devices | Martin Szulecki | 1 | -13/+13 | |
2020-06-04 | Update NEWS with latest changes | Martin Szulecki | 1 | -0/+7 | |
2020-06-04 | Unify ideviceactivation usage output with other tools and add bugreport URL | Martin Szulecki | 1 | -4/+8 | |
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. |