]> git.zerfleddert.de Git - proxmark3-svn/shortlog
proxmark3-svn
2016-02-19 iceman1001CHG: -O3 flag in the makefile.
2016-02-19 iceman1001CHG: removing some time-debug statements.
2016-02-19 iceman1001CHG: revert old fiddeling, I should not touch the HIDfl...
2016-02-19 iceman1001FIX: this free call still annoys Coverity Scan.
2016-02-19 iceman1001ADD: Added @marshmellow42 's new ST (sequence terminat...
2016-02-18 iceman1001FIX: For ld (linker) there is no "-=", so lets try...
2016-02-18 iceman1001CHG: textual change in README.md
2016-02-18 iceman1001FIX: Undo one of my fixes.. *sigh* need to be more...
2016-02-18 iceman1001CHG: Updated the README.md to be clearer.
2016-02-18 iceman1001FIX: resource leak, forgot a free
2016-02-18 iceman1001CHG: CHange the definition of MAX_GRAPH_TRACE_LEN to...
2016-02-18 iceman1001FIX: Removed a double const
2016-02-18 iceman1001FIX: the #define M_PI is now optional. Moved a bunch...
2016-02-18 iceman1001FIX: 256 is too big for uint8_t
2016-02-18 iceman1001CHG: testing my travis-ci configuration
2016-02-18 iceman1001CHG: this makefile should compile on Ubuntu 1404 witho...
2016-02-18 iceman1001CHG: First step to make my makefile better for other...
2016-02-18 iceman1001chg: ego credits....one of these days I'll remove 'em
2016-02-18 iceman1001FIX: corrected one of my own bugs which made the calcc...
2016-02-17 iceman1001ADD: added some time debug statements to be able to...
2016-02-17 iceman1001FIX: Coverity scan fixes, hard to keep track of string...
2016-02-16 iceman1001FIX: cuid order...
2016-02-16 iceman1001FIX: introduced a bug in a loop by uint8_t inside crapto1.c
2016-02-16 iceman1001Merge branch 'master' of https://github.com/iceman1001...
2016-02-16 iceman1001CHG: testing a prng_successor_one method
2016-02-16 iceman1001CHG: print_hex_break now prints rownumber instead...
2016-02-16 iceman1001CHG: remove clang warning for -O4,
2016-02-16 iceman1001ADD: forgot to add the bruteforce command to the comman...
2016-02-16 iceman1001FIX: marshmellow42 's fix using memcpy instead of re...
2016-02-16 iceman1001CHG: added timeouts for downloading values from device...
2016-02-16 iceman1001Updated the CHANGELOG.md
2016-02-16 iceman1001ADD: first try to implement crc-16 for Legic Advant...
2016-02-16 iceman1001Updated the CHANGELOG.md
2016-02-16 iceman1001Updated the CHANGELOG.md with things that I've been...
2016-02-16 iceman1001FIX: the port error 10 on Mac, is fixed by @marshmello...
2016-02-15 iceman1001CHG: -O4 changed into -O3 to remove some compiler...
2016-02-15 iceman1001ADD: a print_hex_break function,
2016-02-15 iceman1001FIX: finally I took the effort to finish the "hf mf...
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-15 icemanchg: the windows exe annoys the linux compiler
2016-02-15 icemanchg: the windows exe annoys the linux compiler
2016-02-15 icemanCHG: some timing
2016-02-15 icemanadd: added a noncedistance method
2016-02-15 icemanadd: added a test function for nonce distance
2016-02-15 icemanchg: removed testmessage
2016-02-14 iceman1001FIX: "hf legic decode" the stamp_len variable was...
2016-02-14 iceman1001CHG: clearCommandBuffer(); before calling cmdparser.
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: adding a presco demod, given 0x10D as preamble...
2016-02-14 iceman1001ADD: Calc legic Crc8 method on given input hexstring.
2016-02-13 iceman1001ADD: Started to add a Presco LF clone functionality...
2016-02-12 iceman1001CHG: had to move the SwapBits method.
2016-02-12 iceman1001CHG: extracted a #define for the crc16 poly
2016-02-12 iceman1001FIX: legic_prng.c according to user on forum ref:...
2016-02-12 iceman1001FIX: @wllm-rbnt 's typo fixes
2016-02-11 iceman1001CHG: Updated Reveng from 1.3.0 -> 1.3.1
2016-02-10 iceman1001CHG: having a go at finding the WDT death second time...
2016-02-10 iceman1001CHG: syntax suger
2016-02-10 iceman1001CHG: my idea of malloc and free for bucketsort didn...
2016-02-10 icemanCHG: remade the mfchkkeys loop inside nested. This...
2016-02-10 iceman1001Merge branch 'master' of https://github.com/iceman1001...
2016-02-10 iceman1001FIX: added @marshmellow42 's fixes for StandAloneMode...
2016-02-10 icemanMerge branch 'master' of https://github.com/iceman1001...
2016-02-10 icemanchg: what?
2016-02-10 icemanCHG: added some timing messages,
2016-02-10 iceman1001CHG: syntax suger
2016-02-10 iceman1001Syntax suger
2016-02-10 iceman1001CHG: Extracted @piwi's bucketsort into separate files...
2016-02-10 iceman1001FIX: clearing a char array.
2016-02-10 iceman1001ADD: added a valid pyramid T55x7 configblock.
2016-02-10 iceman1001ADD: added @marshmellow42 's print statement for ...
2016-02-09 icemanMerge branch 'master' of https://github.com/iceman1001...
2016-02-09 iceman1001FIX: @marshmellow's fix for "lf viking clone", wrong...
2016-02-09 icemanMerge branch 'master' of https://github.com/iceman1001...
2016-02-09 icemanempty row..Merge branch 'master' of https://github...
2016-02-09 iceman1001CHG: Syntax suger
2016-02-09 iceman1001ADD: added @piwi's bucketsort to tools/mfkey/crapto1...
2016-02-09 iceman:syntax sugger
2016-02-09 iceman1001CHG: test of re-adding @piwi's bucketsort to @blapost...
2016-02-09 iceman1001CHG: moved a call to "free" to outside of if-statement.
2016-02-09 iceman1001CHG: increased timeout when calling "hw tune".
2016-02-07 iceman1001ADD: added superchargers types, Thanks to rmaisonneuv...
2016-01-28 icemanMerge branch 'master' of https://github.com/iceman1001...
2016-01-25 iceman1001REM: commented out a reference to radixsort, which...
2016-01-25 iceman1001CHG: Syntax suger
2016-01-25 iceman1001CHG: Syntax suger
2016-01-25 iceman1001FIX: earlier NULL check.
2016-01-25 iceman1001REM: removed unused code.
2016-01-25 iceman1001FIX: Moved a free() call.
2016-01-25 iceman1001Experimeting with finding the "WDT_HIT" bug in "Hf...
2016-01-25 iceman1001FIX: Possible usage of NULL.
2016-01-25 iceman1001CHG: Syntax suger
2016-01-25 iceman1001CHG: Syntax suger
2016-01-21 iceman1001CHG: removed a debug statement
2016-01-21 iceman1001CHG: Added the urls to the new Wiki on github inside...
2016-01-21 iceman1001CHG: Added some more identifications to token list...
2016-01-20 iceman1001ADD: added the possibility to choose which block num...
2016-01-20 iceman1001FIX: Some uninitialized variables, some syntax suger...
next
Impressum, Datenschutz