fix
[heimdal.git] / lib / gssapi / krb5 / ChangeLog
blob362153e050cad67c7d81ded36f510f01e772c81e
1 2000-08-16  Assar Westerlund  <assar@sics.se>
3         * Makefile.am: bump version to 2:1:1
5 2000-07-29  Assar Westerlund  <assar@sics.se>
7         * decapsulate.c (gssapi_krb5_verify_header): sanity-check length
9 2000-07-22  Assar Westerlund  <assar@sics.se>
11         * gssapi.h: update OID for GSS_C_NT_HOSTBASED_SERVICE and other
12         details from rfc2744
14 2000-06-29  Assar Westerlund  <assar@sics.se>
16         * address_to_krb5addr.c (gss_address_to_krb5addr): actually use
17         `int' instead of `sa_family_t' for the address family.
19 2000-06-21  Assar Westerlund  <assar@sics.se>
21         * add support for token delegation.  From Daniel Kouril
22         <kouril@ics.muni.cz> and Miroslav Ruda <ruda@ics.muni.cz>
24 2000-05-15  Assar Westerlund  <assar@sics.se>
26         * Makefile.am (libgssapi_la_LDFLAGS): set version to 1:1:1
28 2000-04-12  Assar Westerlund  <assar@sics.se>
30         * release_oid_set.c (gss_release_oid_set): clear set for
31         robustness.  From GOMBAS Gabor <gombasg@inf.elte.hu>
32         * release_name.c (gss_release_name): reset input_name for
33         robustness.  From GOMBAS Gabor <gombasg@inf.elte.hu>
34         * release_buffer.c (gss_release_buffer): set value to NULL to be
35         more robust.  From GOMBAS Gabor <gombasg@inf.elte.hu>
36         * add_oid_set_member.c (gss_add_oid_set_member): actually check if
37         the oid is a member first.  leave the oid_set unchanged if realloc
38         fails.
40 2000-02-13  Assar Westerlund  <assar@sics.se>
42         * Makefile.am: set version to 1:0:1
44 2000-02-12  Assar Westerlund  <assar@sics.se>
46         * gssapi_locl.h: add flags for import/export
47         * import_sec_context.c (import_sec_context: add flags for what
48         fields are included.  do not include the authenticator for now.
49         * export_sec_context.c (export_sec_context: add flags for what
50         fields are included.  do not include the authenticator for now.
51         * accept_sec_context.c (gss_accept_sec_context): set target in
52         context_handle
54 2000-02-11  Assar Westerlund  <assar@sics.se>
56         * delete_sec_context.c (gss_delete_sec_context): set context to
57         GSS_C_NO_CONTEXT
59         * Makefile.am: add {export,import}_sec_context.c
60         * export_sec_context.c: new file
61         * import_sec_context.c: new file
62         * accept_sec_context.c (gss_accept_sec_context): set trans flag
64 2000-02-07  Assar Westerlund  <assar@sics.se>
66         * Makefile.am: set version to 0:5:0
68 2000-01-26  Assar Westerlund  <assar@sics.se>
70         * delete_sec_context.c (gss_delete_sec_context): handle a NULL
71         output_token
73         * wrap.c: update to pseudo-standard APIs for md4,md5,sha.  some
74         changes to libdes calls to make them more portable.
75         * verify_mic.c: update to pseudo-standard APIs for md4,md5,sha.
76         some changes to libdes calls to make them more portable.
77         * unwrap.c: update to pseudo-standard APIs for md4,md5,sha.  some
78         changes to libdes calls to make them more portable.
79         * get_mic.c: update to pseudo-standard APIs for md4,md5,sha.  some
80         changes to libdes calls to make them more portable.
81         * 8003.c: update to pseudo-standard APIs for md4,md5,sha.
83 2000-01-06  Assar Westerlund  <assar@sics.se>
85         * Makefile.am: set version to 0:4:0
87 1999-12-26  Assar Westerlund  <assar@sics.se>
89         * accept_sec_context.c (gss_accept_sec_context): always set
90         `output_token'
91         * init_sec_context.c (init_auth): always initialize `output_token'
92         * delete_sec_context.c (gss_delete_sec_context): always set
93         `output_token'
95 1999-12-06  Assar Westerlund  <assar@sics.se>
97         * Makefile.am: bump version to 0:3:0
99 1999-10-20  Assar Westerlund  <assar@sics.se>
101         * Makefile.am: set version to 0:2:0
103 1999-09-21  Assar Westerlund  <assar@sics.se>
105         * init_sec_context.c (gss_init_sec_context): initialize `ticket'
107         * gssapi.h (gss_ctx_id_t_desc): add ticket in here.  ick.
109         * delete_sec_context.c (gss_delete_sec_context): free ticket
111         * accept_sec_context.c (gss_accept_sec_context): stove away
112         `krb5_ticket' in context so that ugly programs such as
113         gss_nt_server can get at it.  uck.
115 1999-09-20  Johan Danielsson  <joda@pdc.kth.se>
117         * accept_sec_context.c: set minor_status
119 1999-08-04  Assar Westerlund  <assar@sics.se>
121         * display_status.c (calling_error, routine_error): right shift the
122         code to make it possible to index into the arrays
124 1999-07-28  Assar Westerlund  <assar@sics.se>
126         * gssapi.h (GSS_C_AF_INET6): add
128         * import_name.c (import_hostbased_name): set minor_status
130 1999-07-26  Assar Westerlund  <assar@sics.se>
132         * Makefile.am: set version to 0:1:0
134 Wed Apr  7 14:05:15 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
136         * display_status.c: set minor_status
138         * init_sec_context.c: set minor_status
140         * lib/gssapi/init.c: remove donep (check gssapi_krb5_context
141         directly)