mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
gpg: New options import-drop-uids and export-drop-uids.
* g10/options.h (IMPORT_DROP_UIDS): New. (EXPORT_DROP_UIDS): New. * g10/import.c (parse_import_options): Add option "import-drop-uids". (import_one): Don't bail out with that options and no uids found. Also remove all uids. (remove_all_uids): New. * g10/export.c (parse_export_options): Add option "export-drop-uids". (do_export_one_keyblock): Implement option. -- These options are required for experiments with changes to the keyserver infrastructure. Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
50b02dba20
commit
8e83493dae
5 changed files with 94 additions and 9 deletions
10
doc/gpg.texi
10
doc/gpg.texi
|
@ -2342,6 +2342,11 @@ opposite meaning. The options are:
|
|||
on the keyring. This option is the same as running the @option{--edit-key}
|
||||
command "clean" after import. Defaults to no.
|
||||
|
||||
@item import-drop-uids
|
||||
Do not import any user ids or their binding signatures. This option
|
||||
can be used to update only the subkeys or other non-user id related
|
||||
information.
|
||||
|
||||
@item repair-keys. After import, fix various problems with the
|
||||
keys. For example, this reorders signatures, and strips duplicate
|
||||
signatures. Defaults to yes.
|
||||
|
@ -2506,6 +2511,11 @@ opposite meaning. The options are:
|
|||
running the @option{--edit-key} command "minimize" before export except
|
||||
that the local copy of the key is not modified. Defaults to no.
|
||||
|
||||
@item export-drop-uids
|
||||
Do no export any user id or attribute packets or their associates
|
||||
signatures. Note that due to missing user ids the resulting output is
|
||||
not strictly RFC-4880 compliant.
|
||||
|
||||
@item export-pka
|
||||
Instead of outputting the key material output PKA records suitable
|
||||
to put into DNS zone files. An ORIGIN line is printed before each
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue