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
|
2006-03-31 Ken Raeburn <raeburn@mit.edu>
* configure.in: Don't test word sizes.
2006-03-27 Ken Raeburn <raeburn@mit.edu>
* configure.in: Supply comment template in AC_DEFINE calls.
2005-08-20 Ken Raeburn <raeburn@mit.edu>
* configure.in: Use K5_AC_INIT instead of AC_INIT.
2003-06-05 Sam Hartman <hartmans@mit.edu>
* configure.in: Don't check for vfork as we no longer use it
2003-05-23 Ken Raeburn <raeburn@mit.edu>
* configure.in: Don't use libkrb524.a any more.
* ftpd.c: Don't include krb524.h.
(main): Don't call krb524_init_ets.
2003-01-10 Ken Raeburn <raeburn@mit.edu>
* configure.in: Use V5_AC_OUTPUT_MAKEFILE instead of
K5_GEN_MAKEFILE and K5_AC_OUTPUT.
2002-12-06 Ezra Peisach <epeisach@bu.edu>
* configure.in: Quote the argument to AC_CHECK_HEADER. Autoconf
2.57 was having problems.
2002-11-26 Tom Yu <tlyu@mit.edu>
* configure.in: Set SETENVSRC correctly.
2002-08-29 Ken Raeburn <raeburn@mit.edu>
* Makefile.in: Revert $(S)=>/ change, for Windows support.
2002-08-23 Ken Raeburn <raeburn@mit.edu>
* Makefile.in: Change $(S)=>/ and $(U)=>.. globally.
2001-07-24 Tom Yu <tlyu@mit.edu>
* configure.in: Add check for getev() to avoid problems when
building setenv.c from appl/bsd.
2001-06-21 Ezra Peisach <epeisach@mit.edu>
* configure.in (SETENVOBJ): Define NEED_SETENV if compiling our own.
2001-03-07 Ken Raeburn <raeburn@mit.edu>
* configure.in: Check for strerror.
2000-11-01 Ezra Peisach <epeisach@mit.edu>
* configure.in: Use AC_CHECK_FUNCS, AC_CHECK_HEADERS, AC_C_CONST
instead of the older names AC_HAVE_FUNCS, AC_HEADER_CHECK,
AC_CONST. Consolidate use of function testing macros.
2000-03-24 Ken Raeburn <raeburn@mit.edu>
* configure.in: Check for alpha*-dec-osf* instead of
alpha-dec-osf*.
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-04-13 <tytso@rsts-11.mit.edu>
* configure.in: Check to see if we need to pull in the util
library in order to find logwtmp(). (Needed for
Linux/glibc 2.1.)
Wed Mar 24 17:14:06 1999 Tom Yu <tlyu@mit.edu>
* configure.in: Check for sys/sockio.h for systems that need it
for SIOCATMARK.
Thu Feb 18 18:35:00 1999 Tom Yu <tlyu@mit.edu>
* configure.in: Add check for setluid.
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.)
1998-05-27 Theodore Ts'o <tytso@rsts-11.mit.edu>
* configure.in: Add check for paths.h
Fri Apr 10 22:52:41 1998 Tom Yu <tlyu@mit.edu>
* configure.in: Add CHECK_SETJMP and CHECK_SIGNALS.
Wed Feb 18 15:28:07 1998 Tom Yu <tlyu@mit.edu>
* Makefile.in: Remove trailing slash from thisconfigdir. Fix up
BUILDTOP for new conventions.
Sat Feb 14 10:34:26 1998 Ezra Peisach <epeisach@kangaroo.mit.edu>
* configure.in: Remove USE_ANAME
Fri Feb 13 15:31:26 1998 Theodore Ts'o <tytso@rsts-11.mit.edu>
* Makefile.in: Define LOCAL_SUBDIRS to recurse into the
ftp and ftpd subdirectories.
* configure.in: Create the makefiles for all of the subdirectories
and move all of the configure.in tests from the
subdirectories into this configure.in.
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
Sun Jan 14 03:19:55 1996 Mark Eichin <eichin@cygnus.com>
* README.gssftp: new file, documents history of this implementation.
Sat Sep 30 16:28:34 1995 Mark Eichin <eichin@cygnus.com>
* configure.in, Makefile.in: New files controlling the
construction of the GSSAPI implementation of ftp.
|