]> git.zerfleddert.de Git - proxmark3-svn/shortlog
proxmark3-svn
2016-08-08 IcemanMerge pull request #21 from alexgrin/iceman_master
2016-08-08 Alexis GreenFIX: erroneous semicolon
2016-08-07 iceman1001ADD: added the 'max frame size' parameter set, valid...
2016-08-07 iceman1001CHG: fixes to match the new arguments to the darkside...
2016-08-07 iceman1001CHG: moved some TEA crypto stuff from 14b into analyse.
2016-08-07 iceman1001CHG: increased the script-filename column width from...
2016-08-07 iceman1001textual changes.
2016-08-07 iceman1001CHG: applied some of the changes unto "hf 14b snoop...
2016-08-07 iceman1001CHG: iso14443b.c got some more love. using the ...
2016-08-06 IcemanMerge pull request #20 from alexgrin/iceman_master
2016-08-04 Alexis GreenFIX: Coverity badge link now works.
2016-08-04 iceman1001CHG: some calyspo stuff
2016-08-04 iceman1001CHG: marshmellow42 's improved "hf mf sim x"
2016-08-04 iceman1001CHG: moved a defince arraylen into util.h and changed...
2016-08-04 iceman1001CHG: trying to unify the crc algos in one place.
2016-08-04 iceman1001ADD: @donwan581 select keytype for the darkside attack.
2016-08-04 iceman1001CHG: cleaning up.
2016-08-03 iceman1001FIX: coverity scan 133850, again. Why on earth did...
2016-08-03 iceman1001fix: COVERITYSCAN 133871, fix one part, breaking...
2016-08-03 iceman1001FIX: coverity scan 133859 structually dead code, ...
2016-08-03 iceman1001FIX; coverity scan 133850, & operation should keep...
2016-08-03 iceman1001Coverity Scan 133850, need to ask @jason about this...
2016-08-03 iceman1001Merge branch 'master' of https://github.com/iceman1001...
2016-08-03 iceman1001FIX: 133853, If you have 3items in a array, don't...
2016-08-03 IcemanMerge pull request #19 from alexgrin/iceman_master
2016-08-03 Alexis GreenFIX: CoverityScan 123358 and 133864 - Unchecked return...
2016-08-02 Alexis GreenFIX: CoverityScan 121362 - Pointer to local outside...
2016-08-02 iceman1001FIX: mental note to self, don't code when tried. "size...
2016-08-02 iceman1001FIX: forgot a semicolon
2016-08-02 iceman1001FIX: Coverity scan 1333852, Make sure (card) is not...
2016-08-02 iceman1001CHG: Some testing of timings on 14443b,
2016-08-02 iceman1001FIX: COverityScan 133865, out-of-bounds access, Forgo...
2016-08-02 iceman1001FIX: CoverityScan 133857, cast to uint32_t will stop...
2016-08-02 iceman1001FIX. COVERITYscan 133860, initialize to zero. This...
2016-08-02 iceman1001FIX: CoverityScan, 1333853, out-of-bounds, well...
2016-08-02 IcemanMerge pull request #18 from alexgrin/iceman_master
2016-08-02 Alexis GreenFIX: LEGIC - potential stack corruption calculating...
2016-08-02 Alexis GreenFIX: CoverityScan 123465 - Resource leak
2016-08-02 Alexis GreenCHG: LEGIC - allow offline mode due to existing offline...
2016-08-02 iceman1001Merge branch 'master' of https://github.com/iceman1001...
2016-08-02 iceman1001FIX: CoverityScan 133858 -uninitialized data
2016-08-02 iceman1001chg: another way of checking a array for NULL
2016-08-02 iceman1001fix: CoverityScan 133855 -out-of-bounds bits was...
2016-08-02 IcemanMerge pull request #17 from alexgrin/iceman_master
2016-08-01 Alexis GreenFixing warning:
2016-08-01 IcemanMerge pull request #16 from alexgrin/iceman_master
2016-08-01 Alexis GreenFixing clang compilation warning
2016-07-31 iceman1001FIX: removed a compiler warning, the stringlen is...
2016-07-31 iceman1001minor textual fix
2016-07-31 iceman1001CHG: Moved some includes, defines, structs from .c...
2016-07-31 iceman1001FIX: getting rid of a compiler warning message.
2016-07-31 iceman1001ADD: started to rework the wiegand converting. Extrac...
2016-07-31 IcemanMerge pull request #15 from alexgrin/iceman_master
2016-07-31 Alexis GreenAdding a 'recoverpw' command for T55xx to try to recove...
2016-07-31 iceman1001CHG: moved out some help-texts into its own usage...
2016-07-30 iceman1001CHG: Moved a 'include' statement to header file
2016-07-30 iceman1001REM: cleaning up some commented code.
2016-07-30 iceman1001FIX: Found a minor bug in 'LF CMDREAD' where it...
2016-07-29 iceman1001CHG: The jablotron demod now deals with the strangenes...
2016-07-29 iceman1001ADD: Binary Encoded Digit -> Decimal
2016-07-29 iceman1001CHG: help text changes in cmdlfjablotron.c
2016-07-29 iceman1001chg: textual change.
2016-07-29 iceman1001CHG: redundant 'return' statement removed
2016-07-29 iceman1001CHG: better printing output of card ID
2016-07-29 iceman1001CHG: textual changes to help text.
2016-07-29 iceman1001ADD: LF JABLOTRON functionality. with clone/sim and...
2016-07-28 iceman1001FIX: that OEM variable that is unused.
2016-07-28 iceman1001FIX: Fixed some warnings I didn't take notice off.
2016-07-28 iceman1001CHG: removed the wiegand converting, since I'm not...
2016-07-28 iceman1001CHG: trying to figure out why I can't get the seconds...
2016-07-28 iceman1001ADD: Added some new analyse functions like CHKSUM...
2016-07-28 iceman1001spacing..
2016-07-28 iceman1001CHG: forgot to add the reflect function
2016-07-28 iceman1001CHG: merged the forum user @jason 's fixes to LEGIC...
2016-07-28 iceman1001ADD: some new usb commmands from EMV, and for LEGIC.
2016-07-28 iceman1001CHG: removed the linking to radixsort.c
2016-07-28 iceman1001Merge branch 'master' of https://github.com/iceman1001...
2016-07-28 IcemanUpdate README.md
2016-07-23 iceman1001CHG: added a comment
2016-07-23 iceman1001CHG: some clearing of memory
2016-07-22 IcemanMerge pull request #14 from k02a/patch-2
2016-07-22 IcemanMerge pull request #13 from k02a/patch-1
2016-07-22 k02aAddition of depending library flags...
2016-07-22 k02aImproved compilation compability on Linux
2016-07-22 IcemanMerge pull request #12 from k02a/patch-1
2016-07-22 k02aInclusion of unused oem variable
2016-07-21 iceman1001CHG: added some includes / libarys for HomeBrew AND...
2016-07-20 iceman1001CHG: minor changes to code, mostly newlines, change...
2016-07-07 iceman1001chg: name error?
2016-07-07 iceman1001CHG: moved includes into header file where it belong
2016-07-07 iceman1001ADD: added the nonce_struct needed for @marshmellow42...
2016-07-07 iceman1001chg: changed comment
2016-07-07 iceman1001syntax suger
2016-07-07 iceman1001CHG: Now it prints the correct UID bytes etc.
2016-06-22 iceman1001CHG: adjusted the debug message to the correct mfkey32...
2016-06-22 iceman1001Applied @icsom 's fixes from: https://github.com/icsom...
2016-06-20 iceman1001FIX: this should fix the compilation error for MAC...
2016-06-20 iceman1001chg: added to print the author.
2016-06-20 iceman1001@marshmellow42 's fix the AskEdgeDetect cleaning tool...
2016-06-20 iceman1001@marshmellow42 's fix askAMP https://github.com/marshme...
next
Impressum, Datenschutz