fix typo
[heimdal.git] / lib / gssapi / krb5 / ChangeLog
blobe335d4db1e6168a4c55d8b6f33bcf4dd9971fd43
1 2001-01-30  Assar Westerlund  <assar@sics.se>
3         * Makefile.am (libgssapi_la_LDFLAGS): bump version to 3:0:2
4         * acquire_cred.c, init_sec_context.c, release_cred.c: add support
5         for getting creds from a keytab, from fvdl@netbsd.org
7         * copy_ccache.c: add gss_krb5_copy_ccache
9 2001-01-27  Assar Westerlund  <assar@sics.se>
11         * get_mic.c: cast parameters to des function to non-const pointers
12         to handle the case where these functions actually take non-const
13         des_cblock *
15 2001-01-09  Assar Westerlund  <assar@sics.se>
17         * accept_sec_context.c (gss_accept_sec_context): use krb5_rd_cred2
18         instead of krb5_rd_cred
20 2000-12-11  Assar Westerlund  <assar@sics.se>
22         * Makefile.am (libgssapi_la_LDFLAGS): bump to 2:3:1
24 2000-12-08  Assar Westerlund  <assar@sics.se>
26         * wrap.c (wrap_des3): use the checksum as ivec when encrypting the
27         sequence number
28         * unwrap.c (unwrap_des3): use the checksum as ivec when encrypting
29         the sequence number
30         * init_sec_context.c (init_auth): always zero fwd_data
32 2000-12-06  Johan Danielsson  <joda@pdc.kth.se>
34         * accept_sec_context.c: de-pointerise auth_context parameter to
35         krb5_mk_rep
37 2000-11-15  Assar Westerlund  <assar@sics.se>
39         * init_sec_context.c (init_auth): update to new
40         krb5_build_authenticator
42 2000-09-19  Assar Westerlund  <assar@sics.se>
44         * Makefile.am (libgssapi_la_LDFLAGS): bump to 2:2:1
46 2000-08-27  Assar Westerlund  <assar@sics.se>
48         * init_sec_context.c: actually pay attention to `time_req'
49         * init_sec_context.c: re-organize.  leak less memory.
50         * gssapi_locl.h (gssapi_krb5_encapsulate, gss_krb5_getsomekey):
51         update prototypes add assert.h
52         * gssapi.h (GSS_KRB5_CONF_C_QOP_DES, GSS_KRB5_CONF_C_QOP_DES3_KD):
53         add
54         * verify_mic.c: re-organize and add 3DES code
55         * wrap.c: re-organize and add 3DES code
56         * unwrap.c: re-organize and add 3DES code
57         * get_mic.c: re-organize and add 3DES code
58         * encapsulate.c (gssapi_krb5_encapsulate): do not free `in_data',
59         let the caller do that.  fix the callers.
61 2000-08-16  Assar Westerlund  <assar@sics.se>
63         * Makefile.am: bump version to 2:1:1
65 2000-07-29  Assar Westerlund  <assar@sics.se>
67         * decapsulate.c (gssapi_krb5_verify_header): sanity-check length
69 2000-07-25  Johan Danielsson  <joda@pdc.kth.se>
71         * Makefile.am: bump version to 2:0:1
73 2000-07-22  Assar Westerlund  <assar@sics.se>
75         * gssapi.h: update OID for GSS_C_NT_HOSTBASED_SERVICE and other
76         details from rfc2744
78 2000-06-29  Assar Westerlund  <assar@sics.se>
80         * address_to_krb5addr.c (gss_address_to_krb5addr): actually use
81         `int' instead of `sa_family_t' for the address family.
83 2000-06-21  Assar Westerlund  <assar@sics.se>
85         * add support for token delegation.  From Daniel Kouril
86         <kouril@ics.muni.cz> and Miroslav Ruda <ruda@ics.muni.cz>
88 2000-05-15  Assar Westerlund  <assar@sics.se>
90         * Makefile.am (libgssapi_la_LDFLAGS): set version to 1:1:1
92 2000-04-12  Assar Westerlund  <assar@sics.se>
94         * release_oid_set.c (gss_release_oid_set): clear set for
95         robustness.  From GOMBAS Gabor <gombasg@inf.elte.hu>
96         * release_name.c (gss_release_name): reset input_name for
97         robustness.  From GOMBAS Gabor <gombasg@inf.elte.hu>
98         * release_buffer.c (gss_release_buffer): set value to NULL to be
99         more robust.  From GOMBAS Gabor <gombasg@inf.elte.hu>
100         * add_oid_set_member.c (gss_add_oid_set_member): actually check if
101         the oid is a member first.  leave the oid_set unchanged if realloc
102         fails.
104 2000-02-13  Assar Westerlund  <assar@sics.se>
106         * Makefile.am: set version to 1:0:1
108 2000-02-12  Assar Westerlund  <assar@sics.se>
110         * gssapi_locl.h: add flags for import/export
111         * import_sec_context.c (import_sec_context: add flags for what
112         fields are included.  do not include the authenticator for now.
113         * export_sec_context.c (export_sec_context: add flags for what
114         fields are included.  do not include the authenticator for now.
115         * accept_sec_context.c (gss_accept_sec_context): set target in
116         context_handle
118 2000-02-11  Assar Westerlund  <assar@sics.se>
120         * delete_sec_context.c (gss_delete_sec_context): set context to
121         GSS_C_NO_CONTEXT
123         * Makefile.am: add {export,import}_sec_context.c
124         * export_sec_context.c: new file
125         * import_sec_context.c: new file
126         * accept_sec_context.c (gss_accept_sec_context): set trans flag
128 2000-02-07  Assar Westerlund  <assar@sics.se>
130         * Makefile.am: set version to 0:5:0
132 2000-01-26  Assar Westerlund  <assar@sics.se>
134         * delete_sec_context.c (gss_delete_sec_context): handle a NULL
135         output_token
137         * wrap.c: update to pseudo-standard APIs for md4,md5,sha.  some
138         changes to libdes calls to make them more portable.
139         * verify_mic.c: update to pseudo-standard APIs for md4,md5,sha.
140         some changes to libdes calls to make them more portable.
141         * unwrap.c: update to pseudo-standard APIs for md4,md5,sha.  some
142         changes to libdes calls to make them more portable.
143         * get_mic.c: update to pseudo-standard APIs for md4,md5,sha.  some
144         changes to libdes calls to make them more portable.
145         * 8003.c: update to pseudo-standard APIs for md4,md5,sha.
147 2000-01-06  Assar Westerlund  <assar@sics.se>
149         * Makefile.am: set version to 0:4:0
151 1999-12-26  Assar Westerlund  <assar@sics.se>
153         * accept_sec_context.c (gss_accept_sec_context): always set
154         `output_token'
155         * init_sec_context.c (init_auth): always initialize `output_token'
156         * delete_sec_context.c (gss_delete_sec_context): always set
157         `output_token'
159 1999-12-06  Assar Westerlund  <assar@sics.se>
161         * Makefile.am: bump version to 0:3:0
163 1999-10-20  Assar Westerlund  <assar@sics.se>
165         * Makefile.am: set version to 0:2:0
167 1999-09-21  Assar Westerlund  <assar@sics.se>
169         * init_sec_context.c (gss_init_sec_context): initialize `ticket'
171         * gssapi.h (gss_ctx_id_t_desc): add ticket in here.  ick.
173         * delete_sec_context.c (gss_delete_sec_context): free ticket
175         * accept_sec_context.c (gss_accept_sec_context): stove away
176         `krb5_ticket' in context so that ugly programs such as
177         gss_nt_server can get at it.  uck.
179 1999-09-20  Johan Danielsson  <joda@pdc.kth.se>
181         * accept_sec_context.c: set minor_status
183 1999-08-04  Assar Westerlund  <assar@sics.se>
185         * display_status.c (calling_error, routine_error): right shift the
186         code to make it possible to index into the arrays
188 1999-07-28  Assar Westerlund  <assar@sics.se>
190         * gssapi.h (GSS_C_AF_INET6): add
192         * import_name.c (import_hostbased_name): set minor_status
194 1999-07-26  Assar Westerlund  <assar@sics.se>
196         * Makefile.am: set version to 0:1:0
198 Wed Apr  7 14:05:15 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
200         * display_status.c: set minor_status
202         * init_sec_context.c: set minor_status
204         * lib/gssapi/init.c: remove donep (check gssapi_krb5_context
205         directly)