mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
gpg: New AKL method "ntds"
* dirmngr/ks-engine-ldap.c (keyspec_to_ldap_filter): Change the new support for KEYDB_SEARCH_MODE_MAIL. (ks_ldap_get): Add a debug. * g10/options.h (AKL_NTDS): New. * g10/keyserver.c (keyserver_import_ntds): New. (keyserver_get_chunk): Allow KEYDB_SEARCH_MODE_MAIL. * g10/getkey.c (parse_auto_key_locate): Support "ntds". (get_pubkey_byname): Ditto.
This commit is contained in:
parent
1194e4f7e2
commit
4a3836e2b2
8 changed files with 90 additions and 6 deletions
11
g10/gpgv.c
11
g10/gpgv.c
|
@ -478,6 +478,17 @@ keyserver_import_name (const char *name,struct keyserver_spec *spec)
|
|||
return -1;
|
||||
}
|
||||
|
||||
int
|
||||
keyserver_import_ntds (ctrl_t ctrl, const char *mbox,
|
||||
unsigned char **fpr, size_t *fprlen)
|
||||
{
|
||||
(void)ctrl;
|
||||
(void)mbox;
|
||||
(void)fpr;
|
||||
(void)fprlen;
|
||||
return -1;
|
||||
}
|
||||
|
||||
int
|
||||
keyserver_import_ldap (const char *name)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue