12000-02-07 Assar Westerlund <assar@sics.se> 2 3 * Makefile.am: set version to 0:5:0 4 52000-01-26 Assar Westerlund <assar@sics.se> 6 7 * delete_sec_context.c (gss_delete_sec_context): handle a NULL 8 output_token 9 10 * wrap.c: update to pseudo-standard APIs for md4,md5,sha. some 11 changes to libdes calls to make them more portable. 12 * verify_mic.c: update to pseudo-standard APIs for md4,md5,sha. 13 some changes to libdes calls to make them more portable. 14 * unwrap.c: update to pseudo-standard APIs for md4,md5,sha. some 15 changes to libdes calls to make them more portable. 16 * get_mic.c: update to pseudo-standard APIs for md4,md5,sha. some 17 changes to libdes calls to make them more portable. 18 * 8003.c: update to pseudo-standard APIs for md4,md5,sha. 19 202000-01-06 Assar Westerlund <assar@sics.se> 21 22 * Makefile.am: set version to 0:4:0 23 241999-12-26 Assar Westerlund <assar@sics.se> 25 26 * accept_sec_context.c (gss_accept_sec_context): always set 27 `output_token' 28 * init_sec_context.c (init_auth): always initialize `output_token' 29 * delete_sec_context.c (gss_delete_sec_context): always set 30 `output_token' 31 321999-12-06 Assar Westerlund <assar@sics.se> 33 34 * Makefile.am: bump version to 0:3:0 35 361999-10-20 Assar Westerlund <assar@sics.se> 37 38 * Makefile.am: set version to 0:2:0 39 401999-09-21 Assar Westerlund <assar@sics.se> 41 42 * init_sec_context.c (gss_init_sec_context): initialize `ticket' 43 44 * gssapi.h (gss_ctx_id_t_desc): add ticket in here. ick. 45 46 * delete_sec_context.c (gss_delete_sec_context): free ticket 47 48 * accept_sec_context.c (gss_accept_sec_context): stove away 49 `krb5_ticket' in context so that ugly programs such as 50 gss_nt_server can get at it. uck. 51 521999-09-20 Johan Danielsson <joda@pdc.kth.se> 53 54 * accept_sec_context.c: set minor_status 55 561999-08-04 Assar Westerlund <assar@sics.se> 57 58 * display_status.c (calling_error, routine_error): right shift the 59 code to make it possible to index into the arrays 60 611999-07-28 Assar Westerlund <assar@sics.se> 62 63 * gssapi.h (GSS_C_AF_INET6): add 64 65 * import_name.c (import_hostbased_name): set minor_status 66 671999-07-26 Assar Westerlund <assar@sics.se> 68 69 * Makefile.am: set version to 0:1:0 70 71Wed Apr 7 14:05:15 1999 Johan Danielsson <joda@hella.pdc.kth.se> 72 73 * display_status.c: set minor_status 74 75 * init_sec_context.c: set minor_status 76 77 * lib/gssapi/init.c: remove donep (check gssapi_krb5_context 78 directly) 79 80