Hidde Wieringa
1f68888020
Added Markdown to HACKING file
2016-04-08 11:02:40 +02:00
Hidde Wieringa
291f70edee
Updated README-Windows for Markdown
2016-04-08 10:56:12 +02:00
Hidde Wieringa
62159a33ef
Added more Markdown formatting to README
2016-04-08 10:52:25 +02:00
Romuald Conty
d63e624b09
Merge pull request #341 from hiddewie/markdown
...
Changed a few README Markdown files to the .md extension so GitHub interprets it as Markdown
2016-04-07 20:09:46 +02:00
Hidde Wieringa
b1a81b385d
Changed a few README Markdown files to the .md extension so GitHub
...
interprets it as Markdown
2016-04-07 13:52:12 +02:00
Romuald Conty
bc8bb8de89
Merge pull request #315 from xantares/travis
...
Add travis config file
2016-03-19 12:44:59 +01:00
Romuald Conty
c228396c2d
Merge pull request #337 from surr/typo
...
Fix improper pnd->name initialization
2016-03-19 12:43:32 +01:00
Alexander Inyukhin
10398b6bd9
А typo leads to improper pnd->name initialization
...
A for loop condition is always false so pnd->name
is not initialized. This results in garbage when
printing device name.
2016-03-19 08:08:38 +03:00
Romuald Conty
24979c65cc
Merge pull request #327 from paulmenzel/fix-typo-in-readme
...
README: Fix typo in *is a registered*
2015-12-04 14:12:42 +01:00
Paul Menzel
c7f386dbcf
README: Fix typo in *is a registered*
2015-12-04 13:59:59 +01:00
Romuald Conty
42d455c4e7
Merge pull request #325 from quantum-x/master
...
Extends nfc-mfultralight functionality (Magic cards, unattended mode)
2015-11-19 00:02:04 +01:00
Simon Yorkston
619b476028
Cleaned non-magic exit
2015-11-18 23:11:59 +01:00
Simon Yorkston
0cece94778
Adds --check-magic flag to nfc-mfultralight
2015-11-18 23:03:36 +01:00
Simon Yorkston
3aa2d46588
Added automatic mode to nfc-mfultralight
2015-11-18 08:56:48 +01:00
Romuald Conty
73c2ef8582
Merge pull request #323 from bhack/SCL3712
...
Add SCM_SCL3712 support
2015-11-04 20:34:21 +01:00
bhack
1d4720671e
Add SCM_SCL3712 support
2015-11-04 20:15:56 +01:00
Romuald Conty
2046fb9461
Merge pull request #322 from quantum-x/quantum-x-unlockbehavior
...
Unlock read/write magic card fallback
2015-11-04 02:03:02 +01:00
quantum-x
758cb0cc05
Update nfc-mfclassic.c
2015-11-03 18:52:39 +01:00
quantum-x
c71d7267ac
Update nfc-mfclassic.c
...
Tweaking back the unlocked_read / write_block_zero after magic2 card discovered
2015-11-03 18:48:22 +01:00
quantum-x
20f22b97e7
Updating nesting typo
2015-11-03 18:39:03 +01:00
quantum-x
b5684c1755
Removing typo
...
Removing typo
2015-11-03 18:33:53 +01:00
quantum-x
87c6053d6f
Updating nfc-mfclassic.c
...
Modifying behavior relating to magic cards.
If a user has a 'magic2' card (IE, direct-write, not a 'fully magic' card) - we'll warn them that they don't need to use the W / R modes, and then proceed with the unlock operation, instead of exiting.
2015-11-03 18:11:51 +01:00
xantares
e7feb6587d
Add travis config file
2015-09-01 09:33:06 +02:00
Romuald Conty
48c271e49d
Merge pull request #314 from xantares/patch-3
...
CMake: use options() to disable examples and utils
2015-09-01 09:13:45 +02:00
Romuald Conty
53edc32a21
Merge pull request #313 from xantares/patch-2
...
CMake: use options() function
2015-09-01 09:13:13 +02:00
Romuald Conty
4193bb4873
Merge pull request #312 from xantares/patch-1
...
set default cmake build type
2015-09-01 09:12:43 +02:00
xantares
b7f620fdab
options to disable samples
2015-09-01 08:58:35 +02:00
xantares
141e99959e
use options
2015-09-01 08:57:11 +02:00
xantares
5d2052e77f
set default cmake build type
2015-09-01 08:55:53 +02:00
Romuald Conty
555f9ce4cf
Fixes #286 : udev rule was executed to early
2015-08-19 11:50:52 +02:00
Romuald Conty
792e3d9cbd
Do not include extra header in nfc.h
...
Fixes #310
2015-08-19 11:47:22 +02:00
Romuald Conty
13fee61e87
Fix typo
...
Closes #309
2015-08-19 11:44:23 +02:00
Romuald Conty
738970c135
Merge pull request #304 from xaqq/drop_pcre
...
Drop PCRE dependency.
2015-08-04 10:14:01 +02:00
Romuald Conty
c55bbec50d
Merge pull request #306 from Mincka/master
...
Fix nfc-poll card removing check
2015-08-03 17:43:54 +02:00
Julien Ehrhart
7ae5a0c333
Fix nfc-poll card removing check (should be done only if a target has been found).
2015-08-02 16:16:19 +00:00
xaqq
17ed36a7a5
Drop PCRE dependency.
...
The config file is now manually parsed instead of using regex.
While this is less beautifull, it allows us to drop PCRE
as a dependency on Windows.
2015-07-22 15:47:36 +02:00
Romuald Conty
6be73720fa
Merge pull request #301 from xantares/patch-1
...
CMake: fix drivers include
2015-06-23 06:43:26 +02:00
xantares
59f6c5de54
fix drivers include
...
```
cc1: warning: /home/xantares/projects/libnfc/drivers: No such file or directory [-Wmissing-include-dirs]
```
2015-06-22 20:47:04 +02:00
Philippe Teuwen
49dde9c28c
Merge branch 'nfc_get_supported_baud_rate_proposal'
...
* nfc_get_supported_baud_rate_proposal:
nfc_get_supported_baud_rate() proposal to reverse API
2015-06-18 22:07:09 +02:00
Romuald Conty
7f23f1f84d
Merge pull request #297 from mativait/master
...
export iso14443b* symbols
2015-06-09 14:39:07 +02:00
Philippe Teuwen
04a51df796
nfc_get_supported_baud_rate() proposal to reverse API
...
cf issue #298
nfc_get_supported_baud_rate() would be the one for "initiator mode"
and we add nfc_get_supported_baud_rate_target_mode()
2015-06-08 11:34:16 +02:00
Mati Vait
68094b4f6d
export iso14443b* symbol
2015-05-27 23:01:48 +03:00
Romuald Conty
fecc19de4c
Merge pull request #296 from cyberbobs/master
...
Fix nfc_initiator_poll_target without tag on PN532
2015-05-26 11:17:28 +02:00
Boris Moiseev
11a4e3cd7f
Fix nfc_initiator_poll_target without tag on PN532
...
When there is no tag on PN532 reader, the library
incorrectly processed call result and returned
NFC_ECHIP (chip error) instead of 0 (no targets
found).
2015-05-25 17:22:25 +03:00
Romuald Conty
af8fe86b0d
Git: ignore generated files
2015-05-18 20:43:32 +02:00
Romuald Conty
d028bc725d
Fix comparison when nfc_initiator_target_is_present() with a specified target
2015-05-18 20:43:10 +02:00
Romuald Conty
22078a8509
Documentation: fix str_nfc_target() explanation
2015-05-18 20:08:33 +02:00
xantares
ef74d81a8b
Added config files
2015-04-30 15:34:08 +02:00
Dario Carluccio
e96061e44b
nfc-mfsetuid: allow to write complete Block0, instead of only UID
...
Fixes #282
2015-04-30 14:45:05 +02:00
Romuald Conty
33ce39ff71
nfc-relay-picc: fix wrong open mode for file descriptor
...
Fixes #280
2015-04-30 14:33:59 +02:00