summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* python update (Kushal Das)laforge2008-02-085-50/+635
* Add declaration of rc632_register_dump() laforge2008-02-081-0/+1
* fix bugs for optlen setting in layer2_Getopt of iso14443a (Uwe Hermann)laforge2008-02-081-1/+3
* mifare-tool: fix '-h', use '-b' for brute force (Uwe Hermann)laforge2008-02-081-3/+3
* disable debug in the default compile (Uwe Hermann)laforge2008-02-083-7/+2
* add (preliminary?) SAK based detection of mifare mini.laforge2008-02-073-4/+19
* use LIBS instead of AM_LDFLAGS, otherwise apparently some systems won't linklaforge2008-02-051-1/+1
* * update readme to reflect 0.2.0 releselaforge2008-02-041-14/+18
* * add rfid_reader_rc632_common.h to noinst_HEADERSlaforge2008-02-041-1/+2
* Make librfid-tool print out the ATS in case of success with a T=CL cardploetz2008-02-021-0/+17
* * implement rfid_reader_{get,set}opt()laforge2008-01-2919-851/+1055
* implement new mifare dumping code based on sector/block translation functions,laforge2008-01-291-24/+64
* * fix length of mifare classic blocklaforge2008-01-292-2/+41
* make svn:ignore properties more completelaforge2008-01-270-0/+0
* make svn:ignore list completelaforge2008-01-270-0/+0
* add autotools related files to svn:ignore propertylaforge2008-01-270-0/+0
* set recursive svn:ignore of Makefile.inlaforge2008-01-270-0/+0
* partial ISO15693 support (based on patch by Bjoern Kaiser)laforge2008-01-2723-210/+1215
* * improve scanning support:laforge2008-01-278-27/+91
* 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-269-24/+11
* * support for mingw (Petr Stetiar)laforge2008-01-264-12/+47
* update COPYING to latest version (Uwe Hermann)laforge2008-01-261-15/+14
* * 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
personal git repositories of Harald Welte. Your mileage may vary