Commit graph

16 commits

Author SHA1 Message Date
agc
92f2bc71e8 Update tits to version 1.1.1, after a nudge from Steve Woodford.
Changes from previous version:

1.0.3 -> 1.1.0
~~~~~~~~~~~~~~
13/04/2003  - Added a "raw" protocol, based on the existing telnet code.
            - Added a "suppressbanner" client option, for the benefit of
              the "raw" protocol.

1.1.0 -> 1.1.1
~~~~~~~~~~~~~~
1/09/2003   - Added "xonxoff true/false" to the tty server's config file
              option list to permit changing software flow-control settings.
              (Requested by Ben Elliston).
2003-09-26 08:16:17 +00:00
martti
86c6e000bc COMMENT should start with a capital letter. 2003-07-21 17:24:16 +00:00
grant
ca3be631f2 s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
jmmv
f1446ddf2b Drop trailing whitespace. Ok'ed by wiz. 2003-05-06 17:40:18 +00:00
scw
422efe9127 Upgrade to version 1.0.3.
Changes since the previous point release:
 - The telnet listener should not bomb out if it fails to init/add a client.
 - Fix a buffer size problem in the telnet client. Note: This was not a
   a buffer-overflow. It was simply getnameinfo(3) returning an error when
   presented with a peer whose IP address resolved to a string larger than
   NI_MAXSERV. Since NI_MAXSERV was the wrong constant to use anyway in this
   context, replace it with NI_MAXHOST.
2002-12-04 09:52:17 +00:00
seb
cfdd163ef7 Be more pervasive with PKG_SYSCONFDIR i.e. adjust pathnames in manpage.
PKGREVISION *not* bumped.
2002-06-04 09:08:32 +00:00
seb
ae9e8640bc Add support for PKG_SYSCONFDIR
Bump PKGREVISION.
2002-06-04 08:38:20 +00:00
scw
dcc0e6338c Update MASTER_SITES. "wee-eck" is going away soon. 2002-05-23 07:33:54 +00:00
jlam
7046abc822 Changes instances where BSD_INSTALL_* were used by targets in the Makefile
into the equivalent INSTALL_*.  This is fallout from the change in
revision 1.915 that removed ${MAKE_ENV} from the environment for a
recursive make.
2002-02-06 16:58:11 +00:00
zuntum
d038a73ebd Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
agc
5c6d9ebbfd + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
+ include distfile filesizes in distinfo
2001-04-17 09:11:05 +00:00
scw
dfe6bb70c9 Update to tits-1.0.2.
Changes are:
 - Fixed a problem parsing baudrate strings in the tty server.
 - Fixed some minor pointer type problems.
2001-03-03 14:07:19 +00:00
scw
3cb3911b90 Update to version 1.0.1. Notable changes include:
. Many bug fixes over the previous version,
 . Config file support is much improved.
2001-02-27 21:04:13 +00:00
wiz
c6a3f50e29 Fix build on alpha. 2001-02-23 14:35:07 +00:00
wiz
a87738b456 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:42:09 +00:00
scw
cc59bf2a5d Import of a "Tiny Terminal Server".
`Tits' implements a fairly simple Terminal Server which allows clients
to connect, using telnet(1), to serial ports on the host.
2001-02-09 14:25:48 +00:00