2
I Use This!
Inactive

Commits : Listings

Analyzed about 5 hours ago. based on code collected 1 day ago.
May 16, 2023 — May 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge the freefare-desfire branch into trunk.
Romain Tartière
as Romain Tartiere
More... almost 14 years ago
Enhance the mifare-classic-write-ndef example.
Romain Tartière
as Romain Tartiere
More... almost 14 years ago
Merge r487 from the libfreefare-desfire branch.
Romain Tartière
as Romain Tartiere
More... almost 14 years ago
Merge r486 from the libfreefare-desfire branch.
Romain Tartière
as Romain Tartiere
More... almost 14 years ago
Add missing APIs from the documentation.
Romain Tartière
as Romain Tartiere
More... almost 14 years ago
Merge r489 from the libfreefare-desfire branch.
Romain Tartière
as Romain Tartiere
More... almost 14 years ago
Update after libnfc API change.
Romain Tartière
as Romain Tartiere
More... almost 14 years ago
constify mad related functions when applicable. More... almost 14 years ago
Minor mad man page fix. More... almost 14 years ago
Add missing config.h include in mifare-classic-format example. Fix Issue 34. More... almost 14 years ago
s/MifareSectorNumber/MifareClassicSectorNumber/ in man pages.
Romain Tartière
as Romain Tartiere
More... almost 14 years ago
Add TODO file.
Romain Tartière
as Romain Tartiere
More... almost 14 years ago
Add another implementation node.
Romain Tartière
as Romain Tartiere
More... almost 14 years ago
New API functions mad_application_read(), mad_application_write().
Romain Tartière
as Romain Tartiere
More... almost 14 years ago
Allow mifare-classic-format to be run non-interactively.
Romain Tartière
as Romain Tartiere
More... almost 14 years ago
Add a fast-format feature in the mifare-classic-format utility to only erase MAD.
Romain Tartière
as Romain Tartiere
More... almost 14 years ago
Rename MifareSectorNumber to MifareClassicSectorNumber.
Romain Tartière
as Romain Tartiere
More... almost 14 years ago
Add missing parentheses.
Romain Tartière
as Romain Tartiere
More... almost 14 years ago
Don't assume a Mifare Classic Sector Number will always fit in a byte (currently it's a uint8_t but it exposes some problems).
Romain Tartière
as Romain Tartiere
More... almost 14 years ago
Sync mifare_classic_format_sector() prototype in freefare.h with the code.
Romain Tartière
as Romain Tartiere
More... almost 14 years ago
Refactoring Blocks vs. Sectors. - mifare_classic_format_sector() now wants a sector instead of a block (the name was really disturbing); - New public API functions for Block <=> Sector conversions.
Romain Tartière
as Romain Tartiere
More... almost 14 years ago
Rename the test_mifare_classic_application unit test to test_mifare_application.
Romain Tartière
as Romain Tartiere
More... almost 14 years ago
Fix MAD manipulation for Mifare Classic 4K. - Allocate large blocks on Mifare Classic 4K in unit tests; - Constraints sector number in mad_set_aid(); - Fix location of AID storage in mad_set_aid() (wrong variable name and offset, ECOPYPASTETOOFAST); - New API function mad_sector_reserved(); - Use mad_sector_reserved() to avoid trying to use reserved sectors.
Romain Tartière
as Romain Tartiere
More... almost 14 years ago
Make mifare_application_alloc() accept size in bytes.
Romain Tartière
as Romain Tartiere
More... almost 14 years ago
Add unit tests for mad_read() and mad_write().
Romain Tartière
as Romain Tartiere
More... almost 14 years ago
Make the MAD read public key public (Rename it to insist on it's public nature).
Romain Tartière
as Romain Tartiere
More... almost 14 years ago
s/blocks/sectors/
Romain Tartière
as Romain Tartiere
More... almost 14 years ago
Document the mifare_tag_type enum.
Romain Tartière
as Romain Tartiere
More... almost 14 years ago
Remove clueless omitted test.
Romain Tartière
as Romain Tartiere
More... almost 14 years ago
Complete unit tests coverage of freefare.c.
Romain Tartière
as Romain Tartiere
More... almost 14 years ago