]> git.zerfleddert.de Git - proxmark3-svn/history - client/cmdhficlass.c
chg: @piwi's code cleanup and some more.
[proxmark3-svn] / client / cmdhficlass.c
2017-02-22 iceman1001chg: @piwi's code cleanup and some more.
2017-01-23 iceman1001CHG: should remove a compiler warning on OSX
2017-01-16 iceman1001CHG: unused variables and remove of compiler warnings.
2017-01-11 iceman1001CHG: syntax suger
2017-01-10 iceman1001CHG: 'hf iclass replay' added help text.
2017-01-10 iceman1001CHG: 'hf iclass decrypt' - adjusted the loops, to...
2017-01-09 iceman1001Merge branch 'master' of https://github.com/iceman1001...
2017-01-09 iceman1001CHG: coverity complains about not reading the value...
2017-01-03 iceman1001syntax suger, some tabs fixed
2017-01-03 IcemanMerge pull request #63 from micolous/log-nonce
2016-12-26 Icemanfixed warning about size_t
2016-12-26 Icemanfix a warning
2016-12-09 iceman1001FIX: 'hf iclass dump' / 'hf iclass readtagfile' ...
2016-12-08 iceman1001CHG: 'hf iclass dump' - output fixes
2016-02-12 iceman1001FIX: @wllm-rbnt 's typo fixes
2016-01-19 iceman1001FIX: Coverity Scan warnings on not using the fread...
2016-01-19 iceman1001CHG: syntax suger
2016-01-19 iceman1001REM: Removed #define llx PRIx64, all these defines...
2016-01-12 iceman1001FIX: Coverity, uninitialized scalar variable, filenam...
2016-01-12 iceman1001FIX: Coverity, CID #121346, resouce leak, close...
2016-01-12 iceman1001FIX: Coverity, out-of-bounds, CID#121330, CID#121331...
2016-01-12 iceman1001FIX: Coverity, Dereference null return, CID #212329...
2016-01-12 iceman1001FIX, Coverity, Unsigned compared against 0. CID #21232...
2016-01-12 iceman1001FIX, Coverity, Argument can't be negative, CID #212324...
2016-01-12 iceman1001FIX: Coverity , Argument can't be negative, CID #12132...
2016-01-12 iceman1001FIX, Coverity, Argument can't be negative. CID# 212322...
2016-01-08 iceman1001FIX: coverty scan reveals some resourceleaks and overr...
2015-12-21 iceman1001add: added @AdamLaurie 's iclass raw keys changes
2015-12-16 iceman1001ADD: @marshmellow42 's fixes for Q5, t55xx, fskclock,
2015-12-09 iceman1001Two fixes for warnings when compiling on Ubuntu14.04.
2015-10-07 iceman1001I just merged @marshmellow's branch "iclass" and that...
2015-06-23 iceman1001Merge branch 'master' of https://github.com/Proxmark...
2015-06-18 iceman1001Merge branch 'master' of https://github.com/Proxmark...
2015-05-25 iceman1001Merge branch 'master' of https://github.com/Proxmark...
2015-05-23 iceman1001Merge branch 'master' of https://github.com/Proxmark...
2015-05-22 Martin Holst SwendeMerge pull request #101 from marshmellow42/master
2015-05-13 iceman1001Added @marshmellow42 "hf search"
2015-05-12 marshmellow42HF Search - refactoring cmds to work with it
2015-04-24 iceman1001Merge branch 'master' of https://github.com/Proxmark...
2015-04-23 Martin Holst SwendeMerge branch 'master' of github.com:Proxmark/proxmark3
2015-04-23 Martin Holst SwendeFixed issue with dumping iclass tags > 2KB in size
2015-03-31 Martin Holst SwendeMerge pull request #91 from marshmellow42/master
2015-03-30 iceman1001Merge branch 'master' of https://github.com/Proxmark...
2015-03-29 Martin Holst SwendeMinor mod to 'hf iclass read', it now also reads and...
2015-02-20 marshmellow42Merge remote-tracking branch 'upstream/master'
2015-02-19 iceman1001Merge branch 'master' of https://github.com/Proxmark...
2015-02-19 Martin Holst SwendeMerge pull request #68 from iceman1001/feature
2015-02-19 Martin Holst SwendeMerge pull request #67 from marshmellow42/master
2015-02-19 Martin Holst SwendeMore work on iclass full simulation, and some work...
2015-02-18 Martin Holst SwendeFurther implementation of iclass 'fullsim'. Moved proto...
2015-02-17 Martin Holst SwendeIclass decrypt error, shouldn't have decrypted block...
2015-02-17 Martin Holst SwendeImplemented 'hf iclass decrypt <tagdump>'. This perform...
2015-02-16 iceman1001Merge branch 'master' of https://github.com/Proxmark...
2015-02-15 marshmellow42Merge remote-tracking branch 'upstream/master' 67/head
2015-02-14 Martin Holst SwendeRemoved un-implemented 'hf iclass write', it's confusin...
2015-02-14 Martin Holst SwendeReformatted
2015-02-14 Martin Holst SwendeStarted work on 'hf iclass eload' - only client side...
2015-02-14 Martin Holst SwendeFixed bug with iclass dump which prevented saving to...
2015-01-29 iceman1001Merge branch 'master' of https://github.com/Proxmark...
2015-01-07 marshmellow42Merge branch 'master' of https://github.com/marshmellow...
2015-01-07 iceman1001Added Pm3-master changes from Holiman.
2015-01-07 iceman1001Merge branch 'master' of https://github.com/Proxmark...
2015-01-07 Martin Holst SwendeSave iclass dumps to file, like mifare-dump functionali...
2015-01-06 iceman1001Merge branch 'master' of https://github.com/Proxmark...
2015-01-06 marshmellow42Merge pull request #3 from Proxmark/master
2015-01-06 iceman1001ADD: added a lot of ic ids to cmdhf15.c Thanks to...
2015-01-05 iceman1001CHG: generic code clean up. Removal of commented code.
2015-01-05 Martin Holst SwendeAdded loclass-functionality into the pm3,the functional...
2015-01-05 iceman1001ADD: Holimans new changes in master.
2015-01-04 Martin Holst SwendeReworked how 'hf 14a list' and 'hf iclass list' works...
2015-01-04 Martin Holst SwendeSome work on iclass dump and iclass list, now the dumpi...
2015-01-03 Martin Holst SwendeSome work on iclass, started on some better support...
2015-01-01 IcemanMerge pull request #1 from bforbort/master
2015-01-01 Blaine ForbortMerge remote-tracking branch 'origin/DESFireAuth'
2014-12-29 marshmellow42Merge pull request #1 from Proxmark/master
2014-12-22 iceman1001added the changes from PM3 master.
2014-12-20 pwpiwiMerge pull request #33 from pwpiwi/master
2014-12-20 pwpiwiadapted hf iclass list to new trace format 33/head
2014-12-19 iceman1001ADD: started with adding a LF AWID26 write function...
2014-12-18 pwpiwiMerge branch 'master' of https://github.com/Proxmark...
2014-12-18 Martin Holst Swendeminor change
2014-12-18 Martin Holst SwendeFixed error in hash1 (from loclass), now it possibly...
2014-12-18 Martin Holst SwendeMerge pull request #32 from marshmellow42/master
2014-12-17 iceman1001Applied Holiman's fixes for iclass.c and CSNs
2014-12-16 pwpiwiMerge branch 'master' of https://github.com/Proxmark...
2014-12-14 Martin Holst SwendeReverted to original malicious CSNs from paper, it...
2014-12-14 Martin Holst SwendeMerge branch 'master' of github.com:Proxmark/proxmark3
2014-12-14 Martin Holst SwendeFix (iclass)
2014-11-26 iceman1001ADD: the option to simulate tnp3xxx inthe command ...
2014-10-30 Martin Holst SwendeMerge pull request #23 from holiman/master
2014-10-29 iceman1001FIXED: Merged all Holimans code-review issues which...
2014-10-28 Martin Holst SwendeMerge pull request #2 from holiman/coverity_fixes 23/head
2014-10-27 Martin Holst SwendeFixed several issues found using a coverity-scan
2014-10-24 Martin Holst SwendeFirst try att merging with head
2014-09-19 iceman1001Merge branch 'master' of https://github.com/Proxmark...
2014-09-19 Martin Holst SwendeMerge pull request #22 from Proxmark/PenturaLabs-iclass...
2014-09-19 Martin Holst SwendeMerge remote-tracking branch 'origin/master' into Pentu... 22/head
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.
next
Impressum, Datenschutz