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
|
Tue Oct 15 06:39:58 1996 Ezra Peisach <epeisach@kangaroo.mit.edu>
* Makefile.in: Added standard rules for .plin -> .pl
* *.plin: Renamed from *.pl.in
Thu Oct 10 17:32:22 1996 Ezra Peisach <epeisach@kangaroo.mit.edu>
* env-setup.shin (EXPECT): Subsititute path for expect from
autoconf.
* configure.in: Check for expect.
Thu Oct 3 13:16:19 1996 Ezra Peisach <epeisach@kangaroo.mit.edu>
* env-setup.shin: Renamed env-setup.sh for autoconf use.
* init_db, start_servers, start_servers_local, stop_servers:
Invoke scripts from source directory or build tree as needed.
* configure.in, Makefile.in: generate env-setup.sh with proper
paths already.
Wed Oct 2 13:41:04 1996 Ezra Peisach <epeisach@kangaroo.mit.edu>
* configure.in, Makefile.in: Let autoconf determine path to perl.
Fri Sep 27 14:12:59 1996 Barry Jaspan <bjaspan@mit.edu>
* start_servers, start_servers_local, stop_servers, init_db,
env-setup.sh: first pass at making TEST_SERVER remote server
testing work
* env-setup.sh: set K5ROOT to $TESTDIR/krb5-test-root by default,
but use an absolute path
Thu Sep 26 17:48:32 1996 Barry Jaspan <bjaspan@mit.edu>
* env-setup.sh, init_db, start_servers_local: use K5ROOT instead
of /krb5
Thu Sep 26 11:45:56 1996 Ezra Peisach <epeisach@kangaroo.mit.edu>
* qualname.pl.in: Renamed old qualname to here as perl path needs
updating.
* Makefile.in (GEN_SCRIPTS): Add qualname.pl
* start_servers_local, env-setup.sh (QUALNAME): Replace with
qualname.pl.
Tue Sep 24 13:28:54 1996 Barry Jaspan <bjaspan@mit.edu>
* create Makefile.in and configure.in
Mon Sep 23 15:38:58 1996 Barry Jaspan <bjaspan@mit.edu>
* stop_servers_local: delete krb5kdc_rcache after stopping kdc
* Makefile.ov: create restore_files.sh as symlink to save_files.sh
Wed Sep 11 17:01:06 1996 Barry Jaspan <bjaspan@mit.edu>
* make-host-keytab.pl.in: use kadmin instead of kadm5_keytab
Mon Aug 12 11:36:57 1996 Barry Jaspan <bjaspan@mit.edu>
* init_db: use kdb5_util instead of kdb5_create
Fri Jul 12 14:48:20 1996 Marc Horowitz <marc@mit.edu>
* stop_servers_local (true, false): use the path to find these,
instead of looking in /bin explicitly.
* start_servers_local (/usr/tmp): /usr/tmp doesn't exist on some
systems. Check for that and /var/tmp, and use the one which
exists. (true, false): use the path to find these, instead of
looking in /bin explicitly.
* make-host-keytab.pl.in: perl5 requires that @ in strings be
backwhacked. (EDIT_KEYTAB): ovsec_adm_keytab is now kadm5_keytab.
* init_db: kadmin_create should be kdb5_create
|