x
[heimdal.git] / ChangeLog
blob0dd44b17dd004b8d9cb228bfcc0a326106440339
1 2008-04-07  Love Hörnquist Åstrand  <lha@it.su.se>
3         * lib/krb5/acache.c: Use unsigned where appropriate.
5         * kcm/glue.c: Adapt to chenge to krb5_cc_ops.
7         * kcm/acl.c: Add missing op.
9         * kdc/connect.c: Use unsigned where appropriate.
11         * lib/krb5/n-fold.c: Use size_t where appropriate.
13         * lib/krb5/get_addrs.c: Use unsigned where appropriate.
15         * lib/krb5/crypto.c: Use unsigned where appropriate.
17         * lib/krb5/crc.c: Use unsigned where appropriate.
19         * lib/krb5/changepw.c: simplify
21         * lib/krb5/copy_host_realm.c: simplify
23         * kuser/kswitch.c: Implement --principal.
25 2008-04-05  Love Hörnquist Åstrand  <lha@it.su.se>
27         * lib/krb5/cache.c: allow returning the default cc-type.
29         * kuser/kswitch.c: Enable switching between existing caches.
31         * lib/krb5/cache.c: Add krb5_cc_switch, to set the default
32         credential cache.
34         * lib/krb5/acache.c: Implement set_default.
36         * lib/krb5/krb5.h: Extend krb5_cc_ops and add set_default to set
37         the default cc name for a credential type.
39 2008-04-04  Love Hörnquist Åstrand  <lha@it.su.se>
41         * lib/krb5/test_cc.c: test remove
43         * lib/krb5/fcache.c: Make the remove cred slight more atomic, now
44         it might lose creds, but there will be no empty cache at any time.
46         * lib/krb5/scache.c: Do credential iteration by temporary table.
48 2008-04-02  Love Hörnquist Åstrand  <lha@it.su.se>
50         * lib/krb5/acache.c: Translate ccErrInvalidCCache.
52         * lib/krb5/scache.c: implemetation of a sqlite3 backed credential
53         cache.
55         * lib/krb5/test_cc.c: test acc and scc
57         * lib/krb5/acache.c: Only release context if its in use.
59 2008-04-01  Love Hörnquist Åstrand  <lha@it.su.se>
61         * doc/setup.texi: No patching of OpenLDAP is needed, from Buchan
62         Milne.
64 2008-03-30  Love Hörnquist Åstrand  <lha@it.su.se>
66         * lib/krb5/Makefile.am: Add scache.
68         * lib/krb5/scache.c: initial implementation
70         * lib/Makefile.am: sqlite
72         * configure.in: lib/sqlite/Makefile
74 2008-03-26  Love Hörnquist Åstrand  <lha@it.su.se>
76         * lib/krb5/fcache.c: Make the storing credential an atomic
77         write(2) to avoid signal races, bug traced by Harald Barth and Lars
78         Malinowsky.
80 2008-03-25  Love Hörnquist Åstrand  <lha@it.su.se>
82         * lib/krb5/fcache.c: Make erase_file() do locking too.
84         * kcm/protocol.c: Make work when moving to a non-existant
85         cred-cache.
87         * lib/krb5/test_cc.c: more verbose info.
88         
89         * lib/krb5/test_cc.c: test krb5_cc_move().
90         
91 2008-03-23  Love Hörnquist Åstrand  <lha@it.su.se>
92         
93         * lib/krb5/get_cred.c: Try both kdc server referral and the old
94         client chasing mode.
96         * lib/krb5/get_cred.c: Don't do canonicalize by default, make
97         add_cred() sane, make loop detection in credential fetching
98         better.
100         * lib/krb5/krb5_locl.h: Add flag EXTRACT_TICKET_AS_REQ.
102         * lib/krb5/init_creds_pw.c: Tell _krb5_extract_ticket that this is
103         an AS-REQ.
105         * lib/krb5/get_in_tkt.c: Make server referral work.
106         
107 2008-03-22  Love Hörnquist Åstrand  <lha@it.su.se>
108         
109         * lib/krb5/get_in_tkt.c: check no server referral, don't use
110         stringent length tests since encryption layer does padding for
111         us...
113         * kdc/kerberos5.c: Match name in ClientCanonicalizedNames with -10
115         * lib/krb5/principal.c (_krb5_principal_compare_PrincipalName):
116         new function to compare a principal to a PrincipalName.
118         * lib/krb5/init_creds_pw.c: Move client referral checking to
119         _krb5_extract_ticket().
121         * lib/krb5/get_in_tkt.c: More bits for server referral.
123         * lib/krb5/get_in_tkt.c: Make working with client referrals.
125         * lib/krb5/get_cred.c: Try moving referrals checking into
126         _krb5_extract_ticket().
128         * lib/krb5/get_in_tkt.c: Try moving referrals checking into
129         _krb5_extract_ticket().
131 2008-03-21  Love Hörnquist Åstrand  <lha@it.su.se>
132         
133         * kdc/krb5tgs.c: Send SERVER-REFERRAL data in rep.padata instead
134         of auth_data in ticket.
136 2008-03-20  Love Hörnquist Åstrand  <lha@it.su.se>
138         * lib/krb5/init_creds_pw.c: remove lost bits from using
139         krb5_principal_set_realm
140         
141         * kdc/krb5tgs.c: Better referrals support, use canonicalize flag.
143         * kdc/hprop.c: use krb5_principal_set_realm
145         * lib/krb5/init_creds_pw.c: use krb5_principal_set_realm
147         * lib/krb5/verify_user.c: use krb5_principal_set_realm
149         * lib/krb5/version-script.map: add krb5_principal_set_realm
151         * lib/krb5/principal.c: add krb5_principal_set_realm
153         * lib/krb5/get_cred.c: Insecure tgs referrals.
155         * lib/krb5/get_cred.c: Dont try key usage KRB5_KU_AP_REQ_AUTH for
156         TGS-REQ. This drop compatibility with pre 0.3d KDCs.
157         
158         * lib/krb5/get_cred.c: catch KRB5_GC_CANONICALIZE.
160         * lib/krb5/krb5.h: set KRB5_GC_CANONICALIZE.
162         * kuser/kgetcred.c: set KRB5_GC_CANONICALIZE.
164         * kuser/kgetcred.c: Add stub --canonicalize implementation.
166 2008-03-19  Love Hörnquist Åstrand  <lha@it.su.se>
168         * doc/setup.texi: Fix sasl-regexp, from Howard Chu.
170 2008-03-14  Love Hörnquist Åstrand  <lha@it.su.se>
172         * kdc/kx509.c: Adapt to hx509_env changes.
173         
174 2008-03-10  Love Hörnquist Åstrand  <lha@it.su.se>
176         * lib/krb5/pkinit.c: Try searchin the key by to use by first
177         looking for for PK-INIT EKU, then the Microsoft smart card EKU and
178         last, no special EKU at all.
180 2008-03-09  Love Hörnquist Åstrand  <lha@it.su.se>
182         * lib/krb5/acache.c: Create a new credential cache is ->get_name
183         is called, make acc_initialize() reset the existing credential
184         cache if needed.
186         * lib/krb5/acache.c (acc_get_name): just return the cache_name
187         directly instead of trying to resolve it.
189 2008-02-23  Love Hörnquist Åstrand  <lha@it.su.se>
191         * include/Makefile.am (CLEANFILES): add wind.h and wind_err.h and
192         sort.
194 2008-02-11  Love Hörnquist Åstrand  <lha@it.su.se>
196         * lib/hdb/hdb-ldap.c: Use malloc() instead of static buffer.
198         * lib/hdb/hdb-ldap.c: Use ldap_get_values_len, from LaMont Jones
199         via Brian May and Debian.
201         * doc/Makefile.am: add libwind
203 2008-02-05  Love Hörnquist Åstrand  <lha@it.su.se>
205         * lib/krb5/test_renew.c: Remove extra ;, From Dennis Davis.
207         * lib/krb5/store_emem.c: Make compile on-pre c99 compilers. From
208         Dennis Davis.
210 2008-02-03  Love Hörnquist Åstrand  <lha@it.su.se>
212         * tools/heimdal-gssapi.pc.in: Add wind.
214         * tools/krb5-config.in: Add wind.
216         * lib/krb5/pac.c: Use libwind.
218 2008-02-01  Love Hörnquist Åstrand  <lha@it.su.se>
220         * lib/Makefile.am: SUBDIRS: add wind
222 2008-01-29  Love Hörnquist Åstrand  <lha@it.su.se>
224         * doc/programming.texi: See the Kerberos 5 API introduction and
225         documentation on the Heimdal webpage.
226         
227 2008-01-27  Love Hörnquist Åstrand  <lha@it.su.se>
229         * lib/krb5: better error strings for the keytab fetching functions
231         * lib/krb5/verify_krb5_conf.c: Catch deprecated entries.
233         * lib/krb5/get_cred.c: Remove support
234         for [libdefaults]capath (not [libdefaults] capaths though).
236 2008-01-25  Love Hörnquist Åstrand  <lha@it.su.se>
238         * tools/heimdal-gssapi.pc.in: Fix caps of prefix, from Joakim
239         Fallsjo.
241 2008-01-24  Love Hörnquist Åstrand  <lha@it.su.se>
242         
243         * lib/krb5/fcache.c (fcc_move): more explict why the fcc_move
244         failes, handle cross device moves.
245         
246 2008-01-21  Love Hörnquist Åstrand  <lha@it.su.se>
248         * lib/krb5/get_for_creds.c: Use on variable less.
250         * lib/krb5/get_for_creds.c: Try to handle ticket full and
251         ticketless tickets better. Add doxygen comments while here.
253         * lib/krb5/test_forward.c: Used for testing
254         krb5_get_forwarded_creds().
255         
256         * lib/krb5/Makefile.am: noinst_PROGRAMS += test_forward
258         * lib/krb5/Makefile.am: drop CHECK_SYMBOLS
260         * lib/hdb/Makefile.am: drop CHECK_SYMBOLS
262         * kdc/Makefile.am: drop CHECK_SYMBOLS
264 2008-01-18  Love Hörnquist Åstrand  <lha@it.su.se>
266         * lib/krb5/version-script.map: Add krb5_digest_probe.
267         
268 2008-01-13  Love Hörnquist Åstrand  <lha@it.su.se>
269         
270         * lib/krb5/pkinit.c: Replace hx509_name_to_der_name with
271         hx509_name_binary.
273 2008-01-12  Love Hörnquist Åstrand  <lha@it.su.se>
275         * lib/krb5/Makefile.am: add missing files
277         * Happy new year.