Invoke AC_PROG_CPP.
[elisp/starttls.git] / ChangeLog
1 2006-08-10  Daiki Ueno  <ueno@unixuser.org>
2
3         * starttls.c (main): Use poll(2) emulation from gnulib; avoid some
4         race condition when waiting fd/signal.
5
6 2006-08-10  Daiki Ueno  <ueno@unixuser.org>
7
8         * Use gnulib.
9
10         * starttls.c (main): Don't use basename.
11         http://bugs.debian.org/348228.
12         (tcp_connect): Renamed the variable "false" to "_false".
13
14         * configure.in: Use AC_HELP_STRING.
15
16 2006-04-12  Kenichi Okada  <okada@opaopa.org>
17
18         * starttls.el (starttls-kill-program): Fix.
19
20 2005-06-01  Tetsurou Okazaki  <okazaki@be.to>
21
22         * configure.in (AC_PREREQ): Up to 2.50 for AC_LIBOBJ.
23         (AC_CHECK_FUNC): Indent not-found actions.  Reported by
24         Hiroshi Fujishima <hiroshi.fujishima@gmail.com>
25
26 2004-06-09  Daiki Ueno  <ueno@unixuser.org>
27
28         * starttls.c (tcp_connect): Renamed from socket_connect.
29
30 2004-06-09  Daiki Ueno  <ueno@unixuser.org>
31
32         * Makefile.am (starttls_SOURCES): Add gnutls.c if USE_GNUTLS
33         conditional is asserted.
34         * starttls.c (socket_connect): Renamed from tls_connect.
35         * configure.in: Add --with-gnutls.
36         * gnutls.c: New file; support build with GnuTLS.
37
38 2004-06-09  Daiki Ueno  <ueno@unixuser.org>
39
40         * starttls.c (do_tls_negotiate): New signal handler.
41         * openssl.c: New file; split functions which use OpenSSL API from
42         starttls.c.
43         * Makefile.am (starttls_SOURCES): Add openssl.c.
44
45 2004-03-21  Kenichi Okada  <okada@opaopa.org>
46
47         * configure.in (VERSION): Bump up to 0.10.
48
49 2004-03-21  AIDA Shinra <shinra@j10n.org>
50
51         * starttls.c (main): Fix for small BUFSIZE OS.
52
53 2004-02-17  Daiki Ueno  <ueno@unixuser.org>
54
55         * configure.in: Use AC_LIBOBJ rather than manually modify LIBOBJS.
56
57 2002-03-06  Daiki Ueno  <ueno@unixuser.org>
58
59         * configure.in (VERSION): Bump up to 0.9.
60
61 2002-02-28  Jun-ya Kato <kato@goto.info.waseda.ac.jp>
62
63         * starttls.c (tls_connect) [HAVE_ADDRINFO]: Attempt to connect to
64         all the names of the host.
65         (tls_connect) [!HAVE_ADDRINFO]: Remove too much conversion between
66         host and network byte order.
67
68         * starttls.el (starttls-kill-program): New user option.
69         (starttls-negotiation-by-kill-program): New user option.
70         (starttls-negotiate): Send SIGALRM by kill.exe if
71         `starttls-negotiation-by-kill-program' is non-nil.
72
73 2002-01-23  Daiki Ueno  <ueno@unixuser.org>
74
75         * configure.in (VERSION): Bump up to 0.8.
76
77 2002-01-23  Simon Josefsson <jas@extundo.com>
78
79         * starttls.c (tls_connect): Replace socklen_t with size_t to
80         compile on Solaris 2.6, and also fix typo.
81
82 2002-01-22  Daiki Ueno  <ueno@unixuser.org>
83
84         * configure.in (VERSION): Bump up to 0.7.
85
86 2002-01-22  Daiki Ueno  <ueno@unixuser.org>
87
88         * addrinfo.h: Removed and gave up to emulate getaddrinfo(3). Thus
89         on systems where there is no such thing, we are now being unable
90         to use IPv6.
91         * bittypes.h: Ditto.
92         * getaddrinfo.c: Ditto.
93         * sockstorage.h: Ditto.
94         * Makefile.am: Took off the above stuff from EXTRA_DIST.
95         * configure.in: Don't touch $LIBOBJS even if there is no
96         getaddrinfo working.
97
98         * starttls.c (tls_connect) [!HAVE_ADDRINFO]: Don't use the fake
99         getaddrinfo.
100         
101 2002-01-22  Daiki Ueno  <ueno@unixuser.org>
102
103         * bittypes.h: Add missing header files.
104         * sockstorage.h: Ditto.
105
106         * configure.in: Don't compile getopt.c and getopt1.c if there is
107         getopt_long.
108         * Makefile.am: Don't compile getopt.c and getopt1.c if there is
109         getopt_long; use autoconf's output variable $(LIBOBJS).
110
111         * starttls.c: Put getopt.h between "" instead of <>.
112
113 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
114
115         * starttls.c: Fix the argument of getopt_long.
116
117 2002-01-22  Daiki Ueno  <ueno@unixuser.org>
118
119         * configure.in: Don't check the existence of "socks.h".
120         * starttls.c: Don't include "socks.h".
121
122 2002-01-22  Daiki Ueno  <ueno@unixuser.org>
123
124         * getaddrinfo.c: Synch up with the HEAD of tcpdump/missing/*.
125         * addrinfo.h: Ditto.
126
127         * acinclude.m4: New file.
128         * configure.in: Use macros coming from acinclude.m4.
129
130 2001-10-17   Daiki Ueno  <ueno@unixuser.org>
131
132         * starttls.c (main): Use poll() instead of select() if available.
133
134         * configure.in: Check the existence of sys/poll.h. 
135
136 2001-10-13  Simon Josefsson  <jas@extundo.com>
137
138         * starttls.c (main): Clear fd sets before select().
139
140 2000-11-02      Kenichi OKADA   <okada@opaopa.org>
141
142         * VERSION 0.5 released.
143         * configure.in(AM_INIT_AUTOMAKE): Up.
144
145 2000-11-02   Simon Josefsson <sj@extundo.com>
146
147         * starttls.c: Use `sizeof buffer -1' instead of `BUFSIZ/2'.
148
149 2000-10-07   Daiki Ueno  <ueno@unixuser.org>
150
151         * .cvsignore: Add `aclocal.m4', `install-sh', `mkinstalldirs',
152         `missing' and `elisp-comp'.
153
154         * bootstrap: New file.
155
156         * starttls.c: Change author's mail address.
157         (main): Fix optstring
158
159 2000-08-29      Kenichi OKADA   <okada@opaopa.org>
160
161         * configure.in (AM_INIT_AUTOMAKE): Up.
162
163 2000-08-12      Kenichi OKADA   <okada@opaopa.org>
164
165         * VERSION 0.4 released.
166         (README): Update
167
168 2000-08-12      Kenichi OKADA   <okada@opaopa.org>
169
170         * starttls.c (main): Use `optind'.
171         * starttls.el (starttls-open-stream): Put `starttls-extra-args' on
172         the last arg.
173
174 2000-08-11      Kenichi OKADA   <okada@opaopa.org>
175
176         * VERSION 0.3 released.
177
178 2000-08-11      Kenichi OKADA   <okada@opaopa.org>
179
180         * starttls.c (main): Define optstrings.
181         New option `--force'.
182         * starttls.el (starttls-open-ssl-stream): New function.
183         (starttls-open-stream): Move `starttls-extra-args'.
184
185 2000-08-11      Kenichi OKADA   <okada@opaopa.org>
186
187         * starttls.c: Delete duplicated includes.
188
189 2000-08-10      Kenichi OKADA   <okada@opaopa.org>
190
191         * starttls.c (main): Change `sizeof buffer` to
192         `BUFSIZ/8' or `BUFSIZ/2'.
193
194 2000-08-10      Kenichi OKADA   <okada@opaopa.org>
195
196         * configure.in: explicate $prefix.
197         Auto detect OpenSSL libraries.