]> git.zerfleddert.de Git - proxmark3-svn/history - client/cmdhflegic.c
FIX: lf hitag : Mea culpa, simulation should not have reader_field on. thanks to...
[proxmark3-svn] / client / cmdhflegic.c
2017-02-22 iceman1001chg: @piwi's code cleanup and some more.
2017-01-11 iceman1001CHG: syntax sugar
2016-10-14 iceman1001FIX: "hf legic write" - removed a warning message...
2016-10-14 iceman1001ADD: "hf legic wipe" - it autodetects tagtype and...
2016-10-10 iceman1001FIX: this should remove a warning.
2016-10-09 iceman1001chg: textual changes.
2016-10-09 iceman1001FIX: increased time-out to match 2.7sec it takes to...
2016-10-09 iceman1001CHG: "hf legic write" - now writes on the limits better.
2016-10-08 iceman1001CHG: "hf legic restore" - added a filesize and cardsi...
2016-10-08 iceman1001REM: "hf legic load" has been removed. It doesnt have...
2016-10-07 iceman1001CHG: help text
2016-10-07 iceman1001FIX: one send command bug fixed. Turns out that uint16...
2016-10-07 iceman1001CHG: "hf legic write" got a make over in how its...
2016-10-06 iceman1001Renamed the calccrc8 functions and command.
2016-10-06 iceman1001REM: "hf legic writeraw" has been removed.
2016-10-06 iceman1001ADD: "hf legic eload" - Load binary file to emulator...
2016-10-05 iceman1001CHG: "hf legic dump" now automatically detects tagtyp...
2016-10-05 iceman1001FIX: undeclared var on deviceside,
2016-10-05 iceman1001CHG: command name changes..
2016-10-04 iceman1001CHG: making timings a bit tighter == faster read of...
2016-10-04 iceman1001FIX: forgot a LEN in print message.
2016-10-04 iceman1001CHG: reading a complete MIM1024 takes about 2.8sec...
2016-10-04 iceman1001CHG: "hf legic read" - increased timeout values client...
2016-10-04 iceman1001Textual changes in helptext. Still no clear.
2016-10-04 iceman1001CHG: "hf legic write" started to change this command...
2016-10-03 iceman1001CHG: revert legiccrc8 to old algo.
2016-10-03 iceman1001CHG: changed to use BigBuff_Eml memory instead of big_b...
2016-09-29 iceman1001CHG: finally, the ticks timer does what it is supposed...
2016-09-29 iceman1001CHG: added addresize to legic select struct.
2016-09-29 iceman1001CHG: a select_legic function with structs and stuff and
2016-09-28 iceman1001CHG: 'hf list legic' doesn't print the parity now.
2016-09-26 iceman1001CHG: added the verbose flag, to make the output in...
2016-09-26 iceman1001ADD: started to add a legic detection to "HF SEARCH"
2016-09-26 iceman1001CHG: removed the ubuntu build variable which is no...
2016-09-21 iceman1001CHG: extracted some timers functionality, to get unifi...
2016-09-14 iceman1001CHG: adjusted timing according to @sentinel 's traces
2016-09-12 iceman1001CHG: Small steps, the waiting time between frames...
2016-09-11 iceman1001CHG: reverted back from the idea of measureing in...
2016-09-09 iceman1001In my attempts to make the LEGIC code better, its...
2016-09-03 iceman1001FIX: IV now is trunckated to 7bits in 'hf legic read...
2016-09-02 iceman1001ADD: started to add tracelog in legic
2016-08-26 iceman1001CHG: starting to add the legic changes.. *work in...
2016-08-03 iceman1001FIX: coverity scan 133850, again. Why on earth did...
2016-08-03 iceman1001FIX; coverity scan 133850, & operation should keep...
2016-08-03 iceman1001Coverity Scan 133850, need to ask @jason about this...
2016-08-03 iceman1001Merge branch 'master' of https://github.com/iceman1001...
2016-08-03 IcemanMerge pull request #19 from alexgrin/iceman_master
2016-08-03 Alexis GreenFIX: CoverityScan 123358 and 133864 - Unchecked return...
2016-08-02 IcemanMerge pull request #18 from alexgrin/iceman_master
2016-08-02 Alexis GreenFIX: LEGIC - potential stack corruption calculating...
2016-08-02 Alexis GreenFIX: CoverityScan 123465 - Resource leak
2016-08-02 iceman1001Merge branch 'master' of https://github.com/iceman1001...
2016-08-02 iceman1001chg: another way of checking a array for NULL
2016-08-02 IcemanMerge pull request #17 from alexgrin/iceman_master
2016-08-01 Alexis GreenFixing warning:
2016-07-31 iceman1001FIX: getting rid of a compiler warning message.
2016-07-29 iceman1001CHG: help text changes in cmdlfjablotron.c
2016-07-28 iceman1001FIX: Fixed some warnings I didn't take notice off.
2016-07-28 iceman1001CHG: merged the forum user @jason 's fixes to LEGIC...
2016-04-10 iceman1001CHG: free the malloc:d memory in the crc8 function.
2016-02-18 iceman1001FIX: resource leak, forgot a free
2016-02-18 iceman1001FIX: corrected one of my own bugs which made the calcc...
2016-02-17 iceman1001FIX: Coverity scan fixes, hard to keep track of string...
2016-02-16 iceman1001CHG: added timeouts for downloading values from device...
2016-02-15 iceman1001ADD: a print_hex_break function,
2016-02-15 iceman1001CHG: "hf legic decode" now prints nicely. Still...
2016-02-15 iceman1001FIX: change the "hf legid load", to use the WaitForRes...
2016-02-14 iceman1001FIX: "hf legic decode" the stamp_len variable was...
2016-02-14 iceman1001FIX: Faster data load.
2016-02-14 iceman1001FIX: The "hf legic load" had an bug where it send...
2016-02-14 iceman1001ADD: Calc legic Crc8 method on given input hexstring.
2016-01-20 iceman1001ADD: added the possibility to choose which block num...
2016-01-20 iceman1001CHG: syntax suger, text edit
2016-01-12 icemanMerge branch 'master' of https://github.com/iceman1001...
2016-01-12 icemanMerge branch 'master' of https://github.com/iceman1001...
2016-01-19 iceman1001CHG: Syntax suger, space -> tabs. etc.
2016-01-16 iceman1001FIX: Coverity Scan fixes, a bunch of them.
2016-01-12 iceman1001FIX: Coverity, CID# 121337, Out-of-bounds. In the...
2015-01-29 iceman1001Merge branch 'master' of https://github.com/Proxmark...
2015-01-20 iceman1001Merge branch 'master' of https://github.com/Proxmark...
2015-01-15 Martin Holst SwendeMerge branch 'master' of https://github.com/iceman1001...
2015-01-15 Martin Holst SwendeMerge branch 'master' of github.com:Proxmark/proxmark3
2015-01-13 marshmellow42Merge remote-tracking branch 'upstream/master'
2015-01-13 Martin Holst SwendeMerge pull request #40 from holiman/master
2015-01-09 Martin Holst SwendeMerge branch 'master' of https://github.com/iceman1001...
2015-01-08 iceman1001Merge branch 'master' of https://github.com/Proxmark...
2015-01-08 Martin Holst SwendeReverted some minor things, altered other things to...
2015-01-07 marshmellow42Merge branch 'master' of https://github.com/marshmellow...
2015-01-07 iceman1001Merge branch 'master' of https://github.com/Proxmark...
2015-01-07 iceman1001FIX: a solution for the issue "hf mf esave - always...
2015-01-07 iceman1001Merge branch 'master' of https://github.com/Proxmark...
2015-01-06 iceman1001Merge branch 'master' of https://github.com/Proxmark...
2015-01-05 iceman1001CHG: generic code clean up. Removal of commented code.
2015-01-01 Blaine ForbortMerge remote-tracking branch 'origin/DESFireAuth'
2014-11-16 iceman1001FIX: hf mf eload - now supports specifying 0,1,2,4...
2014-09-19 iceman1001Merge branch 'master' of https://github.com/Proxmark...
2014-09-14 iceman1001Merge branch 'master' of https://github.com/Proxmark...
2014-09-11 iceman1001Merge branch 'master' of https://github.com/Proxmark...
2014-09-11 iceman1001First check in.
2013-09-01 martin.holst@gmail.comMerged latest trunk changes into scripting-branch
next
Impressum, Datenschutz