aboutsummaryrefslogtreecommitdiffstats
path: root/tools (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add hack for the HELP command.Werner Koch2009-11-042-8/+17
|
* Somehow this slipped through. Really commit this time.Marcus Brinkmann2009-10-161-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 Brinkmann2009-09-232-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 Koch2009-07-212-1/+5
|
* Make bug reporting address easier changeable.Werner Koch2009-07-215-11/+10
|
* Release session_env.Werner Koch2009-07-071-5/+6
|
* Reworked passing of envars to Pinentry.Werner Koch2009-07-072-2/+14
|
* Create a pkcs#10 request directly from a card.Werner Koch2009-07-021-1/+3
| | | | | Deprecate gpgsm-gencert.sh script.
* Alow batch ode for gpgsm --gen-key.Werner Koch2009-07-012-5/+9
| | | | | Allow CSR generation using an existing key with gpgsm.
* Support the Windows sniffusb tool.Werner Koch2009-06-292-7/+102
|
* Help against closed standard descriptors.Werner Koch2009-06-082-0/+6
|
* Fix possible system freeze on Mac OS X.Werner Koch2009-05-193-14/+10
|
* Add a tool to analyze the CCID protocol on the USB bus.Werner Koch2009-04-173-1/+795
|
* Import/export of pkcs#12 now uses the gpg-agent directly.Werner Koch2009-04-012-2/+2
| | | | | Removed duplicated code (percent unescaping).
* Add --reload command to gpgconf.Werner Koch2009-03-034-6/+95
| | | | | | Fix a problem in exechelp.c Get ready for a release.
* Fix a gpg2 problem with removed cards.Werner Koch2009-02-272-13/+42
| | | | | | Allow runtime conf change for scdaemon. New commands for scdaemon.
* Make --allow-admin the default.Werner Koch2009-01-281-2/+2
|
* Print more directories with gpgconf --list-dirs.Werner Koch2009-01-202-1/+44
|
* Minor fixes.Werner Koch2008-12-095-7/+12
|
* Fix bug 901.Werner Koch2008-12-082-3/+18
|
* Add option --card-timeout.Werner Koch2008-12-053-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 Koch2008-11-111-0/+2
|
* Marked all unused args on non-W32 platforms.Werner Koch2008-10-205-7/+29
|
* Add /daatfile command to gpg-connect-agent.Werner Koch2008-10-012-13/+78
|
* Extend --list-dirs to print the bindir.Werner Koch2008-09-302-0/+6
|
* Fix gpg-preset-passphrase bug.Werner Koch2008-09-031-0/+2
| | | | | Cleanups
* 2008-08-06 Marcus Brinkmann <[email protected]>Marcus Brinkmann2008-08-062-1/+4
| | | | | | * gpgconf-comp.c (gc_options_gpgsm): Change type of keyserver option to GC_ARG_TYPE_LDAP_SERVER.
* Marcus Brinkmann <[email protected]>Marcus Brinkmann2008-08-062-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 Koch2008-08-011-1/+1
| | | | | Doc updates
* Add the group option to gpgconf and define the new type "alias list".Werner Koch2008-06-192-0/+14
|
* sm/Marcus Brinkmann2008-06-122-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 Brinkmann2008-05-262-88/+90
| | | | | * gpgconf-comp.c: Replace pathname by filename everywhere.
* doc/Marcus Brinkmann2008-05-264-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 Koch2008-05-263-1/+37
|
* doc/Marcus Brinkmann2008-05-194-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 Koch2008-05-092-1/+26
| | | | | Fix in gpgconf for W32.
* Enhanced --auto-key-locate.Werner Koch2008-04-082-0/+7
|
* Utilize new automake vars for proper installation into doc/.Werner Koch2008-03-271-1/+1
|
* Allow standalone build.Werner Koch2008-03-262-4/+20
|
* Add IF command and new variable functions to gpg-connect-agent.Werner Koch2008-03-052-10/+85
|
* 2008-02-27 Marcus Brinkmann <[email protected]>Marcus Brinkmann2008-02-272-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 Koch2008-02-191-0/+3
| | | | | Extend PKITS framework
* 2008-02-01 Marcus Brinkmann <[email protected]>Marcus Brinkmann2008-02-012-1/+6
| | | | | | * gpgconf-comp.c (gc_component_list_options): Fix memcpy. Reported by Marc Mutz.
* translation fixesWerner Koch2008-01-222-4/+9
|
* 2008-01-17 Marcus Brinkmann <[email protected]>Marcus Brinkmann2008-01-172-1/+17
| | | | | | * gpgconf-comp.c (change_options_program): Strip duplicated utf8-strings entries for gnupg backend. Don't create them either.
* Doc fixes.Werner Koch2007-12-121-2/+2
| | | | | | Add more files to POTFILES. Protect against malloc bombs.
* 2007-12-10 Marcus Brinkmann <[email protected]>Marcus Brinkmann2007-12-102-7/+32
| | | | | | * gpgconf-comp.c (gc_component_list_options): Fix up expert level of group.
* 2007-12-04 Marcus Brinkmann <[email protected]>Marcus Brinkmann2007-12-042-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 Brinkmann2007-12-032-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 Koch2007-11-192-1/+6
| | | | | | | | Pass PINENTRY_USER_DATA and XAUTHORITY to Pinentry. Improved support for the quality bar. Minor internal restructuring. Translation fixes.