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