summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* - only link with openct if we need itlaforge2006-12-042-3/+5
* - add size detection for mifare classic / ultralightlaforge2006-12-019-9/+101
* disable debugging by defaultlaforge2006-11-281-1/+1
* - fix mifare write supportlaforge2006-11-2819-202/+975
* update TODOlaforge2006-10-251-2/+20
* some preliminary work to get 15693 working (actual implementation still missing)laforge2006-10-252-208/+121
* 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
* remove unused 'next' pointerslaforge2006-10-183-3/+0
* export 14443a initialiation routinelaforge2006-10-151-1/+1
* - fix multiple include of rfid_protocol_mifare_classic.h problemlaforge2006-10-159-5/+120
* redirect DEBUGP to 'debugp' function inside openpcd firmwarelaforge2006-10-141-5/+18
* firmware compilation TODO has been donelaforge2006-10-141-8/+0
* prefix functions of openpcd firmware with 'opcd_' to prevent confusion :)laforge2006-10-141-4/+4
* redesign autoconf/automake infrastructure to supportlaforge2006-10-146-21/+71
* - remove prototypes for already-removed _register() functions from headerslaforge2006-10-149-35/+19
* - separate 'STATIC' (non-dyamic-allocation) from 'FIRMWARE' (no host drivers)laforge2006-10-147-8/+44
* Prepare RFID compilation in firmware modelaforge2006-10-1425-142/+249
* - fix segfault during rfid_scan()laforge2006-10-086-5/+36
* - don't display debug messages during usb bus scanlaforge2006-10-081-3/+0
* some reality update of the README filelaforge2006-10-071-12/+30
* - use C99 compiler flagslaforge2006-10-0717-39/+416
* - make openpcd driver work with most recent openpcd dumbreader firmwarelaforge2006-10-041-5/+6
* add support for multiple [new] usb id's in openct backend driverlaforge2006-09-301-12/+26
* fix various compile warnings. code cleanuplaforge2006-09-307-10/+20
* try OpenPCD if there is no cm5121 availablelaforge2006-09-221-2/+6
* memset the size of the structure, rather than the pointer to it. Usually this...laforge2006-09-221-1/+1
* re-initialize sak rx_len for each cascade level (Henryk Ploetz)laforge2006-09-221-0/+1
* update to new (four-byte, explicit response_request flag) revision of openpcd...laforge2006-09-222-39/+106
* introduce new debug macro for debugging register-level accesseslaforge2006-09-221-12/+23
* - fix treatment of rx_length in low-level transceive routineslaforge2006-08-161-3/+15
* ugly workaround to avoid stack overflowlaforge2006-08-161-1/+3
* use attribute(packed) where apropriatelaforge2006-08-161-2/+2
* add timer/irq handling, disabledlaforge2006-08-161-4/+119
personal git repositories of Harald Welte. Your mileage may vary