Ian Abbott
4d67f59a33
doc: fix some Texinfo warnings.
...
* 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-05-07 21:10:37 +02:00
Jedi
7986eb454e
Point to copies in the master branch for some doc file.
...
--
2013-04-24 13:02:38 +02:00
Werner Koch
681338bfd3
Update docs from master.
...
* 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 d6798d261c
)
2013-04-22 17:29:57 +02:00
NIIBE Yutaka
815d01fceb
Japanese: minor doc update.
...
* doc/help.ja.txt: Update.
2013-02-12 14:17:38 +09:00
NIIBE Yutaka
1f187000c4
Japanese: updated po and doc.
...
* doc/help.ja.txt, po/ja.po: Updated.
2013-02-12 12:56:12 +09:00
NIIBE Yutaka
c2744e97c8
scd: Rename 'keypad' to 'pinpad'.
...
* 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.
2013-02-08 09:20:43 +09:00
David Shaw
2ee9fe4bc2
Update sample keys
2012-11-30 13:14:09 -05:00
Werner Koch
a4b22d8edf
Print the hash algorithm in colon mode key listing.
...
* g10/keylist.c (list_keyblock_colon): Print digest_algo.
2012-05-24 10:50:14 +02:00
Werner Koch
e23ca51ba0
Update texinfo source from master.
...
* doc/gpg-agent.texi, doc/gpg.texi, doc/gpgsm.texi
* doc/scdaemon.texi, doc/tools.texi: Update.
* doc/yat2m.c: Update.
2012-03-27 10:05:59 +02:00
Werner Koch
cc4de72e7d
Add target to update the texinfo files from master.
...
* doc/Makefile.am (update-source): New.
2012-03-27 10:03:48 +02:00
Werner Koch
8e183f41ff
Update samplekeys and NEWS.
...
* doc/samplekeys.asc: Update.
2012-03-26 15:20:18 +02:00
Werner Koch
f772757ea1
gpg: Add a DECRYPTION_INFO status.
...
* 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-31 15:14:20 +01:00
David Shaw
27a1e8d620
Refresh sample keys
2012-01-11 01:06:16 -05:00
Werner Koch
28c6cef128
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.
* 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-12-02 19:28:02 +01:00
Werner Koch
a7585eeabe
Prepare for the 2.0.18 release.
...
Copied texi files from master.
Updated de.po.
Added more file to gitignore.
Removed the large PKITS tarball.
General release preparations.
2011-08-04 16:23:09 +02:00
Werner Koch
d4c7a55958
Support a confirm flag for ssh.
...
This implements the suggestion from bug#1349. With this change the
fingerprint of the ssh key is also displayed in the pinentry prompts.
2011-08-04 14:42:31 +02:00
Werner Koch
1f874f860c
Finished preparations for 2.0.17
2011-01-13 16:01:21 +01:00
Werner Koch
46ef7f6243
Fix a bug where scdaemon kills a non-daemon gpg-agent.
...
Fix a passphrase cache annoyance.
2010-11-11 15:08:48 +00:00
Werner Koch
a384e94b73
Fix bug 1285
2010-09-24 13:06:56 +00:00
Werner Koch
96380221ca
Fix --include-certs entry.
2010-09-16 11:45:25 +00:00
Werner Koch
68e18c961d
Make CAST5 the default s2k algo tomatch the doc and gpg 1.4.
2010-06-17 12:58:51 +00:00
Werner Koch
ce9be10163
Allow to run the test without a running agent.
...
Add new gpg-agent commands.
2010-05-11 17:52:00 +00:00
Werner Koch
7d0aa53f7f
Start the agent on demand if option --enable-standard socket has been
...
enabled.
2010-05-04 09:56:42 +00:00
Werner Koch
32c979559f
Minor change
2010-03-05 11:52:13 +00:00
Werner Koch
d6a28faafa
Minor changes.
2010-02-11 11:34:34 +00:00
Werner Koch
2437911903
Implement command --passwd for GPG.
2010-01-11 16:05:26 +00:00
Werner Koch
4135599f7c
Add option --ignore-cert-extension
2009-12-10 13:00:09 +00:00
Werner Koch
198fa522d1
Allow for default algorithms in a parameter file
2009-12-04 19:58:28 +00:00
Werner Koch
1356693b0d
Allow for numerical debug levels.
2009-12-03 19:13:19 +00:00
Werner Koch
651b5eeda2
Change default for --include-certs to -2.
2009-10-16 10:56:59 +00:00
Werner Koch
999a909708
Allow uid sand key election using a '*'.
2009-09-04 11:52:03 +00:00
Werner Koch
deba82bd76
Updated the german translation
2009-09-03 14:08:25 +00:00
David Shaw
fa4a237b6c
* gpg.text: Suggested new ordering for --edit-key.
2009-08-24 22:21:39 +00:00
David Shaw
38a3e20952
* gpg.texi (OpenPGP Options): Clarify that personal-foo-preferences
...
overrides recipient preferences (safely).
2009-08-17 16:48:49 +00:00
David Shaw
1b61770848
* gpg.texi (GPG Configuration Options): Document keyserver options
...
check-cert and ca-cert-file.
2009-08-14 19:43:26 +00:00
Werner Koch
019601191a
Improved detection of bad/invalid signer keys.
2009-08-06 20:12:00 +00:00
David Shaw
9df29b446d
* gpg.texi (OpenPGP Options): Don't mention --no-sk-comment (doesn't
...
exist any longer).
2009-07-31 14:36:22 +00:00
David Shaw
ab9a918bc2
Try a DNS-SD lookup to find a domain-specific LDAP server before
...
resorting to keys.{domain}.
2009-07-23 18:28:54 +00:00
Werner Koch
830dae2873
Print status of CRL checks in the audit log.
2009-07-23 15:18:58 +00:00
Werner Koch
506aee32fd
Typo fixes. Fixes bug#1093
2009-07-22 13:33:46 +00:00
Werner Koch
02e05e28e7
Give hints on files to backup.
2009-07-22 10:24:46 +00:00
Werner Koch
d56084296c
Fix bug 1090.
2009-07-20 10:42:45 +00:00
Werner Koch
e535e3fccc
[g10]
...
* 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-13 17:36:02 +00:00
Werner Koch
31084d6dc9
Support writing of existing keys with non-matching key sizes.
2009-07-09 14:54:18 +00:00
Werner Koch
2193992559
Impleemned gpgsm's IMPORT --re-import feature.
...
Typo fix.
2009-07-07 16:52:12 +00:00
Werner Koch
f6f5430e50
Reworked passing of envars to Pinentry.
2009-07-07 10:02:41 +00:00
Werner Koch
58e6e28bb1
* debugging.texi (Common Problems): Add a note about corrupted
...
keys in --search-keys.
2009-07-06 21:33:34 +00:00
Werner Koch
1925cb37f9
Alow batch ode for gpgsm --gen-key.
...
Allow CSR generation using an existing key with gpgsm.
2009-07-01 18:30:33 +00:00
Werner Koch
9c47553308
Make soem omnikey readers work with extended length APDUs.
2009-06-29 20:54:00 +00:00
Werner Koch
c998dd12a2
Preparing for 2.0.12.
2009-06-17 11:18:26 +00:00