]>
cvs.zerfleddert.de Git - proxmark3-svn/log 
cex123@gmail.com  [Mon, 2 Jul 2012 08:37:50 +0000  (08:37 +0000)] 
Added Indala cloning. Fixed HID cloning bug
roel@libnfc.org  [Sun, 1 Jul 2012 07:40:26 +0000  (07:40 +0000)] 
fixed spacing
roel@libnfc.org  [Sun, 1 Jul 2012 07:38:26 +0000  (07:38 +0000)] 
added mfkey
roel@libnfc.org  [Fri, 29 Jun 2012 12:25:31 +0000  (12:25 +0000)] 
fixed output
roel@libnfc.org  [Fri, 29 Jun 2012 12:21:17 +0000  (12:21 +0000)] 
removed output that slowed down the process, this is to avoid missing frames
roel@libnfc.org  [Fri, 29 Jun 2012 12:09:24 +0000  (12:09 +0000)] 
cleaned up some code
roel@libnfc.org  [Fri, 29 Jun 2012 10:47:07 +0000  (10:47 +0000)] 
added better tracing capabilities, fixed some reader issues
roel@libnfc.org  [Fri, 29 Jun 2012 10:24:05 +0000  (10:24 +0000)] 
fixed a lot of simulation issues
dekoninggans@gmail.com  [Thu, 28 Jun 2012 15:41:28 +0000  (15:41 +0000)] 
iClass support is tweaked so it works with HID readers... waiting for further improvement
dekoninggans@gmail.com  [Thu, 28 Jun 2012 13:56:21 +0000  (13:56 +0000)] 
Changed arm-eabi- to arm-none-eabi (new convention)
dekoninggans@gmail.com  [Thu, 28 Jun 2012 13:38:40 +0000  (13:38 +0000)] 
Extended iClass support with Card and Reader emulation!
dn337t@gmail.com  [Fri, 22 Jun 2012 14:10:00 +0000  (14:10 +0000)] 
extracted download and signature verification functionality to a function in tools/install-gnuarm4.sh
dn337t@gmail.com  [Fri, 22 Jun 2012 13:46:56 +0000  (13:46 +0000)] 
avoid spawning whoami to get username in tools/install-gnuarm4.sh
dn337t@gmail.com  [Fri, 22 Jun 2012 12:02:19 +0000  (12:02 +0000)] 
refactored client/pm3_*.py to use with statements, contants and iterators
dn337t@gmail.com  [Fri, 22 Jun 2012 11:51:59 +0000  (11:51 +0000)] 
added simple test suite for client/pm3_*.py
dn337t@gmail.com  [Fri, 22 Jun 2012 11:09:36 +0000  (11:09 +0000)] 
made clients/pm3_*.py importable as Python modules
dn337t@gmail.com  [Wed, 20 Jun 2012 20:43:24 +0000  (20:43 +0000)] 
replaced string.find with str.find in findbits.search()
dn337t@gmail.com  [Wed, 20 Jun 2012 20:41:38 +0000  (20:41 +0000)] 
simplified findbits.main() loop
dn337t@gmail.com  [Wed, 20 Jun 2012 20:33:53 +0000  (20:33 +0000)] 
simplified findbits.stringreverse()
dn337t@gmail.com  [Wed, 20 Jun 2012 20:31:49 +0000  (20:31 +0000)] 
simplified findbits.binstring()
dn337t@gmail.com  [Wed, 20 Jun 2012 20:25:35 +0000  (20:25 +0000)] 
simplified findbits.invert()
dn337t@gmail.com  [Wed, 20 Jun 2012 20:21:13 +0000  (20:21 +0000)] 
added simple test suite for tools/findbits.py
adrian@atrox.at  [Wed, 20 Jun 2012 17:20:21 +0000  (17:20 +0000)] 
reduces (but does not eliminate) a coil/fpga setup glitch before every iso15693 command (confuses some cards), also: little cleanup
adrian@atrox.at  [Wed, 20 Jun 2012 17:15:21 +0000  (17:15 +0000)] 
added more cards to iso15693 uid database, and some minor cleanups
dn337t@gmail.com  [Wed, 20 Jun 2012 15:07:30 +0000  (15:07 +0000)] 
made tools/findbits.py importable as a Python module
GooglePlus@YoungJules.net  [Tue, 12 Jun 2012 12:21:26 +0000  (12:21 +0000)] 
Commented out unused, set but never read variables (cause build to fail if warnings treated as errors)
dn337t@gmail.com  [Thu, 7 Jun 2012 14:00:41 +0000  (14:00 +0000)] 
initialize graph cursors to avoid crashing (issue 21)
dn337t@gmail.com  [Thu, 7 Jun 2012 13:21:14 +0000  (13:21 +0000)] 
use downloaded keyring directly to avoid polluting the user's
dn337t@gmail.com  [Thu, 7 Jun 2012 09:24:49 +0000  (09:24 +0000)] 
use char instead of uint8_t to avoid warnings/casting
douniwan5788  [Thu, 31 May 2012 09:46:02 +0000  (09:46 +0000)] 
replaced the getline which does't support by minGW on windows
douniwan5788  [Wed, 30 May 2012 03:45:55 +0000  (03:45  +0000)] 
Enhanced hf mf chk , add default key,support dic file and so on.
dn337t@gmail.com  [Tue, 29 May 2012 14:16:09 +0000  (14:16 +0000)] 
removed redundant Dbprintfs from SnoopIso1443a (issue 25)
dn337t@gmail.com  [Tue, 29 May 2012 13:40:46 +0000  (13:40 +0000)] 
typofix in install-gnuarm4 script
dn337t@gmail.com  [Tue, 29 May 2012 13:23:07 +0000  (13:23 +0000)] 
optimized loop in MifareNested (issue 36)
dn337t@gmail.com  [Tue, 29 May 2012 12:47:13 +0000  (12:47 +0000)] 
fixed assignment vs. equals operator (issue 35)
dn337t@gmail.com  [Tue, 29 May 2012 12:31:29 +0000  (12:31 +0000)] 
added CmdHF15CmdReadmulti using Adrian's second patch from issue 20
dn337t@gmail.com  [Tue, 29 May 2012 12:22:08 +0000  (12:22 +0000)] 
textual changes: error messages and comments by Andrian + attribution
dn337t@gmail.com  [Tue, 29 May 2012 12:17:24 +0000  (12:17 +0000)] 
added head comments on CmdHF15Cmd{Read,Write} using Adrian's second patch from issue 20
dn337t@gmail.com  [Tue, 29 May 2012 12:12:00 +0000  (12:12 +0000)] 
clarification in 'hf 15 cmd write' message using Adrian's second patch from issue 20
dn337t@gmail.com  [Fri, 18 May 2012 12:26:50 +0000  (12:26 +0000)] 
implemented output of received octets in 'hf 15 cmd raw'
dn337t@gmail.com  [Fri, 18 May 2012 09:20:27 +0000  (09:20 +0000)] 
added 'hf 15 cmd sysinfo' using Adrian's second patch from issue 20
dn337t@gmail.com  [Fri, 18 May 2012 09:10:44 +0000  (09:10 +0000)] 
typofix in prepareHF15Cmd comment based on Adrian's second patch from issue 20
dn337t@gmail.com  [Fri, 18 May 2012 09:07:39 +0000  (09:07 +0000)] 
fixed offset in 'hf 15 cmd read' to avoid losing the first octet/byte
dn337t@gmail.com  [Fri, 18 May 2012 09:05:00 +0000  (09:05 +0000)] 
boolean fix in 'hf 15 cmd read' using Adrian's second patch from issue 20
dn337t@gmail.com  [Fri, 18 May 2012 08:59:22 +0000  (08:59 +0000)] 
typofixes in ISO15693 getUID head comment
dn337t@gmail.com  [Thu, 17 May 2012 14:35:19 +0000  (14:35 +0000)] 
extended ISO 15693 UID map using Adrian's second patch from issue 20
dn337t@gmail.com  [Thu, 17 May 2012 13:25:50 +0000  (13:25 +0000)] 
implemented ISO 15693 error message decoding and fixed error code offset
dn337t@gmail.com  [Mon, 14 May 2012 14:48:23 +0000  (14:48 +0000)] 
Removed unused variables, added implicitly used headers
marcin.mielczarczyk  [Wed, 7 Mar 2012 13:44:53 +0000  (13:44 +0000)] 
Support for EM410x card mode in T5555/T55x7 tags.
marcin.mielczarczyk  [Wed, 7 Mar 2012 13:12:33 +0000  (13:12 +0000)] 
Fixed versions of Binutils, GDB and Insight in compiler building scripts.
W8M2Hg9lLmWqXSGC  [Mon, 6 Feb 2012 20:07:35 +0000  (20:07 +0000)] 
Added documentation.
W8M2Hg9lLmWqXSGC  [Sun, 5 Feb 2012 09:30:08 +0000  (09:30 +0000)] 
Added / modified SAK descriptions.
W8M2Hg9lLmWqXSGC  [Sun, 29 Jan 2012 00:51:08 +0000  (00:51  +0000)] 
Added regex to remove spaces and new lines from version.c when compiling under Windows.
fnargwibble@gmail.com  [Thu, 26 Jan 2012 22:17:10 +0000  (22:17 +0000)] 
Example traces for modulation recognition / testing
fnargwibble@gmail.com  [Thu, 26 Jan 2012 17:45:21 +0000  (17:45 +0000)] 
Navigate one sample at a time in plot window and display grid size/status
fnargwibble@gmail.com  [Mon, 23 Jan 2012 17:57:42 +0000  (17:57 +0000)] 
Navigate a page at a time in plot window
fnargwibble@gmail.com  [Sat, 21 Jan 2012 14:32:39 +0000  (14:32 +0000)] 
Oops. Fix grid lock when zoomed in or out.
fnargwibble@gmail.com  [Sat, 21 Jan 2012 13:32:54 +0000  (13:32 +0000)] 
Add plot window keystroke help
roel@libnfc.org  [Fri, 16 Dec 2011 11:00:51 +0000  (11:00 +0000)] 
cleaned up some if-def routines
Merlokbr@gmail.com  [Fri, 4 Nov 2011 12:35:00 +0000  (12:35 +0000)] 
1. update SAK
cex123@gmail.com  [Sat, 15 Oct 2011 15:15:49 +0000  (15:15 +0000)] 
caioxmag  [Mon, 19 Sep 2011 12:58:58 +0000  (12:58 +0000)] 
small updates to hf mf restore1k
roel@libnfc.org  [Tue, 6 Sep 2011 10:28:22 +0000  (10:28 +0000)] 
fixed iso14443b snoop, plus compiling issue of redefined parameter, please take care about this next time before a commit
caioxmag  [Tue, 6 Sep 2011 09:16:32 +0000  (09:16 +0000)] 
updates to function hf mf retore1k
roel@libnfc.org  [Mon, 5 Sep 2011 13:04:11 +0000  (13:04 +0000)] 
fix command-line issue generating core dump on OSX
roel@libnfc.org  [Mon, 5 Sep 2011 11:48:08 +0000  (11:48 +0000)] 
fix temp changes
roel@libnfc.org  [Mon, 5 Sep 2011 11:44:45 +0000  (11:44 +0000)] 
fix compiling under MAC OSX
caioxmag  [Fri, 2 Sep 2011 08:33:45 +0000  (08:33 +0000)] 
Dump1k now writes keys to dumpdata.bin even when they are masked with zeroes in a read command
zveriu@gmail.com  [Thu, 1 Sep 2011 09:03:20 +0000  (09:03 +0000)] 
 - Added very basic scripting support to PM3 client-side (proxmark3 application)
