x
[metze/heimdal/wip.git] / ChangeLog
1 2008-03-26  Love Hörnquist Åstrand  <lha@it.su.se>
2
3         * lib/krb5/fcache.c: Make the storing credential an atomic
4         write(2) to avoid signal races, bug traced by Harald Bart and Lars
5         Malinowsky.
6
7 2008-03-25  Love Hörnquist Åstrand  <lha@it.su.se>
8
9         * lib/krb5/fcache.c: Make erase_file() do locking too.
10
11         * kcm/protocol.c: Make work when moving to a non-existant
12         cred-cache.
13
14         * lib/krb5/test_cc.c: more verbose info.
15         
16         * lib/krb5/test_cc.c: test krb5_cc_move().
17         
18 2008-03-23  Love Hörnquist Åstrand  <lha@it.su.se>
19         
20         * lib/krb5/get_cred.c: Try both kdc server referral and the old
21         client chasing mode.
22
23         * lib/krb5/get_cred.c: Don't do canonicalize by default, make
24         add_cred() sane, make loop detection in credential fetching
25         better.
26
27         * lib/krb5/krb5_locl.h: Add flag EXTRACT_TICKET_AS_REQ.
28
29         * lib/krb5/init_creds_pw.c: Tell _krb5_extract_ticket that this is
30         an AS-REQ.
31
32         * lib/krb5/get_in_tkt.c: Make server referral work.
33         
34 2008-03-22  Love Hörnquist Åstrand  <lha@it.su.se>
35         
36         * lib/krb5/get_in_tkt.c: check no server referral, don't use
37         stringent length tests since encryption layer does padding for
38         us...
39
40         * kdc/kerberos5.c: Match name in ClientCanonicalizedNames with -10
41
42         * lib/krb5/principal.c (_krb5_principal_compare_PrincipalName):
43         new function to compare a principal to a PrincipalName.
44
45         * lib/krb5/init_creds_pw.c: Move client referral checking to
46         _krb5_extract_ticket().
47
48         * lib/krb5/get_in_tkt.c: More bits for server referral.
49
50         * lib/krb5/get_in_tkt.c: Make working with client referrals.
51
52         * lib/krb5/get_cred.c: Try moving referrals checking into
53         _krb5_extract_ticket().
54
55         * lib/krb5/get_in_tkt.c: Try moving referrals checking into
56         _krb5_extract_ticket().
57
58 2008-03-21  Love Hörnquist Åstrand  <lha@it.su.se>
59         
60         * kdc/krb5tgs.c: Send SERVER-REFERRAL data in rep.padata instead
61         of auth_data in ticket.
62
63 2008-03-20  Love Hörnquist Åstrand  <lha@it.su.se>
64
65         * lib/krb5/init_creds_pw.c: remove lost bits from using
66         krb5_principal_set_realm
67         
68         * kdc/krb5tgs.c: Better referrals support, use canonicalize flag.
69
70         * kdc/hprop.c: use krb5_principal_set_realm
71
72         * lib/krb5/init_creds_pw.c: use krb5_principal_set_realm
73
74         * lib/krb5/verify_user.c: use krb5_principal_set_realm
75
76         * lib/krb5/version-script.map: add krb5_principal_set_realm
77
78         * lib/krb5/principal.c: add krb5_principal_set_realm
79
80         * lib/krb5/get_cred.c: Insecure tgs referrals.
81
82         * lib/krb5/get_cred.c: Dont try key usage KRB5_KU_AP_REQ_AUTH for
83         TGS-REQ. This drop compatibility with pre 0.3d KDCs.
84         
85         * lib/krb5/get_cred.c: catch KRB5_GC_CANONICALIZE.
86
87         * lib/krb5/krb5.h: set KRB5_GC_CANONICALIZE.
88
89         * kuser/kgetcred.c: set KRB5_GC_CANONICALIZE.
90
91         * kuser/kgetcred.c: Add stub --canonicalize implementation.
92
93 2008-03-19  Love Hörnquist Åstrand  <lha@it.su.se>
94
95         * doc/setup.texi: Fix sasl-regexp, from Howard Chu.
96
97 2008-03-14  Love Hörnquist Åstrand  <lha@it.su.se>
98
99         * kdc/kx509.c: Adapt to hx509_env changes.
100         
101 2008-03-10  Love Hörnquist Åstrand  <lha@it.su.se>
102
103         * lib/krb5/pkinit.c: Try searchin the key by to use by first
104         looking for for PK-INIT EKU, then the Microsoft smart card EKU and
105         last, no special EKU at all.
106
107 2008-03-09  Love Hörnquist Åstrand  <lha@it.su.se>
108
109         * lib/krb5/acache.c: Create a new credential cache is ->get_name
110         is called, make acc_initialize() reset the existing credential
111         cache if needed.
112
113         * lib/krb5/acache.c (acc_get_name): just return the cache_name
114         directly instead of trying to resolve it.
115
116 2008-02-23  Love Hörnquist Åstrand  <lha@it.su.se>
117
118         * include/Makefile.am (CLEANFILES): add wind.h and wind_err.h and
119         sort.
120
121 2008-02-11  Love Hörnquist Åstrand  <lha@it.su.se>
122
123         * lib/hdb/hdb-ldap.c: Use malloc() instead of static buffer.
124
125         * lib/hdb/hdb-ldap.c: Use ldap_get_values_len, from LaMont Jones
126         via Brian May and Debian.
127
128         * doc/Makefile.am: add libwind
129
130 2008-02-05  Love Hörnquist Åstrand  <lha@it.su.se>
131
132         * lib/krb5/test_renew.c: Remove extra ;, From Dennis Davis.
133
134         * lib/krb5/store_emem.c: Make compile on-pre c99 compilers. From
135         Dennis Davis.
136
137 2008-02-03  Love Hörnquist Åstrand  <lha@it.su.se>
138
139         * tools/heimdal-gssapi.pc.in: Add wind.
140
141         * tools/krb5-config.in: Add wind.
142
143         * lib/krb5/pac.c: Use libwind.
144
145 2008-02-01  Love Hörnquist Åstrand  <lha@it.su.se>
146
147         * lib/Makefile.am: SUBDIRS: add wind
148
149 2008-01-29  Love Hörnquist Åstrand  <lha@it.su.se>
150
151         * doc/programming.texi: See the Kerberos 5 API introduction and
152         documentation on the Heimdal webpage.
153         
154 2008-01-27  Love Hörnquist Åstrand  <lha@it.su.se>
155
156         * lib/krb5: better error strings for the keytab fetching functions
157
158         * lib/krb5/verify_krb5_conf.c: Catch deprecated entries.
159
160         * lib/krb5/get_cred.c: Remove support
161         for [libdefaults]capath (not [libdefaults] capaths though).
162
163 2008-01-25  Love Hörnquist Åstrand  <lha@it.su.se>
164
165         * tools/heimdal-gssapi.pc.in: Fix caps of prefix, from Joakim
166         Fallsjo.
167
168 2008-01-24  Love Hörnquist Åstrand  <lha@it.su.se>
169         
170         * lib/krb5/fcache.c (fcc_move): more explict why the fcc_move
171         failes, handle cross device moves.
172         
173 2008-01-21  Love Hörnquist Åstrand  <lha@it.su.se>
174
175         * lib/krb5/get_for_creds.c: Use on variable less.
176
177         * lib/krb5/get_for_creds.c: Try to handle ticket full and
178         ticketless tickets better. Add doxygen comments while here.
179
180         * lib/krb5/test_forward.c: Used for testing
181         krb5_get_forwarded_creds().
182         
183         * lib/krb5/Makefile.am: noinst_PROGRAMS += test_forward
184
185         * lib/krb5/Makefile.am: drop CHECK_SYMBOLS
186
187         * lib/hdb/Makefile.am: drop CHECK_SYMBOLS
188
189         * kdc/Makefile.am: drop CHECK_SYMBOLS
190
191 2008-01-18  Love Hörnquist Åstrand  <lha@it.su.se>
192
193         * lib/krb5/version-script.map: Add krb5_digest_probe.
194         
195 2008-01-13  Love Hörnquist Åstrand  <lha@it.su.se>
196         
197         * lib/krb5/pkinit.c: Replace hx509_name_to_der_name with
198         hx509_name_binary.
199
200 2008-01-12  Love Hörnquist Åstrand  <lha@it.su.se>
201
202         * lib/krb5/Makefile.am: add missing files
203
204         * Happy new year.