summaryrefslogtreecommitdiffstats
path: root/src/kadmin/ChangeLog
blob: beb6637f71e1e28656da35d32dd6e73a583933f2 (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
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
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
2006-03-27  Ken Raeburn  <raeburn@mit.edu>

	* configure.in: Don't define NDBM_PW_CHECK.

2005-08-20  Ken Raeburn  <raeburn@mit.edu>

	* configure.in: Use K5_AC_INIT instead of AC_INIT.

2005-04-19  Ken Raeburn  <raeburn@mit.edu>

	* configure.in: Don't invoke AC_CANONICAL_HOST explicitly,
	CONFIG_RULES already does it.

2004-02-16  Tom Yu  <tlyu@mit.edu>

	* configure.in: Invoke KRB5_AC_PRIOCNTL_HACK.

2003-12-27  Ken Raeburn  <raeburn@mit.edu>

	* Makefile.in (LOCAL_SUBDIRS): Fix typo in last (undocumented)
	change.

2003-12-11  Sam Hartman  <hartmans@mit.edu>

	* configure.in (DO_ALL): Don't build v4server on v5passwdd

2003-08-29  Ken Raeburn  <raeburn@mit.edu>

	* configure.in: Call KRB5_AC_NEED_DAEMON instead of checking
	whether daemon() prototype is needed.

2003-01-10  Ken Raeburn  <raeburn@mit.edu>

	* configure.in: Use V5_AC_OUTPUT_MAKEFILE instead of
	K5_GEN_MAKEFILE and K5_AC_OUTPUT.

2003-01-07  Ken Raeburn  <raeburn@mit.edu>

	* Makefile.ov, config.mk/*: Deleted.

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.

1999-01-20  Theodore Ts'o  <tytso@rsts-11.mit.edu>

	* config.mk/netbsd1.def (UTMP_FILE, WTMP_FILE): Update filenames to comply
		with netbsd system.  (Not actually used by our
		configuration system, but I'll update the file.)
		Submitted by ghudson, [krb5-admin/522]

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.

	* config.mk/architecture: add uname test for NetBSD
	* config.mk/netbsd1.def: added

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

Mon Jul  8 16:39:36 1996  Barry Jaspan  <bjaspan@mit.edu>

	* config.mk/template, config.mk/site.def, config.mk/rules: Add
	SITEMAKEFILES to specify -f Makefile.ov, add .ct default rule.

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.