Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pcsc #71

Open
wants to merge 89 commits into
base: master
Choose a base branch
from
Open

Pcsc #71

wants to merge 89 commits into from

Commits on Sep 13, 2013

  1. Configuration menu
    Copy the full SHA
    14c605a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    70cecc1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d7257c2 View commit details
    Browse the repository at this point in the history
  4. just some small indention

    simonibus authored and doegox committed Sep 13, 2013
    Configuration menu
    Copy the full SHA
    72f17d0 View commit details
    Browse the repository at this point in the history
  5. saving the last pcsc error in the MifareTag Structure and extending t…

    …he freefare_strerror for outputing pcsc failures
    simonibus authored and doegox committed Sep 13, 2013
    Configuration menu
    Copy the full SHA
    47728bf View commit details
    Browse the repository at this point in the history
  6. freefare_tag_new wont work

    Steff authored and doegox committed Sep 13, 2013
    Configuration menu
    Copy the full SHA
    bdac6e1 View commit details
    Browse the repository at this point in the history
  7. pcscp init, exit , list_devices

    aircrach authored and doegox committed Sep 13, 2013
    Configuration menu
    Copy the full SHA
    d2ae6f6 View commit details
    Browse the repository at this point in the history
  8. fix init

    aircrach authored and doegox committed Sep 13, 2013
    Configuration menu
    Copy the full SHA
    5e0e2b5 View commit details
    Browse the repository at this point in the history
  9. deleted redundant includes

    simonibus authored and doegox committed Sep 13, 2013
    Configuration menu
    Copy the full SHA
    7977657 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9a1940f View commit details
    Browse the repository at this point in the history
  11. DESFIRE_TRANSCEIVE

    aircrach authored and doegox committed Sep 13, 2013
    Configuration menu
    Copy the full SHA
    ee82f3e View commit details
    Browse the repository at this point in the history
  12. mifare_tag structure got the strReader attrib, to have all needed inf…

    …os for reconnecting, etc.
    simonibus authored and doegox committed Sep 13, 2013
    Configuration menu
    Copy the full SHA
    d87038f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f4a3e5f View commit details
    Browse the repository at this point in the history
  14. fix parameters get tags pcsc

    aircrach authored and doegox committed Sep 13, 2013
    Configuration menu
    Copy the full SHA
    6e813f6 View commit details
    Browse the repository at this point in the history
  15. just some spelling fix

    simonibus authored and doegox committed Sep 13, 2013
    Configuration menu
    Copy the full SHA
    26e33fe View commit details
    Browse the repository at this point in the history
  16. hardcoded desfire...

    Steff authored and doegox committed Sep 13, 2013
    Configuration menu
    Copy the full SHA
    c540595 View commit details
    Browse the repository at this point in the history
  17. some debugs

    Steff authored and doegox committed Sep 13, 2013
    Configuration menu
    Copy the full SHA
    621376c View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    16a5f9c View commit details
    Browse the repository at this point in the history
  19. fixed it to compile again

    Steff authored and doegox committed Sep 13, 2013
    Configuration menu
    Copy the full SHA
    5dddede View commit details
    Browse the repository at this point in the history
  20. clearified some things ...

    Steff authored and doegox committed Sep 13, 2013
    Configuration menu
    Copy the full SHA
    75bc7a5 View commit details
    Browse the repository at this point in the history
  21. fixes list devices pcsc

    aircrach authored and doegox committed Sep 13, 2013
    Configuration menu
    Copy the full SHA
    a9d4c7e View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    ce557e1 View commit details
    Browse the repository at this point in the history
  23. some more adjustment in freefare.c

    Steff authored and doegox committed Sep 13, 2013
    Configuration menu
    Copy the full SHA
    bfe39ba View commit details
    Browse the repository at this point in the history
  24. SCardGetAttrib call has been fixed

    simonibus authored and doegox committed Sep 13, 2013
    Configuration menu
    Copy the full SHA
    a18796d View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    3ebcc80 View commit details
    Browse the repository at this point in the history
  26. test changes

    aircrach authored and doegox committed Sep 13, 2013
    Configuration menu
    Copy the full SHA
    0a5c5d1 View commit details
    Browse the repository at this point in the history
  27. test

    aircrach authored and doegox committed Sep 13, 2013
    Configuration menu
    Copy the full SHA
    623d596 View commit details
    Browse the repository at this point in the history
  28. prototypes got changed in header

    simonibus authored and doegox committed Sep 13, 2013
    Configuration menu
    Copy the full SHA
    13bc4e4 View commit details
    Browse the repository at this point in the history
  29. get uid

    aircrach authored and doegox committed Sep 13, 2013
    Configuration menu
    Copy the full SHA
    e43850d View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    b33e945 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    ec85214 View commit details
    Browse the repository at this point in the history
  32. cleanup & style

    Steff authored and doegox committed Sep 13, 2013
    Configuration menu
    Copy the full SHA
    7b0c3b1 View commit details
    Browse the repository at this point in the history
  33. changes protocol

    aircrach authored and doegox committed Sep 13, 2013
    Configuration menu
    Copy the full SHA
    1b51c02 View commit details
    Browse the repository at this point in the history
  34. changed handle pointer to simple handle ...

    Steff authored and doegox committed Sep 13, 2013
    Configuration menu
    Copy the full SHA
    0f288bc View commit details
    Browse the repository at this point in the history
  35. small fix

    aircrach authored and doegox committed Sep 13, 2013
    Configuration menu
    Copy the full SHA
    76c52f3 View commit details
    Browse the repository at this point in the history
  36. working desfire pcsc

    aircrach authored and doegox committed Sep 13, 2013
    Configuration menu
    Copy the full SHA
    05a1b2c View commit details
    Browse the repository at this point in the history
  37. ask about the return value of functions

    simonibus authored and doegox committed Sep 13, 2013
    Configuration menu
    Copy the full SHA
    e95ba5c View commit details
    Browse the repository at this point in the history
  38. better output on failure

    simonibus authored and doegox committed Sep 13, 2013
    Configuration menu
    Copy the full SHA
    af34ba8 View commit details
    Browse the repository at this point in the history
  39. getting more overview by modularisation: abstraced the filling- and f…

    …reeing-szReader procedures
    simonibus authored and doegox committed Sep 13, 2013
    Configuration menu
    Copy the full SHA
    dd2a332 View commit details
    Browse the repository at this point in the history
  40. better condition checking

    simonibus authored and doegox committed Sep 13, 2013
    Configuration menu
    Copy the full SHA
    f96cd7b View commit details
    Browse the repository at this point in the history
  41. added missing return NULL

    simonibus authored and doegox committed Sep 13, 2013
    Configuration menu
    Copy the full SHA
    7da6a27 View commit details
    Browse the repository at this point in the history
  42. fixed macro FREE_SZREADER

    simonibus authored and doegox committed Sep 13, 2013
    Configuration menu
    Copy the full SHA
    16c2fc4 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    217eacd View commit details
    Browse the repository at this point in the history
  44. no error output when no tag is found

    Steff authored and doegox committed Sep 13, 2013
    Configuration menu
    Copy the full SHA
    e786f02 View commit details
    Browse the repository at this point in the history
  45. small changes in FILL_SZREADER macro

    Steff authored and doegox committed Sep 13, 2013
    Configuration menu
    Copy the full SHA
    4fbcaf5 View commit details
    Browse the repository at this point in the history
  46. mifare_ultralight support ... maybe

    Steff authored and doegox committed Sep 13, 2013
    Configuration menu
    Copy the full SHA
    4577786 View commit details
    Browse the repository at this point in the history
  47. now ultralight should work now ...

    Steff authored and doegox committed Sep 13, 2013
    Configuration menu
    Copy the full SHA
    6e691de View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    88cb465 View commit details
    Browse the repository at this point in the history
  49. indention

    simonibus authored and doegox committed Sep 13, 2013
    Configuration menu
    Copy the full SHA
    930cd60 View commit details
    Browse the repository at this point in the history
  50. removed silly characters

    simonibus authored and doegox committed Sep 13, 2013
    Configuration menu
    Copy the full SHA
    366926c View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    c85a2a6 View commit details
    Browse the repository at this point in the history
  52. the pcsc context wastn saved in our structure, so we couldnt reconnec…

    …t, now its possible. DESFIRE connect fixed
    simonibus authored and doegox committed Sep 13, 2013
    Configuration menu
    Copy the full SHA
    7a9dce8 View commit details
    Browse the repository at this point in the history
  53. fixed mifare classic connect function

    simonibus authored and doegox committed Sep 13, 2013
    Configuration menu
    Copy the full SHA
    3c8b81e View commit details
    Browse the repository at this point in the history
  54. some indention an stylish fixes

    simonibus authored and doegox committed Sep 13, 2013
    Configuration menu
    Copy the full SHA
    b05f913 View commit details
    Browse the repository at this point in the history
  55. sytle fixes & indention

    simonibus authored and doegox committed Sep 13, 2013
    Configuration menu
    Copy the full SHA
    8c82503 View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    901e1aa View commit details
    Browse the repository at this point in the history
  57. cleaned up the macros ... one more time

    Steff authored and doegox committed Sep 13, 2013
    Configuration menu
    Copy the full SHA
    ad9b239 View commit details
    Browse the repository at this point in the history
  58. reincluded atr-testing to see which cardtype we have ...

    Steff authored and doegox committed Sep 13, 2013
    Configuration menu
    Copy the full SHA
    4082122 View commit details
    Browse the repository at this point in the history
  59. added debug textes

    Steff authored and doegox committed Sep 13, 2013
    Configuration menu
    Copy the full SHA
    07251f9 View commit details
    Browse the repository at this point in the history
  60. added error handling

    Steff authored and doegox committed Sep 13, 2013
    Configuration menu
    Copy the full SHA
    b036dbc View commit details
    Browse the repository at this point in the history
  61. fixed a pointer...

    Steff authored and doegox committed Sep 13, 2013
    Configuration menu
    Copy the full SHA
    5678e76 View commit details
    Browse the repository at this point in the history
  62. adding crc-check

    Steff authored and doegox committed Sep 13, 2013
    Configuration menu
    Copy the full SHA
    27bb393 View commit details
    Browse the repository at this point in the history
  63. added missing free

    Steff authored and doegox committed Sep 13, 2013
    Configuration menu
    Copy the full SHA
    66d3109 View commit details
    Browse the repository at this point in the history
  64. fixed crc-debug output

    Steff authored and doegox committed Sep 13, 2013
    Configuration menu
    Copy the full SHA
    175a561 View commit details
    Browse the repository at this point in the history
  65. mifare-ultralight-info-pcsc added

    aircrach authored and doegox committed Sep 13, 2013
    Configuration menu
    Copy the full SHA
    3fe9f34 View commit details
    Browse the repository at this point in the history
  66. Configuration menu
    Copy the full SHA
    3563965 View commit details
    Browse the repository at this point in the history
  67. fixed wrong file

    aircrach authored and doegox committed Sep 13, 2013
    Configuration menu
    Copy the full SHA
    aae64ca View commit details
    Browse the repository at this point in the history
  68. fix tag_info

    aircrach authored and doegox committed Sep 13, 2013
    Configuration menu
    Copy the full SHA
    2ebdfbd View commit details
    Browse the repository at this point in the history
  69. maybe fixed crc-fail with ultralight

    Steff authored and doegox committed Sep 13, 2013
    Configuration menu
    Copy the full SHA
    628929d View commit details
    Browse the repository at this point in the history
  70. fix tag type

    aircrach authored and doegox committed Sep 13, 2013
    Configuration menu
    Copy the full SHA
    a12246a View commit details
    Browse the repository at this point in the history
  71. fix ultralight info pcsc

    aircrach authored and doegox committed Sep 13, 2013
    Configuration menu
    Copy the full SHA
    a3de884 View commit details
    Browse the repository at this point in the history
  72. ultralight info pcsc nodev fix

    matt authored and doegox committed Sep 13, 2013
    Configuration menu
    Copy the full SHA
    d57b45a View commit details
    Browse the repository at this point in the history
  73. fixed swapping of original and copyied data

    Steff authored and doegox committed Sep 13, 2013
    Configuration menu
    Copy the full SHA
    2c5f74d View commit details
    Browse the repository at this point in the history
  74. now it should be really fixed

    Steff authored and doegox committed Sep 13, 2013
    Configuration menu
    Copy the full SHA
    982f0fe View commit details
    Browse the repository at this point in the history
  75. added correct handling of classic1k and classic4k

    Steff authored and doegox committed Sep 13, 2013
    Configuration menu
    Copy the full SHA
    f58c74a View commit details
    Browse the repository at this point in the history
  76. added missing branch in tag-detection

    Steff authored and doegox committed Sep 13, 2013
    Configuration menu
    Copy the full SHA
    3d53b1f View commit details
    Browse the repository at this point in the history
  77. corrected wrong crc in classic 4k

    Steff authored and doegox committed Sep 13, 2013
    Configuration menu
    Copy the full SHA
    47cc0ca View commit details
    Browse the repository at this point in the history
  78. beginning of a rework of the tags

    Steff authored and doegox committed Sep 13, 2013
    Configuration menu
    Copy the full SHA
    bb6a7c1 View commit details
    Browse the repository at this point in the history
  79. added the tags file

    Steff authored and doegox committed Sep 13, 2013
    Configuration menu
    Copy the full SHA
    e26b719 View commit details
    Browse the repository at this point in the history
  80. "beautified" the tag comparison

    Steff authored and doegox committed Sep 13, 2013
    Configuration menu
    Copy the full SHA
    6cf674f View commit details
    Browse the repository at this point in the history
  81. fix no card found ultralight info pcsc

    aircrach authored and doegox committed Sep 13, 2013
    Configuration menu
    Copy the full SHA
    18c779b View commit details
    Browse the repository at this point in the history
  82. added debug ..

    Steff authored and doegox committed Sep 13, 2013
    Configuration menu
    Copy the full SHA
    88e1f8c View commit details
    Browse the repository at this point in the history
  83. bug fix ?

    Steff authored and doegox committed Sep 13, 2013
    Configuration menu
    Copy the full SHA
    0bf2ec2 View commit details
    Browse the repository at this point in the history
  84. added wildcards for mifare-classic cards

    Steff authored and doegox committed Sep 13, 2013
    Configuration menu
    Copy the full SHA
    eeb2cdf View commit details
    Browse the repository at this point in the history
  85. Configuration menu
    Copy the full SHA
    1a5c202 View commit details
    Browse the repository at this point in the history
  86. Configuration menu
    Copy the full SHA
    a1b87d5 View commit details
    Browse the repository at this point in the history
  87. wrote better loop condition

    simonibus authored and doegox committed Sep 13, 2013
    Configuration menu
    Copy the full SHA
    f4fd64f View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2013

  1. Check PCSC configuration using pkg-config

    Use PKG_CHECK_MODULES(PCSC, ...) in configure.ac to find the PCSC
    compilation flags
    Use @PCSC_*@ flags in Makefile.am
    Ludovic Rousseau committed Sep 15, 2013
    Configuration menu
    Copy the full SHA
    8e51b37 View commit details
    Browse the repository at this point in the history
  2. The PC/SC header file is winscard.h

    pcsclite.h should not be used
    Ludovic Rousseau committed Sep 15, 2013
    Configuration menu
    Copy the full SHA
    662b6e4 View commit details
    Browse the repository at this point in the history