#define _LIBC.
[elisp/starttls.git] / ChangeLog
1 2002-01-22  Daiki Ueno  <ueno@unixuser.org>
2
3         * addrinfo.h: Removed and gave up to emulate getaddrinfo(3). Thus
4         on systems where there is no such thing, we are now being unable
5         to use IPv6.
6         * bittypes.h: Ditto.
7         * getaddrinfo.c: Ditto.
8         * sockstorage.h: Ditto.
9         * Makefile.am: Took off the above stuff from EXTRA_DIST.
10         * configure.in: Don't touch $LIBOBJS even if there is no
11         getaddrinfo working.
12
13         * starttls.c (tls_connect) [!HAVE_ADDRINFO]: Don't use the fake
14         getaddrinfo.
15         
16 2002-01-22  Daiki Ueno  <ueno@unixuser.org>
17
18         * bittypes.h: Add missing header files.
19         * sockstorage.h: Ditto.
20
21         * configure.in: Don't compile getopt.c and getopt1.c if there is
22         getopt_long.
23         * Makefile.am: Don't compile getopt.c and getopt1.c if there is
24         getopt_long; use autoconf's output variable $(LIBOBJS).
25
26         * starttls.c: Put getopt.h between "" instead of <>.
27
28 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
29
30         * starttls.c: Fix the argument of getopt_long.
31
32 2002-01-22  Daiki Ueno  <ueno@unixuser.org>
33
34         * configure.in: Don't check the existence of "socks.h".
35         * starttls.c: Don't include "socks.h".
36
37 2002-01-22  Daiki Ueno  <ueno@unixuser.org>
38
39         * getaddrinfo.c: Synch up with the HEAD of tcpdump/missing/*.
40         * addrinfo.h: Ditto.
41
42         * acinclude.m4: New file.
43         * configure.in: Use macros coming from acinclude.m4.
44
45 2001-10-17   Daiki Ueno  <ueno@unixuser.org>
46
47         * starttls.c (main): Use poll() instead of select() if available.
48
49         * configure.in: Check the existence of sys/poll.h. 
50
51 2001-10-13  Simon Josefsson  <jas@extundo.com>
52
53         * starttls.c (main): Clear fd sets before select().
54
55 2000-11-02      Kenichi OKADA   <okada@opaopa.org>
56
57         * VERSION 0.5 released.
58         * configure.in(AM_INIT_AUTOMAKE): Up.
59
60 2000-11-02   Simon Josefsson <sj@extundo.com>
61
62         * starttls.c: Use `sizeof buffer -1' instead of `BUFSIZ/2'.
63
64 2000-10-07   Daiki Ueno  <ueno@unixuser.org>
65
66         * .cvsignore: Add `aclocal.m4', `install-sh', `mkinstalldirs',
67         `missing' and `elisp-comp'.
68
69         * bootstrap: New file.
70
71         * starttls.c: Change author's mail address.
72         (main): Fix optstring
73
74 2000-08-29      Kenichi OKADA   <okada@opaopa.org>
75
76         * configure.in (AM_INIT_AUTOMAKE): Up.
77
78 2000-08-12      Kenichi OKADA   <okada@opaopa.org>
79
80         * VERSION 0.4 released.
81         (README): Update
82
83 2000-08-12      Kenichi OKADA   <okada@opaopa.org>
84
85         * starttls.c (main): Use `optind'.
86         * starttls.el (starttls-open-stream): Put `starttls-extra-args' on
87         the last arg.
88
89 2000-08-11      Kenichi OKADA   <okada@opaopa.org>
90
91         * VERSION 0.3 released.
92
93 2000-08-11      Kenichi OKADA   <okada@opaopa.org>
94
95         * starttls.c (main): Define optstrings.
96         New option `--force'.
97         * starttls.el (starttls-open-ssl-stream): New function.
98         (starttls-open-stream): Move `starttls-extra-args'.
99
100 2000-08-11      Kenichi OKADA   <okada@opaopa.org>
101
102         * starttls.c: Delete duplicated includes.
103
104 2000-08-10      Kenichi OKADA   <okada@opaopa.org>
105
106         * starttls.c (main): Change `sizeof buffer` to
107         `BUFSIZ/8' or `BUFSIZ/2'.
108
109 2000-08-10      Kenichi OKADA   <okada@opaopa.org>
110
111         * configure.in: explicate $prefix.
112         Auto detect OpenSSL libraries.