aboutsummaryrefslogtreecommitdiffstats
path: root/doc/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* doc/Marcus Brinkmann2008-05-191-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-15 Marcus Brinkmann <[email protected]>Marcus Brinkmann2008-05-151-0/+5
| | | | | | * gpg.texi (Operational GPG Commands): Mention the way to change the default signing key.
* add gpg-zip man page.Werner Koch2008-05-061-0/+6
|
* Enhanced --auto-key-locate.Werner Koch2008-04-081-0/+6
|
* Fixed last yat2m change.Werner Koch2008-04-031-0/+13
| | | | | Add a similar change to @file and @env.
* Utilize new automake vars for proper installation into doc/.Werner Koch2008-03-271-0/+6
|
* Add IF command and new variable functions to gpg-connect-agent.Werner Koch2008-03-051-0/+4
|
* 2008-02-27 Marcus Brinkmann <[email protected]>Marcus Brinkmann2008-02-271-0/+4
| | | | | * tools.texi (Listing options): Document new types.
* Preparing a test releaseWerner Koch2008-02-151-1/+0
|
* * gpg.texi (GPG Esoteric Options): Tweak mention of Tempest font toDavid Shaw2008-02-051-0/+5
| | | | | add a "claimed" in there.
* W32 fix for trustdb creation.Werner Koch2008-01-301-1/+7
|
* Typo and grammer fixes by Justin Pryzby.Werner Koch2008-01-281-0/+5
|
* Add missing country tag to qualified.txt.Werner Koch2008-01-101-0/+9
| | | | | Typo fixes.
* 2008-01-10 Marcus Brinkmann <[email protected]>Marcus Brinkmann2008-01-101-0/+4
| | | | | * tools.texi (gpgconf): Some clarifications.
* Also add the S-TTRUST certs here.Werner Koch2007-12-131-0/+2
|
* Allow verification of some broken S-TRUST generated signatures.Werner Koch2007-12-131-0/+11
|
* Created help files form the current po entries.Werner Koch2007-12-041-1/+8
|
* Allow configuraton of pinentry tooltip.Werner Koch2007-12-041-0/+5
| | | | | Other minor buf fixes.
* [W32] Changed default socket for dirmngr.Werner Koch2007-11-271-0/+3
| | | | | | [W32] Add some code for event notifications between scdaemon and gpg-agent.
* Document --auto-issuer-key-retrieve.Werner Koch2007-11-191-0/+5
|
* Started to implement the audit log feature.Werner Koch2007-11-191-0/+6
| | | | | | | | Pass PINENTRY_USER_DATA and XAUTHORITY to Pinentry. Improved support for the quality bar. Minor internal restructuring. Translation fixes.
* 2007-10-31 Marcus Brinkmann <[email protected]>Marcus Brinkmann2007-10-311-0/+4
| | | | | * gpg-agent.texi (Agent Options): Fix typos, by Bernhard Reiter.
* * gpg.texi: Document --rfc4880 (the new --openpgp).David Shaw2007-10-271-0/+4
|
* * gpg.texi: Clarify --force-v3-sigs, --pgp2, and --pgp6 a bit.David Shaw2007-10-261-0/+4
|
* New option --list-config for gpgconf.Werner Koch2007-10-231-0/+4
|
* Enhanced gpg-conect-agent scripting.Werner Koch2007-10-191-0/+4
| | | | | Typo fixes in comments.
* New command --check-programs for gpgconf.Werner Koch2007-08-291-0/+4
|
* Implemented more gpg-agen options to support certain passphrase policies.Werner Koch2007-08-271-0/+4
| | | | | New tool gpg-check-pattern.
* tryu harder to ignore duplicate specified keyrings and -boxes.Werner Koch2007-08-241-0/+5
| | | | | Documentation updates.
* Documentaion updates.Werner Koch2007-08-141-0/+12
| | | | | | Support doe Dirmngr under W32. Fixed a yat2m bug.
* Implemented the chain model for X.509 validation.Werner Koch2007-08-101-0/+4
|
* Factored common gpgconf constants outWerner Koch2007-08-021-0/+4
| | | | | Fixed W32 compare_filenames
* Typo fixes.Werner Koch2007-07-171-0/+4
| | | | | | Made --default-key work for gpgsm Add --default-key and --encrypt-to to gpgconf.
* Changed to GPLv3.Werner Koch2007-07-041-0/+4
| | | | | Removed intl/.
* Fixed a problem in estream-printf.c.Werner Koch2007-06-251-0/+5
| | | | | Changes for Windows (gpgsm -k does now work). Minor cleanups.
* Implemented the --gen-key command as we can't use the gpgsm-gencert.sh under ↵Werner Koch2007-06-211-0/+5
| | | | Windows.
* [w32] gpg-agent is now started automagically by gpgsm.Werner Koch2007-06-201-0/+4
|
* Add missing fiels for W32.Werner Koch2007-06-181-0/+4
| | | | | | New agent commands: GETINFO and KILLAGENT (w32 only). Agent does now detach from the console.
* First steps towards supporting W32.Werner Koch2007-06-061-0/+7
| | | | | | | This is mainly source code reorganization. Update gnulib. g10/ does currently not build.
* Use estream_asprintf instead of the GNU asprintf.Werner Koch2007-05-151-0/+6
|
* Preparing 2.0.4gnupg-2.0.4Werner Koch2007-05-091-0/+4
|
* Add a howto section.Werner Koch2007-05-081-0/+4
| | | | Makefile fixes
* gnupg.ps build fixes.Werner Koch2007-05-081-0/+6
|
* Updated to automake 1.10.Werner Koch2007-05-041-0/+6
| | | | | | Use latest texinfo.tex. Typo and grammar fix.
* * gpg.texi (OpenPGP Options): Update the personal-foo-preferencesDavid Shaw2007-04-151-0/+5
| | | | | documentation a bit.
* g10/ and sm/Werner Koch2007-04-131-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.
* Add new logo.Werner Koch2007-03-081-0/+7
|
* The Cherry XX44 keyboard's PINpad does now work.Werner Koch2007-03-071-0/+4
| | | | | DINSIG and NKS card applications are now also PIN pad aware.
* Support for a global gpgconf configuration file.Werner Koch2007-03-061-0/+4
|
* Ported multiple-messages protection.Werner Koch2007-03-051-0/+5
|