Add text about smbk5pwd overlay from Buchan Milne.
[heimdal.git] / ChangeLog
blob3626e0fcab88254761c3fec66ba703978fdcac3b
1 2008-04-08  Love Hörnquist Åstrand  <lha@it.su.se>
3         * lib/krb5/krb5_locl.h: Name the pkinit type enum.
5         * kdc/pkinit.c: Rename constants to match global header.
7         * lib/krb5/pkinit.c: Drop krb5_pk_identity and rename constants to
8         match global header.
10         * kdc/pkinit.c: Pick up krb5_pk_identity from krb5_locl.h.
12         * lib/krb5/scache.c (scc_alloc): %x is unsigned int.
13         
14 2008-04-07  Love Hörnquist Åstrand  <lha@it.su.se>
16         * lib/krb5/version-script.map: Sort and add krb5_cc_switch.
18         * lib/krb5/acache.c: Use unsigned where appropriate.
20         * kcm/glue.c: Adapt to chenge to krb5_cc_ops.
22         * kcm/acl.c: Add missing op.
24         * kdc/connect.c: Use unsigned where appropriate.
26         * lib/krb5/n-fold.c: Use size_t where appropriate.
28         * lib/krb5/get_addrs.c: Use unsigned where appropriate.
30         * lib/krb5/crypto.c: Use unsigned where appropriate.
32         * lib/krb5/crc.c: Use unsigned where appropriate.
34         * lib/krb5/changepw.c: simplify
36         * lib/krb5/copy_host_realm.c: simplify
38         * kuser/kswitch.c: Implement --principal.
40 2008-04-05  Love Hörnquist Åstrand  <lha@it.su.se>
42         * lib/krb5/cache.c: allow returning the default cc-type.
44         * kuser/kswitch.c: Enable switching between existing caches.
46         * lib/krb5/cache.c: Add krb5_cc_switch, to set the default
47         credential cache.
49         * lib/krb5/acache.c: Implement set_default.
51         * lib/krb5/krb5.h: Extend krb5_cc_ops and add set_default to set
52         the default cc name for a credential type.
54 2008-04-04  Love Hörnquist Åstrand  <lha@it.su.se>
56         * lib/krb5/test_cc.c: test remove
58         * lib/krb5/fcache.c: Make the remove cred slight more atomic, now
59         it might lose creds, but there will be no empty cache at any time.
61         * lib/krb5/scache.c: Do credential iteration by temporary table.
63 2008-04-02  Love Hörnquist Åstrand  <lha@it.su.se>
65         * lib/krb5/acache.c: Translate ccErrInvalidCCache.
67         * lib/krb5/scache.c: implemetation of a sqlite3 backed credential
68         cache.
70         * lib/krb5/test_cc.c: test acc and scc
72         * lib/krb5/acache.c: Only release context if its in use.
74 2008-04-01  Love Hörnquist Åstrand  <lha@it.su.se>
76         * doc/setup.texi: No patching of OpenLDAP is needed, from Buchan
77         Milne.
79 2008-03-30  Love Hörnquist Åstrand  <lha@it.su.se>
81         * lib/krb5/Makefile.am: Add scache.
83         * lib/krb5/scache.c: initial implementation
85         * lib/Makefile.am: sqlite
87         * configure.in: lib/sqlite/Makefile
89 2008-03-26  Love Hörnquist Åstrand  <lha@it.su.se>
91         * lib/krb5/fcache.c: Make the storing credential an atomic
92         write(2) to avoid signal races, bug traced by Harald Barth and Lars
93         Malinowsky.
95 2008-03-25  Love Hörnquist Åstrand  <lha@it.su.se>
97         * lib/krb5/fcache.c: Make erase_file() do locking too.
99         * kcm/protocol.c: Make work when moving to a non-existant
100         cred-cache.
102         * lib/krb5/test_cc.c: more verbose info.
103         
104         * lib/krb5/test_cc.c: test krb5_cc_move().
105         
106 2008-03-23  Love Hörnquist Åstrand  <lha@it.su.se>
107         
108         * lib/krb5/get_cred.c: Try both kdc server referral and the old
109         client chasing mode.
111         * lib/krb5/get_cred.c: Don't do canonicalize by default, make
112         add_cred() sane, make loop detection in credential fetching
113         better.
115         * lib/krb5/krb5_locl.h: Add flag EXTRACT_TICKET_AS_REQ.
117         * lib/krb5/init_creds_pw.c: Tell _krb5_extract_ticket that this is
118         an AS-REQ.
120         * lib/krb5/get_in_tkt.c: Make server referral work.
121         
122 2008-03-22  Love Hörnquist Åstrand  <lha@it.su.se>
123         
124         * lib/krb5/get_in_tkt.c: check no server referral, don't use
125         stringent length tests since encryption layer does padding for
126         us...
128         * kdc/kerberos5.c: Match name in ClientCanonicalizedNames with -10
130         * lib/krb5/principal.c (_krb5_principal_compare_PrincipalName):
131         new function to compare a principal to a PrincipalName.
133         * lib/krb5/init_creds_pw.c: Move client referral checking to
134         _krb5_extract_ticket().
136         * lib/krb5/get_in_tkt.c: More bits for server referral.
138         * lib/krb5/get_in_tkt.c: Make working with client referrals.
140         * lib/krb5/get_cred.c: Try moving referrals checking into
141         _krb5_extract_ticket().
143         * lib/krb5/get_in_tkt.c: Try moving referrals checking into
144         _krb5_extract_ticket().
146 2008-03-21  Love Hörnquist Åstrand  <lha@it.su.se>
147         
148         * kdc/krb5tgs.c: Send SERVER-REFERRAL data in rep.padata instead
149         of auth_data in ticket.
151 2008-03-20  Love Hörnquist Åstrand  <lha@it.su.se>
153         * lib/krb5/init_creds_pw.c: remove lost bits from using
154         krb5_principal_set_realm
155         
156         * kdc/krb5tgs.c: Better referrals support, use canonicalize flag.
158         * kdc/hprop.c: use krb5_principal_set_realm
160         * lib/krb5/init_creds_pw.c: use krb5_principal_set_realm
162         * lib/krb5/verify_user.c: use krb5_principal_set_realm
164         * lib/krb5/version-script.map: add krb5_principal_set_realm
166         * lib/krb5/principal.c: add krb5_principal_set_realm
168         * lib/krb5/get_cred.c: Insecure tgs referrals.
170         * lib/krb5/get_cred.c: Dont try key usage KRB5_KU_AP_REQ_AUTH for
171         TGS-REQ. This drop compatibility with pre 0.3d KDCs.
172         
173         * lib/krb5/get_cred.c: catch KRB5_GC_CANONICALIZE.
175         * lib/krb5/krb5.h: set KRB5_GC_CANONICALIZE.
177         * kuser/kgetcred.c: set KRB5_GC_CANONICALIZE.
179         * kuser/kgetcred.c: Add stub --canonicalize implementation.
181 2008-03-19  Love Hörnquist Åstrand  <lha@it.su.se>
183         * doc/setup.texi: Fix sasl-regexp, from Howard Chu.
185 2008-03-14  Love Hörnquist Åstrand  <lha@it.su.se>
187         * kdc/kx509.c: Adapt to hx509_env changes.
188         
189 2008-03-10  Love Hörnquist Åstrand  <lha@it.su.se>
191         * lib/krb5/pkinit.c: Try searchin the key by to use by first
192         looking for for PK-INIT EKU, then the Microsoft smart card EKU and
193         last, no special EKU at all.
195 2008-03-09  Love Hörnquist Åstrand  <lha@it.su.se>
197         * lib/krb5/acache.c: Create a new credential cache is ->get_name
198         is called, make acc_initialize() reset the existing credential
199         cache if needed.
201         * lib/krb5/acache.c (acc_get_name): just return the cache_name
202         directly instead of trying to resolve it.
204 2008-02-23  Love Hörnquist Åstrand  <lha@it.su.se>
206         * include/Makefile.am (CLEANFILES): add wind.h and wind_err.h and
207         sort.
209 2008-02-11  Love Hörnquist Åstrand  <lha@it.su.se>
211         * lib/hdb/hdb-ldap.c: Use malloc() instead of static buffer.
213         * lib/hdb/hdb-ldap.c: Use ldap_get_values_len, from LaMont Jones
214         via Brian May and Debian.
216         * doc/Makefile.am: add libwind
218 2008-02-05  Love Hörnquist Åstrand  <lha@it.su.se>
220         * lib/krb5/test_renew.c: Remove extra ;, From Dennis Davis.
222         * lib/krb5/store_emem.c: Make compile on-pre c99 compilers. From
223         Dennis Davis.
225 2008-02-03  Love Hörnquist Åstrand  <lha@it.su.se>
227         * tools/heimdal-gssapi.pc.in: Add wind.
229         * tools/krb5-config.in: Add wind.
231         * lib/krb5/pac.c: Use libwind.
233 2008-02-01  Love Hörnquist Åstrand  <lha@it.su.se>
235         * lib/Makefile.am: SUBDIRS: add wind
237 2008-01-29  Love Hörnquist Åstrand  <lha@it.su.se>
239         * doc/programming.texi: See the Kerberos 5 API introduction and
240         documentation on the Heimdal webpage.
241         
242 2008-01-27  Love Hörnquist Åstrand  <lha@it.su.se>
244         * lib/krb5: better error strings for the keytab fetching functions
246         * lib/krb5/verify_krb5_conf.c: Catch deprecated entries.
248         * lib/krb5/get_cred.c: Remove support
249         for [libdefaults]capath (not [libdefaults] capaths though).
251 2008-01-25  Love Hörnquist Åstrand  <lha@it.su.se>
253         * tools/heimdal-gssapi.pc.in: Fix caps of prefix, from Joakim
254         Fallsjo.
256 2008-01-24  Love Hörnquist Åstrand  <lha@it.su.se>
257         
258         * lib/krb5/fcache.c (fcc_move): more explict why the fcc_move
259         failes, handle cross device moves.
260         
261 2008-01-21  Love Hörnquist Åstrand  <lha@it.su.se>
263         * lib/krb5/get_for_creds.c: Use on variable less.
265         * lib/krb5/get_for_creds.c: Try to handle ticket full and
266         ticketless tickets better. Add doxygen comments while here.
268         * lib/krb5/test_forward.c: Used for testing
269         krb5_get_forwarded_creds().
270         
271         * lib/krb5/Makefile.am: noinst_PROGRAMS += test_forward
273         * lib/krb5/Makefile.am: drop CHECK_SYMBOLS
275         * lib/hdb/Makefile.am: drop CHECK_SYMBOLS
277         * kdc/Makefile.am: drop CHECK_SYMBOLS
279 2008-01-18  Love Hörnquist Åstrand  <lha@it.su.se>
281         * lib/krb5/version-script.map: Add krb5_digest_probe.
282         
283 2008-01-13  Love Hörnquist Åstrand  <lha@it.su.se>
284         
285         * lib/krb5/pkinit.c: Replace hx509_name_to_der_name with
286         hx509_name_binary.
288 2008-01-12  Love Hörnquist Åstrand  <lha@it.su.se>
290         * lib/krb5/Makefile.am: add missing files
292         * Happy new year.