Commit graph

5 commits

Author SHA1 Message Date
Romain Tartiere
4bf33cc707 Fix autotools on FreeBSD.
Endianness fun is not provided by the same header file on GNU/Linux (endian.h) and FreeBSD (sys/endian.h).  Add some magic for the autotools to detect the correct header file.  While here, add AC_C_INLINE: it's reported as missing by autoscan(1).
2009-12-22 20:48:13 +00:00
Romain Tartiere
0ae63092bd Fix mad_get_aid(): sector 0x10 is reserved and cannot be used. 2009-12-21 13:31:42 +00:00
Romain Tartiere
c7b8574e23 Make MAD Application Identifiers (AID) structure public as MadAid.
- Changed mad_get_aid() and mad_set_aid() ABI;
  - Update unit test;
2009-12-21 03:02:15 +00:00
Romain Tartiere
00ca4579c9 - Rename MifareSector to MifareSectorNumber;
- Fix includes (use '<>' instead of '""');
  - Add -I. to cc arguments.
2009-12-21 02:35:28 +00:00
Romain Tartiere
89dd817a63 Rename mifare_application_directory.[ch] to mad.[ch]. 2009-12-21 00:40:07 +00:00
Renamed from mifare_application_directory.c (Browse further)