]> git.zerfleddert.de Git - proxmark3-svn/shortlog
proxmark3-svn
2015-05-05 iceman1001CHG: making sure no buffer overflows will occure in...
2015-05-05 iceman1001BUG: missing %s in printing version tagtype. Thanks...
2015-05-04 iceman1001chg: minor spelling change from MIFARE_ULEV1_VERS ...
2015-05-04 iceman1001CHG: reverted a method declaration.
2015-05-04 iceman1001CHG: for the 2k3des changes
2015-05-04 iceman1001CHG: added 2k3des to ULC READCARD.
2015-05-04 iceman1001ADD: @holimans changes.
2015-05-04 iceman1001CHG: minor spelling
2015-05-04 iceman1001ADD: @marshmellows changes
2015-05-04 iceman1001CHG: enhanced the "hf mfu info" a lot. It can detect...
2015-05-01 iceman1001CHG: "hf mfu crdbl" help text, got at correct length...
2015-05-01 iceman1001FIX: the HF MFU CREAD command on deviceside now can...
2015-04-30 iceman1001CHG: the work in progress of making "HF MFU INFO" ...
2015-04-29 iceman1001CHG: re-factored the "HF MFU CAUTH" command to be...
2015-04-28 iceman1001REM: Removed the CSETUID stub. Its implemented on...
2015-04-28 iceman1001REM: Removed the GetVendorStr, and used the getTagInf...
2015-04-28 iceman1001ADD: HF MFU SETUID, this commands helps changing...
2015-04-28 iceman1001CHG: added some sanity checks for the Ultralight-EV1...
2015-04-28 iceman1001CHG: fixed a better detection for Ultralight, Ultrali...
2015-04-26 iceman1001FIX: forgot an argument.
2015-04-26 iceman1001CHG: removed linebreak in string.
2015-04-26 iceman1001ADD: some more default keys.
2015-04-26 iceman1001CHG: added some linebreaks for the help output in LF.
2015-04-26 iceman1001ADD: "HF 14A READ", got ULTRALIGHT C / EV1 annotation
2015-04-24 iceman1001Merge branch 'master' of https://github.com/Proxmark...
2015-04-24 iceman1001ADD: Started a "collect nonces" concept to be able...
2015-04-24 iceman1001ADD: changes to the Ultralight diviersification algo.
2015-04-24 iceman1001ADD: charatect name, level, sequence number,
2015-04-24 iceman1001CHG: some minor code cleanup.
2015-04-24 iceman1001ADD: found another sub-type,
2015-04-24 iceman1001ADD: more toy-tokens, among others some missing swapforce.
2015-04-24 iceman1001ADD: some missing enums:
2015-04-24 iceman1001ADD: a minor modification to "HF 14A READ" to enable...
2015-04-23 Martin Holst... Merge branch 'master' of github.com:Proxmark/proxmark3
2015-04-23 Martin Holst... Fixed issue with dumping iclass tags > 2KB in size
2015-04-14 Martin Holst... Merge pull request #92 from marshmellow42/master
2015-04-10 marshmellow42minor change to lf em4x menu & iceman script... 92/head
2015-04-09 iceman1001CHG: removed unused code.
2015-04-09 iceman1001CHG: changed some help texts.
2015-04-09 iceman1001FIX: some minor corrections to identify more tokens.
2015-04-09 iceman1001FIX: fixed a minor bug introduced when changing from...
2015-04-08 iceman1001Merge branch 'master' of https://github.com/Proxmark...
2015-04-08 marshmellow42nexwatch fix .h file + icemans mf csetblk w arg
2015-04-08 marshmellow42Merge remote-tracking branch 'upstream/master'
2015-04-08 marshmellow42added nexwatch demod & iceman lua
2015-04-08 marshmellow42fix to lf t5 detect/read cmds
2015-04-08 marshmellow42update t5 detection test()
2015-04-08 Martin Holst... Fixed buffer initialization errors, as reported in...
2015-04-08 marshmellow42lf ask consolidation
2015-04-07 iceman1001FIX: two parentheses were missing.
2015-04-07 iceman1001FIX: a wrong comment inside default_toys.lua
2015-04-07 marshmellow42lf cleaning++
2015-04-07 marshmellow42lf cleanup - fixes
2015-04-06 Martin Holst... Added info to changelog about bootroom update
2015-04-06 iceman1001FIX: fixed a bug in "hf mf csetblock" where it didn...
2015-04-06 iceman1001CHG: default_toys.lua is now able to correct identify...
2015-04-06 iceman1001CHG: fix the default_toys.lua file to handle more aspec...
2015-04-06 marshmellow42add maxErr to data manrawdecode
2015-04-05 marshmellow42lf t5xx - icemans update
2015-04-05 iceman1001FIX: the test scripts hade a problem when sending the...
2015-04-05 iceman1001CHG: change the snprint call in GetModelStrFromCID.
2015-04-05 iceman1001CHG: the default_toys.lua has the index bytes in mix...
2015-04-05 marshmellow42lf cleaning
2015-04-05 marshmellow42Merge remote-tracking branch 'upstream/master'
2015-04-03 marshmellow42update changelog
2015-04-03 marshmellow42lfdemod reduce duplicate code
2015-04-02 marshmellow42lfem4x cleanup/add/fix
2015-04-02 iceman1001CHG: minor text changes.
2015-04-02 iceman1001CHG: Script now also test to read block 0 via the chine...
2015-04-01 iceman1001Merge branch 'master' of https://github.com/Proxmark...
2015-04-01 iceman1001ADD: added some changes from Marshmellow
2015-04-01 iceman1001ADD: added some changes from Marshmellow
2015-04-01 iceman1001CHG: code cleanup , added the year control to t55xx...
2015-04-01 iceman1001ADD: some changes from Marshmellow
2015-04-01 iceman1001CHG: minor comments.
2015-04-01 iceman1001CHG: revert -O2 -> -Os compile
2015-04-01 Martin Holst... Compiler correctly identified a buffer overflow, fixed...
2015-03-31 pwpiwiMerge pull request #89 from pwpiwi/image_shrink
2015-03-31 Martin Holst... Merge pull request #91 from marshmellow42/master
2015-03-31 pwpiwitemporarily revert lfdemod float removal 89/head
2015-03-31 marshmellow42small fix in t5 trace data 91/head
2015-03-31 marshmellow42remove floats per piwi
2015-03-31 pwpiwiReclaim more than 19K of ARM flash memory.
2015-03-30 iceman1001Merge branch 'master' of https://github.com/Proxmark...
2015-03-30 iceman1001CHG: removed some commented code.
2015-03-30 iceman1001CHG: minor correction to the em410xsim help text.
2015-03-30 iceman1001CHG: adding some variable initalisation to the Uart.
2015-03-30 iceman1001CHG: Added the parameters -fdata-sections -ffunction...
2015-03-30 iceman1001NEW: HF MFU SETPWD - set password to a Ultralight C...
2015-03-30 iceman1001CHG: minor fixes to some tnp luascripts
2015-03-30 Martin Holst... Created a changelog, to be used in accordance with...
2015-03-29 Martin Holst... Minor mod to 'hf iclass read', it now also reads and...
2015-03-28 marshmellow42Merge remote-tracking branch 'upstream/master'
2015-03-28 marshmellow42rawdemod param cleanup
2015-03-27 marshmellow42lfdemods streamline & bug fixes
2015-03-25 Martin Holst... Merge pull request #86 from marshmellow42/master
2015-03-25 marshmellow42Fixed indents to Tabs from Spaces 86/head
2015-03-25 Martin Holst... Merge pull request #84 from marshmellow42/master
2015-03-25 marshmellow42EM410x bug fix 84/head
2015-03-25 marshmellow42clean up em410x output
next
Impressum, Datenschutz