x
[metze/heimdal/wip.git] / ChangeLog
1 2008-03-23  Love Hörnquist Åstrand  <lha@it.su.se>
2
3         * lib/krb5/get_in_tkt.c: Make server referral work.
4         
5 2008-03-22  Love Hörnquist Åstrand  <lha@it.su.se>
6         
7         * lib/krb5/get_in_tkt.c: check no server referral, don't use
8         stringent length tests since encryption layer does padding for
9         us...
10
11         * kdc/kerberos5.c: Match name in ClientCanonicalizedNames with -10
12
13         * lib/krb5/principal.c (_krb5_principal_compare_PrincipalName):
14         new function to compare a principal to a PrincipalName.
15
16         * lib/krb5/init_creds_pw.c: Move client referral checking to
17         _krb5_extract_ticket().
18
19         * lib/krb5/get_in_tkt.c: More bits for server referral.
20
21         * lib/krb5/get_in_tkt.c: Make working with client referrals.
22
23         * lib/krb5/get_cred.c: Try moving referrals checking into
24         _krb5_extract_ticket().
25
26         * lib/krb5/get_in_tkt.c: Try moving referrals checking into
27         _krb5_extract_ticket().
28
29 2008-03-21  Love Hörnquist Åstrand  <lha@it.su.se>
30         
31         * kdc/krb5tgs.c: Send SERVER-REFERRAL data in rep.padata instead
32         of auth_data in ticket.
33
34 2008-03-20  Love Hörnquist Åstrand  <lha@it.su.se>
35
36         * lib/krb5/init_creds_pw.c: remove lost bits from using
37         krb5_principal_set_realm
38         
39         * kdc/krb5tgs.c: Better referrals support, use canonicalize flag.
40
41         * kdc/hprop.c: use krb5_principal_set_realm
42
43         * lib/krb5/init_creds_pw.c: use krb5_principal_set_realm
44
45         * lib/krb5/verify_user.c: use krb5_principal_set_realm
46
47         * lib/krb5/version-script.map: add krb5_principal_set_realm
48
49         * lib/krb5/principal.c: add krb5_principal_set_realm
50
51         * lib/krb5/get_cred.c: Insecure tgs referrals.
52
53         * lib/krb5/get_cred.c: Dont try key usage KRB5_KU_AP_REQ_AUTH for
54         TGS-REQ. This drop compatibility with pre 0.3d KDCs.
55         
56         * lib/krb5/get_cred.c: catch KRB5_GC_CANONICALIZE.
57
58         * lib/krb5/krb5.h: set KRB5_GC_CANONICALIZE.
59
60         * kuser/kgetcred.c: set KRB5_GC_CANONICALIZE.
61
62         * kuser/kgetcred.c: Add stub --canonicalize implementation.
63
64 2008-03-19  Love Hörnquist Åstrand  <lha@it.su.se>
65
66         * doc/setup.texi: Fix sasl-regexp, from Howard Chu.
67
68 2008-03-14  Love Hörnquist Åstrand  <lha@it.su.se>
69
70         * kdc/kx509.c: Adapt to hx509_env changes.
71         
72 2008-03-10  Love Hörnquist Åstrand  <lha@it.su.se>
73
74         * lib/krb5/pkinit.c: Try searchin the key by to use by first
75         looking for for PK-INIT EKU, then the Microsoft smart card EKU and
76         last, no special EKU at all.
77
78 2008-03-09  Love Hörnquist Åstrand  <lha@it.su.se>
79
80         * lib/krb5/acache.c: Create a new credential cache is ->get_name
81         is called, make acc_initialize() reset the existing credential
82         cache if needed.
83
84         * lib/krb5/acache.c (acc_get_name): just return the cache_name
85         directly instead of trying to resolve it.
86
87 2008-02-23  Love Hörnquist Åstrand  <lha@it.su.se>
88
89         * include/Makefile.am (CLEANFILES): add wind.h and wind_err.h and
90         sort.
91
92 2008-02-11  Love Hörnquist Åstrand  <lha@it.su.se>
93
94         * lib/hdb/hdb-ldap.c: Use malloc() instead of static buffer.
95
96         * lib/hdb/hdb-ldap.c: Use ldap_get_values_len, from LaMont Jones
97         via Brian May and Debian.
98
99         * doc/Makefile.am: add libwind
100
101 2008-02-05  Love Hörnquist Åstrand  <lha@it.su.se>
102
103         * lib/krb5/test_renew.c: Remove extra ;, From Dennis Davis.
104
105         * lib/krb5/store_emem.c: Make compile on-pre c99 compilers. From
106         Dennis Davis.
107
108 2008-02-03  Love Hörnquist Åstrand  <lha@it.su.se>
109
110         * tools/heimdal-gssapi.pc.in: Add wind.
111
112         * tools/krb5-config.in: Add wind.
113
114         * lib/krb5/pac.c: Use libwind.
115
116 2008-02-01  Love Hörnquist Åstrand  <lha@it.su.se>
117
118         * lib/Makefile.am: SUBDIRS: add wind
119
120 2008-01-29  Love Hörnquist Åstrand  <lha@it.su.se>
121
122         * doc/programming.texi: See the Kerberos 5 API introduction and
123         documentation on the Heimdal webpage.
124         
125 2008-01-27  Love Hörnquist Åstrand  <lha@it.su.se>
126
127         * lib/krb5: better error strings for the keytab fetching functions
128
129         * lib/krb5/verify_krb5_conf.c: Catch deprecated entries.
130
131         * lib/krb5/get_cred.c: Remove support
132         for [libdefaults]capath (not [libdefaults] capaths though).
133
134 2008-01-25  Love Hörnquist Åstrand  <lha@it.su.se>
135
136         * tools/heimdal-gssapi.pc.in: Fix caps of prefix, from Joakim
137         Fallsjo.
138
139 2008-01-24  Love Hörnquist Åstrand  <lha@it.su.se>
140         
141         * lib/krb5/fcache.c (fcc_move): more explict why the fcc_move
142         failes, handle cross device moves.
143         
144 2008-01-21  Love Hörnquist Åstrand  <lha@it.su.se>
145
146         * lib/krb5/get_for_creds.c: Use on variable less.
147
148         * lib/krb5/get_for_creds.c: Try to handle ticket full and
149         ticketless tickets better. Add doxygen comments while here.
150
151         * lib/krb5/test_forward.c: Used for testing
152         krb5_get_forwarded_creds().
153         
154         * lib/krb5/Makefile.am: noinst_PROGRAMS += test_forward
155
156         * lib/krb5/Makefile.am: drop CHECK_SYMBOLS
157
158         * lib/hdb/Makefile.am: drop CHECK_SYMBOLS
159
160         * kdc/Makefile.am: drop CHECK_SYMBOLS
161
162 2008-01-18  Love Hörnquist Åstrand  <lha@it.su.se>
163
164         * lib/krb5/version-script.map: Add krb5_digest_probe.
165         
166 2008-01-13  Love Hörnquist Åstrand  <lha@it.su.se>
167         
168         * lib/krb5/pkinit.c: Replace hx509_name_to_der_name with
169         hx509_name_binary.
170
171 2008-01-12  Love Hörnquist Åstrand  <lha@it.su.se>
172
173         * lib/krb5/Makefile.am: add missing files
174
175         * Happy new year.