From 32118628a0f20f87791755a0a110491ad85e23ad Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Wed, 2 Nov 2011 18:29:47 +0100 Subject: typo fixes --- doc/gpg.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/gpg.texi b/doc/gpg.texi index 715b599ec..d00e01f00 100644 --- a/doc/gpg.texi +++ b/doc/gpg.texi @@ -3202,7 +3202,7 @@ place, duplicate specification of the same filename is ignored, the last filename before a commit is used. The filename is used until a new filename is used (at commit points) and all keys are written to that file. If a new filename is given, this file is created (and -overwrites an existing one). For gnuPG versions prior to 2.1, both +overwrites an existing one). For GnuPG versions prior to 2.1, both control statements must be given. For GnuPG 2.1 and later @samp{%secring} is a no-op. @@ -3250,7 +3250,7 @@ The requested length of the generated key in bits. The default is returned by running the command @samp{gpg2 --gpgconf-list}. @item Key-Grip: @var{hexstring} -This is optional and used to generate a CSR or certificatet for an +This is optional and used to generate a CSR or certificate for an already existing key. Key-Length will be ignored when given. @item Key-Usage: @var{usage-list} -- cgit v1.2.3 From 31f548a18aed729c05ea367f2d8a8104480430d5 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Wed, 30 Nov 2011 17:14:08 +0100 Subject: Rewrite dns-cert.c to not use the gpg-only iobuf stuff. * common/dns-cert.c: Remove iobuf.h. (get_dns_cert): Rename to _get_dns_cert. Remove MAX_SIZE arg. Change iobuf arg to a estream-t. Rewrite function to make use of estream instead of iobuf. Require all parameters. Return an gpg_error_t error instead of the type. Add arg ERRSOURCE. * common/dns-cert.h (get_dns_cert): New macro to pass the error source to _gpg_dns_cert. * common/t-dns-cert.c (main): Adjust for changes in get_dns_cert. * g10/keyserver.c (keyserver_import_cert): Ditto. * doc/gpg.texi (GPG Configuration Options): Remove max-cert-size. --- doc/gpg.texi | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc') diff --git a/doc/gpg.texi b/doc/gpg.texi index d00e01f00..481e05e3d 100644 --- a/doc/gpg.texi +++ b/doc/gpg.texi @@ -1584,9 +1584,12 @@ are available for all keyserver types, some common options are: Set the proxy to use for HTTP and HKP keyservers. This overrides the "http_proxy" environment variable, if any. + +@ifclear gpgtwoone @item max-cert-size When retrieving a key via DNS CERT, only accept keys up to this size. Defaults to 16384 bytes. +@end ifclear @item debug Turn on debug output in the keyserver helper program. Note that the -- cgit v1.2.3 From 2336b09779d313c1594acf6df3bd8a8486e90458 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Thu, 1 Dec 2011 10:51:36 +0100 Subject: Generate the ChangeLog from commit logs. * scripts/gitlog-to-changelog: New script. Taken from gnulib. * scripts/git-log-fix: New file. * scripts/git-log-footer: New file. * doc/HACKING: Describe the ChangeLog policy * ChangeLog: New file. * Makefile.am (EXTRA_DIST): Add new files. (gen-ChangeLog): New. (dist-hook): Run gen-ChangeLog. Rename all ChangeLog files to ChangeLog-2011. --- doc/ChangeLog | 860 ---------------------------------------------------- doc/ChangeLog-2011 | 871 +++++++++++++++++++++++++++++++++++++++++++++++++++++ doc/HACKING | 31 +- doc/Makefile.am | 2 +- 4 files changed, 899 insertions(+), 865 deletions(-) delete mode 100644 doc/ChangeLog create mode 100644 doc/ChangeLog-2011 (limited to 'doc') diff --git a/doc/ChangeLog b/doc/ChangeLog deleted file mode 100644 index 17c58ecd4..000000000 --- a/doc/ChangeLog +++ /dev/null @@ -1,860 +0,0 @@ -2011-10-12 Werner Koch - - * gpg.texi: Add a bunch of opindex items. - - * yat2m.c (parse_file): Add hack to allow table indentation. - -2011-08-12 Werner Koch - - * texi.css: Override some elements. - * gnupg-log-tr.png: New. - * gnupg.texi: Use transparent logo. - -2011-03-01 Werner Koch - - * gpgsm.texi (CSR and certificate creation): New. - * gpg.texi (Unattended GPG key generation): New. - -2010-10-29 David Shaw - - * gpg.texi (GPG Configuration Options): Clarify that show-photos - doesn't work with --with-colons. --personal-digest-preferences - does not have a default any longer. - -2010-10-18 Werner Koch - - * DETAILS: Fix description of IMPORT_RES. Reported by Nicholas Cole. - -2010-10-11 Daniel Kahn Gillmor (wk) - - * gpg.texi (GPG Configuration Options) : Describe %v - and %V. - -2010-10-05 Werner Koch - - * Makefile.am (faq.txt faq.html, faq-online): New. - -2010-10-04 Werner Koch - - * faq.org: New. - * FAQ: Make it a static file with a pointer to the online location. - * Makefile.am (EXTRA_DIST): Remove faq.raw and faq.html. - (FAQ, faq.html): Remove these targets - -2010-09-28 Werner Koch - - * Makefile.am (AM_MAKEINFOFLAGS): Add define gpgtwoone. - -2010-09-28 David Shaw - - * gpg.texi (OpenPGP Options): Clarify that --force-v3-sigs - disables (not enables) v4 options. --force-v3-sigs defaults to - no. - -2010-08-18 Werner Koch - - * tools.texi (watchgnupg): Add examples section. - -2010-06-10 Werner Koch - - * Makefile.am (gnupg_TEXINFOS): Add dirmngr.texi. - (myman_sources): Ditto. - (myman_pages): Add dirmngr and dirmngr-client pages. - (noinst_MANS): Move gnupg.7 to man_MANS. - - * gnupg.texi: Include dirmngr.texi and add a menu entry. - * dirmngr.texi: New. Taken from the current SVN of the dirmngr - package and adjusted to fit into the GnuPG manual. Moved - dirmngr-cleint stuff to ... - * tools.texi (dirmngr-client): ... new. - -2009-11-18 Werner Koch - - * gpg.texi (GPG Key related Options): Describe - --skip-hidden-recipients. - -2009-10-19 David Shaw - - * gpg.texi (GPG Configuration Options): Clarify that ca-cert-file - is a generic store, the details of which depend on the underlying - libraries. - -2009-08-24 David Shaw - - * gpg.texi: Suggested new ordering for --edit-key. - -2009-08-17 David Shaw - - * gpg.texi (OpenPGP Options): Clarify that - personal-foo-preferences overrides recipient preferences (safely). - -2009-08-14 David Shaw - - * gpg.texi (GPG Configuration Options): Document keyserver options - check-cert and ca-cert-file. - -2009-08-06 Werner Koch - - * DETAILS: Describe the new INV_SNDR and NO_SNDR.. - -2009-07-31 David Shaw - - * gpg.texi (OpenPGP Options): Don't mention - --no-sk-comment (doesn't exist any longer). - -2009-07-23 David Shaw - - * gpg.texi (GPG Configuration Options): LDAP uses DNS-SD to locate - a server before falling back to keys.{domain}. - -2009-07-23 Werner Koch - - * help.txt (gpgsm.crl-problem): New. - -2009-07-22 Werner Koch - - * scdaemon.texi, instguide.texi, gpgsm.texi, sysnotes.texi - * glossary.texi, howto-create-a-server-cert.texi, tools.texi - * gpg-agent.texi, gpg.texi, debugging.texi: Typo fixes. Reported - by Jeroen Schot. Fixes bug#1093. - - * gpg.texi (GPG Configuration Options): Tell what files to backup. - * sysnotes.texi: Remove some warning notes for W32. - -2009-07-20 Werner Koch - - * gpg.texi (Operational GPG Commands): Add a note for --send-keys. - Fixes bug#1090. - -2009-07-06 Werner Koch - - * debugging.texi (Common Problems): Add a note about corrupted - keys in --search-keys. - -2009-06-02 Werner Koch - - * tools.texi (watchgnupg): Typo fix. Fixes bug#1065. - - * gpg-agent.texi (Agent Commands): Update description of --daemon. - -2009-05-20 Werner Koch - - * gpg.texi (GPG Configuration Options): Explain new meaning of - --enable-dsa2. - -2009-03-16 David Shaw - - * gpg.texi (GPG Configuration Options): Document keyserver-options - debug. - -2009-03-04 Werner Koch - - * help.txt (gpg.keygen.size): Add a link to web page. - -2009-03-03 Werner Koch - - * gpg.texi (Operational GPG Commands): "merge-only" is an - import-option. Reported by Joseph Oreste Bruni. - -2009-03-02 Werner Koch - - * gpg-agent.texi (Invoking GPG-AGENT): Modernized instructions. - (Agent Options): Fix spelling of option --lc-ctype. - -2009-01-12 Werner Koch - - * faq.raw: Fix bug reorting address. - -2008-12-12 Werner Koch - - * gpgsm.texi (General GPGSM Commands): Fix --help, --version and - --warranty wording. - -2008-12-08 Werner Koch - - * DETAILS: Clarify the use of "trust" and "validity" as suggested - by Daniel Kahn Gillmor. Fix some typos. Remove the outdated - sections on packet headers and pipemode. Point to the libgcrypt - manual for a description of the key generation. - -2008-11-12 Werner Koch - - * gpg-agent.texi (Agent Options): Use Posix $() instead of - backticks to avoid rendering problems. - -2008-10-13 Werner Koch - - * gpgsm.texi (Certificate Management): Explain hot to delete the - secret key. - -2008-10-01 Werner Koch - - * tools.texi (Controlling gpg-connect-agent): Describe /datafile. - -2008-09-23 David Shaw - - * gpg.texi (OpenPGP Key Management): Clarify setpref a bit. - -2008-08-30 Werner Koch - - * yat2m.c (write_th): Print a note that this is generated source. - (VERSION): Bump up to 1.0. - -2008-07-30 Werner Koch - - * gpgsm.texi (GPGSM Configuration): Mention com-cert.pem. - -2008-06-25 Werner Koch - - * qualified.txt: Add new BnetzA certs 12R and 13R. - * com-certs.pem: Ditto. - * examples/trustlist.txt: Ditto. - -2008-06-19 Werner Koch - - * tools.texi (Listing options): Describe new complect gpgconf type - "alias list". - -2008-06-16 Werner Koch - - * DETAILS (group): Document %ask-passphrase. - -2008-05-26 Werner Koch - - * gpgv.texi: Minor fixes. Fixes bug#918. - - * opt-homedir.texi: Typo fixes. Fixes bug#917. - -2008-05-26 Marcus Brinkmann - - * tools.texi (Invoking gpgconf): Document --list-dirs. - -2008-05-20 Marcus Brinkmann - - * tools.texi (Invoking gpgconf): Add --dry-run and --check-options. - (Checking programs): Document --check-options. - -2008-05-15 Marcus Brinkmann - - * gpg.texi (Operational GPG Commands): Mention the way to change - the default signing key. - -2008-05-06 Werner Koch - - * Makefile.am (myman_pages): Add gpg-zip.1. - - * tools.texi (gpg-zip): Add new section. - -2008-04-08 Werner Koch - - * gpg.texi (GPG Configuration Options): Change subkeys.pgp.net to - keys.gnupg.net. Describe --auto-key-locate mechanisms local and - nodefault. - -2008-04-03 Werner Koch - - * yat2m.c (proc_texi_cmd): Remove extra apostrophe from @samp and - use open and close quote to @file and @env. - -2008-04-02 Werner Koch - - * opt-homedir.texi: Remove special case for Registry key. - - * yat2m.c (proc_texi_cmd): Use the \(aq glyph for @samp. This is - bug#898. - (proc_texi_buffer): Handle backslashs correctly. - -2008-03-27 Werner Koch - - * Makefile.am (nobase_dist_doc_DATA, dist_html_DATA): New. Move - relevant files to here. - (install-html-local): Remove. - -2008-02-27 Marcus Brinkmann - - * tools.texi (Listing options): Document new types. - -2008-02-26 Werner Koch - - * gpg.texi (GPG Configuration Options): Mention rfc4398. - -2008-02-05 David Shaw - - * gpg.texi (GPG Esoteric Options): Tweak mention of Tempest font - to add a "claimed" in there. - -2008-01-29 Justin Pryzby (wk) - - * gpg-agent.texi (Agent Options): Grammar fixes - - * qualified.txt: Spelling fixes. - -2008-01-28 Justin Pryzby (wk) - - * gpg-agent.texi, yat2m.c, scdaemon.texi, qualified.txt - * tools.texi, gpgsm.texi: Typo fixes and minor grammer fixes. - -2008-01-10 Werner Koch - - * qualified.txt: Add missing country tag to the last entries. - Reported by Marcus Brinkmann. - -2008-01-10 Marcus Brinkmann - - * tools.texi (gpgconf): Some clarifications. - -2008-01-02 Werner Koch - - * gpg.texi (GPG Esoteric Options): Mention --log-file. - -2007-12-13 Werner Koch - - * qualified.txt: Add 2 root certs from S-Trust for 2008-2012. - * examples/trustlist.txt: Ditto. - * com-certs.pem: Ditto. - - * gpgsm.texi (Esoteric Options): Document --extra-digest-algo. - -2007-12-12 Werner Koch - - * gpg.texi: Typo fixes. From Christer Andersson. - -2007-12-04 Werner Koch - - * help.txt: New online help file. - * help.be.txt, help.ca.txt, help.cs.txt, help.da.txt, help.de.txt - * help.el.txt, help.eo.txt, help.es.txt, help.et.txt, help.fi.txt - * help.fr.txt, help.gl.txt, help.hu.txt, help.id.txt, help.it.txt - * help.ja.txt, help.nb.txt, help.pl.txt, help.pt.txt - * help.pt_BR.txt, help.ro.txt, help.ru.txt, help.sk.txt - * help.sv.txt, help.tr.txt, help.zh_CN.txt, help.zh_TW.txt: New - online file, generated from teh current po files. - * Makefile.am (dist_pkgdata_DATA): Add them. - -2007-11-19 Werner Koch - - * gpg.texi (GPG Configuration Options): English Grammar fix. - Thanks to Gerg Troxel. - - * gpgsm.texi (Certificate Options): Document - --auto-issuer-key-retrieve. - -2007-11-15 Werner Koch - - * gpg.texi (GPG Configuration): Add PINENTRY_USER_DATA. - - * gpg-agent.texi (Agent Options): Add xauthority. - -2007-10-31 Marcus Brinkmann - - * gpg-agent.texi (Agent Options): Fix typos, by Bernhard Reiter. - -2007-10-27 David Shaw - - * gpg.texi: Document --rfc4880 (the new --openpgp). - -2007-10-25 David Shaw - - * gpg.texi: Clarify --force-v3-sigs, --pgp2, and --pgp6 a bit. - -2007-10-23 Werner Koch - - * tools.texi (Listing global options): New. - -2007-10-19 Werner Koch - - * tools.texi (Controlling gpg-connect-agent): Updated. - -2007-08-29 Werner Koch - - * tools.texi (Checking programs): New. - -2007-08-27 Werner Koch - - * examples/pwpattern.list: New. - -2007-08-24 Werner Koch - - * debugging.texi (Common Problems): Add "A root certifciate does - not validate." - -2007-08-14 Werner Koch - - * glossary.texi (Glossary): Add a more items. - -2007-08-13 Werner Koch - - * yat2m.c (proc_texi_cmd): Do not put @samp content between two - newlines. - - * gpg-agent.texi (Agent Configuration): Explain the CM flag for - trustlist.txt. - -2007-08-09 Werner Koch - - * gpgsm.texi (Certificate Options): Describe --validation-model. - -2007-07-23 Werner Koch - - * scdaemon.texi (Scdaemon Commands): Remove obsolete --print-atr. - -2007-07-17 Werner Koch - - * gpgsm.texi (Input and Output): Document --default-key. - -2007-07-04 Werner Koch - - * gpl.texi: Updated to GPLv3. - -2007-06-22 Werner Koch - - * gpg.texi (Operational GPG Commands): Describe the flags used by - --check-sigs. - -2007-06-21 Werner Koch - - * gpgsm.texi (Certificate Management): Changed description of - --gen-key. - -2007-06-19 Werner Koch - - * glossary.texi (Glossary): Describe PSE. - -2007-06-18 Werner Koch - - * gpg-agent.texi (Agent GETINFO): New. - -2007-06-06 Werner Koch - - * Makefile.am (yat2m): Use a plain rule to build it for the sake - of cross-compiling. - - * yat2m.c (finish_page): Init SECT to NULL. - -2007-05-11 Werner Koch - - * gpgsm.texi (--export): Enhanced description. - -2007-05-09 Werner Koch - - * examples/gpgconf.conf: Remove active example line. - - * Makefile.am (online): Distinguish between released and svn manuals. - -2007-05-08 Werner Koch - - * howtos.texi: New. - * howto-create-a-server-cert.texi: New. - * Makefile.am (gnupg_TEXINFOS): Add new files. - - * gnupg.texi: Moved the logo for HTML more to the top. - * Makefile.am (install-html-local): New. - (DVIPS): Redefine to include srcdir. - -2007-05-04 Werner Koch - - * gnupg.texi (Top): Fix typo and a grammar issue. - * Makefile.am (EXTRA_DIST): Add gnupg-logo.png. Suggested by - Bernard Leak. - -2007-04-15 David Shaw - - * gpg.texi (OpenPGP Options): Update the personal-foo-preferences - documentation a bit. - -2007-04-10 Werner Koch - - * gpg.texi (GPG Configuration Options): Document --batch, no-tty, - --yes and --no. - -2007-03-08 Werner Koch - - * gnupg-logo.png, gnupg-logo.eps, gnupg-logo.pdf: New. - * gnupg-badge-openpgp.eps, gnupg-badge-openpgp.eps - * gnupg-badge-openpgp.jpg: Removed. - * gnupg.texi: Use new logo. - -2007-03-07 Werner Koch - - * tools.texi (applygnupgdefaults): New. - -2007-03-06 Werner Koch - - * examples/gpgconf.conf: New. - -2007-03-04 David Shaw - - * gpg.texi (GPG Esoteric Options): Document - --allow-multiple-messages. - -2007-02-26 Werner Koch - - * gpg.texi (GPG Configuration): Document envvar LANGUAGE. - (GPG Configuration Options): Document show-primary-uid-only. - -2007-02-18 Werner Koch - - * gpg.texi (GPG Esoteric Options): No card reader options for gpg2. - -2007-02-14 Werner Koch - - * gpg-agent.texi (Agent Options): Doc --pinentry-touch-file. - -2007-02-05 Werner Koch - - * debugging.texi (Common Problems): Tell how to export a private - key without a certificate. - -2007-01-30 Werner Koch - - * com-certs.pem: Added the current root certifcates of D-Trust and - S-Trust. - -2007-01-18 David Shaw - - * gpg.texi, specify-user-id.texi: Only some of the mentions of - exclamation marks have an example. Give examples to the rest. - -2007-01-17 David Shaw - - * gpg.texi (GPG Configuration Options): Make http_proxy option - documentation match reality. - (BUGS): Warn about hibernate/safe-sleep/etc writing main RAM to - disk, despite locking. - -2006-12-08 Werner Koch - - * gnupg.texi (direntry): Rename gpg to gpg2. - -2006-12-04 Werner Koch - - * gpgv.texi: New. - * tools.texi: Include new file. - -2006-12-02 David Shaw - - * gpg.texi (GPG Esoteric Options): Document --passphrase-repeat. - -2006-11-14 Werner Koch - - * gpgsm.texi (GPGSM EXPORT): Document changes. - -2006-11-11 Werner Koch - - * gnupg.texi (Top): Move gpg-agent part before gpg. - -2006-11-05 David Shaw - - * gpg.texi: Reference to --s2k-count in --s2k-mode. - -2006-10-30 Werner Koch - - * faq.raw: Minor corrections. - -2006-10-12 Werner Koch - - * Makefile.am (man_MANS): Do not install gnupg.7 due to a conflict - with gpg1. - -2006-10-12 David Shaw - - * gpg.texi: Document --s2k-count. - -2006-09-25 Werner Koch - - * gpg.texi (GPG Examples): Add markup to all options. This is - required to have the double dashs printed correclty. - -2006-09-22 Werner Koch - - * instguide.texi (Installation): New. - * assuan.texi (Assuan): Removed. Use the libassuan manual instead. - * gnupg.texi: Reflect these changes. - - * gpg.texi: Make some parts depend on the "gpgone" set - command. This allows us to use the same source for gpg1 and gpg2. - - * yat2m.c (parse_file): Better parsing of @ifset and ifclear. - (main): Allow definition of "-D gpgone". - (parse_file): Allow macro definitions. - (proc_texi_cmd): Expand macros. - (proc_texi_buffer): Process commands terminated by the closing - brace of the enclosing command. - -2006-09-20 Werner Koch - - * texi.css: New. Note that the current vesion of makeinfo has a - bug while copying the @import directive. A pacth has been send to - upstream. - -2006-09-19 Werner Koch - - * gpg.texi: Some restructuring. - - * Makefile.am (online): New target. - -2006-09-18 Werner Koch - - * com-certs.pem: New. - -2006-09-13 Werner Koch - - * gpg.texi (GPG Esoteric Options): Fixed typo in - --require-cross-certification and made it the default. - -2006-09-11 Werner Koch - - * HACKING: Cleaned up. - -2006-09-08 Werner Koch - - * yat2m.c (parse_file): Ignore @node lines immediately. - (proc_texi_cmd): No special @end ifset processing anymore. - - * specify-user-id.texi: New. Factored out of gpg.texi and ../README. - -2006-09-07 Werner Koch - - * scdaemon.texi (Scdaemon Configuration): New. - - * examples/scd-event: Event handler for sdaemon. - * examples/: New directory - -2006-08-22 Werner Koch - - * yat2m.c (parse_file): Added code to skip a line after @mansect. - - * gnupg7.texi: New. - -2006-08-21 Werner Koch - - * Makefile.am: Added other doc files from gpg 1.4. - -2006-08-17 Werner Koch - - * Makefile.am: Added rules to build man pages. - - * yat2m.c: New. - -2006-02-14 Werner Koch - - * gpgsm.texi (GPGSM Configuration): New section. - -2005-11-14 Werner Koch - - * qualified.txt: Added real information. - -2005-11-13 Werner Koch - - * qualified.txt: New. - * Makefile.am (dist_pkgdata_DATA): New. - -2005-08-16 Werner Koch - - * gpg-agent.texi (Agent Options): Note default file name for - --write-env-file. - -2005-06-03 Werner Koch - - * debugging.texi (Architecture Details): New section, mostly empty. - * gnupg-card-architecture.fig: New. - * Makefile.am: Rules to build png and eps versions. - - * gpg-agent.texi (Agent UPDATESTARTUPTTY): New. - -2005-05-17 Werner Koch - - * gpg-agent.texi (Agent Options): Removed --disable-pth. - -2005-04-27 Werner Koch - - * tools.texi (symcryptrun): Added. - - * scdaemon.texi: Removed OpenSC specific options. - -2005-04-20 Werner Koch - - * gpg-agent.texi (Agent Configuration): New section. - -2005-02-24 Werner Koch - - * tools.texi (gpg-connect-agent): New. - -2005-02-14 Werner Koch - - * gpgsm.texi (Certificate Management): Document --import. - -2005-01-27 Moritz Schulte - - * gpg-agent.texi: Document ssh-agent emulation layer. - -2005-01-04 Werner Koch - - * gnupg.texi: Updated to use @copying. - -2004-12-22 Werner Koch - - * gnupg.texi: Reordered. - * contrib.texi: Updated. - -2004-12-21 Werner Koch - - * tools.texi (gpg-preset-passphrase): New section. - - * gnupg-badge-openpgp.eps, gnupg-badge-openpgp.jpg: New - * gnupg.texi: Add a logo. - * sysnotes.texi: New. - -2004-11-05 Werner Koch - - * debugging.texi (Common Problems): Curses pinentry problem. - -2004-10-22 Werner Koch - - * tools.texi (Helper Tools): Document gpgsm-gencert.sh. - -2004-10-05 Werner Koch - - * gpg-agent.texi (Invoking GPG-AGENT): Tell that GPG_TTY needs to - be set in all cases. - -2004-09-30 Werner Koch - - * gpg.texi: New. - * gnupg.texi: Include gpg.texi - - * tools.texi: Add a few @command markups. - * gpgsm.texi: Ditto - * gpg-agent.texi: Ditto. - * scdaemon.texi: Ditto. - -2004-09-30 Marcus Brinkmann - - * tools.texi (Changing options): Add documentation for gpgconf. - - * contrib.texi (Contributors): Add two missing periods. - -2004-09-29 Werner Koch - - * gpgsm.texi (Configuration Options): Add --log-file. - - * gpg-agent.texi (Invoking GPG-AGENT): Add a few words about the - expected pinentry filename. - - Changed license of the manual stuff to GPL. - - * gnupg.texi (Top): New menu item Helper Tools. - - * tools.texi (Helper Tools): New. - * Makefile.am (gnupg_TEXINFOS): Add tools.texi. - -2004-08-05 Werner Koch - - * scdaemon.texi (Card applications): New section. - -2004-06-22 Werner Koch - - * glossary.texi: New. - -2004-06-18 Werner Koch - - * debugging.texi: New. - * gnupg.texi: Include it. - -2004-05-11 Werner Koch - - * gpgsm.texi (Esoteric Options): Add --debug-allow-core-dump. - -2004-05-03 Werner Koch - - * gpg-agent.texi (Agent Options): Add --allow-mark-trusted. - -2004-02-03 Werner Koch - - * contrib.texi (Contributors): Updated from the gpg 1.2.3 thanks - list. - * gpgsm.texi, gpg-agent.texi, scdaemon.texi: Language cleanups. - -2003-12-01 Werner Koch - - * gpgsm.texi (Certificate Options): Add --{enable,disable}-ocsp. - -2003-11-17 Werner Koch - - * scdaemon.texi (Scdaemon Options): Added --allow-admin and - --deny-admin. - -2003-10-27 Werner Koch - - * gpg-agent.texi (Agent GET_CONFIRMATION): New. - -2002-12-04 Werner Koch - - * gpg-agent.texi (Agent Signals): New. - -2002-12-03 Werner Koch - - * gpgsm.texi (Operational Commands): Add --passwd and - --call-protect-tool. - * gpg-agent.texi (Agent PASSWD): New - -2002-11-13 Werner Koch - - * gpg-agent.texi (Invoking GPG-AGENT): Tell about GPG_TTY. - -2002-11-12 Werner Koch - - * gpgsm.texi (Operational Commands): Add --call-dirmngr. - -2002-09-25 Werner Koch - - * gpg-agent.texi (Agent Options): Add --keep-tty and --keep-display. - -2002-09-12 Werner Koch - - * gpg-agent.texi (Invoking GPG-AGENT): Explained how to start only - one instance. - -2002-08-28 Werner Koch - - * gpg-agent.texi (Agent Options): Explained more options. - * scdaemon.texi (Scdaemon Options): Ditto. - -2002-08-09 Werner Koch - - * Makefile.am (gnupg_TEXINFOS): Include contrib.texi. - -2002-08-06 Werner Koch - - * gpgsm.texi: Added more options. - -2002-07-26 Werner Koch - - * assuan.texi: New. - * gpgsm.texi, scdaemon.texi, gpg-agent.texi: Documented the Assuan - protocol used. - -2002-07-22 Werner Koch - - * gnupg.texi, scdaemon.texi, gpg-agent.texi: New. - * contrib.texi, gpl.texi, fdl.texi: New. - * gpgsm.texi: Made this an include file for gnupg.texi. - * Makefile.am: Build gnupg.info instead of gpgsm.info. - -2002-06-04 Werner Koch - - * gpgsm.texi (Invocation): Described the various debug flags. - -2002-05-14 Werner Koch - - * Makefile.am, gpgsm.texi: New. - - Copyright 2002, 2004, 2005, 2006, 2007, 2008, 2010 Free Software Foundation, Inc. - - This file is free software; as a special exception the author gives - unlimited permission to copy and/or distribute it, with or without - modifications, as long as this notice is preserved. - - This file is distributed in the hope that it will be useful, but - WITHOUT ANY WARRANTY, to the extent permitted by law; without even the - implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. diff --git a/doc/ChangeLog-2011 b/doc/ChangeLog-2011 new file mode 100644 index 000000000..b830c0e11 --- /dev/null +++ b/doc/ChangeLog-2011 @@ -0,0 +1,871 @@ +2011-12-01 Werner Koch + + NB: ChangeLog files are no longer manually maintained. Starting + on December 1st, 2011 we put change information only in the GIT + commit log, and generate a top-level ChangeLog file from logs at + "make dist". See doc/HACKING for details. + +2011-10-12 Werner Koch + + * gpg.texi: Add a bunch of opindex items. + + * yat2m.c (parse_file): Add hack to allow table indentation. + +2011-08-12 Werner Koch + + * texi.css: Override some elements. + * gnupg-log-tr.png: New. + * gnupg.texi: Use transparent logo. + +2011-03-01 Werner Koch + + * gpgsm.texi (CSR and certificate creation): New. + * gpg.texi (Unattended GPG key generation): New. + +2010-10-29 David Shaw + + * gpg.texi (GPG Configuration Options): Clarify that show-photos + doesn't work with --with-colons. --personal-digest-preferences + does not have a default any longer. + +2010-10-18 Werner Koch + + * DETAILS: Fix description of IMPORT_RES. Reported by Nicholas Cole. + +2010-10-11 Daniel Kahn Gillmor (wk) + + * gpg.texi (GPG Configuration Options) : Describe %v + and %V. + +2010-10-05 Werner Koch + + * Makefile.am (faq.txt faq.html, faq-online): New. + +2010-10-04 Werner Koch + + * faq.org: New. + * FAQ: Make it a static file with a pointer to the online location. + * Makefile.am (EXTRA_DIST): Remove faq.raw and faq.html. + (FAQ, faq.html): Remove these targets + +2010-09-28 Werner Koch + + * Makefile.am (AM_MAKEINFOFLAGS): Add define gpgtwoone. + +2010-09-28 David Shaw + + * gpg.texi (OpenPGP Options): Clarify that --force-v3-sigs + disables (not enables) v4 options. --force-v3-sigs defaults to + no. + +2010-08-18 Werner Koch + + * tools.texi (watchgnupg): Add examples section. + +2010-06-10 Werner Koch + + * Makefile.am (gnupg_TEXINFOS): Add dirmngr.texi. + (myman_sources): Ditto. + (myman_pages): Add dirmngr and dirmngr-client pages. + (noinst_MANS): Move gnupg.7 to man_MANS. + + * gnupg.texi: Include dirmngr.texi and add a menu entry. + * dirmngr.texi: New. Taken from the current SVN of the dirmngr + package and adjusted to fit into the GnuPG manual. Moved + dirmngr-cleint stuff to ... + * tools.texi (dirmngr-client): ... new. + +2009-11-18 Werner Koch + + * gpg.texi (GPG Key related Options): Describe + --skip-hidden-recipients. + +2009-10-19 David Shaw + + * gpg.texi (GPG Configuration Options): Clarify that ca-cert-file + is a generic store, the details of which depend on the underlying + libraries. + +2009-08-24 David Shaw + + * gpg.texi: Suggested new ordering for --edit-key. + +2009-08-17 David Shaw + + * gpg.texi (OpenPGP Options): Clarify that + personal-foo-preferences overrides recipient preferences (safely). + +2009-08-14 David Shaw + + * gpg.texi (GPG Configuration Options): Document keyserver options + check-cert and ca-cert-file. + +2009-08-06 Werner Koch + + * DETAILS: Describe the new INV_SNDR and NO_SNDR.. + +2009-07-31 David Shaw + + * gpg.texi (OpenPGP Options): Don't mention + --no-sk-comment (doesn't exist any longer). + +2009-07-23 David Shaw + + * gpg.texi (GPG Configuration Options): LDAP uses DNS-SD to locate + a server before falling back to keys.{domain}. + +2009-07-23 Werner Koch + + * help.txt (gpgsm.crl-problem): New. + +2009-07-22 Werner Koch + + * scdaemon.texi, instguide.texi, gpgsm.texi, sysnotes.texi + * glossary.texi, howto-create-a-server-cert.texi, tools.texi + * gpg-agent.texi, gpg.texi, debugging.texi: Typo fixes. Reported + by Jeroen Schot. Fixes bug#1093. + + * gpg.texi (GPG Configuration Options): Tell what files to backup. + * sysnotes.texi: Remove some warning notes for W32. + +2009-07-20 Werner Koch + + * gpg.texi (Operational GPG Commands): Add a note for --send-keys. + Fixes bug#1090. + +2009-07-06 Werner Koch + + * debugging.texi (Common Problems): Add a note about corrupted + keys in --search-keys. + +2009-06-02 Werner Koch + + * tools.texi (watchgnupg): Typo fix. Fixes bug#1065. + + * gpg-agent.texi (Agent Commands): Update description of --daemon. + +2009-05-20 Werner Koch + + * gpg.texi (GPG Configuration Options): Explain new meaning of + --enable-dsa2. + +2009-03-16 David Shaw + + * gpg.texi (GPG Configuration Options): Document keyserver-options + debug. + +2009-03-04 Werner Koch + + * help.txt (gpg.keygen.size): Add a link to web page. + +2009-03-03 Werner Koch + + * gpg.texi (Operational GPG Commands): "merge-only" is an + import-option. Reported by Joseph Oreste Bruni. + +2009-03-02 Werner Koch + + * gpg-agent.texi (Invoking GPG-AGENT): Modernized instructions. + (Agent Options): Fix spelling of option --lc-ctype. + +2009-01-12 Werner Koch + + * faq.raw: Fix bug reorting address. + +2008-12-12 Werner Koch + + * gpgsm.texi (General GPGSM Commands): Fix --help, --version and + --warranty wording. + +2008-12-08 Werner Koch + + * DETAILS: Clarify the use of "trust" and "validity" as suggested + by Daniel Kahn Gillmor. Fix some typos. Remove the outdated + sections on packet headers and pipemode. Point to the libgcrypt + manual for a description of the key generation. + +2008-11-12 Werner Koch + + * gpg-agent.texi (Agent Options): Use Posix $() instead of + backticks to avoid rendering problems. + +2008-10-13 Werner Koch + + * gpgsm.texi (Certificate Management): Explain hot to delete the + secret key. + +2008-10-01 Werner Koch + + * tools.texi (Controlling gpg-connect-agent): Describe /datafile. + +2008-09-23 David Shaw + + * gpg.texi (OpenPGP Key Management): Clarify setpref a bit. + +2008-08-30 Werner Koch + + * yat2m.c (write_th): Print a note that this is generated source. + (VERSION): Bump up to 1.0. + +2008-07-30 Werner Koch + + * gpgsm.texi (GPGSM Configuration): Mention com-cert.pem. + +2008-06-25 Werner Koch + + * qualified.txt: Add new BnetzA certs 12R and 13R. + * com-certs.pem: Ditto. + * examples/trustlist.txt: Ditto. + +2008-06-19 Werner Koch + + * tools.texi (Listing options): Describe new complect gpgconf type + "alias list". + +2008-06-16 Werner Koch + + * DETAILS (group): Document %ask-passphrase. + +2008-05-26 Werner Koch + + * gpgv.texi: Minor fixes. Fixes bug#918. + + * opt-homedir.texi: Typo fixes. Fixes bug#917. + +2008-05-26 Marcus Brinkmann + + * tools.texi (Invoking gpgconf): Document --list-dirs. + +2008-05-20 Marcus Brinkmann + + * tools.texi (Invoking gpgconf): Add --dry-run and --check-options. + (Checking programs): Document --check-options. + +2008-05-15 Marcus Brinkmann + + * gpg.texi (Operational GPG Commands): Mention the way to change + the default signing key. + +2008-05-06 Werner Koch + + * Makefile.am (myman_pages): Add gpg-zip.1. + + * tools.texi (gpg-zip): Add new section. + +2008-04-08 Werner Koch + + * gpg.texi (GPG Configuration Options): Change subkeys.pgp.net to + keys.gnupg.net. Describe --auto-key-locate mechanisms local and + nodefault. + +2008-04-03 Werner Koch + + * yat2m.c (proc_texi_cmd): Remove extra apostrophe from @samp and + use open and close quote to @file and @env. + +2008-04-02 Werner Koch + + * opt-homedir.texi: Remove special case for Registry key. + + * yat2m.c (proc_texi_cmd): Use the \(aq glyph for @samp. This is + bug#898. + (proc_texi_buffer): Handle backslashs correctly. + +2008-03-27 Werner Koch + + * Makefile.am (nobase_dist_doc_DATA, dist_html_DATA): New. Move + relevant files to here. + (install-html-local): Remove. + +2008-02-27 Marcus Brinkmann + + * tools.texi (Listing options): Document new types. + +2008-02-26 Werner Koch + + * gpg.texi (GPG Configuration Options): Mention rfc4398. + +2008-02-05 David Shaw + + * gpg.texi (GPG Esoteric Options): Tweak mention of Tempest font + to add a "claimed" in there. + +2008-01-29 Justin Pryzby (wk) + + * gpg-agent.texi (Agent Options): Grammar fixes + + * qualified.txt: Spelling fixes. + +2008-01-28 Justin Pryzby (wk) + + * gpg-agent.texi, yat2m.c, scdaemon.texi, qualified.txt + * tools.texi, gpgsm.texi: Typo fixes and minor grammer fixes. + +2008-01-10 Werner Koch + + * qualified.txt: Add missing country tag to the last entries. + Reported by Marcus Brinkmann. + +2008-01-10 Marcus Brinkmann + + * tools.texi (gpgconf): Some clarifications. + +2008-01-02 Werner Koch + + * gpg.texi (GPG Esoteric Options): Mention --log-file. + +2007-12-13 Werner Koch + + * qualified.txt: Add 2 root certs from S-Trust for 2008-2012. + * examples/trustlist.txt: Ditto. + * com-certs.pem: Ditto. + + * gpgsm.texi (Esoteric Options): Document --extra-digest-algo. + +2007-12-12 Werner Koch + + * gpg.texi: Typo fixes. From Christer Andersson. + +2007-12-04 Werner Koch + + * help.txt: New online help file. + * help.be.txt, help.ca.txt, help.cs.txt, help.da.txt, help.de.txt + * help.el.txt, help.eo.txt, help.es.txt, help.et.txt, help.fi.txt + * help.fr.txt, help.gl.txt, help.hu.txt, help.id.txt, help.it.txt + * help.ja.txt, help.nb.txt, help.pl.txt, help.pt.txt + * help.pt_BR.txt, help.ro.txt, help.ru.txt, help.sk.txt + * help.sv.txt, help.tr.txt, help.zh_CN.txt, help.zh_TW.txt: New + online file, generated from teh current po files. + * Makefile.am (dist_pkgdata_DATA): Add them. + +2007-11-19 Werner Koch + + * gpg.texi (GPG Configuration Options): English Grammar fix. + Thanks to Gerg Troxel. + + * gpgsm.texi (Certificate Options): Document + --auto-issuer-key-retrieve. + +2007-11-15 Werner Koch + + * gpg.texi (GPG Configuration): Add PINENTRY_USER_DATA. + + * gpg-agent.texi (Agent Options): Add xauthority. + +2007-10-31 Marcus Brinkmann + + * gpg-agent.texi (Agent Options): Fix typos, by Bernhard Reiter. + +2007-10-27 David Shaw + + * gpg.texi: Document --rfc4880 (the new --openpgp). + +2007-10-25 David Shaw + + * gpg.texi: Clarify --force-v3-sigs, --pgp2, and --pgp6 a bit. + +2007-10-23 Werner Koch + + * tools.texi (Listing global options): New. + +2007-10-19 Werner Koch + + * tools.texi (Controlling gpg-connect-agent): Updated. + +2007-08-29 Werner Koch + + * tools.texi (Checking programs): New. + +2007-08-27 Werner Koch + + * examples/pwpattern.list: New. + +2007-08-24 Werner Koch + + * debugging.texi (Common Problems): Add "A root certifciate does + not validate." + +2007-08-14 Werner Koch + + * glossary.texi (Glossary): Add a more items. + +2007-08-13 Werner Koch + + * yat2m.c (proc_texi_cmd): Do not put @samp content between two + newlines. + + * gpg-agent.texi (Agent Configuration): Explain the CM flag for + trustlist.txt. + +2007-08-09 Werner Koch + + * gpgsm.texi (Certificate Options): Describe --validation-model. + +2007-07-23 Werner Koch + + * scdaemon.texi (Scdaemon Commands): Remove obsolete --print-atr. + +2007-07-17 Werner Koch + + * gpgsm.texi (Input and Output): Document --default-key. + +2007-07-04 Werner Koch + + * gpl.texi: Updated to GPLv3. + +2007-06-22 Werner Koch + + * gpg.texi (Operational GPG Commands): Describe the flags used by + --check-sigs. + +2007-06-21 Werner Koch + + * gpgsm.texi (Certificate Management): Changed description of + --gen-key. + +2007-06-19 Werner Koch + + * glossary.texi (Glossary): Describe PSE. + +2007-06-18 Werner Koch + + * gpg-agent.texi (Agent GETINFO): New. + +2007-06-06 Werner Koch + + * Makefile.am (yat2m): Use a plain rule to build it for the sake + of cross-compiling. + + * yat2m.c (finish_page): Init SECT to NULL. + +2007-05-11 Werner Koch + + * gpgsm.texi (--export): Enhanced description. + +2007-05-09 Werner Koch + + * examples/gpgconf.conf: Remove active example line. + + * Makefile.am (online): Distinguish between released and svn manuals. + +2007-05-08 Werner Koch + + * howtos.texi: New. + * howto-create-a-server-cert.texi: New. + * Makefile.am (gnupg_TEXINFOS): Add new files. + + * gnupg.texi: Moved the logo for HTML more to the top. + * Makefile.am (install-html-local): New. + (DVIPS): Redefine to include srcdir. + +2007-05-04 Werner Koch + + * gnupg.texi (Top): Fix typo and a grammar issue. + * Makefile.am (EXTRA_DIST): Add gnupg-logo.png. Suggested by + Bernard Leak. + +2007-04-15 David Shaw + + * gpg.texi (OpenPGP Options): Update the personal-foo-preferences + documentation a bit. + +2007-04-10 Werner Koch + + * gpg.texi (GPG Configuration Options): Document --batch, no-tty, + --yes and --no. + +2007-03-08 Werner Koch + + * gnupg-logo.png, gnupg-logo.eps, gnupg-logo.pdf: New. + * gnupg-badge-openpgp.eps, gnupg-badge-openpgp.eps + * gnupg-badge-openpgp.jpg: Removed. + * gnupg.texi: Use new logo. + +2007-03-07 Werner Koch + + * tools.texi (applygnupgdefaults): New. + +2007-03-06 Werner Koch + + * examples/gpgconf.conf: New. + +2007-03-04 David Shaw + + * gpg.texi (GPG Esoteric Options): Document + --allow-multiple-messages. + +2007-02-26 Werner Koch + + * gpg.texi (GPG Configuration): Document envvar LANGUAGE. + (GPG Configuration Options): Document show-primary-uid-only. + +2007-02-18 Werner Koch + + * gpg.texi (GPG Esoteric Options): No card reader options for gpg2. + +2007-02-14 Werner Koch + + * gpg-agent.texi (Agent Options): Doc --pinentry-touch-file. + +2007-02-05 Werner Koch + + * debugging.texi (Common Problems): Tell how to export a private + key without a certificate. + +2007-01-30 Werner Koch + + * com-certs.pem: Added the current root certifcates of D-Trust and + S-Trust. + +2007-01-18 David Shaw + + * gpg.texi, specify-user-id.texi: Only some of the mentions of + exclamation marks have an example. Give examples to the rest. + +2007-01-17 David Shaw + + * gpg.texi (GPG Configuration Options): Make http_proxy option + documentation match reality. + (BUGS): Warn about hibernate/safe-sleep/etc writing main RAM to + disk, despite locking. + +2006-12-08 Werner Koch + + * gnupg.texi (direntry): Rename gpg to gpg2. + +2006-12-04 Werner Koch + + * gpgv.texi: New. + * tools.texi: Include new file. + +2006-12-02 David Shaw + + * gpg.texi (GPG Esoteric Options): Document --passphrase-repeat. + +2006-11-14 Werner Koch + + * gpgsm.texi (GPGSM EXPORT): Document changes. + +2006-11-11 Werner Koch + + * gnupg.texi (Top): Move gpg-agent part before gpg. + +2006-11-05 David Shaw + + * gpg.texi: Reference to --s2k-count in --s2k-mode. + +2006-10-30 Werner Koch + + * faq.raw: Minor corrections. + +2006-10-12 Werner Koch + + * Makefile.am (man_MANS): Do not install gnupg.7 due to a conflict + with gpg1. + +2006-10-12 David Shaw + + * gpg.texi: Document --s2k-count. + +2006-09-25 Werner Koch + + * gpg.texi (GPG Examples): Add markup to all options. This is + required to have the double dashs printed correclty. + +2006-09-22 Werner Koch + + * instguide.texi (Installation): New. + * assuan.texi (Assuan): Removed. Use the libassuan manual instead. + * gnupg.texi: Reflect these changes. + + * gpg.texi: Make some parts depend on the "gpgone" set + command. This allows us to use the same source for gpg1 and gpg2. + + * yat2m.c (parse_file): Better parsing of @ifset and ifclear. + (main): Allow definition of "-D gpgone". + (parse_file): Allow macro definitions. + (proc_texi_cmd): Expand macros. + (proc_texi_buffer): Process commands terminated by the closing + brace of the enclosing command. + +2006-09-20 Werner Koch + + * texi.css: New. Note that the current vesion of makeinfo has a + bug while copying the @import directive. A pacth has been send to + upstream. + +2006-09-19 Werner Koch + + * gpg.texi: Some restructuring. + + * Makefile.am (online): New target. + +2006-09-18 Werner Koch + + * com-certs.pem: New. + +2006-09-13 Werner Koch + + * gpg.texi (GPG Esoteric Options): Fixed typo in + --require-cross-certification and made it the default. + +2006-09-11 Werner Koch + + * HACKING: Cleaned up. + +2006-09-08 Werner Koch + + * yat2m.c (parse_file): Ignore @node lines immediately. + (proc_texi_cmd): No special @end ifset processing anymore. + + * specify-user-id.texi: New. Factored out of gpg.texi and ../README. + +2006-09-07 Werner Koch + + * scdaemon.texi (Scdaemon Configuration): New. + + * examples/scd-event: Event handler for sdaemon. + * examples/: New directory + +2006-08-22 Werner Koch + + * yat2m.c (parse_file): Added code to skip a line after @mansect. + + * gnupg7.texi: New. + +2006-08-21 Werner Koch + + * Makefile.am: Added other doc files from gpg 1.4. + +2006-08-17 Werner Koch + + * Makefile.am: Added rules to build man pages. + + * yat2m.c: New. + +2006-02-14 Werner Koch + + * gpgsm.texi (GPGSM Configuration): New section. + +2005-11-14 Werner Koch + + * qualified.txt: Added real information. + +2005-11-13 Werner Koch + + * qualified.txt: New. + * Makefile.am (dist_pkgdata_DATA): New. + +2005-08-16 Werner Koch + + * gpg-agent.texi (Agent Options): Note default file name for + --write-env-file. + +2005-06-03 Werner Koch + + * debugging.texi (Architecture Details): New section, mostly empty. + * gnupg-card-architecture.fig: New. + * Makefile.am: Rules to build png and eps versions. + + * gpg-agent.texi (Agent UPDATESTARTUPTTY): New. + +2005-05-17 Werner Koch + + * gpg-agent.texi (Agent Options): Removed --disable-pth. + +2005-04-27 Werner Koch + + * tools.texi (symcryptrun): Added. + + * scdaemon.texi: Removed OpenSC specific options. + +2005-04-20 Werner Koch + + * gpg-agent.texi (Agent Configuration): New section. + +2005-02-24 Werner Koch + + * tools.texi (gpg-connect-agent): New. + +2005-02-14 Werner Koch + + * gpgsm.texi (Certificate Management): Document --import. + +2005-01-27 Moritz Schulte + + * gpg-agent.texi: Document ssh-agent emulation layer. + +2005-01-04 Werner Koch + + * gnupg.texi: Updated to use @copying. + +2004-12-22 Werner Koch + + * gnupg.texi: Reordered. + * contrib.texi: Updated. + +2004-12-21 Werner Koch + + * tools.texi (gpg-preset-passphrase): New section. + + * gnupg-badge-openpgp.eps, gnupg-badge-openpgp.jpg: New + * gnupg.texi: Add a logo. + * sysnotes.texi: New. + +2004-11-05 Werner Koch + + * debugging.texi (Common Problems): Curses pinentry problem. + +2004-10-22 Werner Koch + + * tools.texi (Helper Tools): Document gpgsm-gencert.sh. + +2004-10-05 Werner Koch + + * gpg-agent.texi (Invoking GPG-AGENT): Tell that GPG_TTY needs to + be set in all cases. + +2004-09-30 Werner Koch + + * gpg.texi: New. + * gnupg.texi: Include gpg.texi + + * tools.texi: Add a few @command markups. + * gpgsm.texi: Ditto + * gpg-agent.texi: Ditto. + * scdaemon.texi: Ditto. + +2004-09-30 Marcus Brinkmann + + * tools.texi (Changing options): Add documentation for gpgconf. + + * contrib.texi (Contributors): Add two missing periods. + +2004-09-29 Werner Koch + + * gpgsm.texi (Configuration Options): Add --log-file. + + * gpg-agent.texi (Invoking GPG-AGENT): Add a few words about the + expected pinentry filename. + + Changed license of the manual stuff to GPL. + + * gnupg.texi (Top): New menu item Helper Tools. + + * tools.texi (Helper Tools): New. + * Makefile.am (gnupg_TEXINFOS): Add tools.texi. + +2004-08-05 Werner Koch + + * scdaemon.texi (Card applications): New section. + +2004-06-22 Werner Koch + + * glossary.texi: New. + +2004-06-18 Werner Koch + + * debugging.texi: New. + * gnupg.texi: Include it. + +2004-05-11 Werner Koch + + * gpgsm.texi (Esoteric Options): Add --debug-allow-core-dump. + +2004-05-03 Werner Koch + + * gpg-agent.texi (Agent Options): Add --allow-mark-trusted. + +2004-02-03 Werner Koch + + * contrib.texi (Contributors): Updated from the gpg 1.2.3 thanks + list. + * gpgsm.texi, gpg-agent.texi, scdaemon.texi: Language cleanups. + +2003-12-01 Werner Koch + + * gpgsm.texi (Certificate Options): Add --{enable,disable}-ocsp. + +2003-11-17 Werner Koch + + * scdaemon.texi (Scdaemon Options): Added --allow-admin and + --deny-admin. + +2003-10-27 Werner Koch + + * gpg-agent.texi (Agent GET_CONFIRMATION): New. + +2002-12-04 Werner Koch + + * gpg-agent.texi (Agent Signals): New. + +2002-12-03 Werner Koch + + * gpgsm.texi (Operational Commands): Add --passwd and + --call-protect-tool. + * gpg-agent.texi (Agent PASSWD): New + +2002-11-13 Werner Koch + + * gpg-agent.texi (Invoking GPG-AGENT): Tell about GPG_TTY. + +2002-11-12 Werner Koch + + * gpgsm.texi (Operational Commands): Add --call-dirmngr. + +2002-09-25 Werner Koch + + * gpg-agent.texi (Agent Options): Add --keep-tty and --keep-display. + +2002-09-12 Werner Koch + + * gpg-agent.texi (Invoking GPG-AGENT): Explained how to start only + one instance. + +2002-08-28 Werner Koch + + * gpg-agent.texi (Agent Options): Explained more options. + * scdaemon.texi (Scdaemon Options): Ditto. + +2002-08-09 Werner Koch + + * Makefile.am (gnupg_TEXINFOS): Include contrib.texi. + +2002-08-06 Werner Koch + + * gpgsm.texi: Added more options. + +2002-07-26 Werner Koch + + * assuan.texi: New. + * gpgsm.texi, scdaemon.texi, gpg-agent.texi: Documented the Assuan + protocol used. + +2002-07-22 Werner Koch + + * gnupg.texi, scdaemon.texi, gpg-agent.texi: New. + * contrib.texi, gpl.texi, fdl.texi: New. + * gpgsm.texi: Made this an include file for gnupg.texi. + * Makefile.am: Build gnupg.info instead of gpgsm.info. + +2002-06-04 Werner Koch + + * gpgsm.texi (Invocation): Described the various debug flags. + +2002-05-14 Werner Koch + + * Makefile.am, gpgsm.texi: New. + + Copyright 2002, 2004, 2005, 2006, 2007, 2008, 2010 Free Software Foundation, Inc. + + This file is free software; as a special exception the author gives + unlimited permission to copy and/or distribute it, with or without + modifications, as long as this notice is preserved. + + This file is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY, to the extent permitted by law; without even the + implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + +Local Variables: +buffer-read-only: t +End: diff --git a/doc/HACKING b/doc/HACKING index 07f09c56b..d6cb8ab4c 100644 --- a/doc/HACKING +++ b/doc/HACKING @@ -3,7 +3,30 @@ (Some notes on GNUPG internals.) - ===> Under construction <======= +* No more ChangeLog files + +Do not modify any of the ChangeLog files in GnuPG. Starting on +December 1st, 2011 we put change information only in the GIT commit +log, and generate a top-level ChangeLog file from logs at "make dist" +time. As such, there are strict requirements on the form of the +commit log messages. The old ChangeLog files have all be renamed to +ChangeLog-2011 + + +* Commit log requirements + +Your commit log should always start with a one-line summary, the second +line should be blank, and the remaining lines are usually ChangeLog-style +entries for all affected files. However, it's fine -- even recommended -- +to write a few lines of prose describing the change, when the summary +and ChangeLog entries don't give enough of the big picture. Omit the +leading TABs that you're used to seeing in a "real" ChangeLog file, but +keep the maximum line length at 72 or smaller, so that the generated +ChangeLog lines, each with its leading TAB, will not exceed 80 columns. + + + +===> What follows is probably out of date <=== RFCs @@ -63,7 +86,7 @@ g10/keydb.h g10/keyid.c Helper functions to get the keyid, fingerprint etc. -g10/trustdb.c +g10/trustdb.c g10/trustdb.h g10/tdbdump.c Management of the trustdb.gpg @@ -74,7 +97,7 @@ g10/delkey.c Delete a key g10/kbnode.c Helper for the KBNODE linked list g10/main.h Prototypes and some constants g10/mainproc.c Message processing -g10/armor.c Ascii armor filter +g10/armor.c Ascii armor filter g10/mdfilter.c Filter to calculate hashs g10/textfilter.c Filter to handle CR/LF and trailing white space g10/cipher.c En-/Decryption filter @@ -88,7 +111,7 @@ g10/hkp.h Keyserver access g10/hkp.c g10/packet.h Defintion of OpenPGP structures. g10/passphrase.c Passphrase handling code -g10/pubkey-enc.c +g10/pubkey-enc.c g10/seckey-cert.c g10/seskey.c g10/import.c diff --git a/doc/Makefile.am b/doc/Makefile.am index f9fd00857..e228f2306 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -34,7 +34,7 @@ EXTRA_DIST = samplekeys.asc \ gnupg-card-architecture.pdf \ FAQ gnupg7.texi \ opt-homedir.texi see-also-note.texi specify-user-id.texi \ - gpgv.texi texi.css yat2m.c + gpgv.texi texi.css yat2m.c ChangeLog-2011 BUILT_SOURCES = gnupg-card-architecture.eps gnupg-card-architecture.png \ gnupg-card-architecture.pdf -- cgit v1.2.3 From 5cdad8ff000152b4bd01953646bb87fe8703c70d Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 6 Dec 2011 19:57:27 +0100 Subject: gpgsm: Allow arbitrary extensions for cert creation. * sm/certreqgen.c (pSUBJKEYID, pEXTENSION): New. (read_parameters): Add new keywords. (proc_parameters): Check values of new keywords. (create_request): Add SubjectKeyId and extensions. (parse_parameter_usage): Support "cert" and the encrypt alias "encr". --- doc/DETAILS | 1 + doc/gpgsm.texi | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'doc') diff --git a/doc/DETAILS b/doc/DETAILS index 543ae4d96..2e6874e9a 100644 --- a/doc/DETAILS +++ b/doc/DETAILS @@ -1036,6 +1036,7 @@ OIDs below the GnuPG arc: 1.3.6.1.4.1.11591.2.1.1 pkaAddress 1.3.6.1.4.1.11591.2.2 X.509 extensions 1.3.6.1.4.1.11591.2.2.1 standaloneCertificate + 1.3.6.1.4.1.11591.2.2.2 wellKnownPrivateKey 1.3.6.1.4.1.11591.2.12242973 invalid encoded OID diff --git a/doc/gpgsm.texi b/doc/gpgsm.texi index 892083335..8e25baf62 100644 --- a/doc/gpgsm.texi +++ b/doc/gpgsm.texi @@ -1042,9 +1042,9 @@ already existing key. Key-Length will be ignored when given. @item Key-Usage: @var{usage-list} Space or comma delimited list of key usage, allowed values are -@samp{encrypt} and @samp{sign}. This is used to generate the keyUsage -extension. Please make sure that the algorithm is capable of this -usage. Default is to allow encrypt and sign. +@samp{encrypt}, @samp{sign} and @samp{cert}. This is used to generate +the keyUsage extension. Please make sure that the algorithm is +capable of this usage. Default is to allow encrypt and sign. @item Name-DN: @var{subject-name} This is the Distinguished Name (DN) of the subject in RFC-2253 format. -- cgit v1.2.3 From 8a12a2000d82acfa881e8c18d028290100bf5e43 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Wed, 7 Dec 2011 16:15:15 +0100 Subject: gpgsm: Add new validation model "steed". * sm/gpgsm.h (VALIDATE_FLAG_STEED): New. * sm/gpgsm.c (gpgsm_parse_validation_model): Add model "steed". * sm/server.c (option_handler): Allow validation model "steed". * sm/certlist.c (gpgsm_cert_has_well_known_private_key): New. * sm/certchain.c (do_validate_chain): Handle the well-known-private-key attribute. Support the "steed" model. (gpgsm_validate_chain): Ditto. * sm/verify.c (gpgsm_verify): Return "steed" in the trust status line. * sm/keylist.c (list_cert_colon): Print the new 'w' flag. -- This is the first part of changes to implement the STEED proposal as described at http://g10code.com/steed.html . The idea for X.509 is not to use plain self-signed certificates but certificates signed by a dummy CA (i.e. one for which the private key is known). Having a single CA as an indication for the use of STEED might help other X.509 implementations to implement STEED. --- doc/DETAILS | 5 +++++ doc/gpgsm.texi | 9 +++++---- 2 files changed, 10 insertions(+), 4 deletions(-) (limited to 'doc') diff --git a/doc/DETAILS b/doc/DETAILS index 2e6874e9a..ddf7438f5 100644 --- a/doc/DETAILS +++ b/doc/DETAILS @@ -58,6 +58,10 @@ record; gpg2 does this by default and the option is a dummy. u = The key is ultimately valid. This often means that the secret key is available, but any key may be marked as ultimately valid. + w = The key has a well known private part. + s = The key has special validity. This means that it + might be self-signed and expected to be used in + the STEED sytem. If the validity information is given for a UID or UAT record, it describes the validity calculated based on this @@ -347,6 +351,7 @@ more arguments in future versions. "pgp" for the standard PGP WoT. "shell" for the standard X.509 model. "chain" for the chain model. + "steed" for the STEED model. Note that we use the term "TRUST_" in the status names for historic reasons; we now speak of validity. diff --git a/doc/gpgsm.texi b/doc/gpgsm.texi index 8e25baf62..bdb03783e 100644 --- a/doc/gpgsm.texi +++ b/doc/gpgsm.texi @@ -451,10 +451,11 @@ address and the time when you verified the signature. @item --validation-model @var{name} @opindex validation-model This option changes the default validation model. The only possible -values are "shell" (which is the default) and "chain" which forces the -use of the chain model. The chain model is also used if an option in -the @file{trustlist.txt} or an attribute of the certificate requests it. -However the standard model (shell) is in that case always tried first. +values are "shell" (which is the default), "chain" which forces the +use of the chain model and "steed" for a new simplified model. The +chain model is also used if an option in the @file{trustlist.txt} or +an attribute of the certificate requests it. However the standard +model (shell) is in that case always tried first. @item --ignore-cert-extension @var{oid} @opindex ignore-cert-extension -- cgit v1.2.3 From 00c760f628f4cf0fc11e79d305c172f98123f815 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 13 Dec 2011 17:59:00 +0100 Subject: scd: New option --debug-assuan-log-cats. * scd/scdaemon.c (oDebugAssuanLogCats): New. (opts): Add option --debug-assuan-log-cats. (main): Implement option. * common/asshelp.c (set_libassuan_log_cats): New. -- The old way of setting the logging categories with an environment variable is awkward if sdaemon is spawned from a running gpg-agent. --- doc/scdaemon.texi | 47 ++++++++++++++++++++++++++++------------------- 1 file changed, 28 insertions(+), 19 deletions(-) (limited to 'doc') diff --git a/doc/scdaemon.texi b/doc/scdaemon.texi index 3c8427997..9184ce202 100644 --- a/doc/scdaemon.texi +++ b/doc/scdaemon.texi @@ -21,16 +21,16 @@ .IR dir ] .RB [ \-\-options .IR file ] -.RI [ options ] -.B \-\-server +.RI [ options ] +.B \-\-server .br .B scdaemon .RB [ \-\-homedir .IR dir ] .RB [ \-\-options .IR file ] -.RI [ options ] -.B \-\-daemon +.RI [ options ] +.B \-\-daemon .RI [ command_line ] @end ifset @@ -130,7 +130,7 @@ a numeric value or a keyword: @item none No debugging at all. A value of less than 1 may be used instead of the keyword. -@item basic +@item basic Some basic debug messages. A value between 1 and 2 may be used instead of the keyword. @item advanced @@ -165,8 +165,8 @@ usual C-Syntax. The currently defined bits are: @table @code @item 0 (1) command I/O -@item 1 (2) -values of big number integers +@item 1 (2) +values of big number integers @item 2 (4) low level crypto operations @item 5 (32) @@ -178,7 +178,7 @@ show memory statistics. @item 9 (512) write hashed data to files named @code{dbgmd-000*} @item 10 (1024) -trace Assuan protocol +trace Assuan protocol. See also option @option{--debug-assuan-log-cats}. @item 11 (2048) trace APDU I/O to the card. This may reveal sensitive data. @end table @@ -215,6 +215,15 @@ dump. This options enables it and also changes the working directory to @opindex debug-log-tid This option appends a thread ID to the PID in the log output. +@item --debug-assuan-log-cats @var{cats} +@opindex debug-assuan-log-cats +Changes the active Libassuan logging categories to @var{cats}. The +value for @var{cats} is an unsigned integer given in usual C-Syntax. +A value of of 0 switches to a default category. If this option is not +used the categories are taken from the environment variable +@samp{ASSUAN_DEBUG}. Note that this option has only an effect if the +Assuan debug flag has also been with the option @option{--debug}. For +a list of categories see the Libassuan manual. @item --no-detach @opindex no-detach @@ -240,7 +249,7 @@ Use @var{library} to access the smartcard reader. The current default is @file{libtowitoko.so}. Note that the use of this interface is deprecated; it may be removed in future releases. -@item --disable-ccid +@item --disable-ccid @opindex disable-ccid Disable the integrated support for CCID compliant readers. This allows to fall back to one of the other drivers even if the internal @@ -325,7 +334,7 @@ stripping off the two leading dashes. This application is currently only used by @command{gpg} but may in future also be useful with @command{gpgsm}. Version 1 and version 2 of -the card is supported. +the card is supported. The specifications for these cards are available at @uref{http://g10code.com/docs/openpgp-card-1.0.pdf} and @@ -395,7 +404,7 @@ about reader status changes. Its use is now deprecated in favor of @end table -@c +@c @c Examples @c @mansect examples @@ -410,7 +419,7 @@ $ scdaemon --server -v @c man end -@c +@c @c Assuan Protocol @c @manpause @@ -447,7 +456,7 @@ synchronizing access to a token between sessions. * Scdaemon APDU:: Send a verbatim APDU to the card @end menu -@node Scdaemon SERIALNO +@node Scdaemon SERIALNO @subsection Return the serial number This command should be used to check for the presence of a card. It is @@ -470,7 +479,7 @@ Return the serial number of the card using a status response like: @end example The trailing 0 should be ignored for now, it is reserved for a future -extension. The serial number is the hex encoded value identified by +extension. The serial number is the hex encoded value identified by the @code{0x5A} tag in the GDO file (FIX=0x2F02). @@ -522,7 +531,7 @@ READKEY @var{hexified_certid} @end example Return the public key for the given cert or key ID as an standard -S-Expression. +S-Expression. @@ -619,7 +628,7 @@ TO BE WRITTEN. @example PASSWD [--reset] [--nullpin] @var{chvno} @end example - + Change the PIN or reset the retry counter of the card holder verification vector number @var{chvno}. The option @option{--nullpin} is used to initialize the PIN of TCOS cards (6 byte NullPIN only). @@ -663,11 +672,11 @@ and only if the retry counter is still at 3. Restart the current connection; this is a kind of warm reset. It deletes the context used by this connection but does not actually -reset the card. +reset the card. This is used by gpg-agent to reuse a primary pipe connection and may be used by clients to backup from a conflict in the serial -command; i.e. to select another application. +command; i.e. to select another application. @@ -704,7 +713,7 @@ length up to N bytes. If N is not given a default value is used @mansect see also @ifset isman @command{gpg-agent}(1), -@command{gpgsm}(1), +@command{gpgsm}(1), @command{gpg2}(1) @end ifset @include see-also-note.texi -- cgit v1.2.3 From dcd64131c60efd0189aa05d5dbce6b93547b04e3 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Wed, 14 Dec 2011 17:00:50 +0100 Subject: scd: Add the "undefined" stub application. * scd/app.c (select_application): Implement the "undefined" application. --- doc/scdaemon.texi | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'doc') diff --git a/doc/scdaemon.texi b/doc/scdaemon.texi index 9184ce202..200fed890 100644 --- a/doc/scdaemon.texi +++ b/doc/scdaemon.texi @@ -181,6 +181,8 @@ write hashed data to files named @code{dbgmd-000*} trace Assuan protocol. See also option @option{--debug-assuan-log-cats}. @item 11 (2048) trace APDU I/O to the card. This may reveal sensitive data. +@item 12 (4096) +trace some card reader related function calls. @end table @item --debug-all @@ -327,6 +329,7 @@ stripping off the two leading dashes. * DINSIG Card:: The DINSIG card application * PKCS#15 Card:: The PKCS#15 card application * Geldkarte Card:: The Geldkarte application +* Undefined Card:: The Undefined stub application @end menu @node OpenPGP Card @@ -367,6 +370,14 @@ This is a simple application to display information of a German Geldkarte. The Geldkarte is a small amount debit card application which comes with almost all German banking cards. +@node Undefined Card +@subsection The Undefined card application ``undefined'' + +This is a stub application to allow the use of the APDU command even +if no supported application is found on the card. This application is +not used automatically but must be explicitly requested using the +SERIALNO command. + @c ******************************************* @c *************** **************** -- cgit v1.2.3 From 779611494dbd187d09b05d2eb10faabd31a70156 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 20 Dec 2011 11:13:40 +0100 Subject: faq: Add section on US export restrictions. --- doc/faq.org | 44 +++++++++++++++++++++++++++++++++++++------- 1 file changed, 37 insertions(+), 7 deletions(-) (limited to 'doc') diff --git a/doc/faq.org b/doc/faq.org index ee6c0c758..a11fabebd 100644 --- a/doc/faq.org +++ b/doc/faq.org @@ -1167,13 +1167,8 @@ update this FAQ in the next month. See the section "Changes" for recent updates :CUSTOM_ID: i-get-sed-errors-when-running-configure-on-mac-os-x :END: - This will be fixed after GnuPG has been upgraded to autoconf-2.50. - Until then, find the line setting CDPATH in the configure script - and place an: - - : unset CDPATH - - statement below it. + This problem has been fixed for all modern GnuPG versions. + (By using an autoconf 2.50 generated configure script). ** Why does GnuPG 1.0.6 bail out on keyrings used with 1.0.7? :PROPERTIES: @@ -1470,6 +1465,41 @@ update this FAQ in the next month. See the section "Changes" for recent updates of the listing before before starting the import. +* Bug reporting and hacking + :PROPERTIES: + :CUSTOM_ID: bugreports-et-al + :END: + +** Copyright asssignments + :PROPERTIES: + :CUSTOM_ID: copyright-assigments + :END: + +** U.S. export restrictions + :PROPERTIES: + :CUSTOM_ID: us-export-restrictions + :END: + +GnuPG has originally been developed in Germany because we have been +able to do that without being affected by the US export restrictions. +We had to reject any contributions from US citizens or from people +living the the US. That changed by end of 2000 when the export +restrictions were basically dropped for all kind of freely available +software. However there are still some requirements in the US. +Quoting David Shaw: mail +#+begin_quote +For each release of GPG that I contributed to, I sent an email +containing a pointer to the new source code to the Commerce +Department. The rules changed slightly in 2004, so that you could +send a single email and then be done until the information in that +email changed, so I just sent "www.gnupg.org" and haven't bothered +with the email since. +#+end_quote + +The rules: http://www.bis.doc.gov/encryption/pubavailencsourcecodenofify.html +The 2004 rule change: http://edocket.access.gpo.gov/2004/04-26992.htm + + * Acknowledgements :PROPERTIES: :CUSTOM_ID: acknowledgements -- cgit v1.2.3 From fe2f1826991e8130f727ee15df1a4651f679752f Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 20 Dec 2011 15:35:42 +0100 Subject: Add the STEED Self-Signing Nonthority certificate. * doc/com-certs.pem: Install it when creating a keybox. --- doc/com-certs.pem | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'doc') diff --git a/doc/com-certs.pem b/doc/com-certs.pem index 43e93b74c..b3d5fa2c3 100644 --- a/doc/com-certs.pem +++ b/doc/com-certs.pem @@ -482,3 +482,21 @@ G1RRiCiWgYaEtSIDAP0V9ehpcghfJLlmMBnxSf4n7OZvkd1whvme2rXaQxnZi2qV d2qclY03eJ7zx6Zpq8VFuVvOxvmFZ4mMe706runhCq+rHc5x6x0/oIMhDrk= -----END CERTIFICATE----- +Issuer ...: /CN=The STEED Self-Signing Nonthority +Serial ...: 01 +Subject ..: /CN=The STEED Self-Signing Nonthority + +-----BEGIN CERTIFICATE----- +MIICKDCCAZGgAwIBAgIBATANBgkqhkiG9w0BAQUFADAsMSowKAYDVQQDEyFUaGUg +U1RFRUQgU2VsZi1TaWduaW5nIE5vbnRob3JpdHkwIBcNMTExMTExMDAwMDAwWhgP +MjEwNjAyMDYwMDAwMDBaMCwxKjAoBgNVBAMTIVRoZSBTVEVFRCBTZWxmLVNpZ25p +bmcgTm9udGhvcml0eTCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEAk2h9kqe8 +0eb8ESY7UGV6j6S5zuP5DiM4TWJ3jKG2y+D2CyA1Sl90iZ6zyN3zCB0yR1xxhpuw +xdrwBRovRFludAbx3MeynYhzXkk0Hwn038q1oIt2YUw3Igz34s24o455ZE86JQ/6 +5dC7ppF8Z1I9KBL96NO+qZR/alVAKxYAwS8CAwEAAaNYMFYwEgYDVR0TAQH/BAgw +BgEB/wIBATARBgorBgEEAdpHAgICBAMBAf8wHQYDVR0OBBYEFGimOJmN+rrFEOpk +XONPloay7ffqMA4GA1UdDwEB/wQEAwIBBjANBgkqhkiG9w0BAQUFAAOBgQB3JwUn +AbOdGv5ErojNSSP+yGZIy5av4wnkzK840Uj3jY6A5cuHroZGOD60hqLV2Hy0npox +zte4phWEKWmZiXd8SCmd3MFNgZSieiixye0qxSmuqYft2j6NhEXD5xc/iTTjFT42 +SjGPLKAICuMBuGPnoozOEVlgqwaDqKOUph5sqw== +-----END CERTIFICATE----- -- cgit v1.2.3 From 8e47f1e576f70d4dbe966523057fe3078006ae8b Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 20 Dec 2011 15:55:43 +0100 Subject: Prepare for the beta3 release. --- doc/HACKING | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'doc') diff --git a/doc/HACKING b/doc/HACKING index d6cb8ab4c..0ef5b891d 100644 --- a/doc/HACKING +++ b/doc/HACKING @@ -23,7 +23,8 @@ and ChangeLog entries don't give enough of the big picture. Omit the leading TABs that you're used to seeing in a "real" ChangeLog file, but keep the maximum line length at 72 or smaller, so that the generated ChangeLog lines, each with its leading TAB, will not exceed 80 columns. - +If you want to add text which shall not be copied to the ChangeLog, +separate it by a line consisting of two dashes at the begin of a line. ===> What follows is probably out of date <=== @@ -39,15 +40,17 @@ RFCs 1750 Randomness Recommendations for Security. -1991 PGP Message Exchange Formats. - -2015 MIME Security with Pretty Good Privacy (PGP). +1991 PGP Message Exchange Formats (obsolete) 2144 The CAST-128 Encryption Algorithm. 2279 UTF-8, a transformation format of ISO 10646. -2440 OpenPGP. +2440 OpenPGP (obsolete). + +3156 MIME Security with Pretty Good Privacy (PGP). + +4880 Current OpenPGP specification. -- cgit v1.2.3