~ubuntu-branches/ubuntu/hardy/gnupg/hardy-updates

« back to all changes in this revision

Viewing changes to keyserver/ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2006-11-03 09:18:26 UTC
  • mto: This revision was merged to the branch mainline in revision 11.
  • Revision ID: james.westby@ubuntu.com-20061103091826-89kwl8tk1xypbmtk
Tags: upstream-1.4.5
ImportĀ upstreamĀ versionĀ 1.4.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2006-07-26  David Shaw  <dshaw@jabberwocky.com>
 
2
 
 
3
        * Makefile.am: Fix missing include path for gpgkeys_finger (needs
 
4
        the libcurl path, even though it doesn't use libcurl because of
 
5
        ksutil.c:curl_err_to_gpg_err().  Noted by Gilbert Fernandes.
 
6
 
 
7
2006-07-20  David Shaw  <dshaw@jabberwocky.com>
 
8
 
 
9
        * curl-shim.c (curl_easy_perform): Minor cleanup of proxy code.
 
10
 
 
11
2006-07-16  David Shaw  <dshaw@jabberwocky.com>
 
12
 
 
13
        * gpgkeys_hkp.c (send_key), gpgkeys_ldap.c (send_key,
 
14
        send_key_keyserver): Improved version of previous fix.  Force
 
15
        match on spaces in string.
 
16
 
 
17
2006-07-14  David Shaw  <dshaw@jabberwocky.com>
 
18
 
 
19
        * gpgkeys_hkp.c (send_key), gpgkeys_ldap.c (send_key,
 
20
        send_key_keyserver): Fix string matching problem when the ascii
 
21
        armored form of the key happens to match "KEY" at the beginning of
 
22
        the line.
 
23
 
 
24
2006-07-12  David Shaw  <dshaw@jabberwocky.com>
 
25
 
 
26
        * gpgkeys_ldap.c (printquoted), curl-shim.c (curl_escape): Fix bad
 
27
        encoding of characters > 127.  Noted by Nalin Dahyabhai.
 
28
 
 
29
2006-04-26  David Shaw  <dshaw@jabberwocky.com>
 
30
 
 
31
        * gpgkeys_http.c, gpgkeys_oldhkp.c: Removed.
 
32
 
 
33
        * Makefile.am: Don't build gpgkeys_http or gpgkeys_(old)hkp any
 
34
        longer as this is done via curl or fake-curl.
 
35
 
 
36
        * ksutil.h, ksutil.c, gpgkeys_hkp.c, gpgkeys_curl.c: Minor
 
37
        #include tweaks as FAKE_CURL is no longer meaningful.
 
38
 
 
39
2006-04-10  David Shaw  <dshaw@jabberwocky.com>
 
40
 
 
41
        * gpgkeys_ldap.c (ldap_quote, get_name, search_key): LDAP-quote
 
42
        directly into place rather than mallocing temporary buffers.
 
43
 
 
44
        * gpgkeys_ldap.c (get_name): Build strings with strcat rather than
 
45
        using sprintf which is harder to read and modify.
 
46
 
 
47
        * ksutil.h, ksutil.c (classify_ks_search): Add
 
48
        KS_SEARCH_KEYID_SHORT and KS_SEARCH_KEYID_LONG to search for a key
 
49
        ID.
 
50
 
 
51
        * gpgkeys_ldap.c (search_key): Use it here to flip from pgpUserID
 
52
        searches to pgpKeyID or pgpCertID.
 
53
 
1
54
2006-03-27  David Shaw  <dshaw@jabberwocky.com>
2
55
 
3
56
        * gpgkeys_ldap.c: #define LDAP_DEPRECATED for newer OpenLDAPs so