aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gpgsm.texi (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-06-24doc: Update from master.Werner Koch1-2/+22
--
2014-06-03doc: Update from masterWerner Koch1-1/+1
--
2013-05-07doc: fix some Texinfo warnings.Ian Abbott1-4/+4
* 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-22Update docs from master.Werner Koch1-2/+3
* 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-27Update texinfo source from master.Werner Koch1-24/+24
* doc/gpg-agent.texi, doc/gpg.texi, doc/gpgsm.texi * doc/scdaemon.texi, doc/tools.texi: Update. * doc/yat2m.c: Update.
2011-08-04Prepare for the 2.0.18 release.gnupg-2.0.18Werner Koch1-36/+194
Copied texi files from master. Updated de.po. Added more file to gitignore. Removed the large PKITS tarball. General release preparations.
2011-01-13Finished preparations for 2.0.17gnupg-2.0.17Werner Koch1-1/+5
2010-09-24Fix bug 1285Werner Koch1-2/+2
2010-09-16Fix --include-certs entry.Werner Koch1-4/+3
2009-12-10Add option --ignore-cert-extensionWerner Koch1-1/+10
2009-12-03Allow for numerical debug levels.Werner Koch1-6/+12
2009-10-16Change default for --include-certs to -2.Werner Koch1-1/+1
2009-07-22Typo fixes. Fixes bug#1093Werner Koch1-24/+24
2009-07-22Give hints on files to backup.Werner Koch1-3/+6
2009-07-07Impleemned gpgsm's IMPORT --re-import feature.Werner Koch1-2/+12
Typo fix.
2009-07-07Reworked passing of envars to Pinentry.Werner Koch1-2/+2
2009-07-01Alow batch ode for gpgsm --gen-key.Werner Koch1-3/+4
Allow CSR generation using an existing key with gpgsm.
2009-03-26Signing using Netkey 3 cards does now work.Werner Koch1-0/+6
2009-03-06New gpg-agent command to list key information.Werner Koch1-5/+9
Gpgsm does now print the S/N of cards. Consider ephemeral keys during listing an export.
2008-12-12Small doc fixes.Werner Koch1-5/+6
2008-10-14SCD changes for PC/SC under W32.Werner Koch1-1/+1
2008-10-13Explain how to delete a secret X.509 key.Werner Koch1-1/+7
2008-08-01Fix !EROFS bug.Werner Koch1-2/+10
Doc updates
2008-02-19Improve certificate chain construction.Werner Koch1-0/+7
Extend PKITS framework
2008-02-13Always search missing certifcates using a running Dirmngr's cache.Werner Koch1-1/+18
2008-01-28Typo and grammer fixes by Justin Pryzby.Werner Koch1-3/+3
2007-12-13Allow verification of some broken S-TRUST generated signatures.Werner Koch1-0/+13
2007-12-06Add support for help stuff to audit.cWerner Koch1-1/+15
2007-11-19Document --auto-issuer-key-retrieve.Werner Koch1-1/+12
2007-08-14Documentaion updates.Werner Koch1-1/+2
Support doe Dirmngr under W32. Fixed a yat2m bug.
2007-08-10Implemented the chain model for X.509 validation.Werner Koch1-1/+13
2007-07-17Typo fixes.Werner Koch1-0/+8
Made --default-key work for gpgsm Add --default-key and --encrypt-to to gpgconf.
2007-06-21Implemented the --gen-key command as we can't use the gpgsm-gencert.sh under ↵Werner Koch1-2/+3
Windows.
2007-06-14A whole bunch of changes to allow building for Windows.Werner Koch1-0/+9
See the ChangeLogs for details.
2007-05-15Use estream_asprintf instead of the GNU asprintf.Werner Koch1-2/+8
2007-03-20Allow setting of the passphrase encoding of pkcs#12 files.Werner Koch1-5/+18
New option --p12-charset.
2007-01-31Included LIBICONV in all Makefiles.Werner Koch1-1/+2
g10/ * passphrase.c (passphrase_get): Set the cancel flag on all error from the agent. Fixes a bug reported by Tom Duerbusch. sm/ * gpgsm.c (main): Let --gen-key print a more informative error message.
2006-11-14sm/Werner Koch1-4/+10
* server.c (skip_options): Skip leading spaces. (has_option): Honor "--". (cmd_export): Add option --data to do an inline export. Skip all options. * certdump.c (gpgsm_fpr_and_name_for_status): New. * verify.c (gpgsm_verify): Use it to print correct status messages. doc/ * gpgsm.texi (GPGSM EXPORT): Document changes.
2006-10-23.Werner Koch1-0/+9
2006-09-26Made buliding w/o curl workWerner Koch1-1/+4
2006-09-21Various updatesWerner Koch1-1/+3
2006-09-18Ready for another releasegnupg-1.9.23Werner Koch1-5/+8
2006-09-13Various fixes and new features.Werner Koch1-0/+9
Enhanced gpg-connect-agent.
2006-09-08doc fixesWerner Koch1-33/+51
2006-09-04Some fixes as needed by dirmngr man pagesWerner Koch1-1/+8
2006-08-29See ChangeLogsWerner Koch1-0/+6
2006-08-18More man pages. Added include files for 2 common paragraphs.Werner Koch1-8/+1
2006-08-17include support and texi fixesWerner Koch1-1/+1
2006-08-17More man pages.Werner Koch1-27/+95
2006-08-16Copied gpg.texi over from 1.4.5 and started to restructure it into a properWerner Koch1-6/+6
documentation file. Comment tags will eventually allow to build a man page. The idea is to have more than just a reference manual for the commands and options while still allowing to build a man page for reference.