12000-02-13 Assar Westerlund <assar@sics.se> 2 3 * Makefile.am: set version to 1:0:1 4 52000-02-12 Assar Westerlund <assar@sics.se> 6 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 14 152000-02-11 Assar Westerlund <assar@sics.se> 16 17 * delete_sec_context.c (gss_delete_sec_context): set context to 18 GSS_C_NO_CONTEXT 19 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 24 252000-02-07 Assar Westerlund <assar@sics.se> 26 27 * Makefile.am: set version to 0:5:0 28 292000-01-26 Assar Westerlund <assar@sics.se> 30 31 * delete_sec_context.c (gss_delete_sec_context): handle a NULL 32 output_token 33 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. 43 442000-01-06 Assar Westerlund <assar@sics.se> 45 46 * Makefile.am: set version to 0:4:0 47 481999-12-26 Assar Westerlund <assar@sics.se> 49 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' 55 561999-12-06 Assar Westerlund <assar@sics.se> 57 58 * Makefile.am: bump version to 0:3:0 59 601999-10-20 Assar Westerlund <assar@sics.se> 61 62 * Makefile.am: set version to 0:2:0 63 641999-09-21 Assar Westerlund <assar@sics.se> 65 66 * init_sec_context.c (gss_init_sec_context): initialize `ticket' 67 68 * gssapi.h (gss_ctx_id_t_desc): add ticket in here. ick. 69 70 * delete_sec_context.c (gss_delete_sec_context): free ticket 71 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. 75 761999-09-20 Johan Danielsson <joda@pdc.kth.se> 77 78 * accept_sec_context.c: set minor_status 79 801999-08-04 Assar Westerlund <assar@sics.se> 81 82 * display_status.c (calling_error, routine_error): right shift the 83 code to make it possible to index into the arrays 84 851999-07-28 Assar Westerlund <assar@sics.se> 86 87 * gssapi.h (GSS_C_AF_INET6): add 88 89 * import_name.c (import_hostbased_name): set minor_status 90 911999-07-26 Assar Westerlund <assar@sics.se> 92 93 * Makefile.am: set version to 0:1:0 94 95Wed Apr 7 14:05:15 1999 Johan Danielsson <joda@hella.pdc.kth.se> 96 97 * display_status.c: set minor_status 98 99 * init_sec_context.c: set minor_status 100 101 * lib/gssapi/init.c: remove donep (check gssapi_krb5_context 102 directly) 103 104