~ubuntu-branches/ubuntu/karmic/gnupg2/karmic-updates

« back to all changes in this revision

Viewing changes to tools/gpgconf-comp.c

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Urlichs
  • Date: 2005-12-08 22:13:21 UTC
  • mto: (5.1.1 edgy)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20051208221321-d54343ca8hlwzkac
Tags: upstream-1.9.19
ImportĀ upstreamĀ versionĀ 1.9.19

Show diffs side-by-side

added added

removed removed

Lines of Context:
449
449
   { "options", GC_OPT_FLAG_NONE, GC_LEVEL_EXPERT,
450
450
     "gnupg", "|FILE|read options from FILE",
451
451
     GC_ARG_TYPE_PATHNAME, GC_BACKEND_GPG_AGENT },
 
452
   { "disable-scdaemon", GC_OPT_FLAG_NONE, GC_LEVEL_ADVANCED,
 
453
     "gnupg", "do not use the SCdaemon",
 
454
     GC_ARG_TYPE_NONE, GC_BACKEND_GPG_AGENT },
452
455
 
453
456
   { "Debug",
454
457
     GC_OPT_FLAG_GROUP, GC_LEVEL_ADVANCED,
651
654
   { "disable-crl-checks", GC_OPT_FLAG_NONE, GC_LEVEL_BASIC,
652
655
     "gnupg", "never consult a CRL",
653
656
     GC_ARG_TYPE_NONE, GC_BACKEND_GPGSM },
 
657
   { "disable-trusted-cert-crl-check", GC_OPT_FLAG_NONE, GC_LEVEL_EXPERT,
 
658
     "gnupg", N_("do not check CRLs for root certificates"),
 
659
     GC_ARG_TYPE_NONE, GC_BACKEND_GPGSM },
654
660
   { "enable-ocsp", GC_OPT_FLAG_NONE, GC_LEVEL_ADVANCED,
655
661
     "gnupg", "check validity using OCSP",
656
662
     GC_ARG_TYPE_NONE, GC_BACKEND_GPGSM },
746
752
   { "http-proxy", GC_OPT_FLAG_NONE, GC_LEVEL_ADVANCED,
747
753
     "dirmngr", "|URL|redirect all HTTP requests to URL",
748
754
     GC_ARG_TYPE_STRING, GC_BACKEND_DIRMNGR },
 
755
   { "honor-http-proxy", GC_OPT_FLAG_NONE, GC_LEVEL_ADVANCED,
 
756
     "dirmngr", N_("use system's HTTP proxy setting"),
 
757
     GC_ARG_TYPE_NONE, GC_BACKEND_DIRMNGR },
749
758
 
750
759
   { "LDAP",
751
760
     GC_OPT_FLAG_GROUP, GC_LEVEL_BASIC,
2307
2316
      char *linep;
2308
2317
      unsigned long flags = 0;
2309
2318
      char *new_value = "";
2310
 
      unsigned long new_value_nr;
 
2319
      unsigned long new_value_nr = 0;
2311
2320
 
2312
2321
      /* Strip newline and carriage return, if present.  */
2313
2322
      while (length > 0