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