caioxmag  [Thu, 1 Sep 2011 08:13:18 +0000  (08:13 +0000)] 
Fixes to Mifare nested function...
caioxmag  [Wed, 31 Aug 2011 07:09:50 +0000  (07:09 +0000)] 
Corrected some errors from r487, WHICH I FORGOT TO COMMENT.
zveriu@gmail.com  [Tue, 30 Aug 2011 19:56:53 +0000  (19:56 +0000)] 
 - Corrected ELF to EABI target (since Makefile refers to EABI and to be consistent with Compiling wiki page)
caioxmag  [Tue, 30 Aug 2011 09:52:18 +0000  (09:52 +0000)] 
Merlokbr@gmail.com  [Sat, 25 Jun 2011 13:03:01 +0000  (13:03 +0000)] 
1. emulator works. tested on ARC1302, NXP pegoda, touchtag, my firm's readers.
Merlokbr@gmail.com  [Thu, 23 Jun 2011 16:49:39 +0000  (16:49 +0000)] 
1. fixed (it seems) readline behavior. Now there is no proxmark3 prompts on the data.
Merlokbr@gmail.com  [Wed, 22 Jun 2011 01:25:16 +0000  (01:25  +0000)] 
added functionality: dump card memory, save|load card memory.
Merlokbr@gmail.com  [Fri, 17 Jun 2011 18:39:54 +0000  (18:39 +0000)] 
1. updated usb commands
Merlokbr@gmail.com  [Thu, 16 Jun 2011 14:43:49 +0000  (14:43 +0000)] 
1. fixed send manchester
Merlokbr@gmail.com  [Tue, 14 Jun 2011 15:28:21 +0000  (15:28 +0000)] 
alpha2 mifare emulator
Merlokbr@gmail.com  [Fri, 10 Jun 2011 13:35:10 +0000  (13:35 +0000)] 
0. its alpha version!!!
Merlokbr@gmail.com  [Tue, 7 Jun 2011 14:30:07 +0000  (14:30 +0000)] 
linux patch by Wil
Merlokbr@gmail.com  [Tue, 7 Jun 2011 12:35:52 +0000  (12:35 +0000)] 
1. fixed hf 14a mifare. added functionality to ignore one Nt
Merlokbr@gmail.com  [Wed, 1 Jun 2011 14:12:11 +0000  (14:12 +0000)] 
1. small bugfix in hf 14a mifare
Merlokbr@gmail.com  [Tue, 31 May 2011 11:31:20 +0000  (11:31 +0000)] 
improved version of "hf 14a mifare" command
Merlokbr@gmail.com  [Thu, 26 May 2011 15:20:03 +0000  (15:20 +0000)] 
nested authentication works ok (tested)
Merlokbr@gmail.com  [Thu, 26 May 2011 12:55:15 +0000  (12:55 +0000)] 
1. Mifare read block command
dekoninggans@gmail.com  [Wed, 18 May 2011 12:33:32 +0000  (12:33 +0000)] 
Added iClass eavesdrop support for Proxmark3
dekoninggans@gmail.com  [Fri, 4 Feb 2011 19:43:48 +0000  (19:43 +0000)] 
Bitsync fix 2. Gerhard
dekoninggans@gmail.com  [Fri, 4 Feb 2011 16:25:31 +0000  (16:25 +0000)] 
Fixed some small mistakes in the bit synchronization of Miller and Manchester decoding part. Gerhard
dekoninggans@gmail.com  [Fri, 28 Jan 2011 12:34:05 +0000  (12:34 +0000)] 
Fixed ISSUE 15 in iso14443a.c - Gerhard
adam@algroup.co.uk  [Tue, 19 Oct 2010 14:25:17 +0000  (14:25 +0000)] 
Issue 20 patch (refactored code of the iso15693 implementation as well as several enhancements) [Adrian Dabrowski "atrox"]
henryk@ploetzli.ch  [Fri, 8 Oct 2010 10:23:04 +0000  (10:23 +0000)] 
Add a ramfunc section in the data segment, which will be copied to ram on startup.
henryk@ploetzli.ch  [Fri, 10 Sep 2010 22:34:24 +0000  (22:34 +0000)] 
BOOTROM CHANGE: Add jump to interrupt handler from Advanced Interrupt Controller.
henryk@ploetzli.ch  [Mon, 23 Aug 2010 07:49:44 +0000  (07:49 +0000)] 
Flash green LED during sample transmission ("data samples" and "data hexsamples" commands) to indicate activity (and that the device hasn't hung)
adam@algroup.co.uk  [Tue, 13 Jul 2010 13:39:30 +0000  (13:39 +0000)] 
iso14a reader patches [Hagen Fritsch]
adam@algroup.co.uk  [Sat, 26 Jun 2010 08:24:21 +0000  (08:24 +0000)] 
iso14a cleanup and implement RATS [Hagen Fritsch]
adam@algroup.co.uk  [Sat, 26 Jun 2010 08:22:42 +0000  (08:22 +0000)] 
bring snooper into line with new command format
adam@algroup.co.uk  [Fri, 14 May 2010 11:04:28 +0000  (11:04 +0000)] 
multiple proxmark device support [Mohamed Elsabagh]
adam@algroup.co.uk  [Sun, 9 May 2010 12:17:42 +0000  (12:17 +0000)] 
create target for binary file archive (linux version)
adam@algroup.co.uk  [Thu, 6 May 2010 11:24:01 +0000  (11:24 +0000)] 
legic write/simulate [Anon]