aboutsummaryrefslogtreecommitdiffstats
path: root/agent/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Improved logging for error orginating from libgcrypt.Werner Koch2007-04-201-0/+7
|
* * trustlist.c (read_trustfiles): Take a missing trustlist as anWerner Koch2007-04-031-0/+5
| | | | | empty one.
* Allow setting of the passphrase encoding of pkcs#12 files.Werner Koch2007-03-201-0/+5
| | | | New option --p12-charset.
* * PKCS#12 import now tries several encodings in case the passphraseWerner Koch2007-03-191-1/+9
| | | | | was not utf-8 encoded.
* Support for a global gpgconf configuration file.Werner Koch2007-03-061-0/+4
|
* * call-pinentry.c (start_pinentry): Fix for OS X to allow loadingWerner Koch2007-02-201-0/+5
| | | | | of the bundle. Tested by Benjamin Donnachie.
* agent/Werner Koch2007-02-141-0/+8
| | | | | | | | | | * 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.
* agent/Werner Koch2007-01-311-0/+8
| | | | | | | * 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.
* Included LIBICONV in all Makefiles.Werner Koch2007-01-311-0/+4
| | | | | | | | | | 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.
* jnlib/Werner Koch2007-01-251-2/+3
| | | | | | | * stringhelp.c (utf8_charcount): New. agent/ * genkey.c (check_passphrase_constraints): Use UTF-8 aware strlen.
* agent/Werner Koch2007-01-251-0/+2
| | | | | * genkey.c (check_passphrase_constraints): Get ngettext call right.
* agent/Werner Koch2007-01-251-0/+22
| | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* Makefile.am: Link to iconv for jnlib dependency. (OSX)David Shaw2006-12-071-0/+4
|
* Made some PIN pads work.Werner Koch2006-11-201-0/+24
| | | | | Some cleanups for 64 bit CPUs.
* Silent GETEVENT command. Requires latest libassuan.Werner Koch2006-11-141-0/+3
| | | | | | | | agent/ * command.c (post_cmd_notify, io_monitor): New. (register_commands, start_command_handler): Register them.
* New command GETEVENTCOUNTER.Werner Koch2006-11-141-0/+9
| | | | | | | | | | * 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.
* gpg-agent.c (main): In detached mode connect standard descriptors to /dev/null.Werner Koch2006-11-091-0/+12
| | | | | Other minor fixes
* .Werner Koch2006-10-231-0/+2
|
* Allow importing of web.de generated p12 filesWerner Koch2006-10-231-0/+9
|
* FixesWerner Koch2006-10-191-0/+6
|
* Pth tweaks and improved estream.cWerner Koch2006-10-171-0/+5
|
* Allow to cancel marktrusted.Werner Koch2006-10-161-0/+10
|
* Various changesWerner Koch2006-10-101-0/+3
|
* Make it also work for the card.Werner Koch2006-10-061-0/+4
|
* Add TLS hash modeWerner Koch2006-10-061-0/+7
|
* bug fixesWerner Koch2006-10-051-0/+4
|
* Fixed agent access for gpg.Werner Koch2006-10-041-0/+10
|
* let cmd learn also return KEYPAIRINFO Werner Koch2006-09-261-0/+5
|
* New "relax" option for trustlist.txtWerner Koch2006-09-251-0/+9
|
* Cleanups.Werner Koch2006-09-201-0/+4
|
* Allow for a global trustlist.Werner Koch2006-09-151-0/+5
|
* Take advantage of newer gpg-error features.Werner Koch2006-09-141-0/+11
|
* Various fixes and new features.Werner Koch2006-09-131-0/+8
| | | | | Enhanced gpg-connect-agent.
* 2006-09-06 Marcus Brinkmann <[email protected]>Marcus Brinkmann2006-09-061-0/+5
| | | | | | * Makefile.am (AM_CFLAGS): Add $(GPG_ERR_CFLAGS). (gpg_agent_LDADD): Replace -lgpg-error with $(GPG_ERROR_LIBS).
* The big Assuan error code removal.Werner Koch2006-09-061-1/+16
|
* Added comamnds PUTVAL and GETVALWerner Koch2006-09-041-0/+5
|
* Allow for 4k ssh keys and better error reporting.Werner Koch2006-08-291-0/+8
|
* With --enable-gpg the keyservers are now build and a first test using gpg2Werner Koch2006-08-161-1/+7
| | | | | shows no prblems. Needs more testing of course.
* 2006-07-29 Marcus Brinkmann <[email protected]>GNUPG-1-9-BRANCHMarcus Brinkmann2006-07-291-0/+8
| | | | | | | | | * 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.
* Create bag attributes so that Mozilla will accept these files.Werner Koch2006-07-241-0/+8
| | | | | Tested with using a CAcert generated certificate.
* Support import from TrustedMIME (i.e. from simple keyBags)Werner Koch2006-07-211-0/+7
|
* Various smaller changesWerner Koch2006-06-271-0/+11
|
* Add MAC t P12 files.Werner Koch2006-06-201-0/+5
|
* 2006-06-09 Marcus Brinkmann <[email protected]>Marcus Brinkmann2006-06-091-0/+2
| | | | | | | * Makefile.am (gpg_agent_LDADD): Add $(NETLIBS). (gpg_protect_tool_LDADD): Likewise. (gpg_preset_passphrase_LDADD): Likewise.
* agent/Marcus Brinkmann2006-06-091-0/+4
| | | | | | | | | | | | 2006-06-09 Marcus Brinkmann <[email protected]> * Makefile.am (gpg_agent_LDADD): Add $(NETLIBS). scd/ 2006-06-09 Marcus Brinkmann <[email protected]> * Makefile.am (scdaemon_LDADD): Add $(NETLIBS).
* 2006-04-09 Moritz Schulte <[email protected]>Moritz Schulte2006-04-091-0/+5
| | | | | | * command-ssh.c (ssh_request_process): Removed FIXME mentioning a possible DoS attack.
* 2006-04-01 Moritz Schulte <[email protected]>Moritz Schulte2006-04-011-0/+6
| | | | | | | * command-ssh.c (ssh_identity_register): Make KEY_GRIP_RAW be 20 instead of 21 bytes long; do not fill KEY_GRIP_RAW[20] with NUL byte - KEY_GRIP_RAW is a raw binary string anyway.
* PIN caching of cards does now work.Werner Koch2006-02-091-0/+10
|
* Fixed importing certs created by newer versions of Mozilla.Werner Koch2005-12-161-0/+10
|
* Preparing an interim releaseWerner Koch2005-11-281-0/+17
|