aboutsummaryrefslogtreecommitdiffstats
path: root/agent/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Use more warning options with modern GCCs.Werner Koch2008-10-171-0/+5
| | | | | Other minor changes.
* Made scdaemon more robust on Windows.Werner Koch2008-10-151-0/+5
|
* SCD changes for PC/SC under W32.Werner Koch2008-10-141-0/+5
|
* Remove hacks which are not anymore needed since we now require Libgcrypt 1.4Werner Koch2008-09-291-0/+6
|
* Finished support for v2 cards with the exception of secure messaging.Werner Koch2008-09-251-0/+4
|
* Fix gpg-preset-passphrase bug.Werner Koch2008-09-031-1/+9
| | | | | Cleanups
* Changes the header presented before requesting the user ID.Werner Koch2008-06-011-2/+2
|
* Fixed segv in gpg-agent (command marktrusted).Werner Koch2008-05-271-0/+27
| | | | | | Replaced almost all free by xfree. Translation fixes.
* 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 <[email protected]>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 <[email protected]> (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 <[email protected]>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 <[email protected]> * stringhelp.h (percent_escape): New prototype. * stringhelp.c (percent_escape): New function. agent/ 2007-06-18 Marcus Brinkmann <[email protected]> * gpg-agent.c (main): Percent escape pathname in --gpgconf-list output. g10/ 2007-06-18 Marcus Brinkmann <[email protected]> * gpg.c (gpgconf_list): Percent escape output of --gpgconf-list. scdaemon/ 2007-06-18 Marcus Brinkmann <[email protected]> * scdaemon.c (main): Percent escape output of --gpgconf-list. sm/ 2007-06-18 Marcus Brinkmann <[email protected]> * 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-181-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | 2007-05-19 Marcus Brinkmann <[email protected]> * protect-tool.c (get_passphrase): Free ORIG_CODESET on error. g10/ 2007-05-19 Marcus Brinkmann <[email protected]> * passphrase.c (passphrase_get): Free ORIG_CODESET on error. sm/ 2007-05-18 Marcus Brinkmann <[email protected]> * 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 <[email protected]> * 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.