summaryrefslogtreecommitdiffstats
path: root/agent/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix a bug in the ambigious name detection.Werner Koch2008-03-201-0/+6
| | | | | Minor cleanups.
* Poems for AllowSetForegroundWindow (W32)Werner Koch2008-02-141-0/+7
|
* 2008-01-15 Marcus Brinkmann <marcus@g10code.de>Marcus Brinkmann2008-01-151-0/+5
| | | | | | * call-pinentry.c (start_pinentry): Start pinentry in detached mode.
* Allow configuraton of pinentry tooltip.Werner Koch2007-12-041-0/+4
| | | | | Other minor buf fixes.
* Fixed testing for an alive ssh standard socket.Werner Koch2007-12-031-0/+7
|
* [W32] Changed default socket for dirmngr.Werner Koch2007-11-271-0/+12
| | | | | | [W32] Add some code for event notifications between scdaemon and gpg-agent.
* Started to implement the audit log feature.Werner Koch2007-11-191-0/+25
| | | | | | | | Pass PINENTRY_USER_DATA and XAUTHORITY to Pinentry. Improved support for the quality bar. Minor internal restructuring. Translation fixes.
* Changed wording of passphrase checking messages.Werner Koch2007-10-241-0/+5
| | | | | Fixed a segv in gpg-connect-agent.
* Factored utf8 switching code out to i18n.c.Werner Koch2007-10-191-0/+4
|
* 2007-10-15 Daiki Ueno <ueno@unixuser.org> (wk)Werner Koch2007-10-151-0/+6
| | | | | | | | * command-ssh.c (reenter_compare_cb): New function; imported from genkey.c. (ssh_identity_register): Ask initial passphrase twice.
* Extended gpg-connect-agent.Werner Koch2007-10-021-0/+4
| | | | | New "GETINFO pid" command for scdaemon and gpg-agent.
* Use Assuan socket wrapper calls.Werner Koch2007-10-011-0/+14
| | | | | Made socket servers secure under Windows.
* Support the SETQUALITYBAR command of recent pinentries.Werner Koch2007-09-181-0/+11
|
* 2007-09-14 Marcus Brinkmann <marcus@g10code.de>Marcus Brinkmann2007-09-141-0/+5
| | | | | | * call-pinentry.c (agent_popup_message_stop): Implement kill for Windows.
* Add more passphrase policy rules.Werner Koch2007-08-281-0/+18
| | | | | (--max-passphrase-days).
* Implemented more gpg-agen options to support certain passphrase policies.Werner Koch2007-08-271-0/+19
| | | | | New tool gpg-check-pattern.
* Fixed creation of private keys under W32.Werner Koch2007-08-221-0/+3
| | | | | Minor code cleanups.
* Updated estream.Werner Koch2007-08-221-0/+5
| | | | | More changes for Windows.
* Implemented the chain model for X.509 validation.Werner Koch2007-08-101-0/+5
|
* Factored common gpgconf constants outWerner Koch2007-08-021-0/+5
| | | | | Fixed W32 compare_filenames
* Properly close files opened by es_fopen.Werner Koch2007-07-161-1/+8
| | | | | | Allow setting of an empty passphrase. Assorted W32 changes.
* Fixed card key generation of gpg2.Werner Koch2007-07-051-0/+5
| | | | | Reveal less information about timings while generating a key.
* Changed to GPLv3.Werner Koch2007-07-041-0/+1
| | | | | Removed intl/.
* A bunch of minor changes for Windows.Werner Koch2007-07-041-0/+22
|
* More W32 related changesWerner Koch2007-06-261-0/+4
|
* Implemented the --gen-key command as we can't use the gpgsm-gencert.sh under ↵Werner Koch2007-06-211-0/+9
| | | | Windows.
* Made percent_escape more general.Werner Koch2007-06-191-1/+5
| | | | | | Added regression tests support to jnlib. W32 changes.
* jnlib/Marcus Brinkmann2007-06-181-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-06-18 Marcus Brinkmann <marcus@g10code.de> * stringhelp.h (percent_escape): New prototype. * stringhelp.c (percent_escape): New function. agent/ 2007-06-18 Marcus Brinkmann <marcus@g10code.de> * gpg-agent.c (main): Percent escape pathname in --gpgconf-list output. g10/ 2007-06-18 Marcus Brinkmann <marcus@g10code.de> * gpg.c (gpgconf_list): Percent escape output of --gpgconf-list. scdaemon/ 2007-06-18 Marcus Brinkmann <marcus@g10code.de> * scdaemon.c (main): Percent escape output of --gpgconf-list. sm/ 2007-06-18 Marcus Brinkmann <marcus@g10code.de> * gpgsm.c (main): Percent escape output of --gpgconf-list.
* Add missing fiels for W32.Werner Koch2007-06-181-0/+8
| | | | | | New agent commands: GETINFO and KILLAGENT (w32 only). Agent does now detach from the console.
* A whole bunch of changes to allow building for Windows.Werner Koch2007-06-141-0/+45
| | | | | See the ChangeLogs for details.
* First steps towards supporting W32.Werner Koch2007-06-061-0/+12
| | | | | | | This is mainly source code reorganization. Update gnulib. g10/ does currently not build.
* agent/Marcus Brinkmann2007-05-191-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | 2007-05-19 Marcus Brinkmann <marcus@g10code.de> * protect-tool.c (get_passphrase): Free ORIG_CODESET on error. g10/ 2007-05-19 Marcus Brinkmann <marcus@g10code.de> * passphrase.c (passphrase_get): Free ORIG_CODESET on error. sm/ 2007-05-18 Marcus Brinkmann <marcus@g10code.de> * qualified.c (gpgsm_qualified_consent, gpgsm_not_qualified_warning): Free ORIG_CODESET on error. * certdump.c (gpgsm_format_keydesc): Likewise. tools/ 2007-05-19 Marcus Brinkmann <marcus@g10code.de> * symcryptrun.c (confucius_get_pass): Free ORIG_CODESET on error.
* Use estream_asprintf instead of the GNU asprintf.Werner Koch2007-05-151-0/+4
|
* 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-081-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