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