No description
Find a file
Romain Tartiere 5f7f8ffe2a Add support for MIFARE Classic 4K.
- New mifare_classic_first_sector_block(), mifare_classic_last_sector_block() functions to ease detection of sectors boundaries;
  - New unit tests for mifare_classic_first_sector_block() and mifare_classic_last_sector_block();
  - Start to update the API for consistently using blocks and not mixing blocks and sectors with mifare_classic_*() functions;
  - Update the mifare-classic-format(1) example to handle MIFARE Classic 1k and 4k.

Many thanks to Johann Dantant from SpringCard for giving me MIFARE Classic 4k cards.
2010-02-23 02:12:18 +00:00
examples Add support for MIFARE Classic 4K. 2010-02-23 02:12:18 +00:00
libfreefare Add support for MIFARE Classic 4K. 2010-02-23 02:12:18 +00:00
test Add support for MIFARE Classic 4K. 2010-02-23 02:12:18 +00:00
AUTHORS Import libfreefare into trunk. 2009-12-18 20:32:25 +00:00
ChangeLog Import libfreefare into trunk. 2009-12-18 20:32:25 +00:00
configure.ac Set _XOPEN_SOURCE to 600 for silencing gcc on GNU/Linux. 2010-01-13 13:53:45 +00:00
COPYING Import libfreefare into trunk. 2009-12-18 20:32:25 +00:00
libfreefare.pc.in Install a libfreefare.pc pkg-config module. 2009-12-18 21:31:45 +00:00
Makefile.am Fix build when cutter is not available. (make distcheck ok) 2010-01-11 20:25:28 +00:00
NEWS Import libfreefare into trunk. 2009-12-18 20:32:25 +00:00
README Import libfreefare into trunk. 2009-12-18 20:32:25 +00:00