summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* * add missing header files to distributed tarballlaforge2008-01-264-3/+10
* add missing spidev reader driver (missing from last commit)laforge2008-01-261-0/+389
* * Add spidev reader driverlaforge2008-01-2612-39/+66
* mifare classic:laforge2008-01-261-47/+17
* Add manpages for all executables (Uwe Hermann)laforge2008-01-264-0/+111
* Add the OpenPCD USB device ID to the udev rule file (Uwe Hermann)laforge2008-01-261-0/+3
* make 'make distcheck' work properly (Uwe Hermann)laforge2008-01-261-1/+1
* add common.h to noinst_HEADERS (Jeremy Laine)laforge2008-01-231-1/+1
* update FSF postal address (Jeremy Laine)laforge2008-01-2324-25/+25
* Patch to implement brute-forcng of mifare classic keys (Bjoern Riemer)laforge2008-01-221-2/+30
* 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-226-24/+73
* Parse mifare keys with colons correctly (Rainer Keller)laforge2008-01-221-3/+1
* applied Rainer Kellers fix 'Header missing, define name typo'meri2007-10-292-2/+3
* Need stdio.h for fprintfploetz2007-06-102-0/+4
* Not including libgen.h breaks 64bit builds (probably because the compiler ass...ploetz2007-06-093-3/+12
* updated python support by Kushal Dasmeri2007-05-312-8/+41
* python support by Kushal Dasmeri2007-05-311-0/+7
* python support by Kushal Dasmeri2007-05-304-1/+129
* fixed automake/autoconf files to allow clean firmware compilationmeri2007-05-034-13/+14
* stupid me forgot to add copyright/license headersmeri2007-05-022-1/+36
* thanks to Abhisek Datta this nasty off-by-one bug could be fixedmeri2007-05-021-2/+1
* added UID output for loop modemeri2007-05-021-2/+16
* fixed Makefile to ignore win32 durectory during Unix based buildmeri2007-05-021-1/+2
* updated win32 support for MINGW32-compiler/cross-compilermeri2007-05-025-0/+559
* updated win32 support for MINGW32-compiler/cross-compilermeri2007-05-026-9/+126
* added win32 support for MINGW32-compiler/cross-compilermeri2007-04-3019-31/+996
* fixed ISO 14443A anticollisionmeri2007-04-252-23/+49
* Added new function codesmeri2007-04-031-0/+5
* Add RFID_OPT_14443A_WUPA to request WUPA instead of REQA (Rainer Keller <mail...ploetz2007-03-204-4/+17
* unsigned int -> size_t in some appropriate places.ploetz2007-03-204-11/+11
* 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-142-19/+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
* update copyright noticeploetz2007-02-141-1/+1
* make sure that LICENSING, librfid.spec openct-cm5121-librfid.patch and etc/ud...laforge2007-01-124-2/+8
* Fix typos in documentation (Uwe Hermann <uwe@hermann-uwe.de>)laforge2007-01-122-6/+6
* make rfid_frametype public, since it is used by public function definitions i...laforge2007-01-091-6/+6
* 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-064-9/+37
* Porting librfid on ARM, I got trouble using 14443B due to alignment issue. Thislaforge2007-01-061-5/+5
* rename librfid_send_script to librfid-send_script to be consistent with librf...laforge2007-01-061-1/+1
* fix build of librfid_send_scriptlaforge2007-01-061-1/+1
* rename 'send_script' program into 'librfid_send_script', as recommended in ht...laforge2006-12-311-3/+3
* commit librfid SPEC file for fedora (Kushal Das)laforge2006-12-311-0/+73
* bump version numberlaforge2006-12-291-1/+1
* include not-installed headers in release tarballs laforge2006-12-292-0/+3
* implement help messagelaforge2006-12-291-0/+5
* README updatelaforge2006-12-041-8/+40
personal git repositories of Harald Welte. Your mileage may vary