summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* add gitignore filesHarald Welte2010-05-051-0/+3
* Add WRITE support for ISO15693 (Bjoern Riemer)laforge2008-05-241-11/+118
* fix crash of librfid-tool in scan function (Mate Soos)laforge2008-05-241-0/+5
* add -E parameter to do an endless loop of enumeratiosn. The option has onelaforge2008-02-241-2/+44
* add support for setting layer2 while doing scanning (Bjoern Riemer)laforge2008-02-081-5/+9
* mifare-tool: fix '-h', use '-b' for brute force (Uwe Hermann)laforge2008-02-081-3/+3
* 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-291-2/+11
* implement new mifare dumping code based on sector/block translation functions,laforge2008-01-291-24/+64
* partial ISO15693 support (based on patch by Bjoern Kaiser)laforge2008-01-272-14/+123
* * improve scanning support:laforge2008-01-271-4/+33
* fix more compiler warnings, based on a patch by Rainer Kellerlaforge2008-01-261-13/+0
* * Add spidev reader driverlaforge2008-01-261-6/+1
* Add manpages for all executables (Uwe Hermann)laforge2008-01-264-0/+111
* 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-233-3/+3
* Patch to implement brute-forcng of mifare classic keys (Bjoern Riemer)laforge2008-01-221-2/+30
* Parse mifare keys with colons correctly (Rainer Keller)laforge2008-01-221-3/+1
* Not including libgen.h breaks 64bit builds (probably because the compiler ass...ploetz2007-06-093-3/+12
* python support by Kushal Dasmeri2007-05-311-0/+7
* python support by Kushal Dasmeri2007-05-301-1/+1
* 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
* added win32 support for MINGW32-compiler/cross-compilermeri2007-04-304-12/+24
* 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
* include not-installed headers in release tarballs laforge2006-12-291-0/+2
* implement help messagelaforge2006-12-291-0/+5
* - only link with openct if we need itlaforge2006-12-041-2/+3
* - add size detection for mifare classic / ultralightlaforge2006-12-011-0/+7
* - fix mifare write supportlaforge2006-11-285-99/+480
* - fix segfault during rfid_scan()laforge2006-10-081-2/+19
* - use C99 compiler flagslaforge2006-10-071-18/+77
* try OpenPCD if there is no cm5121 availablelaforge2006-09-221-2/+6
* remove linux.claforge2006-06-141-1/+1
* add send_script programlaforge2006-06-142-1/+296
* s/transcieve/transceive/g (Henryk Ploetz)laforge2006-06-131-5/+5
* patch introduces -ETIMEDOUT as an error return code in case of ...laforge2006-06-131-0/+3
* add error checking to T=CL test programlaforge2006-05-271-6/+30
* use block number, not sector (Henryk Ploetz)laforge2006-05-271-1/+1
* add support for commandline protocol specificationlaforge2006-05-272-34/+83
* rename openct-escape into librfid-toollaforge2006-05-272-2/+2
* add some more mifare classic related codelaforge2006-05-271-18/+41
* add our own hexdump routine, since somehow it doesn't work if laforge2005-11-081-8/+23
* move include directory for pkginclude compliancelaforge2005-11-081-10/+10
* - better layering abstracitonlaforge2005-11-081-3/+4
* use new name for default mfcl keylaforge2005-11-081-1/+1
* use autoconf/automakelaforge2005-11-082-0/+348
personal git repositories of Harald Welte. Your mileage may vary