Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Cleanups, fixes and PC/SC support | Werner Koch | 2003-08-05 | 10 | -173/+456 | |
| | ||||||
* | This commit was manufactured by cvs2svn to create branch | Repo Admin | 2003-08-05 | 17 | -0/+7138 | |
| | | | | 'GNUPG-1-9-BRANCH'. | |||||
* | This commit was manufactured by cvs2svn to create branch | Repo Admin | 2003-06-05 | 3 | -0/+575 | |
| | | | | 'GNUPG-1-9-BRANCH'. | |||||
* | This commit was manufactured by cvs2svn to create branch | Repo Admin | 2002-10-19 | 9 | -2888/+0 | |
| | | | | 'GNUPG-1-9-BRANCH'. | |||||
* | use setlocale(). | Werner Koch | 2002-08-21 | 1 | -3/+3 | |
| | ||||||
* | * scdaemon.c (main): New option --daemon so that the program is | Werner Koch | 2002-08-21 | 2 | -4/+18 | |
| | | | | | not accidently started in the background. | |||||
* | * scdaemon.c: Include i18n.h. | Werner Koch | 2002-08-16 | 7 | -4/+148 | |
| | | | | | | | | | | | | | | * card-common.h (struct p15_private_s): Forward declaration. Add it to card_ctx_s. * card.c (card_close): Make sure private data is released. (card_enum_certs): New. * 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. (p15_enum_certs): New. (card_p15_bind): Bind new function. * command.c (cmd_learn): Return information about the certificates. | |||||
* | * card-common.h (struct p15_private_s): Forward declaration. Add | Werner Koch | 2002-08-16 | 5 | -17/+83 | |
| | | | | | | | | | 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 | 2 | -1/+4 | |
| | ||||||
* | * card.c (card_get_serial_and_stamp): Use the tokeinfo serial | Werner Koch | 2002-08-09 | 5 | -52/+158 | |
| | | | | | number as a fallback. Add a special prefix for serial numbers. | |||||
* | * gpgsm.c (main): Use GNUPG_DEFAULT_HOMEDIR constant. | Werner Koch | 2002-06-27 | 2 | -7/+5 | |
| | | | | | | | | | | | | | * call-agent.c (start_agent): Create and pass the list of FD to keep in the child to assuan. * call-dirmngr.c (start_dirmngr): Ditto. * scdaemon.c (main): Use GNUPG_DEFAULT_HOMEDIR constant. * assuan-pipe-connect.c (assuan_pipe_connect): No special handling for the log_fd and stderr. Connect stderr to /dev/null if it should not be retained. | |||||
* | * card-dinsig.c: Documented some stuff from the DIN norm. | Werner Koch | 2002-06-15 | 2 | -2/+57 | |
| | ||||||
* | * call-agent.c (start_agent): Make copies of old locales and check | Werner Koch | 2002-04-25 | 1 | -4/+4 | |
| | | | | | | | for setlocale. * configure.ac: Check for setlocale. | |||||
* | * command.c (cmd_pksign, cmd_pkdecrypt): Use a copy of the key ID. | Werner Koch | 2002-04-15 | 2 | -2/+19 | |
| | ||||||
* | * scdaemon.c: New option --debug-sc N. | Werner Koch | 2002-04-12 | 5 | -85/+78 | |
| | | | | | | | | | * card.c (card_open): set it here. * card-p15.c (p15_prepare_key): Factored out common code from ... (p15_sign, p15_decipher): here and made the decryption work the regular way. | |||||
* | * card.c (card_open): Return immediately when no reader is available. | Werner Koch | 2002-04-10 | 2 | -0/+5 | |
| | ||||||
* | * card.c (card_open, card_close): Adjusted for changes in OpenSC. | Werner Koch | 2002-03-28 | 4 | -64/+61 | |
| | ||||||
* | Added missing fileNEWPG-0-3-3 | Werner Koch | 2002-03-18 | 1 | -0/+1 | |
| | ||||||
* | More stuff for SCs - don't expect them to work. | Werner Koch | 2002-03-18 | 3 | -0/+671 | |
| | ||||||
* | Doc fixes, moved some fizmes to TODO, fixed minor bugs. | Werner Koch | 2002-03-18 | 5 | -406/+192 | |
| | ||||||
* | sm/ | Werner Koch | 2002-03-06 | 1 | -0/+61 | |
| | | | | | | | | | | | | | | | | | * gpgsm.c: New command --learn-card * call-agent.c (learn_cb,gpgsm_agent_learn): New. * gpgsm.c (main): Print error messages for non-implemented commands. agent/ * learncard.c: New. * divert-scd.c (ask_for_card): The serial number is binary so convert it to hex here. * findkey.c (agent_write_private_key): New. * genkey.c (store_key): And use it here. scd/ * pkdecrypt.c (agent_pkdecrypt): Changed the way the diversion is done. * divert-scd.c (divert_pkdecrypt): Changed interface and implemented it. | |||||
* | Decryption using a Cryptoflex card does now work. | Werner Koch | 2002-03-06 | 3 | -1/+140 | |
| | ||||||
* | Well and some stuff to access the SC will be helpful. Note, that the | Werner Koch | 2002-03-05 | 3 | -16/+116 | |
| | | | | | code requires the latest OpenSC CVS code. | |||||
* | Added more code fragments. | Werner Koch | 2002-03-04 | 3 | -29/+220 | |
| | ||||||
* | Changes needed to support smartcards. Well, only _support_. There is | Werner Koch | 2002-02-28 | 5 | -30/+347 | |
| | | | | | no real code yet. | |||||
* | Some experimental code - don't use it. | Werner Koch | 2002-02-18 | 4 | -16/+315 | |
| | ||||||
* | * scdaemon.c scdaemon.h, command.c: New. Based on the code from | Werner Koch | 2002-01-26 | 5 | -0/+925 | |
the gpg-agent. |