Release 0.3c
[heimdal.git] / lib / gssapi / ChangeLog
blobb675dcc235815aeb099356ba6663962f767127dd
1 2000-09-19  Assar Westerlund  <assar@sics.se>
3         * Makefile.am (libgssapi_la_LDFLAGS): bump to 2:2:1
5 2000-08-27  Assar Westerlund  <assar@sics.se>
7         * init_sec_context.c: actually pay attention to `time_req'
8         * init_sec_context.c: re-organize.  leak less memory.
9         * gssapi_locl.h (gssapi_krb5_encapsulate, gss_krb5_getsomekey):
10         update prototypes add assert.h
11         * gssapi.h (GSS_KRB5_CONF_C_QOP_DES, GSS_KRB5_CONF_C_QOP_DES3_KD):
12         add
13         * verify_mic.c: re-organize and add 3DES code
14         * wrap.c: re-organize and add 3DES code
15         * unwrap.c: re-organize and add 3DES code
16         * get_mic.c: re-organize and add 3DES code
17         * encapsulate.c (gssapi_krb5_encapsulate): do not free `in_data',
18         let the caller do that.  fix the callers.
20 2000-08-16  Assar Westerlund  <assar@sics.se>
22         * Makefile.am: bump version to 2:1:1
24 2000-07-29  Assar Westerlund  <assar@sics.se>
26         * decapsulate.c (gssapi_krb5_verify_header): sanity-check length
28 2000-07-22  Assar Westerlund  <assar@sics.se>
30         * gssapi.h: update OID for GSS_C_NT_HOSTBASED_SERVICE and other
31         details from rfc2744
33 2000-06-29  Assar Westerlund  <assar@sics.se>
35         * address_to_krb5addr.c (gss_address_to_krb5addr): actually use
36         `int' instead of `sa_family_t' for the address family.
38 2000-06-21  Assar Westerlund  <assar@sics.se>
40         * add support for token delegation.  From Daniel Kouril
41         <kouril@ics.muni.cz> and Miroslav Ruda <ruda@ics.muni.cz>
43 2000-05-15  Assar Westerlund  <assar@sics.se>
45         * Makefile.am (libgssapi_la_LDFLAGS): set version to 1:1:1
47 2000-04-12  Assar Westerlund  <assar@sics.se>
49         * release_oid_set.c (gss_release_oid_set): clear set for
50         robustness.  From GOMBAS Gabor <gombasg@inf.elte.hu>
51         * release_name.c (gss_release_name): reset input_name for
52         robustness.  From GOMBAS Gabor <gombasg@inf.elte.hu>
53         * release_buffer.c (gss_release_buffer): set value to NULL to be
54         more robust.  From GOMBAS Gabor <gombasg@inf.elte.hu>
55         * add_oid_set_member.c (gss_add_oid_set_member): actually check if
56         the oid is a member first.  leave the oid_set unchanged if realloc
57         fails.
59 2000-02-13  Assar Westerlund  <assar@sics.se>
61         * Makefile.am: set version to 1:0:1
63 2000-02-12  Assar Westerlund  <assar@sics.se>
65         * gssapi_locl.h: add flags for import/export
66         * import_sec_context.c (import_sec_context: add flags for what
67         fields are included.  do not include the authenticator for now.
68         * export_sec_context.c (export_sec_context: add flags for what
69         fields are included.  do not include the authenticator for now.
70         * accept_sec_context.c (gss_accept_sec_context): set target in
71         context_handle
73 2000-02-11  Assar Westerlund  <assar@sics.se>
75         * delete_sec_context.c (gss_delete_sec_context): set context to
76         GSS_C_NO_CONTEXT
78         * Makefile.am: add {export,import}_sec_context.c
79         * export_sec_context.c: new file
80         * import_sec_context.c: new file
81         * accept_sec_context.c (gss_accept_sec_context): set trans flag
83 2000-02-07  Assar Westerlund  <assar@sics.se>
85         * Makefile.am: set version to 0:5:0
87 2000-01-26  Assar Westerlund  <assar@sics.se>
89         * delete_sec_context.c (gss_delete_sec_context): handle a NULL
90         output_token
92         * wrap.c: update to pseudo-standard APIs for md4,md5,sha.  some
93         changes to libdes calls to make them more portable.
94         * verify_mic.c: update to pseudo-standard APIs for md4,md5,sha.
95         some changes to libdes calls to make them more portable.
96         * unwrap.c: update to pseudo-standard APIs for md4,md5,sha.  some
97         changes to libdes calls to make them more portable.
98         * get_mic.c: update to pseudo-standard APIs for md4,md5,sha.  some
99         changes to libdes calls to make them more portable.
100         * 8003.c: update to pseudo-standard APIs for md4,md5,sha.
102 2000-01-06  Assar Westerlund  <assar@sics.se>
104         * Makefile.am: set version to 0:4:0
106 1999-12-26  Assar Westerlund  <assar@sics.se>
108         * accept_sec_context.c (gss_accept_sec_context): always set
109         `output_token'
110         * init_sec_context.c (init_auth): always initialize `output_token'
111         * delete_sec_context.c (gss_delete_sec_context): always set
112         `output_token'
114 1999-12-06  Assar Westerlund  <assar@sics.se>
116         * Makefile.am: bump version to 0:3:0
118 1999-10-20  Assar Westerlund  <assar@sics.se>
120         * Makefile.am: set version to 0:2:0
122 1999-09-21  Assar Westerlund  <assar@sics.se>
124         * init_sec_context.c (gss_init_sec_context): initialize `ticket'
126         * gssapi.h (gss_ctx_id_t_desc): add ticket in here.  ick.
128         * delete_sec_context.c (gss_delete_sec_context): free ticket
130         * accept_sec_context.c (gss_accept_sec_context): stove away
131         `krb5_ticket' in context so that ugly programs such as
132         gss_nt_server can get at it.  uck.
134 1999-09-20  Johan Danielsson  <joda@pdc.kth.se>
136         * accept_sec_context.c: set minor_status
138 1999-08-04  Assar Westerlund  <assar@sics.se>
140         * display_status.c (calling_error, routine_error): right shift the
141         code to make it possible to index into the arrays
143 1999-07-28  Assar Westerlund  <assar@sics.se>
145         * gssapi.h (GSS_C_AF_INET6): add
147         * import_name.c (import_hostbased_name): set minor_status
149 1999-07-26  Assar Westerlund  <assar@sics.se>
151         * Makefile.am: set version to 0:1:0
153 Wed Apr  7 14:05:15 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
155         * display_status.c: set minor_status
157         * init_sec_context.c: set minor_status
159         * lib/gssapi/init.c: remove donep (check gssapi_krb5_context
160         directly)