Commit graph

15169 commits

Author SHA1 Message Date
Philippe Teuwen 33ef5f4243 use ARRAYLEN 2022-01-09 14:25:10 +01:00
Philippe Teuwen 2269ad6914 Remove ARRAY_LENGTH, we've already ARRAYLEN 2022-01-09 14:19:48 +01:00
Philippe Teuwen 5a4584358c make style 2022-01-09 14:10:26 +01:00
Philippe Teuwen 9686e4712b text 2022-01-09 13:41:16 +01:00
iceman1001 4b0096c135 cppcheck complains about the dynamic_lock_Areas access. Might fix it 2022-01-09 13:40:58 +01:00
iceman1001 073b47d480 fix to handle when first_byte_sum does not find a match in the possible sums array. ie, leads to a crash 2022-01-09 13:39:37 +01:00
iceman1001 7c8be44dd6 cppcheck stuff 2022-01-09 13:38:16 +01:00
iceman1001 0967ea1989 modified the default mfc hardcoded list to contain some more keys 2022-01-09 13:37:35 +01:00
iceman1001 28efc8b097 hf mf darkside - textual adaptation to current style 2022-01-09 13:36:29 +01:00
iceman1001 abacf673dc cppcheck fixes 2022-01-09 13:35:16 +01:00
iceman1001 0942ce7a68 refactory parity files a bit 2022-01-09 13:34:54 +01:00
iceman1001 61c9252e15 calloc 2022-01-09 00:35:43 +01:00
iceman1001 fe9348768d use calloc instead 2022-01-09 00:33:33 +01:00
iceman1001 0254b2a63a cppcheck fixes 2022-01-08 15:29:11 +01:00
iceman1001 5ff043e5ab null key fix 2022-01-08 15:28:36 +01:00
iceman1001 7c7dfa7d39 cppcheck fix 2022-01-08 15:05:03 +01:00
iceman1001 7b34b210b4 cppcheck fixes 2022-01-08 15:02:16 +01:00
Philippe Teuwen 12a01eb487 mailmap 2022-01-08 14:25:12 +01:00
iceman1001 3bcef75da6 coverity fix for the return type 2022-01-08 13:30:24 +01:00
iceman1001 0a5ae04070 coverity fixes 2022-01-08 13:27:22 +01:00
iceman1001 eaf968092c coverity fixes 2022-01-08 13:14:53 +01:00
iceman1001 256565f820 coverity fixes for mem leaks. added a macro for freeing cliparser context too 2022-01-08 13:08:51 +01:00
iceman1001 8cd19d7c87 textual / style 2022-01-08 13:01:10 +01:00
Philippe Teuwen 291a4a4aa2 silent clang warning on increasing required alignment 2022-01-08 12:15:24 +01:00
Philippe Teuwen 5a0dda6bb0 Make HFGAL_* macros available to all as PM3_* macros 2022-01-08 12:00:54 +01:00
Matt Moran cb6a1db852 Continue reading credentials if one fails (e.g. when using different site keys) 2022-01-08 18:13:29 +13:00
Philippe Teuwen 4acbcb8b42 fix mailmap 2022-01-08 02:03:08 +01:00
Philippe Teuwen e34870a732 text 2022-01-08 01:47:30 +01:00
Philippe Teuwen 8f402c5861 text 2022-01-08 01:26:51 +01:00
Philippe Teuwen 89fe7639e0
Merge pull request #1554 from startrk1995/15693-sniff-rdv4-flashmem
15693 sniff rdv4 flashmem
2022-01-08 01:23:21 +01:00
Nate Glaser 118bc8f16d Changelog.md to move 15693 2022-01-07 19:20:46 -05:00
Nate Glaser a06c88e728 Makefile.hal change to remove 693 2022-01-07 19:18:41 -05:00
Philippe Teuwen be18b9478d fix ldscript 2022-01-08 01:12:37 +01:00
Nate Glaser 169f7dfc47 added build_all_firmware changes 2022-01-07 19:12:13 -05:00
Nate Glaser 0579b8f63c Made requested changes -- I think 2022-01-07 19:07:29 -05:00
Philippe Teuwen 30aa7aa7d1 Adapting license headers, WIP 2022-01-08 00:40:52 +01:00
Nate Glaser 5ccc749f23 Added Advanced compilation parameters 2022-01-07 18:22:08 -05:00
Nate Glaser fcc9a315a2 Changelog.md update 2022-01-07 18:19:33 -05:00
Nate Glaser 323248060e changed description 2022-01-07 18:16:41 -05:00
Nate Glaser d5842d9d92 changed beginning of 15693 sniff file 2022-01-07 18:12:28 -05:00
Nate Glaser 43fc71673a 15693 sniff - Makefile/hf_15693sniff.c 2022-01-07 18:02:08 -05:00
iceman1001 a432b49393 change gprox ii clone/sim to handle 20b cardnumber for the 36b format 2022-01-07 21:06:07 +01:00
iceman1001 89a05b47a8 cppcheck fixes const 2022-01-07 19:31:19 +01:00
iceman1001 2bf2bb301a cppcheck fixes 2022-01-07 19:23:42 +01:00
iceman1001 a8ccba77d6 cppcheck fixes const 2022-01-07 19:13:24 +01:00
Matt Moran 1f8217ec2e Use DesfireGetAIDList to find an available AID
... and check that user-specified AID is available (before writing to the CAD)
2022-01-08 00:36:59 +13:00
Matt Moran b3dc6f62ab Refactor, adds select_aid_and_auth_with_key 2022-01-07 23:59:46 +13:00
Matt Moran beefc97995 Add ability to use custom CAD key, add ability to skip some actions
For cloning & deleting:
- Add ability to use custom Card Application Directory key (`--cadkey`)
- Add ability to skip updating the CAD (`--noupdatecad`)
- Add ability to skip creating/deleting the app and only update the CAD (`--nocreateapp`, `--nodeleteapp`)
2022-01-07 23:57:47 +13:00
Matt Moran 69049a6621 Remove incorrect AID validation 2022-01-07 19:31:36 +13:00
Matt Moran 6d88224a12 Update changelog for hf gallagher commands 2022-01-07 19:29:55 +13:00