/[winpt]/trunk/Include/wptGPGCmds.h
ViewVC logotype

Diff of /trunk/Include/wptGPGCmds.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 233 by werner, Mon Oct 31 21:14:11 2005 UTC revision 234 by twoaday, Tue Jun 27 10:16:41 2006 UTC
# Line 1  Line 1 
1  /* wptGpgCmds.h - All valid gpg arguments  /* wptGpgCmds.h - All valid gpg arguments
2   *      Copyright (C) 2000-2005 Timo Schulz   *      Copyright (C) 2000-2006 Timo Schulz
3   *   *
4   * This file is part of WinPT.   * This file is part of WinPT.
5   *   *
# Line 23  Line 23 
23    
24  /***************  /***************
25   * This is the array with all valid gnupg arguments. It it only used   * This is the array with all valid gnupg arguments. It it only used
26   * by the config parser. It was generated with gpg --dump-options and   * by the config parser.
  * formatted with a little perl script include in 'Utils'.  
27   */   */
28  /* gpg 1.4.1 */  /* gpg 1.4.3 */
29  static const char *valid_gpg_args[] = {  static const char *valid_gpg_args[] = {
30          "sign",          "sign",
31          "clearsign",          "clearsign",
# Line 101  static const char *valid_gpg_args[] = { Line 100  static const char *valid_gpg_args[] = {
100          "no-textmode",          "no-textmode",
101          "expert",          "expert",
102          "no-expert",          "no-expert",
103            "default-sig-expire",
104          "ask-sig-expire",          "ask-sig-expire",
105          "no-ask-sig-expire",          "no-ask-sig-expire",
106            "default-cert-expire",
107          "ask-cert-expire",          "ask-cert-expire",
108          "no-ask-cert-expire",          "no-ask-cert-expire",
109            "default-cert-level",
110            "min-cert-level",
111          "ask-cert-level",          "ask-cert-level",
112          "no-ask-cert-level",          "no-ask-cert-level",
113          "output",          "output",
# Line 148  static const char *valid_gpg_args[] = { Line 151  static const char *valid_gpg_args[] = {
151          "status-file",          "status-file",
152          "attribute-fd",          "attribute-fd",
153          "attribute-file",          "attribute-file",
         "no-sk-comments",  
154          "sk-comments",          "sk-comments",
155            "no-sk-comments",
156          "completes-needed",          "completes-needed",
157          "marginals-needed",          "marginals-needed",
158          "max-cert-depth",          "max-cert-depth",
# Line 193  static const char *valid_gpg_args[] = { Line 196  static const char *valid_gpg_args[] = {
196          "print-mds",          "print-mds",
197          "list-trustdb",          "list-trustdb",
198          "pipemode",          "pipemode",
199            "passphrase",
200          "passphrase-fd",          "passphrase-fd",
201          "passphrase-file",          "passphrase-file",
202          "command-fd",          "command-fd",
# Line 221  static const char *valid_gpg_args[] = { Line 225  static const char *valid_gpg_args[] = {
225          "compress-keys",          "compress-keys",
226          "compress-sigs",          "compress-sigs",
227          "default-cert-check-level",          "default-cert-check-level",
         "default-cert-level",  
         "min-cert-level",  
228          "always-trust",          "always-trust",
229          "trust-model",          "trust-model",
230          "force-ownertrust",          "force-ownertrust",
# Line 312  static const char *valid_gpg_args[] = { Line 314  static const char *valid_gpg_args[] = {
314          "enable-progress-filter",          "enable-progress-filter",
315          "multifile",          "multifile",
316          "keyid-format",          "keyid-format",
317            "exit-on-status-write-error",
318            "limit-card-insert-tries",
319          "reader-port",          "reader-port",
320          "ctapi-driver",          "ctapi-driver",
321          "pcsc-driver",          "pcsc-driver",
322          "disable-ccid",          "disable-ccid",
323            "sign-with",
324            "user",
325            "require-backsigs",
326            "no-require-backsigs",
327          "dump-options",          "dump-options",
328          "help",          "help",
329          "version",          "version",
# Line 323  static const char *valid_gpg_args[] = { Line 331  static const char *valid_gpg_args[] = {
331          NULL          NULL
332  };  };
333    
   
334  #endif /* WPT_GPG_COMMANDS_H_ */  #endif /* WPT_GPG_COMMANDS_H_ */

Legend:
Removed from v.233  
changed lines
  Added in v.234

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26