113e3f4d6SMark Murray2000-02-07 Assar Westerlund <assar@sics.se> 213e3f4d6SMark Murray 313e3f4d6SMark Murray * Makefile.am: set version to 0:5:0 413e3f4d6SMark Murray 513e3f4d6SMark Murray2000-01-26 Assar Westerlund <assar@sics.se> 613e3f4d6SMark Murray 713e3f4d6SMark Murray * delete_sec_context.c (gss_delete_sec_context): handle a NULL 813e3f4d6SMark Murray output_token 913e3f4d6SMark Murray 1013e3f4d6SMark Murray * wrap.c: update to pseudo-standard APIs for md4,md5,sha. some 1113e3f4d6SMark Murray changes to libdes calls to make them more portable. 1213e3f4d6SMark Murray * verify_mic.c: update to pseudo-standard APIs for md4,md5,sha. 1313e3f4d6SMark Murray some changes to libdes calls to make them more portable. 1413e3f4d6SMark Murray * unwrap.c: update to pseudo-standard APIs for md4,md5,sha. some 1513e3f4d6SMark Murray changes to libdes calls to make them more portable. 1613e3f4d6SMark Murray * get_mic.c: update to pseudo-standard APIs for md4,md5,sha. some 1713e3f4d6SMark Murray changes to libdes calls to make them more portable. 1813e3f4d6SMark Murray * 8003.c: update to pseudo-standard APIs for md4,md5,sha. 1913e3f4d6SMark Murray 20b528cefcSMark Murray2000-01-06 Assar Westerlund <assar@sics.se> 21b528cefcSMark Murray 22b528cefcSMark Murray * Makefile.am: set version to 0:4:0 23b528cefcSMark Murray 24b528cefcSMark Murray1999-12-26 Assar Westerlund <assar@sics.se> 25b528cefcSMark Murray 26b528cefcSMark Murray * accept_sec_context.c (gss_accept_sec_context): always set 27b528cefcSMark Murray `output_token' 28b528cefcSMark Murray * init_sec_context.c (init_auth): always initialize `output_token' 29b528cefcSMark Murray * delete_sec_context.c (gss_delete_sec_context): always set 30b528cefcSMark Murray `output_token' 31b528cefcSMark Murray 32b528cefcSMark Murray1999-12-06 Assar Westerlund <assar@sics.se> 33b528cefcSMark Murray 34b528cefcSMark Murray * Makefile.am: bump version to 0:3:0 35b528cefcSMark Murray 36b528cefcSMark Murray1999-10-20 Assar Westerlund <assar@sics.se> 37b528cefcSMark Murray 38b528cefcSMark Murray * Makefile.am: set version to 0:2:0 39b528cefcSMark Murray 40b528cefcSMark Murray1999-09-21 Assar Westerlund <assar@sics.se> 41b528cefcSMark Murray 42b528cefcSMark Murray * init_sec_context.c (gss_init_sec_context): initialize `ticket' 43b528cefcSMark Murray 44b528cefcSMark Murray * gssapi.h (gss_ctx_id_t_desc): add ticket in here. ick. 45b528cefcSMark Murray 46b528cefcSMark Murray * delete_sec_context.c (gss_delete_sec_context): free ticket 47b528cefcSMark Murray 48b528cefcSMark Murray * accept_sec_context.c (gss_accept_sec_context): stove away 49b528cefcSMark Murray `krb5_ticket' in context so that ugly programs such as 50b528cefcSMark Murray gss_nt_server can get at it. uck. 51b528cefcSMark Murray 52b528cefcSMark Murray1999-09-20 Johan Danielsson <joda@pdc.kth.se> 53b528cefcSMark Murray 54b528cefcSMark Murray * accept_sec_context.c: set minor_status 55b528cefcSMark Murray 56b528cefcSMark Murray1999-08-04 Assar Westerlund <assar@sics.se> 57b528cefcSMark Murray 58b528cefcSMark Murray * display_status.c (calling_error, routine_error): right shift the 59b528cefcSMark Murray code to make it possible to index into the arrays 60b528cefcSMark Murray 61b528cefcSMark Murray1999-07-28 Assar Westerlund <assar@sics.se> 62b528cefcSMark Murray 63b528cefcSMark Murray * gssapi.h (GSS_C_AF_INET6): add 64b528cefcSMark Murray 65b528cefcSMark Murray * import_name.c (import_hostbased_name): set minor_status 66b528cefcSMark Murray 67b528cefcSMark Murray1999-07-26 Assar Westerlund <assar@sics.se> 68b528cefcSMark Murray 69b528cefcSMark Murray * Makefile.am: set version to 0:1:0 70b528cefcSMark Murray 71b528cefcSMark MurrayWed Apr 7 14:05:15 1999 Johan Danielsson <joda@hella.pdc.kth.se> 72b528cefcSMark Murray 73b528cefcSMark Murray * display_status.c: set minor_status 74b528cefcSMark Murray 75b528cefcSMark Murray * init_sec_context.c: set minor_status 76b528cefcSMark Murray 77b528cefcSMark Murray * lib/gssapi/init.c: remove donep (check gssapi_krb5_context 78b528cefcSMark Murray directly) 79b528cefcSMark Murray 80