a05f1c6af5089db442bc65777d48bb2ceb67ac76
[elisp/starttls.git] / ChangeLog
1 2002-03-06  Daiki Ueno  <ueno@unixuser.org>
2
3         * configure.in (VERSION): Bump up to 0.9.
4
5 2002-02-28  Jun-ya Kato <kato@goto.info.waseda.ac.jp>
6
7         * starttls.c (tls_connect) [HAVE_ADDRINFO]: Attempt to connect to
8         all the names of the host.
9         (tls_connect) [!HAVE_ADDRINFO]: Remove too much conversion between
10         host and network byte order.
11
12         * starttls.el (starttls-kill-program): New user option.
13         (starttls-negotiation-by-kill-program): New user option.
14         (starttls-negotiate): Send SIGALRM by kill.exe if
15         `starttls-negotiation-by-kill-program' is non-nil.
16
17 2002-01-23  Daiki Ueno  <ueno@unixuser.org>
18
19         * configure.in (VERSION): Bump up to 0.8.
20
21 2002-01-23  Simon Josefsson <jas@extundo.com>
22
23         * starttls.c (tls_connect): Replace socklen_t with size_t to
24         compile on Solaris 2.6, and also fix typo.
25
26 2002-01-22  Daiki Ueno  <ueno@unixuser.org>
27
28         * configure.in (VERSION): Bump up to 0.7.
29
30 2002-01-22  Daiki Ueno  <ueno@unixuser.org>
31
32         * addrinfo.h: Removed and gave up to emulate getaddrinfo(3). Thus
33         on systems where there is no such thing, we are now being unable
34         to use IPv6.
35         * bittypes.h: Ditto.
36         * getaddrinfo.c: Ditto.
37         * sockstorage.h: Ditto.
38         * Makefile.am: Took off the above stuff from EXTRA_DIST.
39         * configure.in: Don't touch $LIBOBJS even if there is no
40         getaddrinfo working.
41
42         * starttls.c (tls_connect) [!HAVE_ADDRINFO]: Don't use the fake
43         getaddrinfo.
44         
45 2002-01-22  Daiki Ueno  <ueno@unixuser.org>
46
47         * bittypes.h: Add missing header files.
48         * sockstorage.h: Ditto.
49
50         * configure.in: Don't compile getopt.c and getopt1.c if there is
51         getopt_long.
52         * Makefile.am: Don't compile getopt.c and getopt1.c if there is
53         getopt_long; use autoconf's output variable $(LIBOBJS).
54
55         * starttls.c: Put getopt.h between "" instead of <>.
56
57 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
58
59         * starttls.c: Fix the argument of getopt_long.
60
61 2002-01-22  Daiki Ueno  <ueno@unixuser.org>
62
63         * configure.in: Don't check the existence of "socks.h".
64         * starttls.c: Don't include "socks.h".
65
66 2002-01-22  Daiki Ueno  <ueno@unixuser.org>
67
68         * getaddrinfo.c: Synch up with the HEAD of tcpdump/missing/*.
69         * addrinfo.h: Ditto.
70
71         * acinclude.m4: New file.
72         * configure.in: Use macros coming from acinclude.m4.
73
74 2001-10-17   Daiki Ueno  <ueno@unixuser.org>
75
76         * starttls.c (main): Use poll() instead of select() if available.
77
78         * configure.in: Check the existence of sys/poll.h. 
79
80 2001-10-13  Simon Josefsson  <jas@extundo.com>
81
82         * starttls.c (main): Clear fd sets before select().
83
84 2000-11-02      Kenichi OKADA   <okada@opaopa.org>
85
86         * VERSION 0.5 released.
87         * configure.in(AM_INIT_AUTOMAKE): Up.
88
89 2000-11-02   Simon Josefsson <sj@extundo.com>
90
91         * starttls.c: Use `sizeof buffer -1' instead of `BUFSIZ/2'.
92
93 2000-10-07   Daiki Ueno  <ueno@unixuser.org>
94
95         * .cvsignore: Add `aclocal.m4', `install-sh', `mkinstalldirs',
96         `missing' and `elisp-comp'.
97
98         * bootstrap: New file.
99
100         * starttls.c: Change author's mail address.
101         (main): Fix optstring
102
103 2000-08-29      Kenichi OKADA   <okada@opaopa.org>
104
105         * configure.in (AM_INIT_AUTOMAKE): Up.
106
107 2000-08-12      Kenichi OKADA   <okada@opaopa.org>
108
109         * VERSION 0.4 released.
110         (README): Update
111
112 2000-08-12      Kenichi OKADA   <okada@opaopa.org>
113
114         * starttls.c (main): Use `optind'.
115         * starttls.el (starttls-open-stream): Put `starttls-extra-args' on
116         the last arg.
117
118 2000-08-11      Kenichi OKADA   <okada@opaopa.org>
119
120         * VERSION 0.3 released.
121
122 2000-08-11      Kenichi OKADA   <okada@opaopa.org>
123
124         * starttls.c (main): Define optstrings.
125         New option `--force'.
126         * starttls.el (starttls-open-ssl-stream): New function.
127         (starttls-open-stream): Move `starttls-extra-args'.
128
129 2000-08-11      Kenichi OKADA   <okada@opaopa.org>
130
131         * starttls.c: Delete duplicated includes.
132
133 2000-08-10      Kenichi OKADA   <okada@opaopa.org>
134
135         * starttls.c (main): Change `sizeof buffer` to
136         `BUFSIZ/8' or `BUFSIZ/2'.
137
138 2000-08-10      Kenichi OKADA   <okada@opaopa.org>
139
140         * configure.in: explicate $prefix.
141         Auto detect OpenSSL libraries.