/[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 332 by twoaday, Tue Jun 27 10:16:41 2006 UTC revision 336 by twoaday, Sun Nov 27 12:28:18 2011 UTC
# Line 1  Line 1 
1  /* wptGpgCmds.h - All valid gpg arguments  /* wptGPGCmds.h - All valid gpg arguments
2   *      Copyright (C) 2000-2006 Timo Schulz   *      Copyright (C) 2000-2006, 2011 Timo Schulz
3   *   *
4   * This file is part of WinPT.   * This file is part of WinPT.
5   *   *
# Line 25  Line 25 
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.   * by the config parser.
27   */   */
28  /* gpg 1.4.3 */  /* gpg 1.4.11 */
29  static const char *valid_gpg_args[] = {  static const char *valid_gpg_args[] = {
30          "sign",          "sign",
31          "clearsign",          "clearsign",
# Line 57  static const char *valid_gpg_args[] = { Line 57  static const char *valid_gpg_args[] = {
57          "recv-keys",          "recv-keys",
58          "search-keys",          "search-keys",
59          "refresh-keys",          "refresh-keys",
60            "fetch-keys",
61          "export-secret-keys",          "export-secret-keys",
62          "export-secret-subkeys",          "export-secret-subkeys",
63          "import",          "import",
# Line 66  static const char *valid_gpg_args[] = { Line 67  static const char *valid_gpg_args[] = {
67          "change-pin",          "change-pin",
68          "list-config",          "list-config",
69          "gpgconf-list",          "gpgconf-list",
70            "gpgconf-test",
71          "list-packets",          "list-packets",
72          "export-ownertrust",          "export-ownertrust",
73          "import-ownertrust",          "import-ownertrust",
# Line 147  static const char *valid_gpg_args[] = { Line 149  static const char *valid_gpg_args[] = {
149          "options",          "options",
150          "debug",          "debug",
151          "debug-all",          "debug-all",
152            "debug-level",
153          "status-fd",          "status-fd",
154          "status-file",          "status-file",
155          "attribute-fd",          "attribute-fd",
# Line 165  static const char *valid_gpg_args[] = { Line 168  static const char *valid_gpg_args[] = {
168          "no-pgp8",          "no-pgp8",
169          "rfc1991",          "rfc1991",
170          "rfc2440",          "rfc2440",
171            "rfc4880",
172          "openpgp",          "openpgp",
173          "pgp2",          "pgp2",
174          "pgp6",          "pgp6",
# Line 175  static const char *valid_gpg_args[] = { Line 179  static const char *valid_gpg_args[] = {
179          "s2k-mode",          "s2k-mode",
180          "s2k-digest-algo",          "s2k-digest-algo",
181          "s2k-cipher-algo",          "s2k-cipher-algo",
182            "s2k-count",
183          "simple-sk-checksum",          "simple-sk-checksum",
184          "cipher-algo",          "cipher-algo",
185          "digest-algo",          "digest-algo",
# Line 199  static const char *valid_gpg_args[] = { Line 204  static const char *valid_gpg_args[] = {
204          "passphrase",          "passphrase",
205          "passphrase-fd",          "passphrase-fd",
206          "passphrase-file",          "passphrase-file",
207            "passphrase-repeat",
208          "command-fd",          "command-fd",
209          "command-file",          "command-file",
210          "quick-random",          "quick-random",
# Line 293  static const char *valid_gpg_args[] = { Line 299  static const char *valid_gpg_args[] = {
299          "rebuild-keydb-caches",          "rebuild-keydb-caches",
300          "preserve-permissions",          "preserve-permissions",
301          "default-preference-list",          "default-preference-list",
302            "default-keyserver-url",
303          "personal-cipher-preferences",          "personal-cipher-preferences",
304          "personal-digest-preferences",          "personal-digest-preferences",
305          "personal-compress-preferences",          "personal-compress-preferences",
# Line 320  static const char *valid_gpg_args[] = { Line 327  static const char *valid_gpg_args[] = {
327          "ctapi-driver",          "ctapi-driver",
328          "pcsc-driver",          "pcsc-driver",
329          "disable-ccid",          "disable-ccid",
330            "debug-ccid-driver",
331            "allow-multisig-verification",
332            "enable-dsa2",
333            "disable-dsa2",
334            "allow-multiple-messages",
335            "no-allow-multiple-messages",
336          "sign-with",          "sign-with",
337          "user",          "user",
338          "require-backsigs",          "require-backsigs",
339            "require-cross-certification",
340          "no-require-backsigs",          "no-require-backsigs",
341            "no-require-cross-certification",
342            "auto-key-locate",
343            "no-auto-key-locate",
344          "dump-options",          "dump-options",
345          "help",          "help",
346          "version",          "version",
347          "warranty",          "warranty",
         NULL  
348  };  };
349    
350  #endif /* WPT_GPG_COMMANDS_H_ */  #endif /* WPT_GPG_COMMANDS_H_ */

Legend:
Removed from v.332  
changed lines
  Added in v.336

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26