Windows global stuff:
[krb5.git] / src / lib / gssapi / krb5 / ChangeLog
1 Thu Apr 13 15:49:16 1995 Keith Vetter (keithv@fusion.com)
2
3         * *.[ch]: removed unneeded INTERFACE from non-api functions.
4         * *.h added FAR to pointers visible at to the world.
5         * gssapi_e.c: __STDC__ conditional also checks the _WINDOWS define.
6
7 Thu Mar 30 16:00:30 1995 Keith Vetter (keithv@fusion.com)
8
9         * accept_sec_context.c: fixed wrong level of indirection on a 
10            parameter to getauthenticator.
11
12 Mon Mar 27 07:56:26 1995 Chris Provenzano (proven@mit.edu)
13
14         * accept_sec_context.c: Use new calling convention for krb5_rd_req()
15                 and krb5_mk_rep().
16
17 Thu Mar 16 19:54:33 1995 Keith Vetter (keithv@fusion.com)
18
19         * init_sec_context.c: fixed signed/unsigned mismatch and
20            added a prototype which will later be removed.
21         * import_name.c: fixed for the PC--made conditional the
22            code dependent upon passwords.
23         * Makefile.in: changed the name of the library the PC
24            builds, and added xxx-mac targets to mimic xxx-unix.
25
26 Fri Mar 10 09:44:29 1995 Chris Provenzano (proven@mit.edu)
27
28         * init_sec_context.c (krb5_gss_init_sec_context())
29                 Use new calling convention for krb5_mk_req_ext() and
30                 krb5_rd_rep().
31
32         * gssapiP_krb5.h Added a krb5_auth_context pointer to the
33                 krb5_gss_ctx_id_rec structure to store the auth_context
34                 between multiple calls to krb5_gss_init_sec_context().
35
36 Tue Mar 7 20:48:03 1995 Keith Vetter (keithv@fusion.com)
37
38         * accept_s.c, acqire_s.c, compare_.c, context_.c, delete_s.c,
39           disp_nam.c, disp_sta.c, get_tkt_.c, init_sec.c, inq_cont.c, 
40           inq_cred.c, k5seal.c, k5unseal.c, process_.c, rel_cred.c, 
41           rel_name.c, util_cks.c, util_cry.c: added casts on signed ->
42             unsigned assignments.
43         * util_seq.c: added casts on bit extraction code.
44         * gssapip_.h: pulls in los-proto.h for prototypes.
45
46 Tue Feb 28 00:27:44 1995  John Gilmore  (gnu at toad.com)
47
48         * gssapi_krb5.h, gssapiP_krb5.h: Avoid <krb5/...> includes.
49         * disp_status.c:  Avoid <com_err.h>, use "com_err.h".
50
51 Mon Feb 20 19:53:9 1995 Keith Vetter (keithv@fusion.com)
52
53         * accept_s.c: needed temp to avoid sign/unsigned mismatch on the PC.
54         * init_sec.c: needed temp to avoid sign/unsigned mismatch on the PC.
55         * gssapiP_krb5.h k5seal.c, k5unseal.c: removed netinet/in.h include.
56         * util_seq.c: changed int to 32bit int
57         * gssapiP_krb5.h, gssapi_krb5.h, *.c: added windows INTERFACE keyword
58
59 Mon Feb 20 12:00:00 1995  keith Vetter (keithv@fusion.com)
60
61         Rename files for DOS 8.3 uniqueness--files created by Make
62         * gssapi_krb5_err.et => gssapi_err_krb5.et
63                              => gssapi_err_krb5.h
64                              => gssapi_err_krb5.c
65         * gssapiP_krb5.h changed to match
66         * Makefile.in changed to match
67
68 Tue Feb 14 15:01:36 1995 Chris Provenzano (proven@mit.edu)
69
70     * init_sec_context.c (make_ap_req()) Use new API for 
71         krb5_mk_req_extended() and cleanup internal processing.
72
73 Fri Feb  3 00:34:55 1995  John Gilmore  <gnu@cygnus.com>
74
75         Rename files for DOS 8.3 uniqueness:
76         * display_name.c    => disp_name.c
77         * display_status.c  => disp_status.c
78         * inquire_context.c => inq_context.c
79         * inquire_cred.c    => inq_cred.c
80         * release_cred.c    => rel_cred.c
81         * release_name.c    => rel_name.c
82         * Makefile.in changed to match.
83
84 Fri Jan 27 14:41:12 1995  Chris Provenzano (proven@mit.edu)
85
86         * accept_sec_context.c (rd_req_keyproc() added krb5_keytype arg.
87
88 Wed Jan 25 16:54:40 1995  Chris Provenzano (proven@mit.edu)
89
90         * Removed all narrow types and references to wide.h and narrow.h
91
92 Sun Jan 22 18:26:32 1995  John Gilmore  (gnu at toad.com)
93
94         * acquire_cred.c (acquire_accept_cred):  Add context arg when
95         calling krb5_sname_to_principal.
96
97 Fri Jan 13 15:23:47 1995  Chris Provenzano (proven@mit.edu)
98
99     * Added krb5_context to all krb5_routines
100
101 Mon Jan  9 19:27:55 1995  Theodore Y. Ts'o  (tytso@dcl)
102
103         * display_name.c (krb5_gss_display_name): gss_display_name()
104                 should return a name type OID, not a mechanism OID.
105
106 Tue Oct  4 16:40:45 1994  Theodore Y. Ts'o  (tytso@dcl)
107
108         * accept_security_context.c (rd_req_keyproc): Add widen.h and
109                 narrow.h to widen argument types of keyproc.
110
111 Tue Sep 27 23:30:14 1994  Theodore Y. Ts'o  (tytso@dcl)
112
113         * accept_security_context.c (krb5_gss_accept_sec_context):
114                   krb5_rc_dfl_close now frees the rcache structure, so
115                   this routine shouldn't.
116
117 Wed Aug 17 15:47:26 1994  Theodore Y. Ts'o  (tytso at tsx-11)
118
119         * gssapi_krb5.c: Fixed OID for the krb5 mechanism.  (Transcription
120         error.) 
121