libfreefare/libfreefare
Romain Tartiere a5f1a80447 Check Mifare Classic command return values.
Many command return 1 byte, and my documentation does not tell what it's
supposed to be. However, this byte is always 0 when running the regression test
suite.  It's likely to be an error code with value 0 being a no-error code.
Assume this and check that the returned byte is always 0.
2010-08-31 11:29:29 +00:00
..
desfire_error.c Merge the freefare-desfire branch into trunk. 2010-07-26 21:48:18 +00:00
freefare.3 Document the mifare_tag_type enum. 2010-07-01 12:32:03 +00:00
freefare.c Split-out freefare_tag_new() from freefare_get_tags(). 2010-08-24 11:41:33 +00:00
freefare.h Rename mad_application_(read|write) to mifare_application_(read|write). 2010-08-24 10:51:58 +00:00
freefare_internal.h Enforce target type identification with ATS comparison. 2010-08-04 16:11:09 +00:00
mad.3 Rename mad_application_(read|write) to mifare_application_(read|write). 2010-08-24 10:51:58 +00:00
mad.c Rename mad_application_(read|write) to mifare_application_(read|write). 2010-08-24 10:51:58 +00:00
Makefile.am Rename mad_application_(read|write) to mifare_application_(read|write). 2010-08-24 10:51:58 +00:00
mifare_application.3 Rename mad_application_(read|write) to mifare_application_(read|write). 2010-08-24 10:51:58 +00:00
mifare_application.c Rename mad_application_(read|write) to mifare_application_(read|write). 2010-08-24 10:51:58 +00:00
mifare_classic.3 Add missing APIs from the documentation. 2010-07-26 18:27:56 +00:00
mifare_classic.c Check Mifare Classic command return values. 2010-08-31 11:29:29 +00:00
mifare_desfire.3 Merge the freefare-desfire branch into trunk. 2010-07-26 21:48:18 +00:00
mifare_desfire.c Implement file settings caching. 2010-08-31 11:08:33 +00:00
mifare_desfire_aid.c Merge the freefare-desfire branch into trunk. 2010-07-26 21:48:18 +00:00
mifare_desfire_authenticate.c Merge the freefare-desfire branch into trunk. 2010-07-26 21:48:18 +00:00
mifare_desfire_key.3 Merge the freefare-desfire branch into trunk. 2010-07-26 21:48:18 +00:00
mifare_desfire_key.c Merge the freefare-desfire branch into trunk. 2010-07-26 21:48:18 +00:00
mifare_ultralight.3 Merge the freefare-desfire branch into trunk. 2010-07-26 21:48:18 +00:00
mifare_ultralight.c Add debug capabilities for Mifare Classic and Mifare UltraLight targets. 2010-07-29 08:14:16 +00:00
tlv.3 Add support for TLV streams. 2010-06-23 02:03:13 +00:00
tlv.c Merge r489 from the libfreefare-desfire branch. 2010-07-26 14:12:32 +00:00