2001-12-28 17:36:47 +01:00
|
|
|
2001-12-28 David Shaw <dshaw@jabberwocky.com>
|
|
|
|
|
|
|
|
* gpgkeys_mailto.in: Use the new OUTOFBAND indicator so gpg knows
|
|
|
|
not to try and import anything. Also turn on perl -w for
|
|
|
|
warnings.
|
|
|
|
|
|
|
|
* gpgkeys_ldap.c (main): If we're using temp files (rather than
|
|
|
|
stdin/stdout), make sure the file is closed when we're done.
|
|
|
|
|
2001-12-20 20:59:36 +01:00
|
|
|
2001-12-20 David Shaw <dshaw@jabberwocky.com>
|
|
|
|
|
|
|
|
* Properly free the LDAP response when we're done with it.
|
|
|
|
|
|
|
|
* Now that we handle multiple keys, we must remove duplicates as
|
|
|
|
the LDAP keyserver returns keys with multiple user IDs multiple
|
|
|
|
times.
|
|
|
|
|
|
|
|
* Properly handle multiple keys with the same key ID (it's really
|
|
|
|
rare, so fetch "0xDEADBEEF" to test this).
|
|
|
|
|
2001-12-17 23:48:52 +01:00
|
|
|
2001-12-17 David Shaw <dshaw@jabberwocky.com>
|
|
|
|
|
|
|
|
* gpgkeys_ldap.c, gpgkeys_mailto.in: Fix GNU capitalization
|
|
|
|
issues. Prefix log messages with "gpgkeys" to clarify which
|
|
|
|
program is generating them.
|
|
|
|
|
2001-12-15 07:32:24 +01:00
|
|
|
2001-12-14 David Shaw <dshaw@jabberwocky.com>
|
|
|
|
|
|
|
|
* gpgkeys_ldap.c (search_key): Use unsigned int rather than uint
|
|
|
|
for portability.
|
|
|
|
|
2001-12-06 22:36:21 +01:00
|
|
|
2001-12-04 David Shaw <dshaw@jabberwocky.com>
|
|
|
|
|
|
|
|
* Initial version of gpgkeys_ldap (LDAP keyserver helper) and
|
|
|
|
gpgkeys_mailto (email keyserver helper)
|
2001-12-15 19:31:11 +01:00
|
|
|
|
|
|
|
|
|
|
|
Copyright 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
|
|
|
|
|
|
|
|
This file is free software; as a special exception the author gives
|
|
|
|
unlimited permission to copy and/or distribute it, with or without
|
|
|
|
modifications, as long as this notice is preserved.
|
|
|
|
|
|
|
|
This file is distributed in the hope that it will be useful, but
|
|
|
|
WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
|
|
|
|
implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
|
|
|
|