aboutsummaryrefslogtreecommitdiffstats
path: root/doc/ChangeLog (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-05-19doc/Marcus Brinkmann1-0/+5
2008-05-20 Marcus Brinkmann <[email protected]> * tools.texi (Invoking gpgconf): Add --dry-run and --check-options. (Checking programs): Document --check-options. tools/ 2008-05-20 Marcus Brinkmann <[email protected]> * gpgconf.h (gc_component_check_programs): Rename to ... (gc_check_programs): ... this. (gc_component_change_options): Add argument OUT. (gc_component_check_options): New function. * gpgconf.c (enum cmd_and_opt_values): New option aCheckOptions. (opts): Add new option aCheckOptions (aka --check-options). (main): Handle new option aCheckOptions. * gpgconf-comp.c (gc_component_check_programs): Rename to ... (gc_check_programs): ... this. Refactor core of it to ... (gc_component_check_options): ... this new function. (gc_component_change_options): Add new argument OUT. Externally verify all changes. Implement option --dry-run.
2008-05-152008-05-15 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-0/+5
* gpg.texi (Operational GPG Commands): Mention the way to change the default signing key.
2008-05-06add gpg-zip man page.Werner Koch1-0/+6
2008-04-08Enhanced --auto-key-locate.Werner Koch1-0/+6
2008-04-03Fixed last yat2m change.Werner Koch1-0/+13
Add a similar change to @file and @env.
2008-03-27Utilize new automake vars for proper installation into doc/.Werner Koch1-0/+6
2008-03-05Add IF command and new variable functions to gpg-connect-agent.Werner Koch1-0/+4
2008-02-272008-02-27 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-0/+4
* tools.texi (Listing options): Document new types.
2008-02-15Preparing a test releaseWerner Koch1-1/+0
2008-02-05* gpg.texi (GPG Esoteric Options): Tweak mention of Tempest font toDavid Shaw1-0/+5
add a "claimed" in there.
2008-01-30W32 fix for trustdb creation.Werner Koch1-1/+7
2008-01-28Typo and grammer fixes by Justin Pryzby.Werner Koch1-0/+5
2008-01-10Add missing country tag to qualified.txt.Werner Koch1-0/+9
Typo fixes.
2008-01-102008-01-10 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-0/+4
* tools.texi (gpgconf): Some clarifications.
2007-12-13Also add the S-TTRUST certs here.Werner Koch1-0/+2
2007-12-13Allow verification of some broken S-TRUST generated signatures.Werner Koch1-0/+11
2007-12-04Created help files form the current po entries.Werner Koch1-1/+8
2007-12-04Allow configuraton of pinentry tooltip.Werner Koch1-0/+5
Other minor buf fixes.
2007-11-27[W32] Changed default socket for dirmngr.Werner Koch1-0/+3
[W32] Add some code for event notifications between scdaemon and gpg-agent.
2007-11-19Document --auto-issuer-key-retrieve.Werner Koch1-0/+5
2007-11-19Started to implement the audit log feature.Werner Koch1-0/+6
Pass PINENTRY_USER_DATA and XAUTHORITY to Pinentry. Improved support for the quality bar. Minor internal restructuring. Translation fixes.
2007-10-312007-10-31 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-0/+4
* gpg-agent.texi (Agent Options): Fix typos, by Bernhard Reiter.
2007-10-27* gpg.texi: Document --rfc4880 (the new --openpgp).David Shaw1-0/+4
2007-10-26* gpg.texi: Clarify --force-v3-sigs, --pgp2, and --pgp6 a bit.David Shaw1-0/+4
2007-10-23New option --list-config for gpgconf.Werner Koch1-0/+4
2007-10-19Enhanced gpg-conect-agent scripting.Werner Koch1-0/+4
Typo fixes in comments.
2007-08-29New command --check-programs for gpgconf.Werner Koch1-0/+4
2007-08-27Implemented more gpg-agen options to support certain passphrase policies.Werner Koch1-0/+4
New tool gpg-check-pattern.
2007-08-24tryu harder to ignore duplicate specified keyrings and -boxes.Werner Koch1-0/+5
Documentation updates.
2007-08-14Documentaion updates.Werner Koch1-0/+12
Support doe Dirmngr under W32. Fixed a yat2m bug.
2007-08-10Implemented the chain model for X.509 validation.Werner Koch1-0/+4
2007-08-02Factored common gpgconf constants outWerner Koch1-0/+4
Fixed W32 compare_filenames
2007-07-17Typo fixes.Werner Koch1-0/+4
Made --default-key work for gpgsm Add --default-key and --encrypt-to to gpgconf.
2007-07-04Changed to GPLv3.Werner Koch1-0/+4
Removed intl/.
2007-06-25Fixed a problem in estream-printf.c.Werner Koch1-0/+5
Changes for Windows (gpgsm -k does now work). Minor cleanups.
2007-06-21Implemented the --gen-key command as we can't use the gpgsm-gencert.sh under ↵Werner Koch1-0/+5
Windows.
2007-06-20[w32] gpg-agent is now started automagically by gpgsm.Werner Koch1-0/+4
2007-06-18Add missing fiels for W32.Werner Koch1-0/+4
New agent commands: GETINFO and KILLAGENT (w32 only). Agent does now detach from the console.
2007-06-06First steps towards supporting W32.Werner Koch1-0/+7
This is mainly source code reorganization. Update gnulib. g10/ does currently not build.
2007-05-15Use estream_asprintf instead of the GNU asprintf.Werner Koch1-0/+6
2007-05-09Preparing 2.0.4gnupg-2.0.4Werner Koch1-0/+4
2007-05-08Add a howto section.Werner Koch1-0/+4
Makefile fixes
2007-05-08gnupg.ps build fixes.Werner Koch1-0/+6
2007-05-04Updated to automake 1.10.Werner Koch1-0/+6
Use latest texinfo.tex. Typo and grammar fix.
2007-04-15* gpg.texi (OpenPGP Options): Update the personal-foo-preferencesDavid Shaw1-0/+5
documentation a bit.
2007-04-13g10/ and sm/Werner Koch1-0/+5
* call-agent.c (start_agent): Don't use log_error when using the fallback hack to start the agent. This is bug 782. scripts/ * mail-to-translators: Copied from 1.4. and adjusted. tools/ * gpgconf-comp.c: Allow changing of --allow-mark-trusted. * gpg-connect-agent.c (main): New option --decode and commands decode and undecode. (read_and_print_response): Implement option.
2007-03-08Add new logo.Werner Koch1-0/+7
2007-03-07The Cherry XX44 keyboard's PINpad does now work.Werner Koch1-0/+4
DINSIG and NKS card applications are now also PIN pad aware.
2007-03-06Support for a global gpgconf configuration file.Werner Koch1-0/+4
2007-03-05Ported multiple-messages protection.Werner Koch1-0/+5