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