diff options
| author | Werner Koch <[email protected]> | 2019-08-06 14:07:33 +0000 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 2019-08-06 14:07:33 +0000 |
| commit | 5ea6250cc5761612d17ca4fb34eed096f26e2826 (patch) | |
| tree | 062877d21a2f53ff01918a2a73ed02fcf80fded1 /doc/DETAILS | |
| parent | kbx: Allow writing using a estream. (diff) | |
| download | gnupg-5ea6250cc5761612d17ca4fb34eed096f26e2826.tar.gz gnupg-5ea6250cc5761612d17ca4fb34eed096f26e2826.zip | |
kbx: Add framework for the SEARCH command
* kbx/backend-kbx.c: New.
* kbx/backend-support.c: New.
* kbx/backend.h: New.
* kbx/frontend.c: New.
* kbx/frontend.h: New.
* kbx/kbxserver.c: Implement SEARCH and NEXT command.
* kbx/keybox-search-desc.h (enum pubkey_types): New.
* kbx/keybox-search.c (keybox_get_data): New.
* kbx/keyboxd.c (main): Add a standard resource.
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'doc/DETAILS')
| -rw-r--r-- | doc/DETAILS | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/DETAILS b/doc/DETAILS index 3046523da..3fa651e12 100644 --- a/doc/DETAILS +++ b/doc/DETAILS @@ -1137,6 +1137,17 @@ pkd:0:1024:B665B1435F4C2 .... FF26ABB: *** BEGIN_STREAM, END_STREAM Used to issued by the experimental pipemode. +** Inter-component codes + Status codes are also used between the components of the GnuPG + system via the Assuan S lines. Some of them are documented here: + +*** PUBKEY_TYPE <n> + The type of the public key in the following D-lines or communicated + via a pipe. <n> is the value of =enum pubkey_types=. + + + + * Format of the --attribute-fd output |
