blob: eb1b3edec36b9005d05b1981b5d981e898d2b99e (
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
137
138
|
2002-08-23 Ken Raeburn <raeburn@mit.edu>
* Makefile.in: Change $(S)=>/ and $(U)=>.. globally.
2001-10-26 Ezra Peisach <epeisach@mit.edu>
* configure.in: Add KRB5_GETSOCKNAME_ARGS
2001-06-21 Ezra Peisach <epeisach@mit.edu>
* configure.in: Test system header files for daemon prototype.
2001-06-18 Ezra Peisach <epeisach@mit.edu>
* configure.in: Check for regex.h
2001-06-08 Ezra Peisach <epeisach@mit.edu>
* configure.in: Test for existance of arpa/inet.h
2000-05-31 Wilfredo Sanchez <tritan@mit.edu>
* configure.in: Check for existance of <memory.h>.
[from Nathan Neulinger <nneul@umr.edu>]
1999-10-26 Wilfredo Sanchez <tritan@mit.edu>
* Makefile.in: Clean up usage of CFLAGS, CPPFLAGS, DEFS, DEFINES,
LOCAL_INCLUDES such that one can override CFLAGS from the command
line without losing CPP search patchs and defines. Some associated
Makefile cleanup.
Tue Jan 12 18:26:04 1999 Tom Yu <tlyu@mit.edu>
* configure.in: Define NDBM_PW_CHECK if enable_athena is set to
deal with v4kadmind kludge.
1998-11-13 Theodore Ts'o <tytso@rsts-11.mit.edu>
* Makefile.in: Set the myfulldir and mydir variables (which are
relative to buildtop and thisconfigdir, respectively.)
Tue Mar 3 10:40:09 1998 Ezra Peisach <epeisach@kangaroo.mit.edu>
* configure.in: Enable v4 kadmin tests only if athena
compatibility is enabled.
Sun Mar 1 21:12:08 1998 Theodore Ts'o <tytso@rsts-11.mit.edu>
* configure.in: Define S_TOP to contain an absolute pathname
to the top of the source tree.
Fri Feb 27 23:32:38 1998 Theodore Ts'o <tytso@rsts-11.mit.edu>
* configure.in: Move tests from all of kadmin's subdirectories into
this configure.in, and make it generate makefiles for all
of the subdirectories.
* Makefile.in: Add a LOCAL_SUBDIRS macro for all subdirectories in
the kadmin directory.
Wed Feb 18 15:53:46 1998 Tom Yu <tlyu@mit.edu>
* Makefile.in (thisconfigdir): Remove trailing slash.
Mon Feb 2 17:02:29 1998 Theodore Ts'o <tytso@rsts-11.mit.edu>
* configure.in: Use AC_CONFIG_DIRS instead of CONFIG_DIRS, and
remove use of DO_SUBDIRS.
* Makefile.in: Define BUILDTOP and thisconfigdir in the Makefile
Wed Nov 13 19:24:36 1996 Tom Yu <tlyu@mit.edu>
* testing/Makefile.in (clean): Remove krb5-test-root.
Tue Sep 24 13:29:40 1996 Barry Jaspan <bjaspan@mit.edu>
* configure.in: add testing to subdirs list
Thu Sep 19 08:06:20 1996 Ezra Peisach <epeisach@kangaroo.mit.edu>
* configure.in: Do not build in v4server if compiling without
krb4.
Wed Sep 11 16:27:04 1996 Theodore Y. Ts'o <tytso@mit.edu>
* configure.in: no longer build import and export since they
are subsumed by kdb5_util.
Tue Sep 10 18:20:51 1996 Tom Yu <tlyu@mit.edu>
* configure.in: no longer build keytab
Fri Jul 26 15:35:31 1996 Tom Yu <tlyu@voltage-multiplier.mit.edu>
* configure.in: remove create
Thu Jul 25 17:24:18 1996 Marc Horowitz <marc@mit.edu>
* configure.in (CONFIG_DIRS): added v5passwdd
Fri Jul 12 14:38:30 1996 Marc Horowitz <marc@mit.edu>
* configure.in (CONFIG_DIRS): ktutil is still useful
functionality; add it back to the build.
Wed Jul 10 16:27:11 1996 Marc Horowitz <marc@mit.edu>
* configure.in: kdbkeys is no longer necessary.
* configure.in (CONFIG_DIRS): added dbutil
Thu Aug 24 19:21:14 1995 Theodore Y. Ts'o <tytso@dcl>
* .Sanitize: Add ktutil directory
Thu Aug 17 22:44:13 1995 Tom Yu <tlyu@dragons-lair.MIT.EDU>
* configure.in: Build ktutil now.
Fri Jul 7 15:59:15 EDT 1995 Paul Park (pjpark@mit.edu)
* Makefile.in - Remove LDFLAGS.
Fri Jun 9 19:05:26 1995 <tytso@rsx-11.mit.edu>
* configure.in: Remove standardized set of autoconf macros, which
are now handled by CONFIG_RULES. Use DO_SUBDIRS to
recurse down subdirectories.
Tue May 9 15:58:33 EDT 1995 Paul Park (pjpark@mit.edu)
Add v5client.
Wed Apr 26 16:00:00 EDT 1995 Paul Park (pjpark@mit.edu)
Added new kpasswd and v5server directories for new protocol based
administrative functions.
|