Include gnulib headers.
[elisp/starttls.git] / ChangeLog
index 1ef6c18..3865428 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,89 @@
+2006-08-11  Daiki Ueno  <ueno@unixuser.org>
+
+       * starttls.c (main): Added --help option.
+       (redirect): New function.
+
+2006-08-10  Daiki Ueno  <ueno@unixuser.org>
+
+       * starttls.c (main): Use poll(2) emulation from gnulib; avoid some
+       race condition when waiting fd/signal.
+
+2006-08-10  Daiki Ueno  <ueno@unixuser.org>
+
+       * Use gnulib.
+
+       * starttls.c (main): Don't use basename.
+       http://bugs.debian.org/348228.
+       (tcp_connect): Renamed the variable "false" to "_false".
+
+       * configure.in: Use AC_HELP_STRING.
+
+2006-04-12  Kenichi Okada  <okada@opaopa.org>
+
+       * starttls.el (starttls-kill-program): Fix.
+
+2005-06-01  Tetsurou Okazaki  <okazaki@be.to>
+
+       * configure.in (AC_PREREQ): Up to 2.50 for AC_LIBOBJ.
+       (AC_CHECK_FUNC): Indent not-found actions.  Reported by
+       Hiroshi Fujishima <hiroshi.fujishima@gmail.com>
+
+2004-06-09  Daiki Ueno  <ueno@unixuser.org>
+
+       * starttls.c (tcp_connect): Renamed from socket_connect.
+
+2004-06-09  Daiki Ueno  <ueno@unixuser.org>
+
+       * Makefile.am (starttls_SOURCES): Add gnutls.c if USE_GNUTLS
+       conditional is asserted.
+       * starttls.c (socket_connect): Renamed from tls_connect.
+       * configure.in: Add --with-gnutls.
+       * gnutls.c: New file; support build with GnuTLS.
+
+2004-06-09  Daiki Ueno  <ueno@unixuser.org>
+
+       * starttls.c (do_tls_negotiate): New signal handler.
+       * openssl.c: New file; split functions which use OpenSSL API from
+       starttls.c.
+       * Makefile.am (starttls_SOURCES): Add openssl.c.
+
+2004-03-21  Kenichi Okada  <okada@opaopa.org>
+
+       * configure.in (VERSION): Bump up to 0.10.
+
+2004-03-21  AIDA Shinra <shinra@j10n.org>
+
+       * starttls.c (main): Fix for small BUFSIZE OS.
+
+2004-02-17  Daiki Ueno  <ueno@unixuser.org>
+
+       * configure.in: Use AC_LIBOBJ rather than manually modify LIBOBJS.
+
+2002-03-06  Daiki Ueno  <ueno@unixuser.org>
+
+       * configure.in (VERSION): Bump up to 0.9.
+
+2002-02-28  Jun-ya Kato <kato@goto.info.waseda.ac.jp>
+
+       * starttls.c (tls_connect) [HAVE_ADDRINFO]: Attempt to connect to
+       all the names of the host.
+       (tls_connect) [!HAVE_ADDRINFO]: Remove too much conversion between
+       host and network byte order.
+
+       * starttls.el (starttls-kill-program): New user option.
+       (starttls-negotiation-by-kill-program): New user option.
+       (starttls-negotiate): Send SIGALRM by kill.exe if
+       `starttls-negotiation-by-kill-program' is non-nil.
+
+2002-01-23  Daiki Ueno  <ueno@unixuser.org>
+
+       * configure.in (VERSION): Bump up to 0.8.
+
+2002-01-23  Simon Josefsson <jas@extundo.com>
+
+       * starttls.c (tls_connect): Replace socklen_t with size_t to
+       compile on Solaris 2.6, and also fix typo.
+
 2002-01-22  Daiki Ueno  <ueno@unixuser.org>
 
        * configure.in (VERSION): Bump up to 0.7.