add Zeqing Xia
[heimdal.git] / ChangeLog
blob396d9d6bbd7b5040c8144df62ac986d0caaf943d
1 2008-03-10  Love Hörnquist Åstrand  <lha@it.su.se>
3         * lib/krb5/pkinit.c: Try searchin the key by to use by first
4         looking for for PK-INIT EKU, then the Microsoft smart card EKU and
5         last, no special EKU at all.
7 2008-03-09  Love Hörnquist Åstrand  <lha@it.su.se>
9         * lib/krb5/acache.c: Create a new credential cache is ->get_name
10         is called, make acc_initialize() reset the existing credential
11         cache if needed.
13         * lib/krb5/acache.c (acc_get_name): just return the cache_name
14         directly instead of trying to resolve it.
16 2008-02-23  Love Hörnquist Åstrand  <lha@it.su.se>
18         * include/Makefile.am (CLEANFILES): add wind.h and wind_err.h and
19         sort.
21 2008-02-11  Love Hörnquist Åstrand  <lha@it.su.se>
23         * lib/hdb/hdb-ldap.c: Use malloc() instead of static buffer.
25         * lib/hdb/hdb-ldap.c: Use ldap_get_values_len, from LaMont Jones
26         via Brian May and Debian.
28         * doc/Makefile.am: add libwind
30 2008-02-05  Love Hörnquist Åstrand  <lha@it.su.se>
32         * lib/krb5/test_renew.c: Remove extra ;, From Dennis Davis.
34         * lib/krb5/store_emem.c: Make compile on-pre c99 compilers. From
35         Dennis Davis.
37 2008-02-03  Love Hörnquist Åstrand  <lha@it.su.se>
39         * tools/heimdal-gssapi.pc.in: Add wind.
41         * tools/krb5-config.in: Add wind.
43         * lib/krb5/pac.c: Use libwind.
45 2008-02-01  Love Hörnquist Åstrand  <lha@it.su.se>
47         * lib/Makefile.am: SUBDIRS: add wind
49 2008-01-29  Love Hörnquist Åstrand  <lha@it.su.se>
51         * doc/programming.texi: See the Kerberos 5 API introduction and
52         documentation on the Heimdal webpage.
53         
54 2008-01-27  Love Hörnquist Åstrand  <lha@it.su.se>
56         * lib/krb5: better error strings for the keytab fetching functions
58         * lib/krb5/verify_krb5_conf.c: Catch deprecated entries.
60         * lib/krb5/get_cred.c: Remove support
61         for [libdefaults]capath (not [libdefaults] capaths though).
63 2008-01-25  Love Hörnquist Åstrand  <lha@it.su.se>
65         * tools/heimdal-gssapi.pc.in: Fix caps of prefix, from Joakim
66         Fallsjo.
68 2008-01-24  Love Hörnquist Åstrand  <lha@it.su.se>
69         
70         * lib/krb5/fcache.c (fcc_move): more explict why the fcc_move
71         failes, handle cross device moves.
72         
73 2008-01-21  Love Hörnquist Åstrand  <lha@it.su.se>
75         * lib/krb5/get_for_creds.c: Use on variable less.
77         * lib/krb5/get_for_creds.c: Try to handle ticket full and
78         ticketless tickets better. Add doxygen comments while here.
80         * lib/krb5/test_forward.c: Used for testing
81         krb5_get_forwarded_creds().
82         
83         * lib/krb5/Makefile.am: noinst_PROGRAMS += test_forward
85         * lib/krb5/Makefile.am: drop CHECK_SYMBOLS
87         * lib/hdb/Makefile.am: drop CHECK_SYMBOLS
89         * kdc/Makefile.am: drop CHECK_SYMBOLS
91 2008-01-18  Love Hörnquist Åstrand  <lha@it.su.se>
93         * lib/krb5/version-script.map: Add krb5_digest_probe.
94         
95 2008-01-13  Love Hörnquist Åstrand  <lha@it.su.se>
96         
97         * lib/krb5/pkinit.c: Replace hx509_name_to_der_name with
98         hx509_name_binary.
100 2008-01-12  Love Hörnquist Åstrand  <lha@it.su.se>
102         * lib/krb5/Makefile.am: add missing files
104         * Happy new year.