Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-04-21 | Updated to use latest libplist API changes | Nikias Bassen | 1 | -3/+2 | |
2022-04-30 | tools: Use getopt for option parsing in all tools | Nikias Bassen | 1 | -42/+50 | |
2022-04-22 | [clang-tidy] Fix bugprone string compare | Rosen Penev | 1 | -1/+1 | |
Found with bugprone-suspicious-string-compare Signed-off-by: Rosen Penev <rosenp@gmail.com> | |||||
2022-02-09 | Add support for wireless pairing | Nikias Bassen | 1 | -6/+179 | |
2020-06-08 | idevicepair: Plug some memory leaks and fix option parsing | Nikias Bassen | 1 | -48/+39 | |
2020-06-05 | tools: Unify --network command line switch and add it where missing | Nikias Bassen | 1 | -19/+14 | |
2020-06-05 | tools: Add --version command line switch | Nikias Bassen | 1 | -13/+15 | |
2020-06-04 | Unify usage output in all tools and add bugreport URL | Martin Szulecki | 1 | -6/+10 | |
2019-09-28 | tools: Ignore SIGPIPE wherever possible | Nikias Bassen | 1 | -0/+6 | |
2019-02-16 | idevicepair: Fix udid being freed before printing error message containing udid | Nikias Bassen | 1 | -2/+3 | |
2019-02-09 | idevicepair: Add another error case instead of printing 'unhandled error' | Nikias Bassen | 1 | -0/+1 | |
2019-02-08 | idevicepair: Fix 'validate' command which was broken since iOS 11 | Nikias Bassen | 1 | -3/+5 | |
Apple removed the lockdownd command 'ValidatePair'. Validating a pairing can just be done by trying to use the present pairing record to try to start a lockdownd session: if it succeeds, the pairing is valid, otherwise obviously not. So this is what we do now. | |||||
2018-10-01 | tools: Remove length check on device UDID arguments to support newer devices | Nikias Bassen | 1 | -6/+6 | |
The 40 characters length check on the device UDID made newer devices unusable with the libimobiledevice tools and was actually redundant since an invalid UDID will always fail to resolve. This commit removes the length check alltogether (but makes sure it is not an empty string ""). | |||||
2018-07-24 | idevicepair: Fix possible memleak in option parsing | Bastien Nocera | 1 | -0/+2 | |
If some arguments are passed multiple times, don't leak the memory used for the value of the first arguments passed. | |||||
2015-10-06 | tools: Use PACKAGE_URL define for homepage project links in usage output | Martin Szulecki | 1 | -1/+5 | |
2015-01-28 | Remove trailing whitespace errors from all files | Martin Szulecki | 1 | -4/+4 | |
2015-01-27 | tools: Add link to project homepage on usage output | Martin Szulecki | 1 | -0/+1 | |
2015-01-12 | idevicepair: Fix compilation due to renamed pairing dialog error | Martin Szulecki | 1 | -1/+1 | |
2014-10-11 | tools: Make sure to print an error when lockdown connection fails | Nikias Bassen | 1 | -1/+1 | |
2014-03-24 | idevicepair: Don't call userpref_delete_pair_record as it is already done by ↵ | Nikias Bassen | 1 | -2/+0 | |
lockdownd_unpair | |||||
2014-03-22 | Update copyright in various files | Martin Szulecki | 1 | -0/+1 | |
2014-03-21 | idevicepair: Synchronize usage between tool output and man page | Martin Szulecki | 1 | -6/+6 | |
2014-03-21 | idevicepair: Refactor error message reporting to handle a pending trust dialog | Martin Szulecki | 1 | -17/+24 | |
2014-03-21 | Refactor pair record handling to use new usbmuxd pair record interface | Martin Szulecki | 1 | -3/+9 | |
This refactoring is mandatory as libimobiledevice should not interact with the pair record configuration directory which is owned by the usbmuxd user. This change also adds compatibility for the native usbmuxd and thus pair records saved by iTunes. | |||||
2013-09-17 | idevicepair: Port to use the new userpref API and add systembuid command | Martin Szulecki | 1 | -17/+32 | |
2013-04-25 | common: Move debug and userpref code into libinternalcommon | Martin Szulecki | 1 | -1/+1 | |
2012-11-29 | tools: mass replace 'device' with 'phone' variable names | Nikias Bassen | 1 | -7/+7 | |
2012-04-07 | Update comments of tools to use "device" instead of naming specific models | Martin Szulecki | 1 | -2/+2 | |
2012-03-22 | Mass replace UUID by UDID, which is the correct term for it | Martin Szulecki | 1 | -30/+30 | |
2012-03-18 | Completely remove glib dependency. | Nikias Bassen | 1 | -1/+2 | |
2010-05-28 | Finish implementing idevicepair tool to allow managing pairings with devices | Martin Szulecki | 1 | -37/+75 | |
2010-05-28 | idevicepair: Initial version of a simple pairing utility | Nikias Bassen | 1 | -0/+224 | |