elisp/starttls.git
22 years agoThis commit was manufactured by cvs2svn to create tag 'starttls-0_7'. starttls-0_7
tomo [Tue, 22 Jan 2002 12:51:14 +0000 (12:51 +0000)]
This commit was manufactured by cvs2svn to create tag 'starttls-0_7'.

22 years agorelease.
ueno [Tue, 22 Jan 2002 12:51:13 +0000 (12:51 +0000)]
release.

22 years ago* configure.in (VERSION): Bump up to 0.7.
ueno [Tue, 22 Jan 2002 12:51:04 +0000 (12:51 +0000)]
* configure.in (VERSION): Bump up to 0.7.

22 years ago#define _LIBC.
ueno [Tue, 22 Jan 2002 12:43:28 +0000 (12:43 +0000)]
#define _LIBC.

22 years agoupdate.
ueno [Tue, 22 Jan 2002 12:40:48 +0000 (12:40 +0000)]
update.

22 years ago* addrinfo.h: Removed and gave up to emulate getaddrinfo(3). Thus
ueno [Tue, 22 Jan 2002 12:40:30 +0000 (12:40 +0000)]
* addrinfo.h: Removed and gave up to emulate getaddrinfo(3). Thus
on systems where there is no such thing, we are now being unable
to use IPv6.
* bittypes.h: Ditto.
* getaddrinfo.c: Ditto.
* sockstorage.h: Ditto.
* Makefile.am: Took off the above stuff from EXTRA_DIST.
* configure.in: Don't touch $LIBOBJS even if there is no
getaddrinfo working.

* starttls.c (tls_connect) [!HAVE_ADDRINFO]: Don't use the fake
getaddrinfo.

22 years agoupdate.
ueno [Tue, 22 Jan 2002 09:56:16 +0000 (09:56 +0000)]
update.

22 years ago* starttls.c: Put getopt.h between "" instead of <>.
ueno [Tue, 22 Jan 2002 09:56:10 +0000 (09:56 +0000)]
* starttls.c: Put getopt.h between "" instead of <>.

22 years ago* configure.in: Don't compile getopt.c and getopt1.c if there is
ueno [Tue, 22 Jan 2002 09:54:20 +0000 (09:54 +0000)]
* configure.in: Don't compile getopt.c and getopt1.c if there is
getopt_long.
* Makefile.am: Don't compile getopt.c and getopt1.c if there is
getopt_long; use autoconf's output variable $(LIBOBJS).

22 years ago* bittypes.h: Add missing header files.
ueno [Tue, 22 Jan 2002 09:53:51 +0000 (09:53 +0000)]
* bittypes.h: Add missing header files.
* sockstorage.h: Ditto.

22 years ago * starttls.c: Fix the argument of getopt_long.
okada [Tue, 22 Jan 2002 09:00:07 +0000 (09:00 +0000)]
 * starttls.c: Fix the argument of getopt_long.

22 years agoEliminate useless names which have already been defined in
ueno [Tue, 22 Jan 2002 08:45:44 +0000 (08:45 +0000)]
Eliminate useless names which have already been defined in
AC_STRUCT_ADDRINFO().

22 years agoupdate.
ueno [Tue, 22 Jan 2002 08:38:37 +0000 (08:38 +0000)]
update.

22 years ago* configure.in: Don't check the existence of "socks.h".
ueno [Tue, 22 Jan 2002 08:38:05 +0000 (08:38 +0000)]
* configure.in: Don't check the existence of "socks.h".
* starttls.c: Don't include "socks.h".

22 years agoupdate.
ueno [Tue, 22 Jan 2002 08:33:37 +0000 (08:33 +0000)]
update.

22 years ago* getaddrinfo.c: Synch up with the HEAD of tcpdump/missing/*.
ueno [Tue, 22 Jan 2002 08:33:28 +0000 (08:33 +0000)]
* getaddrinfo.c: Synch up with the HEAD of tcpdump/missing/*.
* addrinfo.h: Ditto.

22 years ago* acinclude.m4: New file.
ueno [Tue, 22 Jan 2002 08:33:12 +0000 (08:33 +0000)]
* acinclude.m4: New file.
* configure.in: Use macros coming from acinclude.m4.

22 years agoupdate.
ueno [Wed, 17 Oct 2001 04:26:34 +0000 (04:26 +0000)]
update.

22 years ago* starttls.c (main): Use poll() instead of select() if available.
ueno [Wed, 17 Oct 2001 04:26:25 +0000 (04:26 +0000)]
* starttls.c (main): Use poll() instead of select() if available.

22 years ago* configure.in: Check the existence of sys/poll.h.
ueno [Wed, 17 Oct 2001 04:26:12 +0000 (04:26 +0000)]
* configure.in: Check the existence of sys/poll.h.

22 years agoupdate.
ueno [Wed, 17 Oct 2001 03:40:41 +0000 (03:40 +0000)]
update.

22 years ago* starttls.c (main): Clear fd sets before select().
ueno [Wed, 17 Oct 2001 03:40:32 +0000 (03:40 +0000)]
* starttls.c (main): Clear fd sets before select().

23 years agoThis commit was manufactured by cvs2svn to create branch 'gnutls'. starttls-0_6
tomo [Sat, 18 Nov 2000 04:44:01 +0000 (04:44 +0000)]
This commit was manufactured by cvs2svn to create branch 'gnutls'.

23 years ago* configure.in (VERSION): Bump up to 0.6.
ueno [Sat, 18 Nov 2000 04:44:00 +0000 (04:44 +0000)]
* configure.in (VERSION): Bump up to 0.6.
* starttls.c: Rearrange header.
* starttls.el: Ditto.

23 years ago* README: Rewrite.
ueno [Fri, 17 Nov 2000 18:02:58 +0000 (18:02 +0000)]
* README: Rewrite.

23 years ago* starttls.c: Remove comment.
ueno [Fri, 17 Nov 2000 16:41:54 +0000 (16:41 +0000)]
* starttls.c: Remove comment.

23 years ago* configure.in: Rewrite.
ueno [Fri, 17 Nov 2000 16:25:05 +0000 (16:25 +0000)]
* configure.in: Rewrite.
* starttls.c: Use `NEED_ADDRINFO_H' instead of `HAVE_GETADDRINFO'.

23 years ago* starttls.el: Undo the last change.
ueno [Fri, 17 Nov 2000 10:52:55 +0000 (10:52 +0000)]
* starttls.el: Undo the last change.
* starttls.c: Undo the last change.
* configure.in: Use `AC_REPLACE_FUNCS'.
* addrinfo.h: New file.
* getaddrinfo.c: New implementation.
* basename.c: New file.

23 years agoFix starttls-0_5
okada [Thu, 2 Nov 2000 10:06:02 +0000 (10:06 +0000)]
Fix

23 years ago2000-10-07 Simon Josefsson <sj@extundo.com>
okada [Thu, 2 Nov 2000 10:02:28 +0000 (10:02 +0000)]
2000-10-07   Simon Josefsson <sj@extundo.com>

        * starttls.c: Use `sizeof buffer -1' instead of `BUFSIZ/2'.

23 years agoAdd `INSTALL'.
ueno [Sat, 7 Oct 2000 19:06:17 +0000 (19:06 +0000)]
Add `INSTALL'.

23 years ago*** empty log message ***
ueno [Sat, 7 Oct 2000 19:05:14 +0000 (19:05 +0000)]
*** empty log message ***

23 years agoImporting starttls 0.4+. start
ueno [Sat, 7 Oct 2000 19:01:05 +0000 (19:01 +0000)]
Importing starttls 0.4+.