*** empty log message ***
[heimdal.git] / lib / gssapi / krb5 / ChangeLog
blobba765baf0167361234d1caafb61a1caf3fd6fa93
1 2000-02-13  Assar Westerlund  <assar@sics.se>
3         * Makefile.am: set version to 1:0:1
5 2000-02-12  Assar Westerlund  <assar@sics.se>
7         * gssapi_locl.h: add flags for import/export
8         * import_sec_context.c (import_sec_context: add flags for what
9         fields are included.  do not include the authenticator for now.
10         * export_sec_context.c (export_sec_context: add flags for what
11         fields are included.  do not include the authenticator for now.
12         * accept_sec_context.c (gss_accept_sec_context): set target in
13         context_handle
15 2000-02-11  Assar Westerlund  <assar@sics.se>
17         * delete_sec_context.c (gss_delete_sec_context): set context to
18         GSS_C_NO_CONTEXT
20         * Makefile.am: add {export,import}_sec_context.c
21         * export_sec_context.c: new file
22         * import_sec_context.c: new file
23         * accept_sec_context.c (gss_accept_sec_context): set trans flag
25 2000-02-07  Assar Westerlund  <assar@sics.se>
27         * Makefile.am: set version to 0:5:0
29 2000-01-26  Assar Westerlund  <assar@sics.se>
31         * delete_sec_context.c (gss_delete_sec_context): handle a NULL
32         output_token
34         * wrap.c: update to pseudo-standard APIs for md4,md5,sha.  some
35         changes to libdes calls to make them more portable.
36         * verify_mic.c: update to pseudo-standard APIs for md4,md5,sha.
37         some changes to libdes calls to make them more portable.
38         * unwrap.c: update to pseudo-standard APIs for md4,md5,sha.  some
39         changes to libdes calls to make them more portable.
40         * get_mic.c: update to pseudo-standard APIs for md4,md5,sha.  some
41         changes to libdes calls to make them more portable.
42         * 8003.c: update to pseudo-standard APIs for md4,md5,sha.
44 2000-01-06  Assar Westerlund  <assar@sics.se>
46         * Makefile.am: set version to 0:4:0
48 1999-12-26  Assar Westerlund  <assar@sics.se>
50         * accept_sec_context.c (gss_accept_sec_context): always set
51         `output_token'
52         * init_sec_context.c (init_auth): always initialize `output_token'
53         * delete_sec_context.c (gss_delete_sec_context): always set
54         `output_token'
56 1999-12-06  Assar Westerlund  <assar@sics.se>
58         * Makefile.am: bump version to 0:3:0
60 1999-10-20  Assar Westerlund  <assar@sics.se>
62         * Makefile.am: set version to 0:2:0
64 1999-09-21  Assar Westerlund  <assar@sics.se>
66         * init_sec_context.c (gss_init_sec_context): initialize `ticket'
68         * gssapi.h (gss_ctx_id_t_desc): add ticket in here.  ick.
70         * delete_sec_context.c (gss_delete_sec_context): free ticket
72         * accept_sec_context.c (gss_accept_sec_context): stove away
73         `krb5_ticket' in context so that ugly programs such as
74         gss_nt_server can get at it.  uck.
76 1999-09-20  Johan Danielsson  <joda@pdc.kth.se>
78         * accept_sec_context.c: set minor_status
80 1999-08-04  Assar Westerlund  <assar@sics.se>
82         * display_status.c (calling_error, routine_error): right shift the
83         code to make it possible to index into the arrays
85 1999-07-28  Assar Westerlund  <assar@sics.se>
87         * gssapi.h (GSS_C_AF_INET6): add
89         * import_name.c (import_hostbased_name): set minor_status
91 1999-07-26  Assar Westerlund  <assar@sics.se>
93         * Makefile.am: set version to 0:1:0
95 Wed Apr  7 14:05:15 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
97         * display_status.c: set minor_status
99         * init_sec_context.c: set minor_status
101         * lib/gssapi/init.c: remove donep (check gssapi_krb5_context
102         directly)