Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2007-04-20 | Improved logging for error orginating from libgcrypt. | Werner Koch | 3 | -67/+11 | |
2007-04-03 | * trustlist.c (read_trustfiles): Take a missing trustlist as an | Werner Koch | 2 | -1/+16 | |
empty one. | |||||
2007-03-20 | Allow setting of the passphrase encoding of pkcs#12 files. | Werner Koch | 4 | -10/+81 | |
New option --p12-charset. | |||||
2007-03-19 | * PKCS#12 import now tries several encodings in case the passphrase | Werner Koch | 2 | -25/+164 | |
was not utf-8 encoded. | |||||
2007-03-06 | Support for a global gpgconf configuration file. | Werner Koch | 2 | -1/+14 | |
2007-02-20 | * call-pinentry.c (start_pinentry): Fix for OS X to allow loading | Werner Koch | 2 | -0/+14 | |
of the bundle. Tested by Benjamin Donnachie. | |||||
2007-02-14 | agent/ | Werner Koch | 4 | -0/+52 | |
* gpg-agent.c: New option --pinentry-touch-file. (get_agent_socket_name): New. * agent.h (opt): Add pinentry_touch_file. * call-pinentry.c (start_pinentry): Send new option to the pinentry. | |||||
2007-01-31 | agent/ | Werner Koch | 2 | -7/+23 | |
* command-ssh.c (stream_read_string): Initialize LENGTH to zero. (start_command_handler_ssh): Use es_fgetc/es_ungetc to check if EOF has been reached before trying to process another request. | |||||
2007-01-31 | Included LIBICONV in all Makefiles. | Werner Koch | 2 | -1/+5 | |
g10/ * passphrase.c (passphrase_get): Set the cancel flag on all error from the agent. Fixes a bug reported by Tom Duerbusch. sm/ * gpgsm.c (main): Let --gen-key print a more informative error message. | |||||
2007-01-25 | jnlib/ | Werner Koch | 2 | -3/+4 | |
* stringhelp.c (utf8_charcount): New. agent/ * genkey.c (check_passphrase_constraints): Use UTF-8 aware strlen. | |||||
2007-01-25 | agent/ | Werner Koch | 2 | -6/+8 | |
* genkey.c (check_passphrase_constraints): Get ngettext call right. | |||||
2007-01-25 | agent/ | Werner Koch | 8 | -37/+142 | |
* protect-tool.c (get_passphrase): New arg OPT_CHECK. (get_new_passphrase): Enable OTP_CHECK on the first call. * command.c (cmd_get_passphrase): Implement option --check. * gpg-agent.c (MIN_PASSPHRASE_LEN): New (parse_rereadable_options): New option --min-passphrase-len. * genkey.c (check_passphrase_constraints): New. (agent_genkey, agent_protect_and_store): Call new function. Fix memory leak. * call-pinentry.c (agent_askpin): Allow translation of the displayed error message. (agent_popup_message_start): Remove arg CANCEL_BTN. (popup_message_thread): Use --one-button option. * command.c (cmd_passwd): Now that we don't distinguish between assuan and regular error codes we can jump to the end on error. common/ * simple-pwquery.c (simple_pwquery): New arg OPT_CHECK. | |||||
2006-12-07 | Makefile.am: Link to iconv for jnlib dependency. (OSX) | David Shaw | 2 | -3/+7 | |
2006-11-20 | Made some PIN pads work. | Werner Koch | 9 | -84/+156 | |
Some cleanups for 64 bit CPUs. | |||||
2006-11-14 | Silent GETEVENT command. Requires latest libassuan. | Werner Koch | 2 | -0/+48 | |
agent/ * command.c (post_cmd_notify, io_monitor): New. (register_commands, start_command_handler): Register them. | |||||
2006-11-14 | New command GETEVENTCOUNTER. | Werner Koch | 6 | -1/+94 | |
* command.c (bump_key_eventcounter): New. (bump_card_eventcounter): New. (cmd_geteventcounter): New command. * gpg-agent.c (handle_signal): Call bump_card_eventcounter. * findkey.c (agent_write_private_key): Call bump_key_eventcounter. * trustlist.c (agent_reload_trustlist): Ditto. | |||||
2006-11-14 | sm/ | Werner Koch | 1 | -1/+1 | |
* server.c (skip_options): Skip leading spaces. (has_option): Honor "--". (cmd_export): Add option --data to do an inline export. Skip all options. * certdump.c (gpgsm_fpr_and_name_for_status): New. * verify.c (gpgsm_verify): Use it to print correct status messages. doc/ * gpgsm.texi (GPGSM EXPORT): Document changes. | |||||
2006-11-09 | gpg-agent.c (main): In detached mode connect standard descriptors to /dev/null. | Werner Koch | 4 | -4/+24 | |
Other minor fixes | |||||
2006-10-23 | . | Werner Koch | 2 | -0/+7 | |
2006-10-23 | Allow importing of web.de generated p12 files | Werner Koch | 3 | -5/+14 | |
2006-10-19 | Fixes | Werner Koch | 4 | -1/+67 | |
2006-10-17 | Pth tweaks and improved estream.c | Werner Koch | 2 | -12/+13 | |
2006-10-16 | Allow to cancel marktrusted. | Werner Koch | 4 | -2/+21 | |
2006-10-11 | Allow pkcs#10 creation directkly from a smart card | Werner Koch | 1 | -1/+1 | |
2006-10-10 | Various changes | Werner Koch | 2 | -3/+6 | |
2006-10-06 | Make it also work for the card. | Werner Koch | 2 | -0/+7 | |
2006-10-06 | Add TLS hash mode | Werner Koch | 5 | -28/+150 | |
2006-10-05 | bug fixes | Werner Koch | 3 | -2/+8 | |
2006-10-04 | Fixed agent access for gpg. | Werner Koch | 3 | -36/+90 | |
2006-09-26 | let cmd learn also return KEYPAIRINFO | Werner Koch | 3 | -0/+13 | |
2006-09-25 | New "relax" option for trustlist.txt | Werner Koch | 4 | -16/+106 | |
2006-09-25 | Preparing a new releasegnupg-1.9.90 | Werner Koch | 1 | -2/+2 | |
2006-09-20 | Cleanups. | Werner Koch | 2 | -9/+19 | |
2006-09-15 | Allow for a global trustlist. | Werner Koch | 5 | -252/+356 | |
2006-09-14 | Take advantage of newer gpg-error features. | Werner Koch | 8 | -66/+77 | |
2006-09-13 | Various fixes and new features. | Werner Koch | 3 | -2/+16 | |
Enhanced gpg-connect-agent. | |||||
2006-09-07 | Let scdaemon call a script on status changes | Werner Koch | 1 | -1/+1 | |
2006-09-06 | 2006-09-06 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2 | -2/+8 | |
* Makefile.am (AM_CFLAGS): Add $(GPG_ERR_CFLAGS). (gpg_agent_LDADD): Replace -lgpg-error with $(GPG_ERROR_LIBS). | |||||
2006-09-06 | The big Assuan error code removal. | Werner Koch | 12 | -169/+171 | |
2006-09-06 | Minor changes and typo fixes. | Werner Koch | 1 | -1/+1 | |
2006-09-04 | Added comamnds PUTVAL and GETVAL | Werner Koch | 2 | -4/+197 | |
2006-08-29 | See ChangeLogs | Werner Koch | 1 | -6/+14 | |
2006-08-29 | Allow for 4k ssh keys and better error reporting. | Werner Koch | 3 | -2/+42 | |
2006-08-16 | With --enable-gpg the keyservers are now build and a first test using gpg2 | Werner Koch | 2 | -5/+11 | |
shows no prblems. Needs more testing of course. | |||||
2006-07-29 | 2006-07-29 Marcus Brinkmann <[email protected]>GNUPG-1-9-BRANCH | Marcus Brinkmann | 3 | -3/+61 | |
* preset-passphrase.c (preset_passphrase): Do not strip off last character of passphrase. (make_hexstring): New function. * command.c (cmd_preset_passphrase): Use parse_hexstring to syntax check passphrase argument. Truncate passphrase at delimiter. | |||||
2006-07-24 | Create bag attributes so that Mozilla will accept these files. | Werner Koch | 2 | -8/+87 | |
Tested with using a CAcert generated certificate. | |||||
2006-07-21 | Support import from TrustedMIME (i.e. from simple keyBags) | Werner Koch | 2 | -44/+198 | |
2006-06-27 | Various smaller changes | Werner Koch | 3 | -12/+20 | |
2006-06-20 | Updated FSF's address. | Werner Koch | 22 | -23/+44 | |
2006-06-20 | Add MAC t P12 files. | Werner Koch | 2 | -6/+65 | |