gnupg/dirmngr
Werner Koch 096e7457ec Change all quotes in strings and comments to the new GNU standard.
The asymmetric quotes used by GNU in the past (`...') don't render
nicely on modern systems.  We now use two \x27 characters ('...').

The proper solution would be to use the correct Unicode symmetric
quotes here.  However this has the disadvantage that the system
requires Unicode support.  We don't want that today.  If Unicode is
available a generated po file can be used to output proper quotes.  A
simple sed script like the one used for en@quote is sufficient to
change them.

The changes have been done by applying

  sed -i "s/\`\([^'\`]*\)'/'\1'/g"

to most files and fixing obvious problems by hand.  The msgid strings in
the po files were fixed with a similar command.
2012-06-05 19:29:22 +02:00
..
ChangeLog-2011 Generate the ChangeLog from commit logs. 2011-12-01 11:09:02 +01:00
ChangeLog.1 Generate the ChangeLog from commit logs. 2011-12-01 11:09:02 +01:00
Makefile.am Check for lber and link dirmngr_ldap to it. 2012-02-16 18:03:29 +01: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 Change all quotes in strings and comments to the new GNU standard. 2012-06-05 19:29:22 +02:00
certcache.c Change all quotes in strings and comments to the new GNU standard. 2012-06-05 19:29:22 +02:00
certcache.h Nuked almost all trailing white space. 2011-02-04 12:57:53 +01:00
crlcache.c Change all quotes in strings and comments to the new GNU standard. 2012-06-05 19:29:22 +02:00
crlcache.h Nuked almost all trailing white space. 2011-02-04 12:57:53 +01:00
crlfetch.c Change all quotes in strings and comments to the new GNU standard. 2012-06-05 19:29:22 +02:00
crlfetch.h Some work on the dirmngr 2010-07-23 16:16:14 +00:00
dirmngr-client.c Change all quotes in strings and comments to the new GNU standard. 2012-06-05 19:29:22 +02:00
dirmngr-err.h Some work on porting dirmngr (unfinished) 2010-07-16 13:19:45 +00:00
dirmngr.c Change all quotes in strings and comments to the new GNU standard. 2012-06-05 19:29:22 +02:00
dirmngr.h Add framework to print keyserver engine information 2011-02-09 18:20:05 +01:00
dirmngr_ldap.c Change all quotes in strings and comments to the new GNU standard. 2012-06-05 19:29:22 +02:00
get-path.c Change all quotes in strings and comments to the new GNU standard. 2012-06-05 19:29:22 +02:00
ks-action.c Make HKP keyserver engine work again. 2011-11-24 16:15:08 +01:00
ks-action.h Add framework to print keyserver engine information 2011-02-09 18:20:05 +01:00
ks-engine-finger.c Add framework to print keyserver engine information 2011-02-09 18:20:05 +01:00
ks-engine-hkp.c Change all quotes in strings and comments to the new GNU standard. 2012-06-05 19:29:22 +02:00
ks-engine-http.c Change all quotes in strings and comments to the new GNU standard. 2012-06-05 19:29:22 +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.h Add code for explicit selection of pooled A records. 2011-04-12 16:30:08 +02:00
ldap-url.c Change all quotes in strings and comments to the new GNU standard. 2012-06-05 19:29:22 +02:00
ldap-url.h Merged Dirmngr with GnuPG. 2010-06-09 16:53:51 +00:00
ldap-wrapper-ce.c Port LDAP wrapper to NPTH. 2012-01-25 14:50:47 +01:00
ldap-wrapper.c Replace npth_yield in busy wait by npth_usleep. 2012-02-28 17:26:32 +01: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 Change all quotes in strings and comments to the new GNU standard. 2012-06-05 19:29:22 +02:00
ldapserver.c Nuked almost all trailing white space. 2011-02-04 12:57:53 +01:00
ldapserver.h Nuked almost all trailing white space. 2011-02-04 12:57:53 +01:00
misc.c Change all quotes in strings and comments to the new GNU standard. 2012-06-05 19:29:22 +02:00
misc.h More work on the dirmngr. It now builds for W32 and W32CE and quick 2010-08-06 13:52:01 +00:00
ocsp.c Change all quotes in strings and comments to the new GNU standard. 2012-06-05 19:29:22 +02:00
ocsp.h Merged Dirmngr with GnuPG. 2010-06-09 16:53:51 +00:00
server.c Change all quotes in strings and comments to the new GNU standard. 2012-06-05 19:29:22 +02:00
validate.c Change all quotes in strings and comments to the new GNU standard. 2012-06-05 19:29:22 +02: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