x
[heimdal.git] / ChangeLog
blob564ad2f0b253a4a6e66656c8b43f98e1c6010275
1 2008-04-10  Love Hörnquist Åstrand  <lha@it.su.se>
3         * configure.in: Check for <asl.h>.
5 2008-04-09  Love Hörnquist Åstrand  <lha@it.su.se>
7         * lib/krb5/version-script.map: sort and export _krb5_pk_kdf
9         * lib/krb5/crypto.c: Check kdf params. calculate the second half
10         of the key.
12         * lib/krb5/Makefile.am: Add test_pknistkdf
14         * lib/krb5/test_pknistkdf.c: Test the new pkinit nist kdf.
16         * lib/krb5/crypto.c: Complete _krb5_pk_kdf.
18         * lib/krb5/crypto.c: First version of KDF in
19         draft-ietf-krb-wg-pkinit-alg-agility-03.txt.
20         
21 2008-04-08  Love Hörnquist Åstrand  <lha@it.su.se>
23         * doc/setup.texi: Add text about smbk5pwd overlay from Buchan
24         Milne.
25         
26         * lib/krb5/krb5_locl.h: Name the pkinit type enum.
28         * kdc/pkinit.c: Rename constants to match global header.
30         * lib/krb5/pkinit.c: Drop krb5_pk_identity and rename constants to
31         match global header.
33         * kdc/pkinit.c: Pick up krb5_pk_identity from krb5_locl.h.
35         * lib/krb5/scache.c (scc_alloc): %x is unsigned int.
36         
37 2008-04-07  Love Hörnquist Åstrand  <lha@it.su.se>
39         * lib/krb5/version-script.map: Sort and add krb5_cc_switch.
41         * lib/krb5/acache.c: Use unsigned where appropriate.
43         * kcm/glue.c: Adapt to chenge to krb5_cc_ops.
45         * kcm/acl.c: Add missing op.
47         * kdc/connect.c: Use unsigned where appropriate.
49         * lib/krb5/n-fold.c: Use size_t where appropriate.
51         * lib/krb5/get_addrs.c: Use unsigned where appropriate.
53         * lib/krb5/crypto.c: Use unsigned where appropriate.
55         * lib/krb5/crc.c: Use unsigned where appropriate.
57         * lib/krb5/changepw.c: simplify
59         * lib/krb5/copy_host_realm.c: simplify
61         * kuser/kswitch.c: Implement --principal.
63 2008-04-05  Love Hörnquist Åstrand  <lha@it.su.se>
65         * lib/krb5/cache.c: allow returning the default cc-type.
67         * kuser/kswitch.c: Enable switching between existing caches.
69         * lib/krb5/cache.c: Add krb5_cc_switch, to set the default
70         credential cache.
72         * lib/krb5/acache.c: Implement set_default.
74         * lib/krb5/krb5.h: Extend krb5_cc_ops and add set_default to set
75         the default cc name for a credential type.
77 2008-04-04  Love Hörnquist Åstrand  <lha@it.su.se>
79         * lib/krb5/test_cc.c: test remove
81         * lib/krb5/fcache.c: Make the remove cred slight more atomic, now
82         it might lose creds, but there will be no empty cache at any time.
84         * lib/krb5/scache.c: Do credential iteration by temporary table.
86 2008-04-02  Love Hörnquist Åstrand  <lha@it.su.se>
88         * lib/krb5/acache.c: Translate ccErrInvalidCCache.
90         * lib/krb5/scache.c: implemetation of a sqlite3 backed credential
91         cache.
93         * lib/krb5/test_cc.c: test acc and scc
95         * lib/krb5/acache.c: Only release context if its in use.
97 2008-04-01  Love Hörnquist Åstrand  <lha@it.su.se>
99         * doc/setup.texi: No patching of OpenLDAP is needed, from Buchan
100         Milne.
102 2008-03-30  Love Hörnquist Åstrand  <lha@it.su.se>
104         * lib/krb5/Makefile.am: Add scache.
106         * lib/krb5/scache.c: initial implementation
108         * lib/Makefile.am: sqlite
110         * configure.in: lib/sqlite/Makefile
112 2008-03-26  Love Hörnquist Åstrand  <lha@it.su.se>
114         * lib/krb5/fcache.c: Make the storing credential an atomic
115         write(2) to avoid signal races, bug traced by Harald Barth and Lars
116         Malinowsky.
118 2008-03-25  Love Hörnquist Åstrand  <lha@it.su.se>
120         * lib/krb5/fcache.c: Make erase_file() do locking too.
122         * kcm/protocol.c: Make work when moving to a non-existant
123         cred-cache.
125         * lib/krb5/test_cc.c: more verbose info.
126         
127         * lib/krb5/test_cc.c: test krb5_cc_move().
128         
129 2008-03-23  Love Hörnquist Åstrand  <lha@it.su.se>
130         
131         * lib/krb5/get_cred.c: Try both kdc server referral and the old
132         client chasing mode.
134         * lib/krb5/get_cred.c: Don't do canonicalize by default, make
135         add_cred() sane, make loop detection in credential fetching
136         better.
138         * lib/krb5/krb5_locl.h: Add flag EXTRACT_TICKET_AS_REQ.
140         * lib/krb5/init_creds_pw.c: Tell _krb5_extract_ticket that this is
141         an AS-REQ.
143         * lib/krb5/get_in_tkt.c: Make server referral work.
144         
145 2008-03-22  Love Hörnquist Åstrand  <lha@it.su.se>
146         
147         * lib/krb5/get_in_tkt.c: check no server referral, don't use
148         stringent length tests since encryption layer does padding for
149         us...
151         * kdc/kerberos5.c: Match name in ClientCanonicalizedNames with -10
153         * lib/krb5/principal.c (_krb5_principal_compare_PrincipalName):
154         new function to compare a principal to a PrincipalName.
156         * lib/krb5/init_creds_pw.c: Move client referral checking to
157         _krb5_extract_ticket().
159         * lib/krb5/get_in_tkt.c: More bits for server referral.
161         * lib/krb5/get_in_tkt.c: Make working with client referrals.
163         * lib/krb5/get_cred.c: Try moving referrals checking into
164         _krb5_extract_ticket().
166         * lib/krb5/get_in_tkt.c: Try moving referrals checking into
167         _krb5_extract_ticket().
169 2008-03-21  Love Hörnquist Åstrand  <lha@it.su.se>
170         
171         * kdc/krb5tgs.c: Send SERVER-REFERRAL data in rep.padata instead
172         of auth_data in ticket.
174 2008-03-20  Love Hörnquist Åstrand  <lha@it.su.se>
176         * lib/krb5/init_creds_pw.c: remove lost bits from using
177         krb5_principal_set_realm
178         
179         * kdc/krb5tgs.c: Better referrals support, use canonicalize flag.
181         * kdc/hprop.c: use krb5_principal_set_realm
183         * lib/krb5/init_creds_pw.c: use krb5_principal_set_realm
185         * lib/krb5/verify_user.c: use krb5_principal_set_realm
187         * lib/krb5/version-script.map: add krb5_principal_set_realm
189         * lib/krb5/principal.c: add krb5_principal_set_realm
191         * lib/krb5/get_cred.c: Insecure tgs referrals.
193         * lib/krb5/get_cred.c: Dont try key usage KRB5_KU_AP_REQ_AUTH for
194         TGS-REQ. This drop compatibility with pre 0.3d KDCs.
195         
196         * lib/krb5/get_cred.c: catch KRB5_GC_CANONICALIZE.
198         * lib/krb5/krb5.h: set KRB5_GC_CANONICALIZE.
200         * kuser/kgetcred.c: set KRB5_GC_CANONICALIZE.
202         * kuser/kgetcred.c: Add stub --canonicalize implementation.
204 2008-03-19  Love Hörnquist Åstrand  <lha@it.su.se>
206         * doc/setup.texi: Fix sasl-regexp, from Howard Chu.
208 2008-03-14  Love Hörnquist Åstrand  <lha@it.su.se>
210         * kdc/kx509.c: Adapt to hx509_env changes.
211         
212 2008-03-10  Love Hörnquist Åstrand  <lha@it.su.se>
214         * lib/krb5/pkinit.c: Try searchin the key by to use by first
215         looking for for PK-INIT EKU, then the Microsoft smart card EKU and
216         last, no special EKU at all.
218 2008-03-09  Love Hörnquist Åstrand  <lha@it.su.se>
220         * lib/krb5/acache.c: Create a new credential cache is ->get_name
221         is called, make acc_initialize() reset the existing credential
222         cache if needed.
224         * lib/krb5/acache.c (acc_get_name): just return the cache_name
225         directly instead of trying to resolve it.
227 2008-02-23  Love Hörnquist Åstrand  <lha@it.su.se>
229         * include/Makefile.am (CLEANFILES): add wind.h and wind_err.h and
230         sort.
232 2008-02-11  Love Hörnquist Åstrand  <lha@it.su.se>
234         * lib/hdb/hdb-ldap.c: Use malloc() instead of static buffer.
236         * lib/hdb/hdb-ldap.c: Use ldap_get_values_len, from LaMont Jones
237         via Brian May and Debian.
239         * doc/Makefile.am: add libwind
241 2008-02-05  Love Hörnquist Åstrand  <lha@it.su.se>
243         * lib/krb5/test_renew.c: Remove extra ;, From Dennis Davis.
245         * lib/krb5/store_emem.c: Make compile on-pre c99 compilers. From
246         Dennis Davis.
248 2008-02-03  Love Hörnquist Åstrand  <lha@it.su.se>
250         * tools/heimdal-gssapi.pc.in: Add wind.
252         * tools/krb5-config.in: Add wind.
254         * lib/krb5/pac.c: Use libwind.
256 2008-02-01  Love Hörnquist Åstrand  <lha@it.su.se>
258         * lib/Makefile.am: SUBDIRS: add wind
260 2008-01-29  Love Hörnquist Åstrand  <lha@it.su.se>
262         * doc/programming.texi: See the Kerberos 5 API introduction and
263         documentation on the Heimdal webpage.
264         
265 2008-01-27  Love Hörnquist Åstrand  <lha@it.su.se>
267         * lib/krb5: better error strings for the keytab fetching functions
269         * lib/krb5/verify_krb5_conf.c: Catch deprecated entries.
271         * lib/krb5/get_cred.c: Remove support
272         for [libdefaults]capath (not [libdefaults] capaths though).
274 2008-01-25  Love Hörnquist Åstrand  <lha@it.su.se>
276         * tools/heimdal-gssapi.pc.in: Fix caps of prefix, from Joakim
277         Fallsjo.
279 2008-01-24  Love Hörnquist Åstrand  <lha@it.su.se>
280         
281         * lib/krb5/fcache.c (fcc_move): more explict why the fcc_move
282         failes, handle cross device moves.
283         
284 2008-01-21  Love Hörnquist Åstrand  <lha@it.su.se>
286         * lib/krb5/get_for_creds.c: Use on variable less.
288         * lib/krb5/get_for_creds.c: Try to handle ticket full and
289         ticketless tickets better. Add doxygen comments while here.
291         * lib/krb5/test_forward.c: Used for testing
292         krb5_get_forwarded_creds().
293         
294         * lib/krb5/Makefile.am: noinst_PROGRAMS += test_forward
296         * lib/krb5/Makefile.am: drop CHECK_SYMBOLS
298         * lib/hdb/Makefile.am: drop CHECK_SYMBOLS
300         * kdc/Makefile.am: drop CHECK_SYMBOLS
302 2008-01-18  Love Hörnquist Åstrand  <lha@it.su.se>
304         * lib/krb5/version-script.map: Add krb5_digest_probe.
305         
306 2008-01-13  Love Hörnquist Åstrand  <lha@it.su.se>
307         
308         * lib/krb5/pkinit.c: Replace hx509_name_to_der_name with
309         hx509_name_binary.
311 2008-01-12  Love Hörnquist Åstrand  <lha@it.su.se>
313         * lib/krb5/Makefile.am: add missing files
315         * Happy new year.