]> git.zerfleddert.de Git - proxmark3-svn/history - client
FIX: @wllm-rbnt 's typo fixes
[proxmark3-svn] / client /
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: 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 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 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 iceman1001FIX: earlier NULL check.
2016-01-25 iceman1001REM: removed unused code.
2016-01-25 iceman1001FIX: Moved a free() call.
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 iceman1001CHG: Remake the "hf mf chkkeys" It now prints the...
2016-01-20 iceman1001CHG: syntax suger, text edit
2016-01-20 iceman1001CHG: Syntax suger
2016-01-20 iceman1001Merge branch 'master' of https://github.com/iceman1001...
2016-01-20 iceman1001FIX: Coverity Scan complains that the realloc might...
2016-01-20 iceman1001FIX: Coverity Scans complain about uninitialized usage...
2016-01-16 icemanMerge branch 'master' of https://github.com/iceman1001...
2016-01-16 icemanMerge branch 'master' of https://github.com/iceman1001...
2016-01-13 icemanMerge branch 'master' of https://github.com/iceman1001...
2016-01-12 icemanMerge branch 'master' of https://github.com/iceman1001...
2016-01-12 icemanMerge branch 'master' of https://github.com/iceman1001...
2016-01-12 icemanMerge branch 'master' of https://github.com/iceman1001...
2016-01-12 icemanMerge branch 'master' of https://github.com/iceman1001...
2016-01-12 icemanCHG: maybe this init works better?
2016-01-12 icemanMerge branch 'master' of https://github.com/iceman1001...
2016-01-19 iceman1001FIX: #lld -> %#PRIu64" since the arguments are uin64_t
2016-01-19 iceman1001FIX: Coverity scan, forgot one fread ...
2016-01-19 iceman1001ADD: Some instructions for configure CoverityScan using...
2016-01-19 iceman1001FIX: Coverity Scans, z_stream.opaque not initialized...
2016-01-19 iceman1001FIX: Coverity scan, complain on z_stream.opaque is...
2016-01-19 iceman1001FIX: Coverity Scan warnings on not using the fread...
2016-01-19 iceman1001CHG: Syntax suger, space -> tabs. etc.
2016-01-19 iceman1001FIX: Coverity Scan says fgetc() returns a INT,
2016-01-19 iceman1001CHG: syntax suger
2016-01-19 iceman1001REM: removed a print. The printing is done in the...
2016-01-19 iceman1001CHG: Syncronized so all different parts uses the same...
2016-01-19 iceman1001FIX: Coverity Scan resource leak
2016-01-19 iceman1001CHG: started to clean up the crapto1 imp in client...
2016-01-19 iceman1001FIX: CoverityScan complains on getchar(), not reading...
2016-01-19 iceman1001FIX: Coverity scan, remove a resource leak, wrong...
2016-01-19 iceman1001REM: Removed #define llx PRIx64, all these defines...
2016-01-18 iceman1001ADD: another key found
2016-01-16 iceman1001ADD: added the "llu" macro shortcut as format specifier.
2016-01-16 iceman1001CHG: changed output for the "hf mf nested" to show...
2016-01-16 iceman1001FIX: Coverity fix with resource leakage
2016-01-16 iceman1001FIX: Coverity Scan fixes, a bunch of them.
2016-01-15 iceman1001FIX: forgot a lua object for the call to ConvertAsciiTo...
2016-01-15 iceman1001FIX: one of these days I will start being more observan...
2016-01-15 iceman1001FIX: wrong format specifier syntax
2016-01-15 iceman1001ADD: some clocking for 'hf mf mifare', 'hf mf nested...
2016-01-15 iceman1001REM: removed a dublett at end of file.
2016-01-15 iceman1001FIX: this should remove some warnings while compiling...
2016-01-13 iceman1001CHG: Tried to unfold some loops inside ARM/crypto1...
2016-01-13 iceman1001FIX: Some <= fix for pwpivi 's hardnested suggested...
2016-01-13 iceman1001CHG: Tested to unfold some loops inside the crypto1...
2016-01-13 iceman1001FIX: Coverity, out-of-bounds read, 124 is less than...
2016-01-13 iceman1001FIX: Coverity, out-of-bounds read ...
2016-01-13 iceman1001FIX: Coverity, resource leak, and variable can't be...
2016-01-13 iceman1001FIX: GCC 4.8 complains the pointer is set before its...
2016-01-13 iceman1001FIX: Coverity, strlen(Cmd) can never be lesser than...
2016-01-13 iceman1001FIX: Coverity, resource leaks 'nd more.. in "lf t55xx...
2016-01-13 iceman1001FIX: forgot to change a modified call from @pwpivi...
2016-01-13 iceman1001ADD: @pwpiwi 's latest changes to 'hf mf hardnested'
2016-01-12 iceman1001REM: Removed lot of obselete code from before.
2016-01-12 iceman1001ADD: "lf hid bruteforce" for a simple bruteforce...
2016-01-12 iceman1001FIX: tcgetattr for Linux in Ukbhit(), should return...
2016-01-12 iceman1001FIX: Coverity, Unchecked return value, CID #121288...
2016-01-12 iceman1001FIX: Coverity, CID# 121351, #121371, #121372, old...
2016-01-12 iceman1001FIX: textual changes
2016-01-12 iceman1001FIX: Coverity, resource leak, CID #121357, Mat needs...
2016-01-12 iceman1001FIX: Coverity, logical vs bitwise operator, remove...
2016-01-12 iceman1001FIX: Coverity, Unintended sign extension, data[7] would...
2016-01-12 iceman1001FIX: Coverity, Resource leak, CID #121361, filehandle...
2016-01-12 iceman1001FIX: Coverity, Resource leak, CID# 121360, keyBlock...
2016-01-12 iceman1001FIX: Coverity, out-of-bounds write, CID#121340, CID...
2016-01-12 iceman1001CHG: Syntax suger
next
Impressum, Datenschutz