/[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 9 by twoaday, Mon Jan 31 11:02:21 2005 UTC revision 10 by twoaday, Thu Apr 14 12:55:33 2005 UTC
# Line 1  Line 1 
1  /* wptGpgCmds.h - All valid gpg arguments  /* wptGpgCmds.h - All valid gpg arguments
2   *      Copyright (C) 2000, 2001, 2002, 2003 Timo Schulz   *      Copyright (C) 2000-2005 Timo Schulz
3   *   *
4   * This file is part of WinPT.   * This file is part of WinPT.
5   *   *
# Line 26  Line 26 
26   * by the config parser. It was generated with gpg --dump-options and   * by the config parser. It was generated with gpg --dump-options and
27   * formatted with a little perl script include in 'Utils'.   * formatted with a little perl script include in 'Utils'.
28   */   */
29  /* gpg 1.3.4-cvs */  /* gpg 1.4.1 */
30  static const char *valid_gpg_args[] = {  static const char *valid_gpg_args[] = {
31          "sign",          "sign",
32          "clearsign",          "clearsign",
# Line 50  static const char *valid_gpg_args[] = { Line 50  static const char *valid_gpg_args[] = {
50          "delete-secret-keys",          "delete-secret-keys",
51          "sign-key",          "sign-key",
52          "lsign-key",          "lsign-key",
         "nrsign-key",  
         "nrlsign-key",  
53          "edit-key",          "edit-key",
54          "gen-revoke",          "gen-revoke",
55          "desig-revoke",          "desig-revoke",
# Line 60  static const char *valid_gpg_args[] = { Line 58  static const char *valid_gpg_args[] = {
58          "recv-keys",          "recv-keys",
59          "search-keys",          "search-keys",
60          "refresh-keys",          "refresh-keys",
         "export-all",  
61          "export-secret-keys",          "export-secret-keys",
62          "export-secret-subkeys",          "export-secret-subkeys",
63          "import",          "import",
# Line 68  static const char *valid_gpg_args[] = { Line 65  static const char *valid_gpg_args[] = {
65          "card-status",          "card-status",
66          "card-edit",          "card-edit",
67          "change-pin",          "change-pin",
68            "list-config",
69            "gpgconf-list",
70          "list-packets",          "list-packets",
71          "export-ownertrust",          "export-ownertrust",
72          "import-ownertrust",          "import-ownertrust",
# Line 95  static const char *valid_gpg_args[] = { Line 94  static const char *valid_gpg_args[] = {
94          "hidden-encrypt-to",          "hidden-encrypt-to",
95          "no-encrypt-to",          "no-encrypt-to",
96          "local-user",          "local-user",
97            "compress-level",
98            "bzip2-compress-level",
99            "bzip2-decompress-lowmem",
100          "textmode",          "textmode",
101          "no-textmode",          "no-textmode",
102          "expert",          "expert",
# Line 103  static const char *valid_gpg_args[] = { Line 105  static const char *valid_gpg_args[] = {
105          "no-ask-sig-expire",          "no-ask-sig-expire",
106          "ask-cert-expire",          "ask-cert-expire",
107          "no-ask-cert-expire",          "no-ask-cert-expire",
108            "ask-cert-level",
109            "no-ask-cert-level",
110          "output",          "output",
111            "max-output",
112          "verbose",          "verbose",
113          "quiet",          "quiet",
114          "no-tty",          "no-tty",
# Line 134  static const char *valid_gpg_args[] = { Line 139  static const char *valid_gpg_args[] = {
139          "export-options",          "export-options",
140          "list-options",          "list-options",
141          "verify-options",          "verify-options",
142            "display-charset",
143          "charset",          "charset",
144          "options",          "options",
145          "debug",          "debug",
146          "debug-all",          "debug-all",
147          "status-fd",          "status-fd",
148            "status-file",
149          "attribute-fd",          "attribute-fd",
150            "attribute-file",
151          "no-sk-comments",          "no-sk-comments",
152          "sk-comments",          "sk-comments",
153          "completes-needed",          "completes-needed",
# Line 159  static const char *valid_gpg_args[] = { Line 167  static const char *valid_gpg_args[] = {
167          "pgp6",          "pgp6",
168          "pgp7",          "pgp7",
169          "pgp8",          "pgp8",
170            "rfc2440-text",
171            "no-rfc2440-text",
172          "s2k-mode",          "s2k-mode",
173          "s2k-digest-algo",          "s2k-digest-algo",
174          "s2k-cipher-algo",          "s2k-cipher-algo",
# Line 167  static const char *valid_gpg_args[] = { Line 177  static const char *valid_gpg_args[] = {
177          "digest-algo",          "digest-algo",
178          "cert-digest-algo",          "cert-digest-algo",
179          "compress-algo",          "compress-algo",
180            "compression-algo",
181          "throw-keyid",          "throw-keyid",
182            "throw-keyids",
183          "no-throw-keyid",          "no-throw-keyid",
184            "no-throw-keyids",
185          "show-photos",          "show-photos",
186          "no-show-photos",          "no-show-photos",
187          "photo-viewer",          "photo-viewer",
# Line 177  static const char *valid_gpg_args[] = { Line 190  static const char *valid_gpg_args[] = {
190          "sig-notation",          "sig-notation",
191          "cert-notation",          "cert-notation",
192          "list-ownertrust",          "list-ownertrust",
         "compression-algo",  
193          "print-mds",          "print-mds",
194          "list-trustdb",          "list-trustdb",
195          "pipemode",          "pipemode",
196          "passphrase-fd",          "passphrase-fd",
197            "passphrase-file",
198          "command-fd",          "command-fd",
199            "command-file",
200          "quick-random",          "quick-random",
201          "no-verbose",          "no-verbose",
202          "trustdb-name",          "trustdb-name",
203          "no-secmem-warning",          "no-secmem-warning",
204            "require-secmem",
205            "no-require-secmem",
206          "no-permission-warning",          "no-permission-warning",
207          "no-mdc-warning",          "no-mdc-warning",
208          "no-armor",          "no-armor",
# Line 205  static const char *valid_gpg_args[] = { Line 221  static const char *valid_gpg_args[] = {
221          "compress-keys",          "compress-keys",
222          "compress-sigs",          "compress-sigs",
223          "default-cert-check-level",          "default-cert-check-level",
224            "default-cert-level",
225            "min-cert-level",
226          "always-trust",          "always-trust",
227          "trust-model",          "trust-model",
228          "force-ownertrust",          "force-ownertrust",
         "emulate-checksum-bug",  
229          "run-as-shm-coprocess",          "run-as-shm-coprocess",
230          "set-filename",          "set-filename",
231          "for-your-eyes-only",          "for-your-eyes-only",
# Line 234  static const char *valid_gpg_args[] = { Line 251  static const char *valid_gpg_args[] = {
251          "lock-multiple",          "lock-multiple",
252          "lock-never",          "lock-never",
253          "logger-fd",          "logger-fd",
254            "logger-file",
255          "use-embedded-filename",          "use-embedded-filename",
256            "no-use-embedded-filename",
257          "utf8-strings",          "utf8-strings",
258          "no-utf8-strings",          "no-utf8-strings",
259          "with-fingerprint",          "with-fingerprint",
# Line 275  static const char *valid_gpg_args[] = { Line 294  static const char *valid_gpg_args[] = {
294          "personal-cipher-preferences",          "personal-cipher-preferences",
295          "personal-digest-preferences",          "personal-digest-preferences",
296          "personal-compress-preferences",          "personal-compress-preferences",
297          "emulate-md-encode-bug",          "personal-cipher-prefs",
298            "personal-digest-prefs",
299            "personal-compress-prefs",
300          "display",          "display",
301          "ttyname",          "ttyname",
302          "ttytype",          "ttytype",
303          "lc-ctype",          "lc-ctype",
304          "lc-messages",          "lc-messages",
305          "group",          "group",
306            "ungroup",
307          "no-groups",          "no-groups",
308          "strict",          "strict",
309          "no-strict",          "no-strict",
# Line 289  static const char *valid_gpg_args[] = { Line 311  static const char *valid_gpg_args[] = {
311          "no-mangle-dos-filenames",          "no-mangle-dos-filenames",
312          "enable-progress-filter",          "enable-progress-filter",
313          "multifile",          "multifile",
314            "keyid-format",
315          "reader-port",          "reader-port",
316          "ctapi-driver",          "ctapi-driver",
317          "pcsc-driver",          "pcsc-driver",
# Line 300  static const char *valid_gpg_args[] = { Line 323  static const char *valid_gpg_args[] = {
323          NULL          NULL
324  };  };
325    
326    
327  #endif /* WPT_GPG_COMMANDS_H_ */  #endif /* WPT_GPG_COMMANDS_H_ */

Legend:
Removed from v.9  
changed lines
  Added in v.10

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26