Commit Graph

33 Commits

Author SHA1 Message Date
naddy
112339c1d4 remove WWW lines 2003-12-15 21:54:59 +00:00
pvalchev
abc81ad814 fix build on non-shared arches; tested on hppa 2003-11-23 02:06:46 +00:00
jsyn
43d7195899 quote COMMENTs; ok naddy@ 2003-04-10 18:08:56 +00:00
jakob
0dd8ce5b78 update to version 4.04, fixes unsafe SIGCHLD handler. also some new features. 2003-01-13 08:48:14 +00:00
jakob
5264e798a6 forgotten share subdir; nikolay sturm 2002-10-31 18:02:36 +00:00
jakob
ddf65a51d8 upgrade to stunnel v4.03. summary of new features:
- new user interface (config file)
- single daemon can listen on multiple ports
- delayed DNS lookup added
- configurable timeouts
- chroot support
- private key file for a certificate can be kept in a separate file
2002-10-30 11:10:35 +00:00
naddy
519def0716 Tentatively enable interactive regress test. 2002-10-28 17:30:52 +00:00
jakob
926b54b583 update to v3.22 - urgency HIGH
* Format string bug fixed in protocol.c
  smtp, pop3 and nntp in client mode were affected.
  (stunnel clients could be attacked by malicious servers)
* Certificate chain can be supplied with -p option or in stunnel.pem.
* Problem with -r and -l options used together fixed.
* memmove() instead of memcpy() is used to move data in buffers.
* More detailed information about negotiated ciphers is printed.
* New ./configure options: "--enable-no-rsa" and "--enable-dh".
2001-12-24 22:36:00 +00:00
jakob
2e59ffff27 update to v3.21c 2001-11-11 23:04:55 +00:00
espie
0e6f6f93bb Kill first component of BUILD_DEPENDS.
Fix sawfish comment while I'm at it.
`window manager for the X windows system'.
Like DUH ! It's going to be a window manager for my microwave oven ?
2001-11-10 15:00:47 +00:00
jakob
d20bf87625 update to v3.21b (bug fix; fd leak) 2001-11-03 13:24:13 +00:00
jakob
c3789f934a update to stunnel v3.21, mostly bugfixes. 2001-10-31 07:45:08 +00:00
jakob
2eaec7c234 stunnel v3.20
- setsockopt() optlen set according to the optval for Solaris.
- Minor NetBSD compatibility fixes by Martti Kuparinen.
- Minor MSVC6 compatibility fixes by Patrick Mayweg.
- SSL close_notify timeout reduced to 10 seconds of inactivity.
- Socket close instead of reset on close_notify timeout.
- Some source arrangement and minor bugfixes.
2001-08-16 05:45:15 +00:00
mpech
c1e9261738 add --with-pem-dir=${SYSCONFDIR}/ssl
maintainer@ ok.
2001-08-13 08:15:14 +00:00
jakob
babce676a8 1. change /dev/urandom -> /dev/arandom
2. fix potentially bug and/or hole in implementation of PEM_DIR variable.

from mpech@
2001-08-13 07:28:32 +00:00
jakob
7882271d50 update to v3.19
- Critical section added around non MT-safe TCP Wrappers code.
- Problem with "select: Interrupted system call" error fixed.
- errno replaced with get_last_socket_error() for Win32.
- Some FreeBSD/NetBSD patches to ./configure from Martti Kuparinen.
- Local mode process pid logged.
- Default FQDN (localhost) removed from stunnel.cnf
- ./configure changed to recognize POSIX threads library on OSF.
- New -O option to set socket options.
2001-08-11 21:14:48 +00:00
jakob
f2653127d3 upgrade to stunnel v3.18
- MAX_CLIENTS is calculated based on FD_SETSIZE, now.
- Problems with closing SSL in transfer() fixed.
- -I option to bind a static local IP address added.
- Debug output of info_callback redesigned.
2001-07-31 20:13:25 +00:00
jakob
50cf00f128 update to v3.16. move HOMEPAGE to author's site. code changes below:
- Some transfer() bugfixes/improvements.
- STDIN/STDOUT are no logner assumed to be non-socket decriptors.
- Problem with --with-tcp-wrappers patch fixed.
- pop3 and nntp support bug fixed by Martin Germann.
- -o option to append log messages to a file added.
- Changed error message for SSL error 0.
2001-07-23 08:55:25 +00:00
jakob
a1f4a6d437 update to v3.15 and enable new tcp-wrappers support.
- Serious bug resulting in random transfer() hangs fixed.
- Separate file descriptors are used for inetd mode.
- -f (foreground) logs are now stamped with time.
- New ./configure option: --with-tcp-wrappers by Brian Hatch.
- pop3 protocol client support (-n pop3) by Martin Germann.
- nntp protocol client support (-n nntp) by Martin Germann.
- RFC 2487 (smtp STARTTLS) client mode support.
- Transparency support for Tru64 added.
- Some #includes for AIX added.
2001-07-15 18:37:01 +00:00
jakob
1d0220ad49 move COMMENT into Makefile & touch NEED_VERSION 2001-03-24 19:55:27 +00:00
jakob
56dc6d6c3a update to stunnel v3.14.
--
This release fixes a bug in pid creation.  If a user specified -P /dirname
instead of -P /dirname/ stunnel would assume that it's a file, delete it and
create a new one.  Now stunnel makes sure if it's really a file.
2001-02-23 14:39:15 +00:00
jakob
fca35cf978 update to v3.13;
- pthread_sigmask() argument in sthreads.c corrected.
- OOB data is now handled correctly.
2001-02-02 12:03:42 +00:00
jakob
6406622d74 fix broken piddir 2001-01-19 18:39:50 +00:00
jakob
565b70f0a4 update to v3.11 2000-12-27 10:10:08 +00:00
naddy
beb20af917 Add pointer to home page. 2000-12-19 11:54:46 +00:00
obecian
8e18f618f5 stunnel-3.9 update
Version 3.9, 2000.12.13:
* Updated temporary key generation:
   - stunnel is now honoring requested key-lengths correctly,
   - temporary key is changed every hour.
* transfer() no longer hangs on some platforms.
  Special thanks to Peter Wagemans for the patch.
* Potential security problem with syslog() call fixed.
2000-12-19 05:46:03 +00:00
espie
46b5f232b5 Kill
FAKE=Yes
HAS_CONFIGURE, GNU_CONFIGURE, USE_IMAKE, NO_INSTALL_MANPAGES, USE_AUTOCONF
and bump NEED_VERSION accordingly.
2000-10-22 15:41:23 +00:00
jakob
ce7dadcdb0 add fullname to MAINTAINER 2000-10-04 21:53:59 +00:00
jakob
5591f23370 remove fake
add comment to PLIST
CONFIGURE_STYLE
cleanup
2000-06-20 19:36:24 +00:00
espie
7a2807c781 Trivial FAKE 2000-03-20 21:49:39 +00:00
jakob
69aa4bc85b create pid-files in /var/run 2000-03-20 21:43:47 +00:00
jakob
d2fd1742f5 Update to v3.8
Add licensing
2000-03-05 22:55:44 +00:00
jakob
55c1d659cf SSL encryption wrapper for standard network daemons 1999-12-05 18:25:54 +00:00