aboutsummaryrefslogtreecommitdiffstats
path: root/doc (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-10-04doc: Update from masterWerner Koch3-0/+17
2013-08-21scd: Improve --enable-pinpad-varlen.Werner Koch1-4/+4
* tools/gpgconf-comp.c (gc_options_scdaemon): Add enable-pinpad-varlen. * scd/apdu.c (check_pcsc_pinpad): Detect SPRx32 reader. Signed-off-by: Werner Koch <[email protected]> (cherry picked from commit 7bde2bf3b0ddb5d3515a44879e1a7ddb581a5c0b)
2013-08-01w32: Add code to support a portable use of GnuPG.Werner Koch1-8/+20
* common/homedir.c (w32_bin_is_bin, w32_portable_app) [W32]: New. (check_portable_app) [W32]: New. (standard_homedir, default_homedir) [W32]: Support the portable flag. (w32_rootdir, w32_commondir) [W32]: Ditto. (gnupg_bindir) [W32]: Ditto. -- A portable use of GnuPG under Windows means that GnuPG uses a home directory depending on the location of the actual binary. No registry variables are considered. The portable mode is enabled if in the installation directory of the the binary "gpgconf.exe" and a file "gpgconf.ctl" are found. The latter file shall be empty or consist only of empty or '#'-style comment lines. Signed-off-by: Werner Koch <[email protected]>
2013-05-07doc: fix some Texinfo warnings.Ian Abbott2-8/+12
* 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-24Point to copies in the master branch for some doc file.Jedi1-0/+6
--
2013-04-22Update docs from master.Werner Koch5-38/+146
* 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)
2013-02-12Japanese: minor doc update.NIIBE Yutaka1-1/+1
* doc/help.ja.txt: Update.
2013-02-12Japanese: updated po and doc.NIIBE Yutaka1-175/+224
* doc/help.ja.txt, po/ja.po: Updated.
2013-02-08scd: Rename 'keypad' to 'pinpad'.NIIBE Yutaka1-4/+12
* NEWS: Mention scd changes. * agent/divert-scd.c (getpin_cb): Change message. * agent/call-scd.c (inq_needpin): Change the protocol to POPUPPINPADPROMPT and DISMISSPINPADPROMPT. * scd/command.c (pin_cb): Likewise. * scd/apdu.c (struct reader_table_s): Rename member functions. (check_pcsc_pinpad, pcsc_pinpad_verify, pcsc_pinpad_modify, check_ccid_pinpad, ccid_pinpad_operation, apdu_check_pinpad apdu_pinpad_verify, apdu_pinpad_modify): Rename. * scd/apdu.h (SW_HOST_NO_PINPAD, apdu_check_pinpad) (apdu_pinpad_verify, apdu_pinpad_modify): Rename. * scd/iso7816.h (iso7816_check_pinpad): Rename. * scd/iso7816.c (map_sw): Use SW_HOST_NO_PINPAD. (iso7816_check_pinpad): Rename. (iso7816_verify_kp, iso7816_change_reference_data_kp): Follow the change. * scd/ccid-driver.h (CCID_DRIVER_ERR_NO_PINPAD): Rename. * scd/ccid-driver.c (ccid_transceive_secure): Use it. * scd/app-dinsig.c (verify_pin): Follow the change. * scd/app-nks.c (verify_pin): Follow the change. * scd/app-openpgp.c (check_pinpad_request): Rename. (parse_login_data, verify_a_chv, verify_chv3, do_change_pin): Follow the change. * scd/scdaemon.c (oDisablePinpad, oEnablePinpadVarlen): Rename. * scd/scdaemon.h (opt): Rename to disable_pinpad, enable_pinpad_varlen. * tools/gpgconf-comp.c (gc_options_scdaemon): Rename to disable-pinpad.
2012-11-30Update sample keysDavid Shaw1-893/+874
2012-05-24Print the hash algorithm in colon mode key listing.Werner Koch1-2/+6
* g10/keylist.c (list_keyblock_colon): Print digest_algo.
2012-03-27Update texinfo source from master.Werner Koch6-765/+985
* doc/gpg-agent.texi, doc/gpg.texi, doc/gpgsm.texi * doc/scdaemon.texi, doc/tools.texi: Update. * doc/yat2m.c: Update.
2012-03-27Add target to update the texinfo files from master.Werner Koch1-0/+10
* doc/Makefile.am (update-source): New.
2012-03-26Update samplekeys and NEWS.Werner Koch1-420/+919
* doc/samplekeys.asc: Update.
2012-01-31gpg: Add a DECRYPTION_INFO status.Werner Koch1-23/+29
* common/status.h (STATUS_DECRYPTION_INFO): New. * g10/encr-data.c: Include status.h. (decrypt_data): Emit STATUS_DECRYPTION_INFO line. -- DECRYPTION_INFO <mdc_method> <sym_algo> Print information about the symmetric encryption algorithm and the MDC method. This will be emitted even if the decryption fails.
2012-01-11Refresh sample keysDavid Shaw1-432/+411
2011-12-02Generate the ChangeLog from commit logs.Werner Koch3-11/+42
* scripts/gitlog-to-changelog: New script. Taken from gnulib. * scripts/git-log-fix: New file. * scripts/git-log-footer: New file. * scripts/git-hooks/commit-msg: New script. * autogen.sh: Install commit-msg hook for git. * 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.
2011-08-04Prepare for the 2.0.18 release.gnupg-2.0.18Werner Koch5-149/+659
Copied texi files from master. Updated de.po. Added more file to gitignore. Removed the large PKITS tarball. General release preparations.
2011-08-04Support a confirm flag for ssh.Werner Koch1-2/+9
This implements the suggestion from bug#1349. With this change the fingerprint of the ssh key is also displayed in the pinentry prompts.
2011-01-13Finished preparations for 2.0.17gnupg-2.0.17Werner Koch13-88/+468
2010-11-11Fix a bug where scdaemon kills a non-daemon gpg-agent.Werner Koch1-12/+28
Fix a passphrase cache annoyance.
2010-09-24Fix bug 1285Werner Koch1-2/+2
2010-09-16Fix --include-certs entry.Werner Koch1-4/+3
2010-06-17Make CAST5 the default s2k algo tomatch the doc and gpg 1.4.Werner Koch1-1/+2
2010-05-11Allow to run the test without a running agent.Werner Koch1-2/+3
Add new gpg-agent commands.
2010-05-04Start the agent on demand if option --enable-standard socket has beenWerner Koch1-1/+5
enabled.
2010-03-05Minor changeWerner Koch2-1/+7
2010-02-11Minor changes.Werner Koch2-13/+24
2010-01-11Implement command --passwd for GPG.Werner Koch1-0/+8
2009-12-10Add option --ignore-cert-extensionWerner Koch1-1/+10
2009-12-04Allow for default algorithms in a parameter fileWerner Koch1-10/+34
2009-12-03Allow for numerical debug levels.Werner Koch4-27/+73
2009-10-16Change default for --include-certs to -2.Werner Koch1-1/+1
2009-09-04Allow uid sand key election using a '*'.Werner Koch1-2/+2
2009-09-03Updated the german translationWerner Koch1-1/+1
2009-08-24* gpg.text: Suggested new ordering for --edit-key.David Shaw2-110/+115
2009-08-17* gpg.texi (OpenPGP Options): Clarify that personal-foo-preferencesDavid Shaw2-10/+18
overrides recipient preferences (safely).
2009-08-14* gpg.texi (GPG Configuration Options): Document keyserver optionsDavid Shaw2-5/+20
check-cert and ca-cert-file.
2009-08-06Improved detection of bad/invalid signer keys.Werner Koch2-6/+18
2009-07-31* gpg.texi (OpenPGP Options): Don't mention --no-sk-comment (doesn'tDavid Shaw2-5/+10
exist any longer).
2009-07-23Try a DNS-SD lookup to find a domain-specific LDAP server beforeDavid Shaw2-2/+8
resorting to keys.{domain}.
2009-07-23Print status of CRL checks in the audit log.Werner Koch3-4/+14
2009-07-22Typo fixes. Fixes bug#1093Werner Koch11-86/+91
2009-07-22Give hints on files to backup.Werner Koch5-59/+67
2009-07-20Fix bug 1090.Werner Koch2-1/+6
2009-07-13[g10]Werner Koch1-0/+1
* exec.c: Fix function name indentation. (expand_args): Simplify by using membuf functions. (exec_write): Fix memory leak on error. (w32_system): Use DETACHED_PROCESS so that a new console is not created.
2009-07-09Support writing of existing keys with non-matching key sizes.Werner Koch1-2/+3
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-06* debugging.texi (Common Problems): Add a note about corruptedWerner Koch2-0/+14
keys in --search-keys.