blob: c89a940c40c049e0f9e98e9b63db628e54909bfe (
plain)
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
|
Tue Mar 26 00:38:14 1996 Ezra Peisach <epeisach@kangaroo.mit.edu>
* default.exp (start_kerberos_daemons): New methodology for
starting KDC so that the KDC will not hang on a full
output buffer which is being ignored.
(setup_kerberos_files): Enable des3 encryption types.
Thu Mar 14 15:20:33 1996 Mark Eichin <eichin@cygnus.com>
* default.exp (add_kerberos_key): clarify "lost KDC" text.
Mon Mar 4 20:45:30 1996 Ezra Peisach <epeisach@kangaroo.mit.edu>
* default.exp: Log krb5kdc to stderr so that test can detect
properly when server has started. Change
start_kerberos_daemons to take advantage of this.
Sat Oct 7 08:03:43 1995 Ezra Peisach <epeisach@kangaroo.mit.edu>
* default.exp: Change kdc.conf ports definitions to current
methodology.
Thu Sep 28 18:54:43 1995 Mark Eichin <eichin@cygnus.com>
* default.exp: set timeout to 100 since the default of 10 is
ludicrous with NFS.
Wed Sep 13 14:02:03 1995 Theodore Y. Ts'o <tytso@dcl>
* default.exp: Save the key used to generate the database files.
Also generate a set of environment setup scripts.
These are the convenience of someone who wishes to run some
of the tests by hand, when tests are bombing.
Sun Sep 10 10:09:41 1995 Ezra Peisach (epeisach@dcl)
* default.exp: Add des-cbc-crc to supported_enctypes as krb5_edit
requires it for random keys.
Sat Sep 9 16:28:48 1995 Ezra Peisach (epeisach@dcl)
* default.exp: supported_keytypes -> supported_enctypes
Sat Aug 26 17:57:47 1995 Ezra Peisach (epeisach@kangaroo.mit.edu)
* default.exp - Determine location of t_inetd.
Thu Aug 3 11:56:43 EDT 1995 Paul Park (pjpark@mit.edu)
* default.exp - Generate kdc.conf with new symbolic values.
Mon Jul 17 15:25:56 EDT 1995 Paul Park (pjpark@mit.edu)
* default.exp - Add handling of kdc.conf which has the KDC profile.
Remove parameters from command lines of admin utilities because
they're not needed anymore since we have the KDC profile. Also
remove prompting for the master key since we have usage of the
stash file.
Wed Jul 12 14:10:09 EDT 1995 Paul Park (pjpark@mit.edu)
* default.exp - Correctly set LD_LIBRARY_PATH. Also set it before
using RESOLVE.
Thu Jun 22 12:02:15 EDT 1995 Paul Park (pjpark@mit.edu)
* default.exp - Change argument ordering for KDC. Realm must come last.
Mon Jun 19 13:38:27 EDT 1995 Paul Park (pjpark@mit.edu)
* default.exp - Fix setup_root_shell() with LD_LIBRARY_PATH.
Thu Jun 15 18:13:55 EDT 1995 Paul Park (pjpark@mit.edu)
* default.exp - Setup and use LD_LIBRARY_PATH, in case we were built
with shared libraries.
Fri Jun 9 23:45:08 1995 Theodore Y. Ts'o <tytso@dcl>
* default.exp: Use the principal "krbtest/admin@KRBTEST.COM" for
kadmin
Thu Jun 8 14:58:15 EDT 1995 Paul Park (pjpark@mit.edu)
* default.exp - Add logging section to the profile. Also, export
profile location to root shell.
Mon Jun 5 16:09:25 EDT 1995 Paul Park (pjpark@mit.edu)
* default.exp - Reverse prompting order for kadmin5.
Thu Jun 1 14:48:57 EDT 1995 Paul Park (pjpark@mit.edu)
* default.exp - Change admin instance name to kadmin.
Fri May 26 17:55:56 EDT 1995 Paul Park (pjpark@mit.edu)
* default.exp - fix typo for restoring setting of KRB5_CONFIG on exit.
Fri May 12 16:15:07 EDT 1995 Paul Park (pjpark@mit.edu)
* default.exp: Change to use new kadmin/kadmind. Add entries for
krbtest/kadmin5, changepw and extraction for changepw service
entry.
Wed May 10 16:53:28 1995 Ezra Peisach <epeisach@kangaroo.mit.edu>
* default.exp: Added domain_realm stanza to krb5.conf.
setup_srvtab: Takes optional service name to
extract.
Fri May 05 09:21:21 1995 Chris Provenzano (proven@mit.edu)
* default.exp : Removed FILE: part of env(KRB5CCNAME).
Wed May 3 22:00:48 1995 Ezra Peisach <epeisach@kangaroo.mit.edu>
* default.exp: (get_hostname): The FQDN returned by resolve needs
to be made lower case as the host name is entered directly
into the database.
Mon May 1 21:32:57 1995 Theodore Y. Ts'o (tytso@dcl)
* default.exp: (get_hostname): Use tests/resolve/resolve to get
the fully qualified domain name of the local host.
Needed for systems where gethostname() doesn't return the
FQDN.
Thu Apr 27 00:22:30 1995 Ezra Peisach <epeisach@kangaroo.mit.edu>
* default.exp: KRB5KDC: add -n to don't fork. Set up krb5.conf
and set KRB5_CONFIG to point to it.
Wed Apr 26 17:46:57 1995 Mark Eichin <eichin@cygnus.com>
* default.exp (KADMIND, KADMIN): use kadmind.old, since these test
the old server not the new (unfinished) one.
|