aboutsummaryrefslogtreecommitdiffstats
path: root/agent/ChangeLog (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-12-17Fix signal handling race condition.Werner Koch1-0/+5
2008-12-10Add option --no-ask for GET_PASSPHRASE.Werner Koch1-0/+4
2008-12-09Minor fixes.Werner Koch1-0/+9
2008-12-08Align ticker to the full or half second.Werner Koch1-0/+5
2008-12-05Add option --card-timeout.Werner Koch1-0/+6
Add a new attribyte to app-openpgp.c Fix two portability bugs. Have gpg-connect-agent autostart gpg-agent on W32.
2008-11-18Print library versions according to GNU standards.Werner Koch1-0/+5
2008-11-11Minor cleanups.Werner Koch1-0/+10
2008-10-29Check that the socket is well and served by us.Werner Koch1-0/+13
2008-10-20Marked all unused args on non-W32 platforms.Werner Koch1-0/+17
2008-10-17Use more warning options with modern GCCs.Werner Koch1-0/+5
Other minor changes.
2008-10-15Made scdaemon more robust on Windows.Werner Koch1-0/+5
2008-10-14SCD changes for PC/SC under W32.Werner Koch1-0/+5
2008-09-29Remove hacks which are not anymore needed since we now require Libgcrypt 1.4Werner Koch1-0/+6
2008-09-25Finished support for v2 cards with the exception of secure messaging.Werner Koch1-0/+4
2008-09-03Fix gpg-preset-passphrase bug.Werner Koch1-1/+9
Cleanups
2008-06-01Changes the header presented before requesting the user ID.Werner Koch1-2/+2
2008-05-27Fixed segv in gpg-agent (command marktrusted).Werner Koch1-0/+27
Replaced almost all free by xfree. Translation fixes.
2008-03-20Fix a bug in the ambigious name detection.Werner Koch1-0/+6
Minor cleanups.
2008-02-14Poems for AllowSetForegroundWindow (W32)Werner Koch1-0/+7
2008-01-152008-01-15 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-0/+5
* call-pinentry.c (start_pinentry): Start pinentry in detached mode.
2007-12-04Allow configuraton of pinentry tooltip.Werner Koch1-0/+4
Other minor buf fixes.
2007-12-03Fixed testing for an alive ssh standard socket.Werner Koch1-0/+7
2007-11-27[W32] Changed default socket for dirmngr.Werner Koch1-0/+12
[W32] Add some code for event notifications between scdaemon and gpg-agent.
2007-11-19Started to implement the audit log feature.Werner Koch1-0/+25
Pass PINENTRY_USER_DATA and XAUTHORITY to Pinentry. Improved support for the quality bar. Minor internal restructuring. Translation fixes.
2007-10-24Changed wording of passphrase checking messages.Werner Koch1-0/+5
Fixed a segv in gpg-connect-agent.
2007-10-19Factored utf8 switching code out to i18n.c.Werner Koch1-0/+4
2007-10-152007-10-15 Daiki Ueno <[email protected]> (wk)Werner Koch1-0/+6
* command-ssh.c (reenter_compare_cb): New function; imported from genkey.c. (ssh_identity_register): Ask initial passphrase twice.
2007-10-02Extended gpg-connect-agent.Werner Koch1-0/+4
New "GETINFO pid" command for scdaemon and gpg-agent.
2007-10-01Use Assuan socket wrapper calls.Werner Koch1-0/+14
Made socket servers secure under Windows.
2007-09-18Support the SETQUALITYBAR command of recent pinentries.Werner Koch1-0/+11
2007-09-142007-09-14 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-0/+5
* call-pinentry.c (agent_popup_message_stop): Implement kill for Windows.
2007-08-28Add more passphrase policy rules.Werner Koch1-0/+18
(--max-passphrase-days).
2007-08-27Implemented more gpg-agen options to support certain passphrase policies.Werner Koch1-0/+19
New tool gpg-check-pattern.
2007-08-22Fixed creation of private keys under W32.Werner Koch1-0/+3
Minor code cleanups.
2007-08-22Updated estream.Werner Koch1-0/+5
More changes for Windows.
2007-08-10Implemented the chain model for X.509 validation.Werner Koch1-0/+5
2007-08-02Factored common gpgconf constants outWerner Koch1-0/+5
Fixed W32 compare_filenames
2007-07-16Properly close files opened by es_fopen.Werner Koch1-1/+8
Allow setting of an empty passphrase. Assorted W32 changes.
2007-07-05Fixed card key generation of gpg2.Werner Koch1-0/+5
Reveal less information about timings while generating a key.
2007-07-04Changed to GPLv3.Werner Koch1-0/+1
Removed intl/.
2007-07-04A bunch of minor changes for Windows.Werner Koch1-0/+22
2007-06-26More W32 related changesWerner Koch1-0/+4
2007-06-21Implemented the --gen-key command as we can't use the gpgsm-gencert.sh under ↵Werner Koch1-0/+9
Windows.
2007-06-19Made percent_escape more general.Werner Koch1-1/+5
Added regression tests support to jnlib. W32 changes.
2007-06-18jnlib/Marcus Brinkmann1-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.
2007-06-18Add missing fiels for W32.Werner Koch1-0/+8
New agent commands: GETINFO and KILLAGENT (w32 only). Agent does now detach from the console.
2007-06-14A whole bunch of changes to allow building for Windows.Werner Koch1-0/+45
See the ChangeLogs for details.
2007-06-06First steps towards supporting W32.Werner Koch1-0/+12
This is mainly source code reorganization. Update gnulib. g10/ does currently not build.
2007-05-18agent/Marcus Brinkmann1-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.
2007-05-15Use estream_asprintf instead of the GNU asprintf.Werner Koch1-0/+4