Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adjust for assuan_register_command change. | Werner Koch | 2009-11-04 | 2 | -1/+6 |
| | |||||
* | agent/ | Marcus Brinkmann | 2009-11-02 | 3 | -17/+32 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2009-11-02 Marcus Brinkmann <[email protected]> * command.c (reset_notify): Take LINE arg and return error. (register_commands): Use assuan_handler_t type. common/ 2009-11-02 Marcus Brinkmann <[email protected]> * get-passphrase.c (default_inq_cb, membuf_data_cb): Change return type to gpg_error_t. g10/ 2009-11-02 Marcus Brinkmann <[email protected]> * server.c (reset_notify, input_notify, output_notify): Update to new assuan interface. (register_commands): Use assuan_handler_t. scd/ 2009-11-02 Marcus Brinkmann <[email protected]> * command.c (reset_notify): Take LINE arg and return error. (register_commands): Use assuan_handler_t type. sm/ 2009-11-02 Marcus Brinkmann <[email protected]> * server.c (reset_notify, input_notify, output_notify): Update to new assuan interface. (register_commands): Use assuan_handler_t. * call-agent.c (membuf_data_cb, default_inq_cb) (inq_ciphertext_cb, scd_serialno_status_cb) (scd_keypairinfo_status_cb, istrusted_status_cb) (learn_status_cb, learn_cb, keyinfo_status_cb): Return gpg_error_t. | ||||
* | [g13] Add RECIPEINT and CREATE command. | Werner Koch | 2009-10-19 | 2 | -5/+26 |
| | | | | | [sm] Chnage --include-certs default | ||||
* | Some changes to suport g13. | Werner Koch | 2009-09-30 | 2 | -3/+4 |
| | |||||
* | s/DOTLOCK/dotlock_t/. | Werner Koch | 2009-09-23 | 1 | -1/+1 |
| | | | | | Add some stuff for g13. | ||||
* | 2009-09-23 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2009-09-23 | 4 | -36/+79 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * configure.ac (NEED_LIBASSUAN_API, NEED_LIBASSUAN_VERSION): Update to new API (2, 1.1.0). agent/ 2009-09-23 Marcus Brinkmann <[email protected]> * gpg-agent.c (parse_rereadable_options): Don't set global assuan log file (there ain't one anymore). (main): Update to new API. (check_own_socket_pid_cb): Return gpg_error_t instead of int. (check_own_socket_thread, check_for_running_agent): Create assuan context before connecting to server. * command.c: Include "scdaemon.h" before <assuan.h> because of GPG_ERR_SOURCE_DEFAULT check. (write_and_clear_outbuf): Use gpg_error_t instead of assuan_error_t. (cmd_geteventcounter, cmd_istrusted, cmd_listtrusted) (cmd_marktrusted, cmd_havekey, cmd_sigkey, cmd_setkeydesc) (cmd_sethash, cmd_pksign, cmd_pkdecrypt, cmd_genkey, cmd_readkey) (cmd_keyinfo, cmd_get_passphrase, cmd_clear_passphrase) (cmd_get_confirmation, cmd_learn, cmd_passwd) (cmd_preset_passphrase, cmd_scd, cmd_getval, cmd_putval) (cmd_updatestartuptty, cmd_killagent, cmd_reloadagent) (cmd_getinfo, option_handler): Return gpg_error_t instead of int. (post_cmd_notify): Change type of ERR to gpg_error_t from int. (io_monitor): Add hook argument. Use symbols for constants. (register_commands): Change return type of HANDLER to gpg_error_t. (start_command_handler): Allocate assuan context before starting server. * call-pinentry.c: Include "scdaemon.h" before <assuan.h> because of GPG_ERR_SOURCE_DEFAULT check. (unlock_pinentry): Call assuan_release instead of assuan_disconnect. (getinfo_pid_cb, getpin_cb): Return gpg_error_t instead of int. (start_pinentry): Allocate assuan context before connecting to server. * call-scd.c (membuf_data_cb, learn_status_cb, get_serialno_cb) (membuf_data_cb, inq_needpin, card_getattr_cb, pass_status_thru) (pass_data_thru): Change return type to gpg_error_t. (start_scd): Allocate assuan context before connecting to server. common/ 2009-09-23 Marcus Brinkmann <[email protected]> * asshelp.c (start_new_gpg_agent): Allocate assuan context before starting server. g10/ 2009-09-23 Marcus Brinkmann <[email protected]> * call-agent.c: Include "scdaemon.h" before <assuan.h> because of GPG_ERR_SOURCE_DEFAULT check. (learn_status_cb, dummy_data_cb, get_serialno_cb, default_inq_cb) (learn_status_cb, inq_writecert_parms, inq_writekey_parms) (scd_genkey_cb, membuf_data_cb): Return gpg_error_t instead of int. * gpg.c: Include "scdaemon.h" before <assuan.h> because of GPG_ERR_SOURCE_DEFAULT check. (main): Update to new Assuan API. * server.c: Include "scdaemon.h" before <assuan.h> because of GPG_ERR_SOURCE_DEFAULT check. (option_handler, cmd_recipient, cmd_signer, cmd_encrypt) (cmd_decrypt, cmd_verify, cmd_sign, cmd_import, cmd_export) (cmd_delkeys, cmd_message, do_listkeys, cmd_listkeys) (cmd_listsecretkeys, cmd_genkey, cmd_getinfo): Return gpg_error_t instead of int. (register_commands): Allocate assuan context before starting server. (gpg_server): Allocate assuan_context before starting server. scd/ 2009-09-23 Marcus Brinkmann <[email protected]> * command.c: Include "scdaemon.h" before <assuan.h> because of GPG_ERR_SOURCE_DEFAULT check. (option_handler, open_card, cmd_serialno, cmd_lean, cmd_readcert) (cmd_readkey, cmd_setdata, cmd_pksign, cmd_pkauth, cmd_pkdecrypt) (cmd_getattr, cmd_setattr, cmd_writecert, cmd_writekey) (cmd_genkey, cmd_random, cmd_passwd, cmd_checkpin, cmd_lock) (cmd_unlock, cmd_getinfo, cmd_restart, cmd_disconnect, cmd_apdu) (cmd_killscd): Return gpg_error_t instead of int. (scd_command_handler): Allocate assuan context before starting server. * scdaemon.c (main): Update to new Assuan API. sm/ 2009-09-23 Marcus Brinkmann <[email protected]> * gpgsm.c (main): Update to new assuan API. * server.c: Include "gpgsm.h" before <assuan.h> due to check for GPG_ERR_SOURCE_DEFAULT and assuan.h now including gpg-error.h. (option_handler, cmd_recipient, cmd_signer, cmd_encrypt) (cmd_decrypt, cmd_verify, cmd_sign, cmd_import, cmd_export) (cmd_delkeys, cmd_message, cmd_listkeys, cmd_dumpkeys) (cmd_listsecretkeys, cmd_dumpsecretkeys, cmd_genkey) (cmd_getauditlog, cmd_getinfo): Return gpg_error_t instead of int. (register_commands): Same for member HANDLER in table. (gpgsm_server): Allocate assuan context before starting server. * sm/call-dirmngr.c: * call-dirmngr.c (prepare_dirmngr): Check for CTX and error before setting LDAPSERVER. (start_dirmngr_ext): Allocate assuan context before starting server. (inq_certificate, isvalid_status_cb, lookup_cb, lookup_status_cb) (run_command_cb, run_command_inq_cb, run_command_status_cb): Return gpg_error_t instead of int. tools/ 2009-09-23 Marcus Brinkmann <[email protected]> * gpg-connect-agent.c (getinfo_pid_cb, read_and_print_response) (main): Update to new Assuan API. | ||||
* | Improved detection of bad/invalid signer keys. | Werner Koch | 2009-08-06 | 4 | -56/+33 |
| | |||||
* | Comment changes. | Werner Koch | 2009-07-30 | 2 | -6/+8 |
| | | | | | Changed --learn-card. | ||||
* | 2009-07-29 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2009-07-29 | 2 | -0/+6 |
| | | | | | * keylist.c (print_capabilities): Print a trailing colon. | ||||
* | Print status of CRL checks in the audit log. | Werner Koch | 2009-07-23 | 2 | -1/+11 |
| | |||||
* | Make bug reporting address easier changeable. | Werner Koch | 2009-07-21 | 1 | -2/+2 |
| | |||||
* | Impleemned gpgsm's IMPORT --re-import feature. | Werner Koch | 2009-07-07 | 4 | -12/+201 |
| | | | | | Typo fix. | ||||
* | Reworked passing of envars to Pinentry. | Werner Koch | 2009-07-07 | 6 | -72/+103 |
| | |||||
* | Create a pkcs#10 request directly from a card. | Werner Koch | 2009-07-02 | 4 | -8/+208 |
| | | | | | Deprecate gpgsm-gencert.sh script. | ||||
* | Alow batch ode for gpgsm --gen-key. | Werner Koch | 2009-07-01 | 3 | -17/+128 |
| | | | | | Allow CSR generation using an existing key with gpgsm. | ||||
* | Fixed a bunch of little bugs as reported by Fabian Keil. | Werner Koch | 2009-06-24 | 4 | -3/+10 |
| | | | | | Still one problem left; marked with a gcc #warning. | ||||
* | Fix for bug#1066. | Werner Koch | 2009-06-02 | 2 | -15/+7 |
| | | | | | A couple of minor changes. | ||||
* | New gpgsm server option no-encrypt-to. | Werner Koch | 2009-05-18 | 3 | -7/+13 |
| | | | | | | Add caching for symkey encryption. Minor cleanups. | ||||
* | Print the card's S/N in a secret key listing. | Werner Koch | 2009-04-02 | 2 | -1/+13 |
| | |||||
* | Import/export of pkcs#12 now uses the gpg-agent directly. | Werner Koch | 2009-04-01 | 3 | -6/+24 |
| | | | | | Removed duplicated code (percent unescaping). | ||||
* | Signing using Netkey 3 cards does now work. | Werner Koch | 2009-03-26 | 4 | -11/+29 |
| | |||||
* | Fixed a trustlist update problem. | Werner Koch | 2009-03-26 | 2 | -5/+13 |
| | | | | | Pretty format the marktrusted pinentry prompt. | ||||
* | Print NO_SECKEY status line in gpgsm. | Werner Koch | 2009-03-25 | 7 | -8/+43 |
| | | | | | This fixes bug#1020. | ||||
* | Allow deletion of ephemeral keys. | Werner Koch | 2009-03-23 | 2 | -4/+20 |
| | |||||
* | Fix keygrip computation for TCOS 3 cards. | Werner Koch | 2009-03-20 | 3 | -1/+32 |
| | | | | | Emit PROGRESS status lines during --learn-card. | ||||
* | Add server option with-ephemeral-keys. | Werner Koch | 2009-03-18 | 5 | -5/+17 |
| | | | | | Extend SCD LEARN command. | ||||
* | Remove duplicated code. | Werner Koch | 2009-03-16 | 5 | -25/+18 |
| | |||||
* | New gpg-agent command to list key information. | Werner Koch | 2009-03-06 | 6 | -19/+130 |
| | | | | | | Gpgsm does now print the S/N of cards. Consider ephemeral keys during listing an export. | ||||
* | Fix bug#998. | Werner Koch | 2009-02-09 | 1 | -2/+2 |
| | |||||
* | Change default gpgsm cipher back to 3DES. | Werner Koch | 2009-02-09 | 1 | -0/+4 |
| | | | | | Typo fixes. | ||||
* | Minor fixes | Werner Koch | 2009-01-12 | 2 | -1/+5 |
| | |||||
* | Fix error detection | Werner Koch | 2009-01-08 | 2 | -6/+12 |
| | |||||
* | fix a gpgconf default. Cosmetic changes. | Werner Koch | 2008-12-10 | 2 | -6/+16 |
| | |||||
* | Minor fixes. | Werner Koch | 2008-12-09 | 2 | -1/+5 |
| | |||||
* | Add a custom prompt for the CSR generation. | Werner Koch | 2008-12-05 | 3 | -34/+34 |
| | | | | | Add a new percent escape fucntion. | ||||
* | Fixed a temporary file name collision between gpg and gpgsm under Windows. | Werner Koch | 2008-11-20 | 1 | -1/+1 |
| | |||||
* | Print library versions according to GNU standards. | Werner Koch | 2008-11-18 | 2 | -51/+38 |
| | |||||
* | Cleaned up unused gpgsm and gpg options. | Werner Koch | 2008-11-13 | 2 | -289/+214 |
| | |||||
* | Remove debug code. | Werner Koch | 2008-10-28 | 1 | -3/+0 |
| | |||||
* | fixed a bug in the prompt formatter. | Werner Koch | 2008-10-28 | 3 | -58/+80 |
| | |||||
* | Try to start the agent before invoking the protect-tool. | Werner Koch | 2008-10-23 | 3 | -4/+23 |
| | |||||
* | Help dirmngr to use supplied trust anchors. | Werner Koch | 2008-10-21 | 6 | -14/+66 |
| | |||||
* | Marked all unused args on non-W32 platforms. | Werner Koch | 2008-10-20 | 11 | -1/+59 |
| | |||||
* | Reset the context lock flag after a failed dirmngr start which may happend | Werner Koch | 2008-10-17 | 2 | -8/+34 |
| | | | | | due to --disable-dirmngr. | ||||
* | Add --delete-keys as alias for --delete-key. | Werner Koch | 2008-10-13 | 2 | -1/+6 |
| | |||||
* | Add gpgsm server command GETINFO agent-check. | Werner Koch | 2008-09-30 | 4 | -1/+31 |
| | | | | | Fix tests. | ||||
* | Remove hacks which are not anymore needed since we now require Libgcrypt 1.4 | Werner Koch | 2008-09-29 | 5 | -17/+13 |
| | |||||
* | Support the Certifciate DO of the v2 OpenPGP cards. | Werner Koch | 2008-09-23 | 1 | -1/+1 |
| | |||||
* | Workaround for a mingw runtime bug. | Werner Koch | 2008-09-04 | 2 | -1/+11 |
| | |||||
* | Fix gpg-preset-passphrase bug. | Werner Koch | 2008-09-03 | 2 | -1/+9 |
| | | | | | Cleanups |