aboutsummaryrefslogtreecommitdiffstats
path: root/scd/Makefile.am (follow)
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'V1-4-2'.Repo Admin2005-07-261-72/+0
|
* minor changes to make make distcheck happyWerner Koch2003-07-311-3/+4
|
* * Makefile.am: Add sc-copykeys program.Werner Koch2003-07-161-4/+16
| | | | | | | | | * sc-copykeys.c: New. * app-openpgp.c (app_openpgp_storekey): New. (app_openpgp_cardinfo): New. (count_bits): New. (store_fpr): And use it here to get the actual length in bit.
* Key generation and signing using the OpenPGP card does rudimentary work.Werner Koch2003-06-271-0/+1
|
* * scdaemon.h: Include gpg-error.h and errno.hWerner Koch2003-06-031-10/+1
| | | | | | * card.c (map_sc_err): Use unknown for the error source. * Makefile.am: Link with libgpg-error
* Make use of libgpg-errorWerner Koch2003-06-031-4/+34
|
* * scdaemon.c: New options --print-atr and --reader-portWerner Koch2003-04-291-9/+5
| | | | | | | * apdu.c, apdu.h: New * card.c, card-p15.c, card-dinsig.c: Allow build without OpenSC.
* * Makefile.am (LDFLAGS): Removed.Werner Koch2003-04-291-1/+0
| | | | | * command.c (register_commands): Adjusted for new Assuan semantics.
* * card-common.h (struct p15_private_s): Forward declaration. AddWerner Koch2002-08-161-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-10Werner Koch2002-08-101-0/+3
|
* * card.c (card_open, card_close): Adjusted for changes in OpenSC.Werner Koch2002-03-281-2/+4
|
* Added missing fileNEWPG-0-3-3Werner Koch2002-03-181-0/+1
|
* Doc fixes, moved some fizmes to TODO, fixed minor bugs.Werner Koch2002-03-181-1/+2
|
* Changes needed to support smartcards. Well, only _support_. There isWerner Koch2002-02-281-2/+4
| | | | | no real code yet.
* Some experimental code - don't use it.Werner Koch2002-02-181-1/+1
|
* * scdaemon.c scdaemon.h, command.c: New. Based on the code fromWerner Koch2002-01-261-0/+36
the gpg-agent.