summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* fix bugs for optlen setting in layer2_Getopt of iso14443a (Uwe Hermann)laforge2008-02-081-1/+3
* disable debug in the default compile (Uwe Hermann)laforge2008-02-083-7/+2
* add (preliminary?) SAK based detection of mifare mini.laforge2008-02-072-4/+17
* * add rfid_reader_rc632_common.h to noinst_HEADERSlaforge2008-02-041-1/+2
* * implement rfid_reader_{get,set}opt()laforge2008-01-2912-773/+939
* * fix length of mifare classic blocklaforge2008-01-291-1/+32
* partial ISO15693 support (based on patch by Bjoern Kaiser)laforge2008-01-2711-190/+935
* * improve scanning support:laforge2008-01-275-21/+56
* cosmetic coding style fixes laforge2008-01-262-19/+20
* coding style fixeslaforge2008-01-261-10/+7
* always compile the rfid_hexdump() function, since DEBUG_LIBRFID might be defi...laforge2008-01-261-2/+0
* fix more compiler warnings, based on a patch by Rainer Kellerlaforge2008-01-264-7/+7
* * support for mingw (Petr Stetiar)laforge2008-01-261-1/+1
* * add missing header files to distributed tarballlaforge2008-01-261-2/+2
* add missing spidev reader driver (missing from last commit)laforge2008-01-261-0/+389
* * Add spidev reader driverlaforge2008-01-262-17/+28
* mifare classic:laforge2008-01-261-47/+17
* update FSF postal address (Jeremy Laine)laforge2008-01-2316-16/+16
* Return size of mifare ultralight in bytes, just like other protocols (Robertlaforge2008-01-221-1/+2
* Fix bitfields for big endian platforms (Jeremy Lainé)laforge2008-01-222-18/+7
* applied Rainer Kellers fix 'Header missing, define name typo'meri2007-10-291-2/+2
* Need stdio.h for fprintfploetz2007-06-101-0/+2
* fixed automake/autoconf files to allow clean firmware compilationmeri2007-05-032-5/+3
* updated win32 support for MINGW32-compiler/cross-compilermeri2007-05-022-5/+102
* added win32 support for MINGW32-compiler/cross-compilermeri2007-04-309-8/+940
* fixed ISO 14443A anticollisionmeri2007-04-252-23/+49
* Add RFID_OPT_14443A_WUPA to request WUPA instead of REQA (Rainer Keller <mail...ploetz2007-03-203-4/+16
* unsigned int -> size_t in some appropriate places.ploetz2007-03-203-9/+9
* Fix a warning (Rainer Keller <mail@rainerkeller.de>)ploetz2007-03-191-0/+1
* Simplify compile options (either --enable-ccid or --enable-openct implies --e...ploetz2007-02-141-13/+7
* Fix "key format error" on cm5121 (Pierrick Hascoet <pierrick.hascoet@hydromel...ploetz2007-02-141-2/+2
* Correctly initialise rx_len in mfcl_write() (Pierrick Hascoet <pierrick.hasc...ploetz2007-02-141-1/+1
* Fix typo. we don't wand sizeof(sizeof(somethin)) (Rainer Keller <mail@rainerk...laforge2007-01-071-1/+1
* - change --with-openct to --enable-openctlaforge2007-01-062-2/+15
* include not-installed headers in release tarballs laforge2006-12-291-0/+1
* - only link with openct if we need itlaforge2006-12-041-1/+2
* - add size detection for mifare classic / ultralightlaforge2006-12-015-9/+87
* - fix mifare write supportlaforge2006-11-287-22/+381
* some preliminary work to get 15693 working (actual implementation still missing)laforge2006-10-251-208/+34
* fix conditionals / variable definitions (automake madness)laforge2006-10-231-11/+16
* graceful error in case of non-existing reader backend driverlaforge2006-10-231-0/+2
* export 14443a initialiation routinelaforge2006-10-151-1/+1
* - fix multiple include of rfid_protocol_mifare_classic.h problemlaforge2006-10-154-5/+91
* prefix functions of openpcd firmware with 'opcd_' to prevent confusion :)laforge2006-10-141-4/+4
* redesign autoconf/automake infrastructure to supportlaforge2006-10-143-8/+25
* - remove prototypes for already-removed _register() functions from headerslaforge2006-10-146-29/+14
* - separate 'STATIC' (non-dyamic-allocation) from 'FIRMWARE' (no host drivers)laforge2006-10-146-6/+38
* Prepare RFID compilation in firmware modelaforge2006-10-1413-129/+168
* - fix segfault during rfid_scan()laforge2006-10-083-2/+14
* - don't display debug messages during usb bus scanlaforge2006-10-081-3/+0
personal git repositories of Harald Welte. Your mileage may vary