summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* autoconf: Automatically derive version number from latest git tagHEADmasterNikias Bassen2023-04-303-3/+27
|
* Use custom signing service URL for drmHandshake request tooNikias Bassen2023-04-211-0/+4
|
* [github-actions] Add a scheduled build every 1st of the month so we always ↵Nikias Bassen2022-08-241-1/+4
| | | | have an artifact
* Update UserAgent string to use a more recent MobileActivation versionNikias Bassen2022-04-051-1/+1
|
* [github-actions] Use windows-2019 instead of windows-latest for nowNikias Bassen2022-04-051-1/+1
|
* ideviceactivation: Bail out if drmHandshake request failsNikias Bassen2022-04-051-1/+5
|
* Updated README with pkg-config requirementNikias Bassen2022-04-041-1/+2
|
* Define strncasecmp function as _strnicmp on Windows.Jacek Roszkowski2021-11-141-0/+1
|
* The type, subtype, and parameter name tokens of Content-Type header are ↵Jacek Roszkowski2021-11-141-4/+4
| | | | | | case-insensitive. https://tools.ietf.org/html/rfc7231#section-3.1.1.1
* Header field names are case-insensitive.Jacek Roszkowski2021-11-141-1/+1
| | | | https://tools.ietf.org/html/rfc7230#section-3.2
* [github-actions] Add build workflowNikias Bassen2021-09-202-0/+242
|
* Check availability of constructor attribute and use it on Windows in favor ↵Nikias Bassen2021-09-202-17/+41
| | | | of DllMain
* Update deprecated autoconf macros and update m4 filesNikias Bassen2021-09-203-120/+157
|
* README: Fix typoNikias Bassen2021-06-301-1/+1
|
* Post release version bump to 1.1.2Martin Szulecki2020-06-151-1/+1
|
* Update NEWS with latest changes1.1.1Martin Szulecki2020-06-151-1/+7
|
* Add API version to library and pkgconfig file for proper linkingNikias Bassen2020-06-143-6/+6
|
* Add "contributing" section to README.mdMartin Szulecki2020-06-131-0/+19
|
* Add opening text before feature list in README.mdMartin Szulecki2020-06-131-0/+2
|
* Update README with Apple trademarksNikias Bassen2020-06-131-1/+2
|
* Improve README.md with feature, installation and usage sectionsreadmeMartin Szulecki2020-06-131-28/+71
|
* Apply changes towards a project wide common "autogen.sh" fileMartin Szulecki2020-06-091-11/+22
|
* Update libplist and libimobiledevice version requirementsNikias Bassen2020-06-092-5/+5
|
* Remove trailing whitespace errors from all filesMartin Szulecki2020-06-082-4/+4
|
* Unfold automake variables into multiple lines for maintainabilityMartin Szulecki2020-06-083-7/+28
|
* Make sure README.md file is added to distribution archiveMartin Szulecki2020-06-081-0/+3
|
* Convert README to markdown syntax, update content and linksMartin Szulecki2020-06-082-68/+53
|
* Unify --network option with the other idevice toolsprereleaseNikias Bassen2020-06-052-6/+6
|
* Update ideviceactivation man page to match current usage and clean it a bitMartin Szulecki2020-06-041-12/+23
|
* Add "--network" option in ideviceactivation tool to support network devicesMartin Szulecki2020-06-041-13/+13
|
* Update NEWS with latest changesMartin Szulecki2020-06-041-0/+7
|
* Unify ideviceactivation usage output with other tools and add bugreport URLMartin Szulecki2020-06-041-4/+8
|
* Use secure project URL in configure.acMartin Szulecki2020-06-041-1/+1
|
* Post release version bump to 1.1.1Martin Szulecki2020-06-041-1/+1
|
* Ignore SIGPIPENikias Bassen2019-09-281-0/+6
|
* Fix typo in NEWSNikias Bassen2019-01-271-1/+1
|
* Bump version to 1.1.0 and update soversion accordingly1.1.0Nikias Bassen2019-01-271-2/+2
|
* Updated NEWSNikias Bassen2019-01-271-1/+16
|
* Updated copyright headersNikias Bassen2019-01-273-3/+3
|
* ideviceactivation: Check ActivationState for success if lockdownd_activate() ↵Nikias Bassen2019-01-271-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.
* activation: Make sure to get IMSI and ICCID from lockdowndNikias Bassen2019-01-271-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.
* win32: Avoid version numbers in dll namesNikias Bassen2019-01-271-0/+4
|
* win32: Make thread_once() static to silence compiler warningNikias Bassen2019-01-271-1/+1
|
* activation: Fix parsing of description from buddyml responseNikias Bassen2019-01-271-1/+8
|
* ideviceactivation: Mask input for secure input fieldsNikias Bassen2019-01-271-2/+61
|
* activation: Add API calls to query if an input field is secure and to get ↵Nikias Bassen2019-01-272-3/+47
| | | | its placeholder
* ideviceactivation: Add '-b' command line switch to run non-interactivelyNikias Bassen2019-01-271-3/+28
|
* Remove length check on UDID argument to support newer devicesNikias Bassen2018-10-011-2/+2
|
* activation: Set CURLOPT_FOLLOWLOCATION to handle 302 redirects from Apples ↵Nikias Bassen2018-05-171-0/+1
| | | | activation server
* ideviceactivation: Add new 'state' command to query device for activation stateNikias Bassen2018-03-151-1/+23
|