xref: /freebsd/crypto/heimdal/lib/gssapi/ChangeLog (revision 283d988c23f8139afa6b31adef1909ddb9d0e4df)
1283d988cSMark Murray2000-02-13  Assar Westerlund  <assar@sics.se>
2283d988cSMark Murray
3283d988cSMark Murray	* Makefile.am: set version to 1:0:1
4283d988cSMark Murray
5283d988cSMark Murray2000-02-12  Assar Westerlund  <assar@sics.se>
6283d988cSMark Murray
7283d988cSMark Murray	* gssapi_locl.h: add flags for import/export
8283d988cSMark Murray	* import_sec_context.c (import_sec_context: add flags for what
9283d988cSMark Murray	fields are included.  do not include the authenticator for now.
10283d988cSMark Murray	* export_sec_context.c (export_sec_context: add flags for what
11283d988cSMark Murray	fields are included.  do not include the authenticator for now.
12283d988cSMark Murray	* accept_sec_context.c (gss_accept_sec_context): set target in
13283d988cSMark Murray	context_handle
14283d988cSMark Murray
15283d988cSMark Murray2000-02-11  Assar Westerlund  <assar@sics.se>
16283d988cSMark Murray
17283d988cSMark Murray	* delete_sec_context.c (gss_delete_sec_context): set context to
18283d988cSMark Murray	GSS_C_NO_CONTEXT
19283d988cSMark Murray
20283d988cSMark Murray	* Makefile.am: add {export,import}_sec_context.c
21283d988cSMark Murray	* export_sec_context.c: new file
22283d988cSMark Murray	* import_sec_context.c: new file
23283d988cSMark Murray	* accept_sec_context.c (gss_accept_sec_context): set trans flag
24283d988cSMark Murray
2513e3f4d6SMark Murray2000-02-07  Assar Westerlund  <assar@sics.se>
2613e3f4d6SMark Murray
2713e3f4d6SMark Murray	* Makefile.am: set version to 0:5:0
2813e3f4d6SMark Murray
2913e3f4d6SMark Murray2000-01-26  Assar Westerlund  <assar@sics.se>
3013e3f4d6SMark Murray
3113e3f4d6SMark Murray	* delete_sec_context.c (gss_delete_sec_context): handle a NULL
3213e3f4d6SMark Murray	output_token
3313e3f4d6SMark Murray
3413e3f4d6SMark Murray	* wrap.c: update to pseudo-standard APIs for md4,md5,sha.  some
3513e3f4d6SMark Murray	changes to libdes calls to make them more portable.
3613e3f4d6SMark Murray	* verify_mic.c: update to pseudo-standard APIs for md4,md5,sha.
3713e3f4d6SMark Murray	some changes to libdes calls to make them more portable.
3813e3f4d6SMark Murray	* unwrap.c: update to pseudo-standard APIs for md4,md5,sha.  some
3913e3f4d6SMark Murray	changes to libdes calls to make them more portable.
4013e3f4d6SMark Murray	* get_mic.c: update to pseudo-standard APIs for md4,md5,sha.  some
4113e3f4d6SMark Murray	changes to libdes calls to make them more portable.
4213e3f4d6SMark Murray	* 8003.c: update to pseudo-standard APIs for md4,md5,sha.
4313e3f4d6SMark Murray
44b528cefcSMark Murray2000-01-06  Assar Westerlund  <assar@sics.se>
45b528cefcSMark Murray
46b528cefcSMark Murray	* Makefile.am: set version to 0:4:0
47b528cefcSMark Murray
48b528cefcSMark Murray1999-12-26  Assar Westerlund  <assar@sics.se>
49b528cefcSMark Murray
50b528cefcSMark Murray	* accept_sec_context.c (gss_accept_sec_context): always set
51b528cefcSMark Murray 	`output_token'
52b528cefcSMark Murray	* init_sec_context.c (init_auth): always initialize `output_token'
53b528cefcSMark Murray	* delete_sec_context.c (gss_delete_sec_context): always set
54b528cefcSMark Murray 	`output_token'
55b528cefcSMark Murray
56b528cefcSMark Murray1999-12-06  Assar Westerlund  <assar@sics.se>
57b528cefcSMark Murray
58b528cefcSMark Murray	* Makefile.am: bump version to 0:3:0
59b528cefcSMark Murray
60b528cefcSMark Murray1999-10-20  Assar Westerlund  <assar@sics.se>
61b528cefcSMark Murray
62b528cefcSMark Murray	* Makefile.am: set version to 0:2:0
63b528cefcSMark Murray
64b528cefcSMark Murray1999-09-21  Assar Westerlund  <assar@sics.se>
65b528cefcSMark Murray
66b528cefcSMark Murray	* init_sec_context.c (gss_init_sec_context): initialize `ticket'
67b528cefcSMark Murray
68b528cefcSMark Murray	* gssapi.h (gss_ctx_id_t_desc): add ticket in here.  ick.
69b528cefcSMark Murray
70b528cefcSMark Murray	* delete_sec_context.c (gss_delete_sec_context): free ticket
71b528cefcSMark Murray
72b528cefcSMark Murray	* accept_sec_context.c (gss_accept_sec_context): stove away
73b528cefcSMark Murray 	`krb5_ticket' in context so that ugly programs such as
74b528cefcSMark Murray 	gss_nt_server can get at it.  uck.
75b528cefcSMark Murray
76b528cefcSMark Murray1999-09-20  Johan Danielsson  <joda@pdc.kth.se>
77b528cefcSMark Murray
78b528cefcSMark Murray	* accept_sec_context.c: set minor_status
79b528cefcSMark Murray
80b528cefcSMark Murray1999-08-04  Assar Westerlund  <assar@sics.se>
81b528cefcSMark Murray
82b528cefcSMark Murray	* display_status.c (calling_error, routine_error): right shift the
83b528cefcSMark Murray 	code to make it possible to index into the arrays
84b528cefcSMark Murray
85b528cefcSMark Murray1999-07-28  Assar Westerlund  <assar@sics.se>
86b528cefcSMark Murray
87b528cefcSMark Murray	* gssapi.h (GSS_C_AF_INET6): add
88b528cefcSMark Murray
89b528cefcSMark Murray	* import_name.c (import_hostbased_name): set minor_status
90b528cefcSMark Murray
91b528cefcSMark Murray1999-07-26  Assar Westerlund  <assar@sics.se>
92b528cefcSMark Murray
93b528cefcSMark Murray	* Makefile.am: set version to 0:1:0
94b528cefcSMark Murray
95b528cefcSMark MurrayWed Apr  7 14:05:15 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
96b528cefcSMark Murray
97b528cefcSMark Murray	* display_status.c: set minor_status
98b528cefcSMark Murray
99b528cefcSMark Murray	* init_sec_context.c: set minor_status
100b528cefcSMark Murray
101b528cefcSMark Murray	* lib/gssapi/init.c: remove donep (check gssapi_krb5_context
102b528cefcSMark Murray 	directly)
103b528cefcSMark Murray
104