]> git.zerfleddert.de Git - proxmark3-svn/history - client
FIX: travisCI complains. dummy -> dummy_sgc.
[proxmark3-svn] / client /
2017-03-03 iceman1001chg: clock marking for ask/fsk/psk, using @marshmell...
2017-03-02 iceman1001FIX: moved from lfdemod.c -> graph.c SetGraphClock.
2017-03-02 iceman1001FIX: removing nonexistent include file.
2017-03-02 iceman1001CHG: `data plot`- the marking of clock, looks better...
2017-03-02 iceman1001ADD: `data detectclock` - added clock blocks in plot...
2017-03-01 iceman1001CHG: Added PR #220 from PM3 Master. ref: https:/...
2017-02-28 iceman1001CHG: minor LF adjustments.
2017-02-28 iceman1001FIX: `lf search` - em410x demod was a bit greedy.
2017-02-28 iceman1001help text
2017-02-28 iceman1001CHG: `hf em` commands. Client side now has same command...
2017-02-28 iceman1001CHG: `hf 14a read` - started to add a Magic tag gen2...
2017-02-27 iceman1001ADD: `hf 14a read` - now can detect the newer magic...
2017-02-27 iceman1001CHG: some of @marshmellow42 's ref: https://github...
2017-02-26 iceman1001FIX: should be defined earlier.
2017-02-26 iceman1001CHG: one step closer to finish merging @marshmellow42...
2017-02-26 iceman1001FIX: some compiler problems caused by PM3 master commit...
2017-02-26 iceman1001FIX: removing compiler warning about double const.
2017-02-25 iceman1001FIX: `hf mf sim` - authentication works again.
2017-02-24 iceman1001CHG: forgot some changes to previous commit.
2017-02-24 iceman1001ADD: @pivipw 's changes "making lua paths".
2017-02-24 iceman1001CHG: `lf read` - forgot a var
2017-02-24 iceman1001CHG: `lf read` - optional timeout, to be used when...
2017-02-24 iceman1001CHG: @Marshmellow42 's fixes. ref: https://github...
2017-02-23 iceman1001chg; PRIu32 becomes %u. Lets return to whats working...
2017-02-22 iceman1001CHG: 64?
2017-02-22 iceman1001CHG: continue code cleanup.
2017-02-22 iceman1001chg: @piwi's code cleanup and some more.
2017-02-20 iceman1001FIX: wrong varname, Good catch of @jamchamb https:...
2017-02-20 iceman1001CHG: added some comments when changing the HAS_512_FLAS...
2017-02-19 iceman1001FIX: memcpy bug...
2017-02-19 iceman1001CHG: `lf em` - refactored @marshmellow42 's em paritycheck.
2017-02-19 iceman1001ADD: added dkjson.lua for json support
2017-02-19 iceman1001syntax sugar
2017-02-19 iceman1001CHG: prints if command is NACK,
2017-02-18 iceman1001Merge branch 'master' of https://github.com/iceman1001...
2017-02-18 iceman1001chg: `analyse chksum` - now respects the mask variable,
2017-02-18 iceman1001CHG: `lf em` - added @marshmellow42 's changes
2017-02-17 iceman1001FIX: `lf guard sim` - helptext change and increase...
2017-02-17 IcemanMerge pull request #81 from mdp/fixguard
2017-02-17 mdpFix args number and example for guard
2017-02-16 iceman1001ADD: some more keys
2017-02-16 iceman1001CHG: a message..
2017-02-16 iceman1001CHG: `lf em` - some minor psk detection changes.
2017-02-16 iceman1001CHG: some minor changes from @marshmellow42
2017-02-16 iceman1001CHG: `lf em` - some minor refactoring in 4x50 commands
2017-02-16 iceman1001CHG: 'lf em4x' - the em4x50 demod didn't calc ASKDemo...
2017-02-16 iceman1001CHG: @marshmellow42 's em4x50 changes
2017-02-15 iceman1001CHG: `lf em` - @marshmellow42 's latest changes
2017-02-14 iceman1001ADD: 'script runt remagic' - the Mifare Classic s50...
2017-02-14 iceman1001FIX: 'hf mfu dump' - the ascii printing would print...
2017-02-13 iceman1001FIX: 'EMV compiling' - Makefiles are very picky about...
2017-02-13 iceman1001CHG: some minor adjustments.
2017-02-13 iceman1001chg: trying to generalize the EMV build
2017-02-13 iceman1001fix: some compiler warning when the #define is not...
2017-02-13 iceman1001FIX: some compiler warnings, sscanf is using unsigned...
2017-02-13 iceman1001add: xorcumb
2017-02-13 iceman1001chg: added a key
2017-02-13 iceman1001FIX: T5555/Q5 datarate when used in "Q" parameter...
2017-02-07 iceman1001chg: textual changes
2017-02-07 iceman1001CHG: `lf hid wiegand` got some love. Still not correct.
2017-02-07 iceman1001CHG: syntax sugar
2017-02-07 iceman1001FIX: first attempt to clean up EM4x50 commands.
2017-02-06 iceman1001CHG: testing to set 460800 baudrate as default, if...
2017-02-05 iceman1001ADD: 'hf emv' - forgot to add some file
2017-02-05 iceman1001ADD: 'hf emv' - from @peterfillmore emv fork. A bit...
2017-02-05 iceman1001CHG: '-DWITH_EMV' - fixing some compilation errors...
2017-02-04 iceman1001chg: more debug statements to find sending errors
2017-02-04 iceman1001ADD: 'lf search' - @marshmellow42 's check if signal...
2017-02-04 iceman1001ADD: 'hf 14a read' - correct identify Aztek tags, inste...
2017-02-02 iceman1001CHG: 'lf cotag read' - added the raw output and the...
2017-02-02 iceman1001fix: those pesky semicolons..
2017-02-02 iceman1001CHG: 'lf cotag demod' - now finds FC/CN Thanks to...
2017-02-02 iceman1001CHG: minor fixes in setting arrays and error messages.
2017-02-02 iceman1001ADD: 'lf cotag read' - COTAG can be read now.
2017-02-01 iceman1001ADD: 'hf standalone 14a mode", added "mifare 4k" detec...
2017-02-01 iceman1001CHG: 'lf cotag read' - it now follows "lf config" setti...
2017-01-31 iceman1001CHG: temporary disable hitag2_uid detection. Loop...
2017-01-31 iceman1001CHG: 'lf snoop' - now automatically downloads...
2017-01-31 iceman1001FIX: fixes warning for "%zu" string formatspecifier...
2017-01-30 iceman1001ADD: added the writedumpfile function from "14araw...
2017-01-29 iceman1001FIX: 'hf 14a sim x' - adjusted and shows messages...
2017-01-29 iceman1001CHG: 'hf 14a sim e' - it now has a parameter for setfo...
2017-01-29 iceman1001FIX: 'hf 14a sim x' - this fixes the error with using...
2017-01-27 iceman1001FIX: missed include. for boolean defines
2017-01-27 iceman1001ADD: `lf cotag` - added first try at basic functionalit...
2017-01-26 iceman1001CHG: removed a -L path for OSX
2017-01-26 iceman1001ADD: some defines to make headerfiles behave better.
2017-01-25 iceman1001still wrong...
2017-01-25 iceman1001CHG:forget the "base"..
2017-01-25 iceman1001chg: known key is treated as a string.
2017-01-24 iceman1001CHG: removed a dublett
2017-01-24 iceman1001ADD: 'script run hard_autopwn' - a lua script which...
2017-01-23 iceman1001CHG: should remove a compiler warning on OSX
2017-01-20 iceman1001CHG: increase sample amount, since it found too few...
2017-01-20 iceman1001CHG: lowered the samples read.
2017-01-20 iceman1001FIX: the HID-Flasher depends on libusb to be able...
2017-01-20 iceman1001FIX: 'lf hitag2' forgot to add some of @marshmellow42...
2017-01-20 iceman1001ADD: 'lf search' - added @marshmellow42 's hitag2...
2017-01-20 iceman1001FIX: @marshmellow42 's fixes for enhanced STT and...
2017-01-18 iceman1001syntax sugar
next
Impressum, Datenschutz