Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-06-24 | Release 2.0.24gnupg-2.0.24 | Werner Koch | 1 | -4/+9 | |
2014-06-24 | doc: Update from master. | Werner Koch | 1 | -19/+62 | |
-- | |||||
2014-06-03 | doc: Update from master | Werner Koch | 1 | -3/+68 | |
-- | |||||
2014-06-03 | gpg: New %U expando for the photo viewer. | Werner Koch | 1 | -1/+1 | |
* g10/photoid.c (show_photos): Set namehash. * g10/misc.c (pct_expando): Add "%U" expando. -- This makes is possible to extract all photos ids from a key to different files. (cherry picked from commit e184a11f94e2d41cd9266484542631bec23628b5) Resolved conflicts: g10/photoid.c - whitespaces | |||||
2014-06-03 | gpg: Reject signatures made with MD5. | Werner Koch | 1 | -3/+11 | |
* g10/gpg.c: Add option --allow-weak-digest-algos. (main): Set option also in PGP2 mode. * g10/options.h (struct opt): Add flags.allow_weak_digest_algos. * g10/sig-check.c (do_check): Reject MD5 signatures. * tests/openpgp/gpg.conf.tmpl: Add allow_weak_digest_algos. -- (cherry picked from commit f90cfe6b66269de0154d810c5cee1fe9a5af475c) Resolved conflicts: g10/gpg.c - adjust. tests/openpgp/defs.inc - no changes | |||||
2013-11-27 | gpg: Change armor Version header to emit only the major version. | Werner Koch | 1 | -2/+6 | |
* g10/options.h (opt): Rename field no_version to emit_version. * g10/gpg.c (main): Init opt.emit_vesion to 1. Change --emit-version to bump up opt.emit_version. * g10/armor.c (armor_filter): Implement different --emit-version values. -- GnuPG-bug-id: 1572 Signed-off-by: Werner Koch <[email protected]> (cherry picked from commit e951782e937ce290be0d89d83e84b3daea997587) Resolved conflicts: NEWS g10/armor.c g10/gpg.c | |||||
2013-10-04 | doc: Update from master | Werner Koch | 1 | -0/+8 | |
2013-05-07 | doc: fix some Texinfo warnings. | Ian Abbott | 1 | -4/+8 | |
* doc/gpg.texi: Fix syntax and add missing menu entries. * doc/gpgsm.texi: Fix subsectioning. -- These five patches fix some warnings from Texinfo 5 by adding some missing nodes and changing some sections to subsections, and moving an '@end ifset' to the start of a line. I also noticed the 'Deprecated options' subsection didn't appear in the GPG options menu, so I added it. (Texinfo never warned about it because it was after the last node in the menu.) 1) doc/gpg.texi: move '@end ifset' to start of line 2) doc/gpg.texi: Add missing node for 'Compliance options' section. 3) doc/gpg.texi: add node for 'Deprecated options' subsection. 4) doc/gpg.texi: make 'Unattended key generation' a subsection 5) doc/gpgsm.texi: fix subsectioning for Unattended Usage (all 5 merged into one patch by wk) | |||||
2013-04-22 | Update docs from master. | Werner Koch | 1 | -17/+37 | |
* doc/gpg-agent.texi: Update from master. * doc/gpg.texi: Ditto. * doc/gpgsm.texi: Ditto. * doc/gpl.texi: Ditto. * doc/yat2m.c: Ditto. -- (updated from commit d6798d261cbe6519ef5b3ebb474e2ad348442c0c) | |||||
2012-03-27 | Update texinfo source from master. | Werner Koch | 1 | -672/+837 | |
* doc/gpg-agent.texi, doc/gpg.texi, doc/gpgsm.texi * doc/scdaemon.texi, doc/tools.texi: Update. * doc/yat2m.c: Update. | |||||
2011-08-04 | Prepare for the 2.0.18 release.gnupg-2.0.18 | Werner Koch | 1 | -17/+271 | |
Copied texi files from master. Updated de.po. Added more file to gitignore. Removed the large PKITS tarball. General release preparations. | |||||
2011-01-13 | Finished preparations for 2.0.17gnupg-2.0.17 | Werner Koch | 1 | -15/+44 | |
2010-11-11 | Fix a bug where scdaemon kills a non-daemon gpg-agent. | Werner Koch | 1 | -12/+28 | |
Fix a passphrase cache annoyance. | |||||
2010-06-17 | Make CAST5 the default s2k algo tomatch the doc and gpg 1.4. | Werner Koch | 1 | -1/+2 | |
2010-03-05 | Minor change | Werner Koch | 1 | -1/+1 | |
2010-02-11 | Minor changes. | Werner Koch | 1 | -7/+22 | |
2010-01-11 | Implement command --passwd for GPG. | Werner Koch | 1 | -0/+8 | |
2009-12-03 | Allow for numerical debug levels. | Werner Koch | 1 | -0/+28 | |
2009-09-04 | Allow uid sand key election using a '*'. | Werner Koch | 1 | -2/+2 | |
2009-08-24 | * gpg.text: Suggested new ordering for --edit-key. | David Shaw | 1 | -110/+111 | |
2009-08-17 | * gpg.texi (OpenPGP Options): Clarify that personal-foo-preferences | David Shaw | 1 | -10/+13 | |
overrides recipient preferences (safely). | |||||
2009-08-14 | * gpg.texi (GPG Configuration Options): Document keyserver options | David Shaw | 1 | -5/+15 | |
check-cert and ca-cert-file. | |||||
2009-07-31 | * gpg.texi (OpenPGP Options): Don't mention --no-sk-comment (doesn't | David Shaw | 1 | -5/+5 | |
exist any longer). | |||||
2009-07-23 | Try a DNS-SD lookup to find a domain-specific LDAP server before | David Shaw | 1 | -2/+3 | |
resorting to keys.{domain}. | |||||
2009-07-22 | Typo fixes. Fixes bug#1093 | Werner Koch | 1 | -6/+6 | |
2009-07-22 | Give hints on files to backup. | Werner Koch | 1 | -14/+33 | |
2009-07-20 | Fix bug 1090. | Werner Koch | 1 | -1/+1 | |
2009-05-20 | Allow generation of DSA2 keys without --enable-dsa2. | Werner Koch | 1 | -4/+4 | |
2009-05-08 | Doc fixes. | Werner Koch | 1 | -2/+2 | |
2009-03-16 | * gpg.texi (GPG Configuration Options): Document keyserver-options | David Shaw | 1 | -2/+8 | |
debug. | |||||
2009-03-05 | New PIN Callback attributes in gpg-agent. | Werner Koch | 1 | -1/+1 | |
Common prompts for keypad and simple card reader. More support for Netkey cards; PIN management works now. | |||||
2008-12-12 | Small doc fixes. | Werner Koch | 1 | -1/+1 | |
2008-12-08 | Align ticker to the full or half second. | Werner Koch | 1 | -15/+20 | |
2008-09-23 | * gpg.texi (OpenPGP Key Management): Clarify setpref a bit. | David Shaw | 1 | -2/+13 | |
2008-09-23 | Support the Certifciate DO of the v2 OpenPGP cards. | Werner Koch | 1 | -0/+3 | |
2008-08-28 | Add a warning nite to --throw-keyds. | Werner Koch | 1 | -6/+9 | |
2008-08-07 | Add a warning note to --allow-multiple-messages. | Werner Koch | 1 | -5/+9 | |
s/Sylpeed-Claws/Claws-Mail/. | |||||
2008-06-11 | Made --fixed-list-mode obsolete. | Werner Koch | 1 | -0/+4 | |
2008-05-15 | 2008-05-15 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 1 | -8/+13 | |
* gpg.texi (Operational GPG Commands): Mention the way to change the default signing key. | |||||
2008-05-09 | Updated German translation. | Werner Koch | 1 | -1/+3 | |
Fix in gpgconf for W32. | |||||
2008-05-07 | Add command --locate-key. | Werner Koch | 1 | -0/+18 | |
Fix auto-key-locate processing of "nodefault". | |||||
2008-04-08 | Enhanced --auto-key-locate. | Werner Koch | 1 | -11/+24 | |
2008-03-25 | Changed the way i18n files are located under Windows. The setting of the | Werner Koch | 1 | -1/+2 | |
Registry key is not anymore required. Helpfiles are not properly located. | |||||
2008-03-05 | Add IF command and new variable functions to gpg-connect-agent. | Werner Koch | 1 | -2/+1 | |
2008-02-05 | * gpg.texi (GPG Esoteric Options): Tweak mention of Tempest font to | David Shaw | 1 | -4/+4 | |
add a "claimed" in there. | |||||
2008-01-10 | Add missing country tag to qualified.txt. | Werner Koch | 1 | -2/+4 | |
Typo fixes. | |||||
2007-12-13 | Allow verification of some broken S-TRUST generated signatures. | Werner Koch | 1 | -6/+6 | |
2007-11-27 | [W32] Changed default socket for dirmngr. | Werner Koch | 1 | -1/+1 | |
[W32] Add some code for event notifications between scdaemon and gpg-agent. | |||||
2007-11-19 | Started to implement the audit log feature. | Werner Koch | 1 | -0/+4 | |
Pass PINENTRY_USER_DATA and XAUTHORITY to Pinentry. Improved support for the quality bar. Minor internal restructuring. Translation fixes. | |||||
2007-10-27 | * gpg.texi: Document --rfc4880 (the new --openpgp). | David Shaw | 1 | -4/+9 | |