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 |
* |
* |
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", |
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", |
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", |
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", |
168 |
"no-pgp8", |
"no-pgp8", |
169 |
"rfc1991", |
"rfc1991", |
170 |
"rfc2440", |
"rfc2440", |
171 |
|
"rfc4880", |
172 |
"openpgp", |
"openpgp", |
173 |
"pgp2", |
"pgp2", |
174 |
"pgp6", |
"pgp6", |
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", |
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", |
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", |
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_ */ |