x
[metze/heimdal/wip.git] / ChangeLog
1 2008-04-28  Love Hörnquist Åstrand  <lha@it.su.se>
2
3         * lib/krb5/crypto.c: Use DES_set_key_unchecked().
4
5         * lib/krb5/krb5.conf.5: Document default_cc_type.
6
7         * lib/krb5/cache.c: Pick up [libdefaults]default_cc_type
8
9 2008-04-27  Love Hörnquist Åstrand  <lha@it.su.se>
10         
11         * kdc/kaserver.c: Use DES_set_key_unchecked().
12
13 2008-04-21  Love Hörnquist Åstrand  <lha@it.su.se>
14
15         * doc/hx509.texi: About the pkcs11 module.
16
17         * doc/hx509.texi: Pick up version from vars.texi
18
19         * doc/hx509.texi: No MIT code in hx509.
20
21         * hx509 now includes a pkcs11 implementation.
22
23 2008-04-20  Love Hörnquist Åstrand  <lha@it.su.se>
24
25         * lib/hdb/Makefile.am: Move OpenLDAP includes to AM_CPPFLAGS to
26         avoid dropping other defines for the library.
27
28 2008-04-17  Love Hörnquist Åstrand  <lha@it.su.se>
29
30         * lib/krb5: add __declspec() for windows.
31
32         * configure.in: Update rk_WIN32_EXPORT, add gssapi to
33         rk_WIN32_EXPORT.
34         
35         * configure.in: Lets try dependency tracking for automake 1.10 and
36         later.
37         
38         * configure.in: Use at least libtool-2.2.
39
40         * configure.in: Use LT_INIT the right way.
41
42         * lib/krb5/Makefile.am: Update make-proto usage.
43
44         * configure.in: Run autoupdate, use LT_INIT().
45
46 2008-04-15  Love Hörnquist Åstrand  <lha@it.su.se>
47
48         * lib/krb5/test_forward.c: Don't print krb5_error_code since we
49         are using krb5_err().
50
51         * lib/krb5/ticket.c: Cast krb5_error_code to int to avoid warning.
52
53         * lib/krb5/scache.c: Cast krb5_error_code to int to avoid warning.
54
55         * lib/krb5/principal.c: Cast enum to int to avoid warning.
56
57         * lib/krb5/pkinit.c: Cast krb5_error_code to int to avoid warning.
58
59         * lib/krb5/pac.c: Cast size_t to unsigned long to avoid warning.
60
61         * lib/krb5/error_string.c: Cast krb5_error_code to int to avoid
62         warning.
63
64         * lib/krb5/keytab_keyfile.c: Make num_entries an uint32 to avoid
65         negative numbers and type warnings.
66
67         * lib/krb5: cc_get_version returns an int, update.
68
69 2008-04-10  Love Hörnquist Åstrand  <lha@it.su.se>
70
71         * configure.in: Check for <asl.h>.
72
73 2008-04-09  Love Hörnquist Åstrand  <lha@it.su.se>
74
75         * lib/krb5/version-script.map: sort and export _krb5_pk_kdf
76
77         * lib/krb5/crypto.c: Check kdf params. calculate the second half
78         of the key.
79
80         * lib/krb5/Makefile.am: Add test_pknistkdf
81
82         * lib/krb5/test_pknistkdf.c: Test the new pkinit nist kdf.
83
84         * lib/krb5/crypto.c: Complete _krb5_pk_kdf.
85
86         * lib/krb5/crypto.c: First version of KDF in
87         draft-ietf-krb-wg-pkinit-alg-agility-03.txt.
88         
89 2008-04-08  Love Hörnquist Åstrand  <lha@it.su.se>
90
91         * doc/setup.texi: Add text about smbk5pwd overlay from Buchan
92         Milne.
93         
94         * lib/krb5/krb5_locl.h: Name the pkinit type enum.
95
96         * kdc/pkinit.c: Rename constants to match global header.
97
98         * lib/krb5/pkinit.c: Drop krb5_pk_identity and rename constants to
99         match global header.
100
101         * kdc/pkinit.c: Pick up krb5_pk_identity from krb5_locl.h.
102
103         * lib/krb5/scache.c (scc_alloc): %x is unsigned int.
104         
105 2008-04-07  Love Hörnquist Åstrand  <lha@it.su.se>
106
107         * lib/krb5/version-script.map: Sort and add krb5_cc_switch.
108
109         * lib/krb5/acache.c: Use unsigned where appropriate.
110
111         * kcm/glue.c: Adapt to chenge to krb5_cc_ops.
112
113         * kcm/acl.c: Add missing op.
114
115         * kdc/connect.c: Use unsigned where appropriate.
116
117         * lib/krb5/n-fold.c: Use size_t where appropriate.
118
119         * lib/krb5/get_addrs.c: Use unsigned where appropriate.
120
121         * lib/krb5/crypto.c: Use unsigned where appropriate.
122
123         * lib/krb5/crc.c: Use unsigned where appropriate.
124
125         * lib/krb5/changepw.c: simplify
126
127         * lib/krb5/copy_host_realm.c: simplify
128
129         * kuser/kswitch.c: Implement --principal.
130
131 2008-04-05  Love Hörnquist Åstrand  <lha@it.su.se>
132
133         * lib/krb5/cache.c: allow returning the default cc-type.
134
135         * kuser/kswitch.c: Enable switching between existing caches.
136
137         * lib/krb5/cache.c: Add krb5_cc_switch, to set the default
138         credential cache.
139
140         * lib/krb5/acache.c: Implement set_default.
141
142         * lib/krb5/krb5.h: Extend krb5_cc_ops and add set_default to set
143         the default cc name for a credential type.
144
145 2008-04-04  Love Hörnquist Åstrand  <lha@it.su.se>
146
147         * lib/krb5/test_cc.c: test remove
148
149         * lib/krb5/fcache.c: Make the remove cred slight more atomic, now
150         it might lose creds, but there will be no empty cache at any time.
151
152         * lib/krb5/scache.c: Do credential iteration by temporary table.
153
154 2008-04-02  Love Hörnquist Åstrand  <lha@it.su.se>
155
156         * lib/krb5/acache.c: Translate ccErrInvalidCCache.
157
158         * lib/krb5/scache.c: implemetation of a sqlite3 backed credential
159         cache.
160
161         * lib/krb5/test_cc.c: test acc and scc
162
163         * lib/krb5/acache.c: Only release context if its in use.
164
165 2008-04-01  Love Hörnquist Åstrand  <lha@it.su.se>
166
167         * doc/setup.texi: No patching of OpenLDAP is needed, from Buchan
168         Milne.
169
170 2008-03-30  Love Hörnquist Åstrand  <lha@it.su.se>
171
172         * lib/krb5/Makefile.am: Add scache.
173
174         * lib/krb5/scache.c: initial implementation
175
176         * lib/Makefile.am: sqlite
177
178         * configure.in: lib/sqlite/Makefile
179
180 2008-03-26  Love Hörnquist Åstrand  <lha@it.su.se>
181
182         * lib/krb5/fcache.c: Make the storing credential an atomic
183         write(2) to avoid signal races, bug traced by Harald Barth and Lars
184         Malinowsky.
185
186 2008-03-25  Love Hörnquist Åstrand  <lha@it.su.se>
187
188         * lib/krb5/fcache.c: Make erase_file() do locking too.
189
190         * kcm/protocol.c: Make work when moving to a non-existant
191         cred-cache.
192
193         * lib/krb5/test_cc.c: more verbose info.
194         
195         * lib/krb5/test_cc.c: test krb5_cc_move().
196         
197 2008-03-23  Love Hörnquist Åstrand  <lha@it.su.se>
198         
199         * lib/krb5/get_cred.c: Try both kdc server referral and the old
200         client chasing mode.
201
202         * lib/krb5/get_cred.c: Don't do canonicalize by default, make
203         add_cred() sane, make loop detection in credential fetching
204         better.
205
206         * lib/krb5/krb5_locl.h: Add flag EXTRACT_TICKET_AS_REQ.
207
208         * lib/krb5/init_creds_pw.c: Tell _krb5_extract_ticket that this is
209         an AS-REQ.
210
211         * lib/krb5/get_in_tkt.c: Make server referral work.
212         
213 2008-03-22  Love Hörnquist Åstrand  <lha@it.su.se>
214         
215         * lib/krb5/get_in_tkt.c: check no server referral, don't use
216         stringent length tests since encryption layer does padding for
217         us...
218
219         * kdc/kerberos5.c: Match name in ClientCanonicalizedNames with -10
220
221         * lib/krb5/principal.c (_krb5_principal_compare_PrincipalName):
222         new function to compare a principal to a PrincipalName.
223
224         * lib/krb5/init_creds_pw.c: Move client referral checking to
225         _krb5_extract_ticket().
226
227         * lib/krb5/get_in_tkt.c: More bits for server referral.
228
229         * lib/krb5/get_in_tkt.c: Make working with client referrals.
230
231         * lib/krb5/get_cred.c: Try moving referrals checking into
232         _krb5_extract_ticket().
233
234         * lib/krb5/get_in_tkt.c: Try moving referrals checking into
235         _krb5_extract_ticket().
236
237 2008-03-21  Love Hörnquist Åstrand  <lha@it.su.se>
238         
239         * kdc/krb5tgs.c: Send SERVER-REFERRAL data in rep.padata instead
240         of auth_data in ticket.
241
242 2008-03-20  Love Hörnquist Åstrand  <lha@it.su.se>
243
244         * lib/krb5/init_creds_pw.c: remove lost bits from using
245         krb5_principal_set_realm
246         
247         * kdc/krb5tgs.c: Better referrals support, use canonicalize flag.
248
249         * kdc/hprop.c: use krb5_principal_set_realm
250
251         * lib/krb5/init_creds_pw.c: use krb5_principal_set_realm
252
253         * lib/krb5/verify_user.c: use krb5_principal_set_realm
254
255         * lib/krb5/version-script.map: add krb5_principal_set_realm
256
257         * lib/krb5/principal.c: add krb5_principal_set_realm
258
259         * lib/krb5/get_cred.c: Insecure tgs referrals.
260
261         * lib/krb5/get_cred.c: Dont try key usage KRB5_KU_AP_REQ_AUTH for
262         TGS-REQ. This drop compatibility with pre 0.3d KDCs.
263         
264         * lib/krb5/get_cred.c: catch KRB5_GC_CANONICALIZE.
265
266         * lib/krb5/krb5.h: set KRB5_GC_CANONICALIZE.
267
268         * kuser/kgetcred.c: set KRB5_GC_CANONICALIZE.
269
270         * kuser/kgetcred.c: Add stub --canonicalize implementation.
271
272 2008-03-19  Love Hörnquist Åstrand  <lha@it.su.se>
273
274         * doc/setup.texi: Fix sasl-regexp, from Howard Chu.
275
276 2008-03-14  Love Hörnquist Åstrand  <lha@it.su.se>
277
278         * kdc/kx509.c: Adapt to hx509_env changes.
279         
280 2008-03-10  Love Hörnquist Åstrand  <lha@it.su.se>
281
282         * lib/krb5/pkinit.c: Try searchin the key by to use by first
283         looking for for PK-INIT EKU, then the Microsoft smart card EKU and
284         last, no special EKU at all.
285
286 2008-03-09  Love Hörnquist Åstrand  <lha@it.su.se>
287
288         * lib/krb5/acache.c: Create a new credential cache is ->get_name
289         is called, make acc_initialize() reset the existing credential
290         cache if needed.
291
292         * lib/krb5/acache.c (acc_get_name): just return the cache_name
293         directly instead of trying to resolve it.
294
295 2008-02-23  Love Hörnquist Åstrand  <lha@it.su.se>
296
297         * include/Makefile.am (CLEANFILES): add wind.h and wind_err.h and
298         sort.
299
300 2008-02-11  Love Hörnquist Åstrand  <lha@it.su.se>
301
302         * lib/hdb/hdb-ldap.c: Use malloc() instead of static buffer.
303
304         * lib/hdb/hdb-ldap.c: Use ldap_get_values_len, from LaMont Jones
305         via Brian May and Debian.
306
307         * doc/Makefile.am: add libwind
308
309 2008-02-05  Love Hörnquist Åstrand  <lha@it.su.se>
310
311         * lib/krb5/test_renew.c: Remove extra ;, From Dennis Davis.
312
313         * lib/krb5/store_emem.c: Make compile on-pre c99 compilers. From
314         Dennis Davis.
315
316 2008-02-03  Love Hörnquist Åstrand  <lha@it.su.se>
317
318         * tools/heimdal-gssapi.pc.in: Add wind.
319
320         * tools/krb5-config.in: Add wind.
321
322         * lib/krb5/pac.c: Use libwind.
323
324 2008-02-01  Love Hörnquist Åstrand  <lha@it.su.se>
325
326         * lib/Makefile.am: SUBDIRS: add wind
327
328 2008-01-29  Love Hörnquist Åstrand  <lha@it.su.se>
329
330         * doc/programming.texi: See the Kerberos 5 API introduction and
331         documentation on the Heimdal webpage.
332         
333 2008-01-27  Love Hörnquist Åstrand  <lha@it.su.se>
334
335         * lib/krb5: better error strings for the keytab fetching functions
336
337         * lib/krb5/verify_krb5_conf.c: Catch deprecated entries.
338
339         * lib/krb5/get_cred.c: Remove support
340         for [libdefaults]capath (not [libdefaults] capaths though).
341
342 2008-01-25  Love Hörnquist Åstrand  <lha@it.su.se>
343
344         * tools/heimdal-gssapi.pc.in: Fix caps of prefix, from Joakim
345         Fallsjo.
346
347 2008-01-24  Love Hörnquist Åstrand  <lha@it.su.se>
348         
349         * lib/krb5/fcache.c (fcc_move): more explict why the fcc_move
350         failes, handle cross device moves.
351         
352 2008-01-21  Love Hörnquist Åstrand  <lha@it.su.se>
353
354         * lib/krb5/get_for_creds.c: Use on variable less.
355
356         * lib/krb5/get_for_creds.c: Try to handle ticket full and
357         ticketless tickets better. Add doxygen comments while here.
358
359         * lib/krb5/test_forward.c: Used for testing
360         krb5_get_forwarded_creds().
361         
362         * lib/krb5/Makefile.am: noinst_PROGRAMS += test_forward
363
364         * lib/krb5/Makefile.am: drop CHECK_SYMBOLS
365
366         * lib/hdb/Makefile.am: drop CHECK_SYMBOLS
367
368         * kdc/Makefile.am: drop CHECK_SYMBOLS
369
370 2008-01-18  Love Hörnquist Åstrand  <lha@it.su.se>
371
372         * lib/krb5/version-script.map: Add krb5_digest_probe.
373         
374 2008-01-13  Love Hörnquist Åstrand  <lha@it.su.se>
375         
376         * lib/krb5/pkinit.c: Replace hx509_name_to_der_name with
377         hx509_name_binary.
378
379 2008-01-12  Love Hörnquist Åstrand  <lha@it.su.se>
380
381         * lib/krb5/Makefile.am: add missing files
382
383         * Happy new year.