]> git.zerfleddert.de Git - proxmark3-svn/shortlog
proxmark3-svn
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
2016-01-12 iceman1001FIX: Coverity, CID#121314, Explicit null dereferenced...
2016-01-12 iceman1001FIX: Coverity, CID# 121337, Out-of-bounds. In the...
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-12 iceman1001CHG: syntax suger
2016-01-12 iceman1001FIX: Coverity, Identical code for different branches...
2016-01-12 iceman1001FIX: Coverity, unintended sign extention, CID #121363...
2016-01-12 iceman1001FIX: Coverity, unchecked return value, CID #121292,..
2016-01-12 iceman1001FIX: Coverity, out-of-bounds write, CID# 121336, s_ind...
2016-01-12 icemanADD: created some build scripts for the CoverityScans
2016-01-09 iceman1001Merge branch 'master' of https://github.com/iceman1001...
2016-01-09 iceman1001FIX: minor fixes to the HID wiegand generation command...
2016-01-09 iceman1001CHG: syntax suger
2016-01-09 iceman1001ADD: a new pwdgen algo Nicknamed C, (Huge props to...
2016-01-09 iceman1001ADD: Travis now builds automatically.
2016-01-08 IcemanUpdate README.txt
2016-01-08 iceman1001fix: gcc-arm-none-eabi still not working...
2016-01-08 iceman1001ADD: added gcc-arm-none-eabi compiler to travie script
2016-01-08 iceman1001CHG: added the make command
2016-01-08 iceman1001ADD: added integration with Travis CI,
2016-01-08 iceman1001FIX: @marshmellow42 's cleanup of includes.
2016-01-08 iceman1001FIX: coverty scan defects.
2016-01-08 iceman1001REM: code cleanup.
2016-01-08 iceman1001FIX: coverty scan, resourceleak in "hf mf sniff", ...
2016-01-08 iceman1001ADD: @go_tus 's code to generate wiegand codes from...
2016-01-08 iceman1001Syntax suger, making the code easier to read (for...
2016-01-08 iceman1001FIX: coverty scan reveals some resourceleaks and overr...
2016-01-08 IcemanUpdate README.txt
2016-01-08 IcemanUpdate README.txt
2016-01-08 IcemanUpdate README.txt
2016-01-08 IcemanUpdate README.txt
2016-01-06 IcemanUpdate README.txt
2016-01-06 Icemanadded coverty build scan badge
2016-01-04 iceman1001ADD: added a Q5 parameter for "lf t55xx wipe",
2016-01-04 iceman1001ADD: added @pwpiwi 's corrections to "hf mf hardnested"
2016-01-03 iceman1001code clean up, added some comments to hitag
2016-01-03 iceman1001added @pwpiwi 's latest changes to "hf mf hardnested"
2016-01-03 iceman1001added @broken_bad's imp of showing T555/Q5 trace data...
2015-12-23 iceman1001REM: removed an offensive #include on archlinux. ...
2015-12-23 iceman1001FIX: removed printBits reference.
2015-12-22 iceman1001FIX: the usb_poll_validate_length() check should be...
2015-12-21 iceman1001ADD: @marshmellow42 's changes to "hf mfu dump"
2015-12-21 iceman1001CHG: some textual change to README.txt
2015-12-21 iceman1001add: added @AdamLaurie 's iclass raw keys changes
2015-12-16 iceman1001ADD: @marshmellow42 's fixes for Q5, t55xx, fskclock,
2015-12-15 iceman1001ADD: @marshmellow42 's changes to "hf mfu *" ,
2015-12-15 iceman1001ADD: @pwpiwi 's latest code from his 'hardnested' branch.
2015-12-14 iceman1001FIX: minor fixes in hf mfu, from @marshmello42 's...
2015-12-14 iceman1001REM: removed an unused doublett function "printBits...
2015-12-10 iceman1001ADD: @marshmellow42 's fixes to cmdlft55xx.c (save_res...
2015-12-09 iceman1001Two fixes for warnings when compiling on Ubuntu14.04.
2015-12-09 iceman1001ADD: @marshmello42 's fixes for low frequency demodulat...
2015-12-09 iceman1001ADD: a TEA crypto algorithm implemention.
2015-12-05 iceman1001added some keys
2015-12-02 iceman1001ADD: hooked up the new pwdgen functions inside the...
2015-12-02 iceman1001CHG: updated helptext for lf t55xx bruteforce
2015-12-02 iceman1001add: missing two hard_nested files..
2015-12-01 iceman1001ADD: Added the possibility to exit the bruteforce mode...
2015-12-01 iceman1001FIX: the lfsampling.c for t55xx had a tendecy to enter...
2015-12-01 iceman1001FIX: added a break if the device starts acting strange...
2015-12-01 iceman1001FIXES: the custom keys testloop now increases the...
2015-12-01 iceman1001ADD: added the possibility to load a default pwd file...
2015-11-27 iceman1001textual fix.
2015-11-27 iceman1001FIX: the t55xx bruteforce method got some fixes, in...
2015-11-27 iceman1001ADD: @go_tus simple bruteforce for t55xx, refactored...
2015-11-23 iceman1001CHG: Missing some headers
2015-11-22 iceman1001FIX: the read counter in "hf 14a sim" (for ntag/ev...
2015-11-22 iceman1001ADD: 'hf mfu info' now prints following settings:
next
Impressum, Datenschutz