Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * scdaemon.c: New options --print-atr and --reader-port | Werner Koch | 2003-04-29 | 1 | -9/+5 |
| | | | | | | | * apdu.c, apdu.h: New * card.c, card-p15.c, card-dinsig.c: Allow build without OpenSC. | ||||
* | * Makefile.am (LDFLAGS): Removed. | Werner Koch | 2003-04-29 | 1 | -1/+0 |
| | | | | | * command.c (register_commands): Adjusted for new Assuan semantics. | ||||
* | * card-common.h (struct p15_private_s): Forward declaration. Add | Werner Koch | 2002-08-16 | 1 | -6/+3 |
| | | | | | | | | | it to card_ctx_s. * card.c (card_close): Make sure private data is released. * card-p15.c (p15_release_private_data): New. (init_private_data): New to work around an OpenSC weirdness. (p15_enum_keypairs): Do an OpenSC get_objects only once. | ||||
* | Minor changes for gettextNEWPG-0-3-10 | Werner Koch | 2002-08-10 | 1 | -0/+3 |
| | |||||
* | * card.c (card_open, card_close): Adjusted for changes in OpenSC. | Werner Koch | 2002-03-28 | 1 | -2/+4 |
| | |||||
* | Added missing fileNEWPG-0-3-3 | Werner Koch | 2002-03-18 | 1 | -0/+1 |
| | |||||
* | Doc fixes, moved some fizmes to TODO, fixed minor bugs. | Werner Koch | 2002-03-18 | 1 | -1/+2 |
| | |||||
* | Changes needed to support smartcards. Well, only _support_. There is | Werner Koch | 2002-02-28 | 1 | -2/+4 |
| | | | | | no real code yet. | ||||
* | Some experimental code - don't use it. | Werner Koch | 2002-02-18 | 1 | -1/+1 |
| | |||||
* | * scdaemon.c scdaemon.h, command.c: New. Based on the code from | Werner Koch | 2002-01-26 | 1 | -0/+36 |
the gpg-agent. |