gnupg/dirmngr
Daniel Kahn Gillmor dc107b7850 More cleanup of "allow to".
* README, agent/command.c, agent/keyformat.txt, common/i18n.c,
  common/iobuf.c, common/keyserver.h, dirmngr/cdblib.c,
  dirmngr/ldap-wrapper.c, doc/DETAILS, doc/TRANSLATE,
  doc/announce-2.1.txt, doc/gpg.texi, doc/gpgsm.texi,
  doc/scdaemon.texi, doc/tools.texi, doc/whats-new-in-2.1.txt,
  g10/export.c, g10/getkey.c, g10/import.c, g10/keyedit.c, m4/ksba.m4,
  m4/libgcrypt.m4, m4/ntbtls.m4, po/ca.po, po/cs.po, po/da.po,
  po/de.po, po/el.po, po/eo.po, po/es.po, po/et.po, po/fi.po,
  po/fr.po, po/gl.po, po/hu.po, po/id.po, po/it.po, po/ja.po,
  po/nb.po, po/pl.po, po/pt.po, po/ro.po, po/ru.po, po/sk.po,
  po/sv.po, po/tr.po, po/uk.po, po/zh_CN.po, po/zh_TW.po,
  scd/app-p15.c, scd/ccid-driver.c, scd/command.c, sm/gpgsm.c,
  sm/sign.c, tools/gpgconf-comp.c, tools/gpgtar.h: replace "Allow to"
  with clearer text.

In standard English, the normal construction is "${XXX} allows ${YYY}
to" -- that is, the subject (${XXX}) of the sentence is allowing the
object (${YYY}) to do something.  When the object is missing, the
phrasing sounds awkward, even if the object is implied by context.
There's almost always a better construction that isn't as awkward.

These changes should make the language a bit clearer.

Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
2016-08-03 16:55:33 +02:00
..
ChangeLog-2011 Remove the obsolete keyserver directory from the repo. 2015-04-20 18:20:45 +02:00
ChangeLog-2011-ks Remove the obsolete keyserver directory from the repo. 2015-04-20 18:20:45 +02:00
Makefile.am Do not use no-libgcrypt dummy for tools 2016-06-08 09:17:49 +02:00
OAUTHORS Nuked almost all trailing white space. 2011-02-04 12:57:53 +01:00
ONEWS Nuked almost all trailing white space. 2011-02-04 12:57:53 +01:00
cdb.h Tweaks for gpgconf. 2010-12-14 19:17:58 +00:00
cdblib.c More cleanup of "allow to". 2016-08-03 16:55:33 +02:00
certcache.c Fix typos found using codespell. 2015-11-17 12:50:22 +01:00
certcache.h Nuked almost all trailing white space. 2011-02-04 12:57:53 +01:00
crlcache.c dirmngr: Emit correct spelling of "superseded". 2016-08-03 16:54:41 +02:00
crlcache.h Nuked almost all trailing white space. 2011-02-04 12:57:53 +01:00
crlfetch.c Change capitalization of TOR to Tor. 2015-10-21 18:14:24 +02:00
crlfetch.h Some work on the dirmngr 2010-07-23 16:16:14 +00:00
dirmngr-client.c common: Remove homedir arg from start_new_{dirmngr,gpg_agent}. 2016-06-07 13:09:00 +02:00
dirmngr-err.h Some work on porting dirmngr (unfinished) 2010-07-16 13:19:45 +00:00
dirmngr.c Explicitly restrict socket permissions. 2016-06-08 16:18:02 +02:00
dirmngr.h Replace use of opt.homedir by accessor functions. 2016-06-07 10:59:46 +02:00
dirmngr_ldap.c ldap: Improve info output for v3 fallback 2016-06-14 20:51:22 +02:00
dns-stuff.c dirmngr: fix for memory alignment. 2016-02-15 10:55:34 +09:00
dns-stuff.h dirmngr: New option --nameserver. 2015-11-12 13:20:18 +01:00
http.c dirmngr: Fix typo. 2016-07-12 12:16:22 +02:00
http.h http: Allow to request system defined CAs for TLS. 2016-04-26 21:57:56 +02:00
ks-action.c dirmngr: Initialize http status code. 2015-12-07 11:21:47 +01:00
ks-action.h dirmngr: Better encapsulate the keyservers variable. 2015-03-31 11:58:41 +02:00
ks-engine-finger.c dirmngr: Add option --use-tor as a stub. 2015-09-18 16:21:31 +02:00
ks-engine-hkp.c gpg: Fix regression since 2.1 in --search-key with a fingerprint. 2016-07-14 14:00:37 +02:00
ks-engine-http.c dirmngr: fix handling of HTTP redirections 2016-07-14 15:44:21 +02:00
ks-engine-kdns.c Add ECC import regression tests and fixed a regression. 2011-02-10 20:45:37 +01:00
ks-engine-ldap.c Fix typos found using codespell. 2015-11-17 12:50:22 +01:00
ks-engine.h dirmngr: Stricter handling of http error codes. 2015-12-04 13:02:56 +01:00
ldap-parse-uri.c dirmngr: Use a better error code. 2015-03-31 12:07:39 +02:00
ldap-parse-uri.h Add new LDAP utility functions. 2015-03-23 19:58:26 +01:00
ldap-url.c dirmngr: Simplify strtok macro. 2014-03-07 19:00:31 +01:00
ldap-url.h Merged Dirmngr with GnuPG. 2010-06-09 16:53:51 +00:00
ldap-wrapper-ce.c Silence more warnings about unused vars and args. 2014-03-07 19:05:41 +01:00
ldap-wrapper.c More cleanup of "allow to". 2016-08-03 16:55:33 +02:00
ldap-wrapper.h Fixed couple of build problems. However the W32 version is currently 2010-07-26 14:27:59 +00:00
ldap.c dirmngr: Avoid casting away a const from an char**. 2015-11-27 17:10:59 +01:00
ldapserver.c Improve spelling and grammar of some comments. 2015-03-23 19:58:30 +01:00
ldapserver.h Nuked almost all trailing white space. 2011-02-04 12:57:53 +01:00
misc.c dirmngr: Indicate that serial numbers are hexadecimal. 2016-01-22 12:54:02 +01:00
misc.h dirmngr: Indicate that serial numbers are hexadecimal. 2016-01-22 12:54:02 +01:00
ocsp.c dirmngr: Emit correct spelling of "superseded". 2016-08-03 16:54:41 +02:00
ocsp.h Merged Dirmngr with GnuPG. 2010-06-09 16:53:51 +00:00
server.c build: Require latest released libraries 2016-07-14 10:48:34 +02:00
sks-keyservers.netCA.pem dirmngr: Add support for hkps keyservers. 2014-05-05 16:23:37 +02:00
t-dns-stuff.c dirmngr: Silence one regression test. 2016-01-06 08:37:03 +01:00
t-http.c http: Allow to request system defined CAs for TLS. 2016-04-26 21:57:56 +02:00
t-ldap-parse-uri.c Fix trivial memory leaks in tests. 2016-07-01 09:47:48 +02:00
t-support.h Add new LDAP utility functions. 2015-03-23 19:58:26 +01:00
tls-ca.pem Move http module from common/ to dirmngr/. 2015-10-18 20:08:26 +02:00
validate.c Fix typos found using codespell. 2015-11-17 12:50:22 +01:00
validate.h Merged Dirmngr with GnuPG. 2010-06-09 16:53:51 +00:00
w32-ldap-help.h Nuked almost all trailing white space. 2011-02-04 12:57:53 +01:00