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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
|
Mon Oct 9 11:34:24 1995 Ezra Peisach <epeisach@kangaroo.mit.edu>
* Makefile.in: s/test/krb524test/ to handle screw case where test
is built and interferes with configure.
Mon Sep 25 00:15:47 1995 Mark Eichin <eichin@cygnus.com>
* krb524d.c (do_connection): if recvfrom failed, just return,
don't try to use the (likely invalid) sockaddr in a reply message.
Thu Sep 14 17:36:11 1995 Mark Eichin <eichin@cygnus.com>
* krb524d.c (usage): needs to get context to pass to
cleanup_and_exit so it does get freed, since it is allocated
before parsing arguments.
(main): change caller as well.
Wed Sep 06 14:20:57 1995 Chris Provenzano (proven@mit.edu)
* cnv_tkt_skey.c, conv_creds.c, get_cred.c k524init.c krb524d.c,
* test.c : s/keytype/enctype/g, s/KEYTYPE/ENCTYPE/g
Wed Sep 6 00:11:53 1995 Mark Eichin <eichin@cygnus.com>
* krb524d.c (main): set timeout inside while loop to prevent spin.
(cleanup_and_exit): free master_princ or close keytab, and free
the global context, to eliminate spurious storage use in malloc
debugging.
(init_master): free realm.
Tue Sep 05 22:10:34 1995 Chris Provenzano (proven@mit.edu)
* cnv_tkt_skey.c, getcred.c, k524init.c, krb524d.c, test.c :
Remove krb5_enctype references, and replace with
krb5_keytype where appropriate.
Thu Aug 24 18:40:22 1995 Theodore Y. Ts'o <tytso@dcl>
* .Sanitize: Update file list
Mon Aug 07 11:25:53 1995 Chris Provenzano (proven@mitedu)
* krb524d.c: Hacks to get it to compile with new kdb format.
Thu Jul 27 15:14:15 EDT 1995 Paul Park (pjpark@mit.edu)
* krb524d.c - Use the etype which is supplied in the krb5_keytype_array
specified by the master key type.
Mon Jul 17 15:15:01 EDT 1995 Paul Park (pjpark@mit.edu)
* krb524d.c - Add NULL stash file argument to krb5_db_fetch_mkey().
Fri Jul 7 16:07:21 EDT 1995 Paul Park (pjpark@mit.edu)
* Makefile.in - Remove all explicit library handling and LDFLAGS.
* configure.in - Add USE_<mumble> and KRB5_LIBRARIES.
Thu Jul 13 17:22:17 1995 Sam Hartman <hartmans@tertius.mit.edu>
* configure.in : Include sys/select.h if present.
Fri Jun 30 14:38:56 EDT 1995 Paul Park (pjpark@mit.edu)
* configure.in - Add --with-dbm to select between Berkeley and DBM
KDC database format.
Wed Jun 28 20:14:35 1995 Mark Eichin <eichin@cygnus.com>
* test.c: use PROTOTYPE.
Wed Jun 28 17:32:51 1995 Mark Eichin <eichin@cygnus.com>
* test.c, k524init.c, getcred.c: rewrote for old style definitiions.
* encode.c: use PROTOTYPE instead of KRB5_PROTOTYPE.
Wed Jun 28 03:04:38 1995 Mark Eichin <eichin@cygnus.com>
* krb524d.c: changed main, krb5_free_keyblock_contents to use old
style definitions.
Tue Jun 27 20:27:06 1995 Mark Eichin <eichin@cygnus.com>
* encode.c: make declarations use KRB5_PROTOTYPE, and use old
style definitions, per V5 coding style.
Tue Jun 27 15:54:57 EDT 1995 Paul Park (pjpark@mit.edu)
* cnv_tkt_skey.c - Cast key contents argument to conform to prototype.
* encode.c - Cast argument to match argument list of encode_bytes().
* krb524d.c - Add signal name argument to conform to prototype.
* sendmsg.c - Cast second argument to connect(2).
* test.c - Cast arguments to print_key() and ctime(3). Cast assignment
to key.contents.
Thu Jun 22 11:55:23 EDT 1995 Paul Park (pjpark@mit.edu)
* krb524d.c - Change KRB_CONVERT_KEY_OUTOF_DB to decrypt_key calls.
Fri Jun 16 17:09:09 EDT 1995 Paul Park (pjpark@mit.edu)
* k524init.c - Inline code from krb_save_credentials, it doesn't
exist for some K4 (e.g. /usr/athena).
Thu Jun 15 17:56:43 EDT 1995 Paul Park (pjpark@mit.edu)
* Makefile.in - Change explicit library names to -l<lib> form, and
change target link line to use $(LD) and associated flags.
* configure.in - Add shared library usage check.
Wed Jun 14 19:28:33 1995 Tom Yu (tlyu@dragons-lair)
* Makefile.in: added install rules
Fri Jun 9 19:16:49 1995 <tytso@rsx-11.mit.edu>
* configure.in: Remove standardized set of autoconf macros, which
are now handled by CONFIG_RULES.
Tue Jun 6 20:59:56 1995 Ezra Peisach <epeisach@kangaroo.mit.edu>
* test.c (do_remote): Case sockaddr_in * to sockaddr * in calling
krb524_convert_creds_addr.
(krb4_print_ticket): issue_time should be a KRB4_32
* encode.c (encode_v4tkt): Cast a the unsigned long mbz field of
KTEXT to krb5_int32 for call to encode_int32.
* conv_creds.c (krb524_convert_creds_addr): Cast sockaddr * to
sockaddr_in *.
Tue Jun 6 17:25:20 EDT 1995 Paul Park (pjpark@mit.edu)
* Makefile.in : Change $(ARCHIVE) to $(ARADD) so that updates to the
library replace modules instead of appending them.
* cnv_tkt_skey.c, conv_creds.c : Concatenate the two strings which
comprise the print format. Some compilers cannot deal with
<string><string> (e.g. Ultrix).
Mon Jun 5 22:25:33 1995 Theodore Y. Ts'o <tytso@dcl>
* Makefile.in, cnv_tkt_skey.c, conv_creds.c, conv_princ.c,
conv_tkt.c, encode.c, getcred.c, k524init.c, krb524.h,
krb524d.c, misc.c, sendmsg.c, test.c, configure.in:
Updated to use autoconf, and to use the new Kerberos
library API.
Wed Mar 27 21:15:00 1995 Keith Vetter (keithv@fusion.com)
* renamed conv_tkt_skey.c to cnv_tkt_skey.c for DOS 8.3
compatability.
* Makefile: reflected the above change
Tue Feb 28 02:31:22 1995 John Gilmore (gnu at toad.com)
* README, *.[ch]: Avoid <...> includes for our include files.
Thu Sep 15 10:47:27 1994 Theodore Y. Ts'o (tytso@dcl)
* Makefile, README, RELEASE_NOTES, conv_creds.c, conv_princ.c,
conv_tkt.c, conv_tkt.c, conv_tkt_skey.c, encode.c, getcred.c,
globals.c, k524init.c, krb524.h, krb524_err.et, krb524d.c, misc.c,
test.c: Applied new copyright notice (1993, Geer Zolat Associates
--> 1994, OpenVision Technologies, Inc.)
|