Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add hack for the HELP command. | Werner Koch | 2009-11-04 | 2 | -8/+17 |
| | |||||
* | Somehow this slipped through. Really commit this time. | Marcus Brinkmann | 2009-10-16 | 1 | -5/+41 |
| | | | | | | | | 2009-09-23 Marcus Brinkmann <[email protected]> * gpg-connect-agent.c (getinfo_pid_cb, read_and_print_response) (main): Update to new Assuan API. | ||||
* | 2009-09-23 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2009-09-23 | 2 | -3/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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. | ||||
* | Fix i18n bug. | Werner Koch | 2009-07-21 | 2 | -1/+5 |
| | |||||
* | Make bug reporting address easier changeable. | Werner Koch | 2009-07-21 | 5 | -11/+10 |
| | |||||
* | Release session_env. | Werner Koch | 2009-07-07 | 1 | -5/+6 |
| | |||||
* | Reworked passing of envars to Pinentry. | Werner Koch | 2009-07-07 | 2 | -2/+14 |
| | |||||
* | Create a pkcs#10 request directly from a card. | Werner Koch | 2009-07-02 | 1 | -1/+3 |
| | | | | | Deprecate gpgsm-gencert.sh script. | ||||
* | Alow batch ode for gpgsm --gen-key. | Werner Koch | 2009-07-01 | 2 | -5/+9 |
| | | | | | Allow CSR generation using an existing key with gpgsm. | ||||
* | Support the Windows sniffusb tool. | Werner Koch | 2009-06-29 | 2 | -7/+102 |
| | |||||
* | Help against closed standard descriptors. | Werner Koch | 2009-06-08 | 2 | -0/+6 |
| | |||||
* | Fix possible system freeze on Mac OS X. | Werner Koch | 2009-05-19 | 3 | -14/+10 |
| | |||||
* | Add a tool to analyze the CCID protocol on the USB bus. | Werner Koch | 2009-04-17 | 3 | -1/+795 |
| | |||||
* | Import/export of pkcs#12 now uses the gpg-agent directly. | Werner Koch | 2009-04-01 | 2 | -2/+2 |
| | | | | | Removed duplicated code (percent unescaping). | ||||
* | Add --reload command to gpgconf. | Werner Koch | 2009-03-03 | 4 | -6/+95 |
| | | | | | | Fix a problem in exechelp.c Get ready for a release. | ||||
* | Fix a gpg2 problem with removed cards. | Werner Koch | 2009-02-27 | 2 | -13/+42 |
| | | | | | | Allow runtime conf change for scdaemon. New commands for scdaemon. | ||||
* | Make --allow-admin the default. | Werner Koch | 2009-01-28 | 1 | -2/+2 |
| | |||||
* | Print more directories with gpgconf --list-dirs. | Werner Koch | 2009-01-20 | 2 | -1/+44 |
| | |||||
* | Minor fixes. | Werner Koch | 2008-12-09 | 5 | -7/+12 |
| | |||||
* | Fix bug 901. | Werner Koch | 2008-12-08 | 2 | -3/+18 |
| | |||||
* | Add option --card-timeout. | Werner Koch | 2008-12-05 | 3 | -22/+71 |
| | | | | | | | Add a new attribyte to app-openpgp.c Fix two portability bugs. Have gpg-connect-agent autostart gpg-agent on W32. | ||||
* | Minor cleanups. | Werner Koch | 2008-11-11 | 1 | -0/+2 |
| | |||||
* | Marked all unused args on non-W32 platforms. | Werner Koch | 2008-10-20 | 5 | -7/+29 |
| | |||||
* | Add /daatfile command to gpg-connect-agent. | Werner Koch | 2008-10-01 | 2 | -13/+78 |
| | |||||
* | Extend --list-dirs to print the bindir. | Werner Koch | 2008-09-30 | 2 | -0/+6 |
| | |||||
* | Fix gpg-preset-passphrase bug. | Werner Koch | 2008-09-03 | 1 | -0/+2 |
| | | | | | Cleanups | ||||
* | 2008-08-06 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2008-08-06 | 2 | -1/+4 |
| | | | | | | * gpgconf-comp.c (gc_options_gpgsm): Change type of keyserver option to GC_ARG_TYPE_LDAP_SERVER. | ||||
* | Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2008-08-06 | 2 | -1/+13 |
| | | | | | | * gpgconf-comp.c (retrieve_options_from_file): Transfer the NO_CHANGE flag from the file name option to the list option. | ||||
* | Fix !EROFS bug. | Werner Koch | 2008-08-01 | 1 | -1/+1 |
| | | | | | Doc updates | ||||
* | Add the group option to gpgconf and define the new type "alias list". | Werner Koch | 2008-06-19 | 2 | -0/+14 |
| | |||||
* | sm/ | Marcus Brinkmann | 2008-06-12 | 2 | -0/+7 |
| | | | | | | | | | | | | | | | | 2008-06-12 Marcus Brinkmann <[email protected]> * gpgsm.h (struct keyserver_spec): New struct. (opt): Add member keyserver. * gpgsm.c (keyserver_list_free, parse_keyserver_line): New functions. (main): Implement --keyserver option. * call-dirmngr.c (prepare_dirmngr): Send LDAPSERVER commands. tools/ 2008-06-12 Marcus Brinkmann <[email protected]> * gpgconf-comp.c (gc_options_gpgsm): Add option keyserver. | ||||
* | 2008-05-26 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2008-05-26 | 2 | -88/+90 |
| | | | | | * gpgconf-comp.c: Replace pathname by filename everywhere. | ||||
* | doc/ | Marcus Brinkmann | 2008-05-26 | 4 | -17/+43 |
| | | | | | | | | | | | | | | | | | | 2008-05-26 Marcus Brinkmann <[email protected]> * tools.texi (Invoking gpgconf): Document --list-dirs. tools/ 2008-05-26 Marcus Brinkmann <[email protected]> * gpgconf.c (enum cmd_and_opt_values): Add aListDirs. (opts): Add aListDirs option. (main): Handle aListDirs. * gpgconf.h (gc_percent_escape): New declaration. * gpgconf-comp.c (my_percent_escape): Make non-static and rename to ... (gc_percent_escape): ... this. Change all callers. | ||||
* | Make --runtime option of gpgconf under W32 work. | Werner Koch | 2008-05-26 | 3 | -1/+37 |
| | |||||
* | doc/ | Marcus Brinkmann | 2008-05-19 | 4 | -108/+177 |
| | | | | | | | | | | | | | | | | | | | | | | | | 2008-05-20 Marcus Brinkmann <[email protected]> * tools.texi (Invoking gpgconf): Add --dry-run and --check-options. (Checking programs): Document --check-options. tools/ 2008-05-20 Marcus Brinkmann <[email protected]> * gpgconf.h (gc_component_check_programs): Rename to ... (gc_check_programs): ... this. (gc_component_change_options): Add argument OUT. (gc_component_check_options): New function. * gpgconf.c (enum cmd_and_opt_values): New option aCheckOptions. (opts): Add new option aCheckOptions (aka --check-options). (main): Handle new option aCheckOptions. * gpgconf-comp.c (gc_component_check_programs): Rename to ... (gc_check_programs): ... this. Refactor core of it to ... (gc_component_check_options): ... this new function. (gc_component_change_options): Add new argument OUT. Externally verify all changes. Implement option --dry-run. | ||||
* | Updated German translation. | Werner Koch | 2008-05-09 | 2 | -1/+26 |
| | | | | | Fix in gpgconf for W32. | ||||
* | Enhanced --auto-key-locate. | Werner Koch | 2008-04-08 | 2 | -0/+7 |
| | |||||
* | Utilize new automake vars for proper installation into doc/. | Werner Koch | 2008-03-27 | 1 | -1/+1 |
| | |||||
* | Allow standalone build. | Werner Koch | 2008-03-26 | 2 | -4/+20 |
| | |||||
* | Add IF command and new variable functions to gpg-connect-agent. | Werner Koch | 2008-03-05 | 2 | -10/+85 |
| | |||||
* | 2008-02-27 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2008-02-27 | 2 | -0/+23 |
| | | | | | | | * gpgconf-comp.c (option_check_validity): For now, error out on empty strings. (enum): Add GC_ARG_TYPE_PUB_KEY and GC_ARG_TYPE_SEC_KEY. | ||||
* | Improve certificate chain construction. | Werner Koch | 2008-02-19 | 1 | -0/+3 |
| | | | | | Extend PKITS framework | ||||
* | 2008-02-01 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2008-02-01 | 2 | -1/+6 |
| | | | | | | * gpgconf-comp.c (gc_component_list_options): Fix memcpy. Reported by Marc Mutz. | ||||
* | translation fixes | Werner Koch | 2008-01-22 | 2 | -4/+9 |
| | |||||
* | 2008-01-17 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2008-01-17 | 2 | -1/+17 |
| | | | | | | * gpgconf-comp.c (change_options_program): Strip duplicated utf8-strings entries for gnupg backend. Don't create them either. | ||||
* | Doc fixes. | Werner Koch | 2007-12-12 | 1 | -2/+2 |
| | | | | | | Add more files to POTFILES. Protect against malloc bombs. | ||||
* | 2007-12-10 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2007-12-10 | 2 | -7/+32 |
| | | | | | | * gpgconf-comp.c (gc_component_list_options): Fix up expert level of group. | ||||
* | 2007-12-04 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2007-12-04 | 2 | -2/+2 |
| | | | | | | | | * gpgconf-comp.c (gc_component_list_components): Do not print a trailing semi-colon to ensure forward compatibility, as this would indicate another empty field. (gc_process_gpgconf_conf): Likewise. | ||||
* | 2007-12-04 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2007-12-03 | 2 | -1/+7 |
| | | | | | | | * gpgconf-comp.c (gc_component_list_components): Do not print a trailing semi-colon to ensure forward compatibility, as this would indicate another empty field. | ||||
* | Started to implement the audit log feature. | Werner Koch | 2007-11-19 | 2 | -1/+6 |
| | | | | | | | | Pass PINENTRY_USER_DATA and XAUTHORITY to Pinentry. Improved support for the quality bar. Minor internal restructuring. Translation fixes. |