2016-08-04 |
iceman1001 | CHG: trying to unify the crc algos in one place.
|
commit | commitdiff | tree |
2016-08-04 |
iceman1001 | ADD: @donwan581 select keytype for the darkside attack.
|
commit | commitdiff | tree |
2016-08-04 |
iceman1001 | CHG: cleaning up.
|
commit | commitdiff | tree |
2016-08-03 |
iceman1001 | FIX: coverity scan 133850, again. Why on earth did...
|
commit | commitdiff | tree |
2016-08-03 |
iceman1001 | fix: COVERITYSCAN 133871, fix one part, breaking...
|
commit | commitdiff | tree |
2016-08-03 |
iceman1001 | FIX: coverity scan 133859 structually dead code, ...
|
commit | commitdiff | tree |
2016-08-03 |
iceman1001 | FIX; coverity scan 133850, & operation should keep...
|
commit | commitdiff | tree |
2016-08-03 |
iceman1001 | Coverity Scan 133850, need to ask @jason about this...
|
commit | commitdiff | tree |
2016-08-03 |
iceman1001 | Merge branch 'master' of https://github.com/iceman1001...
|
commit | commitdiff | tree |
2016-08-03 |
iceman1001 | FIX: 133853, If you have 3items in a array, don't...
|
commit | commitdiff | tree |
2016-08-02 |
iceman1001 | FIX: mental note to self, don't code when tried. "size...
|
commit | commitdiff | tree |
2016-08-02 |
iceman1001 | FIX: forgot a semicolon
|
commit | commitdiff | tree |
2016-08-02 |
iceman1001 | FIX: Coverity scan 1333852, Make sure (card) is not...
|
commit | commitdiff | tree |
2016-08-02 |
iceman1001 | CHG: Some testing of timings on 14443b,
|
commit | commitdiff | tree |
2016-08-02 |
iceman1001 | FIX: COverityScan 133865, out-of-bounds access, Forgot...
|
commit | commitdiff | tree |
2016-08-02 |
iceman1001 | FIX: CoverityScan 133857, cast to uint32_t will stop...
|
commit | commitdiff | tree |
2016-08-02 |
iceman1001 | FIX. COVERITYscan 133860, initialize to zero. This...
|
commit | commitdiff | tree |
2016-08-02 |
iceman1001 | FIX: CoverityScan, 1333853, out-of-bounds, well...
|
commit | commitdiff | tree |
2016-08-02 |
iceman1001 | Merge branch 'master' of https://github.com/iceman1001...
|
commit | commitdiff | tree |
2016-08-02 |
iceman1001 | FIX: CoverityScan 133858 -uninitialized data
|
commit | commitdiff | tree |
2016-08-02 |
iceman1001 | chg: another way of checking a array for NULL
|
commit | commitdiff | tree |
2016-08-02 |
iceman1001 | fix: CoverityScan 133855 -out-of-bounds bits was...
|
commit | commitdiff | tree |
2016-07-31 |
iceman1001 | FIX: removed a compiler warning, the stringlen is...
|
commit | commitdiff | tree |
2016-07-31 |
iceman1001 | minor textual fix
|
commit | commitdiff | tree |
2016-07-31 |
iceman1001 | CHG: Moved some includes, defines, structs from .c...
|
commit | commitdiff | tree |
2016-07-31 |
iceman1001 | FIX: getting rid of a compiler warning message.
|
commit | commitdiff | tree |
2016-07-31 |
iceman1001 | ADD: started to rework the wiegand converting. Extracted...
|
commit | commitdiff | tree |
2016-07-31 |
iceman1001 | CHG: moved out some help-texts into its own usage...
|
commit | commitdiff | tree |
2016-07-30 |
iceman1001 | CHG: Moved a 'include' statement to header file
|
commit | commitdiff | tree |
2016-07-30 |
iceman1001 | REM: cleaning up some commented code.
|
commit | commitdiff | tree |
2016-07-30 |
iceman1001 | FIX: Found a minor bug in 'LF CMDREAD' where it...
|
commit | commitdiff | tree |
2016-07-29 |
iceman1001 | CHG: The jablotron demod now deals with the strangeness...
|
commit | commitdiff | tree |
2016-07-29 |
iceman1001 | ADD: Binary Encoded Digit -> Decimal
|
commit | commitdiff | tree |
2016-07-29 |
iceman1001 | CHG: help text changes in cmdlfjablotron.c
|
commit | commitdiff | tree |
2016-07-29 |
iceman1001 | chg: textual change.
|
commit | commitdiff | tree |
2016-07-29 |
iceman1001 | CHG: redundant 'return' statement removed
|
commit | commitdiff | tree |
2016-07-29 |
iceman1001 | CHG: better printing output of card ID
|
commit | commitdiff | tree |
2016-07-29 |
iceman1001 | CHG: textual changes to help text.
|
commit | commitdiff | tree |
2016-07-29 |
iceman1001 | ADD: LF JABLOTRON functionality. with clone/sim and...
|
commit | commitdiff | tree |
2016-07-28 |
iceman1001 | FIX: that OEM variable that is unused.
|
commit | commitdiff | tree |
2016-07-28 |
iceman1001 | FIX: Fixed some warnings I didn't take notice off.
|
commit | commitdiff | tree |
2016-07-28 |
iceman1001 | CHG: removed the wiegand converting, since I'm not...
|
commit | commitdiff | tree |
2016-07-28 |
iceman1001 | CHG: trying to figure out why I can't get the seconds...
|
commit | commitdiff | tree |
2016-07-28 |
iceman1001 | ADD: Added some new analyse functions like CHKSUM...
|
commit | commitdiff | tree |
2016-07-28 |
iceman1001 | spacing..
|
commit | commitdiff | tree |
2016-07-28 |
iceman1001 | CHG: forgot to add the reflect function
|
commit | commitdiff | tree |
2016-07-28 |
iceman1001 | CHG: merged the forum user @jason 's fixes to LEGIC...
|
commit | commitdiff | tree |
2016-07-28 |
iceman1001 | ADD: some new usb commmands from EMV, and for LEGIC.
|
commit | commitdiff | tree |
2016-07-28 |
iceman1001 | CHG: removed the linking to radixsort.c
|
commit | commitdiff | tree |
2016-07-28 |
iceman1001 | Merge branch 'master' of https://github.com/iceman1001...
|
commit | commitdiff | tree |
2016-07-23 |
iceman1001 | CHG: added a comment
|
commit | commitdiff | tree |
2016-07-23 |
iceman1001 | CHG: some clearing of memory
|
commit | commitdiff | tree |
2016-07-21 |
iceman1001 | CHG: added some includes / libarys for HomeBrew AND...
|
commit | commitdiff | tree |
2016-07-20 |
iceman1001 | CHG: minor changes to code, mostly newlines, change...
|
commit | commitdiff | tree |
2016-07-07 |
iceman1001 | chg: name error?
|
commit | commitdiff | tree |
2016-07-07 |
iceman1001 | CHG: moved includes into header file where it belong
|
commit | commitdiff | tree |
2016-07-07 |
iceman1001 | ADD: added the nonce_struct needed for @marshmellow42...
|
commit | commitdiff | tree |
2016-07-07 |
iceman1001 | chg: changed comment
|
commit | commitdiff | tree |
2016-07-07 |
iceman1001 | syntax suger
|
commit | commitdiff | tree |
2016-07-07 |
iceman1001 | CHG: Now it prints the correct UID bytes etc.
|
commit | commitdiff | tree |
2016-06-22 |
iceman1001 | CHG: adjusted the debug message to the correct mfkey32v2...
|
commit | commitdiff | tree |
2016-06-22 |
iceman1001 | Applied @icsom 's fixes from: https://github.com/icsom...
|
commit | commitdiff | tree |
2016-06-20 |
iceman1001 | FIX: this should fix the compilation error for MAC...
|
commit | commitdiff | tree |
2016-06-20 |
iceman1001 | chg: added to print the author.
|
commit | commitdiff | tree |
2016-06-20 |
iceman1001 | @marshmellow42 's fix the AskEdgeDetect cleaning tool...
|
commit | commitdiff | tree |
2016-06-20 |
iceman1001 | @marshmellow42 's fix askAMP https://github.com/marshmellow4...
|
commit | commitdiff | tree |
2016-06-15 |
iceman1001 | CHG: wrong minor version value. 0x1 -> 0x0 for desfire...
|
commit | commitdiff | tree |
2016-06-14 |
iceman1001 | CHG: Thanks to @Mackwa for looking up the expected...
|
commit | commitdiff | tree |
2016-06-13 |
iceman1001 | ADD: added the skeleton for analysing dates in a given...
|
commit | commitdiff | tree |
2016-06-13 |
iceman1001 | ADD: added some identification on between old Desfire...
|
commit | commitdiff | tree |
2016-05-31 |
iceman1001 | FIX: this corrects the bug when running "hardnested...
|
commit | commitdiff | tree |
2016-05-27 |
Iceman | Merge pull request #8 from zhovner/master
|
commit | commitdiff | tree |
2016-05-21 |
Iceman | Update cmdlfawid.c
|
commit | commitdiff | tree |
2016-05-19 |
Iceman | Update README.md
|
commit | commitdiff | tree |
2016-05-19 |
iceman1001 | CHG: printing of progress dots is better now.
|
commit | commitdiff | tree |
2016-05-16 |
iceman1001 | ADD: added a comment about Q5 settings. needs to be...
|
commit | commitdiff | tree |
2016-05-16 |
iceman1001 | ADD: added a comment about the Q5, which I think is...
|
commit | commitdiff | tree |
2016-05-16 |
iceman1001 | ADD: added 'lf io sim <version> <facility.code> <cardnumber...
|
commit | commitdiff | tree |
2016-05-16 |
iceman1001 | CHG: added an entry to copy the 77-mm-usb-device-blacklist...
|
commit | commitdiff | tree |
2016-05-15 |
iceman1001 | CHG: added the possibility to "remagic" the new found...
|
commit | commitdiff | tree |
2016-05-14 |
iceman1001 | ADD: added the possiblity to use AWID formatlength...
|
commit | commitdiff | tree |
2016-05-14 |
iceman1001 | CHG: Changed cardnumber printing from %d (signed)...
|
commit | commitdiff | tree |
2016-05-13 |
iceman1001 | ADD: AWID 50bit demod
|
commit | commitdiff | tree |
2016-05-13 |
iceman1001 | ADD: AWID 50bit demod, thanks to @FrancoisM and @ntk
|
commit | commitdiff | tree |
2016-05-11 |
Iceman | Update README.md
|
commit | commitdiff | tree |
2016-05-10 |
iceman1001 | textual updates.
|
commit | commitdiff | tree |
2016-05-10 |
iceman1001 | ADD: Added a new main command group "analyse", first...
|
commit | commitdiff | tree |
2016-05-10 |
iceman1001 | CHG: output when finding key it the same as from the...
|
commit | commitdiff | tree |
2016-05-10 |
iceman1001 | CHG: just made the autopwn script main loop a bit more...
|
commit | commitdiff | tree |
2016-05-09 |
iceman1001 | FIX: changed from ssized_t -> size_t
|
commit | commitdiff | tree |
2016-05-09 |
iceman1001 | REM: rmove stdio.h reference to make it compile on...
|
commit | commitdiff | tree |
2016-05-08 |
iceman1001 | REM: commented out a reference to Logtrace in bigbuf...
|
commit | commitdiff | tree |
2016-05-06 |
iceman1001 | DEL: removed the homebrews script. It needed a seperate...
|
commit | commitdiff | tree |
2016-05-06 |
iceman1001 | CHG: test to remove a call <sys/types.h> seems to...
|
commit | commitdiff | tree |
2016-05-06 |
iceman1001 | FIX: more paths for readline and Mac Os X
|
commit | commitdiff | tree |
2016-05-06 |
iceman1001 | FIX: a define which was wrong
|
commit | commitdiff | tree |
2016-05-06 |
iceman1001 | FIX: This tries to fix the memalign issued on MAC...
|
commit | commitdiff | tree |
2016-05-06 |
iceman1001 | CHG: hardnested needs malloc.h, which on Darvin...
|
commit | commitdiff | tree |
2016-05-06 |
iceman1001 | ADD: added a lua script which calculates mifare keys...
|
commit | commitdiff | tree |
2016-05-05 |
iceman1001 | FIX: it seem the fcntl returns -1,.. which made the...
|
commit | commitdiff | tree |
next |