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
|
Wed Feb 18 16:01:35 1998 Tom Yu <tlyu@mit.edu>
* Makefile.in: Remove trailing slash from thisconfigdir. Fix up
BUILDTOP for new conventions.
Mon Feb 2 17:02:29 1998 Theodore Ts'o <tytso@rsts-11.mit.edu>
* Makefile.in: Define BUILDTOP and thisconfigdir in the Makefile
Sat Feb 22 15:12:17 1997 Ezra Peisach <epeisach@mit.edu>
* configure.in: Do not run test suite unless Athena compatibility
is specified as well as tcl, Perl, runtest.
* Makefile.in (check): Do not run tests unless really setup to do so.
Mon Nov 11 20:51:58 1996 Tom Yu <tlyu@mit.edu>
* configure.in: Add AC_CANONICAL_HOST to deal with new pre.in.
Mon Oct 21 17:19:41 1996 Barry Jaspan <bjaspan@mit.edu>
* v4server.0/setup-srvtab.exp: use KRB5_KTNAME instead of
ovsec_adm.srvtab explicitly
* lib/helpers.exp: don't specify -k ovsec_adm.srvtab on the
command line, since kadmind4 now uses the config param value
[krb5-admin/30]
* v4server.1/access.exp: start kadmin by cd'ing to the directory
first, so ps can find the process
Thu Sep 26 17:52:21 1996 Barry Jaspan <bjaspan@mit.edu>
* Makefile.in, remove_changepw_perms.sh, lib/helpers.exp,
vrserver.0/setup-srvtab.exp, v4server.1/access.exp: use $K5ROOT
instead of /krb5
Mon Sep 23 15:34:56 1996 Barry Jaspan <bjaspan@mit.edu>
* adapt to krb5 build system: create Makefile.in, configure.in,
update paths in unix.exp, move helpers.exp to lib
Tue Aug 20 13:33:29 1996 Barry Jaspan <bjaspan@mit.edu>
* Makefile.ov, helpers.exp, v4server.1/change-password.exp: use
kadmin.local instead of kdb5_edit
Mon Jul 15 17:15:51 1996 Marc Horowitz <marc@mit.edu>
* helpers.exp (exp_prog): the check for non-newline-terminated
stdout was causing failures where there weren't any. Barry
doesn't remember why this was here to begin with.
* Makefile.ov (unit-test-body), helpers.exp: some versions of
runtest do not like digits in command-line variable names.
* Makefile.ov (unit-test-body), helpers.exp: ovsec_v4adm_server
renamed to kadmind4
* getpid.sh: grep out any programs with expect or kadmind4 in
their names.
|