summaryrefslogtreecommitdiff
path: root/sysutils/tits
AgeCommit message (Collapse)AuthorFilesLines
2005-02-24Add RMD160 digests.agc1-1/+2
2004-12-14Add (unsigned char) casts to ctype function arguments.kleink3-1/+31
2003-09-26Update tits to version 1.1.1, after a nudge from Steve Woodford.agc2-5/+5
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-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-1/+1
2002-12-04Upgrade to version 1.0.3.scw2-6/+5
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-06-04Be more pervasive with PKG_SYSCONFDIR i.e. adjust pathnames in manpage.seb1-2/+4
PKGREVISION *not* bumped.
2002-06-04Add support for PKG_SYSCONFDIRseb3-2/+18
Bump PKGREVISION.
2002-05-23Update MASTER_SITES. "wee-eck" is going away soon.scw1-2/+2
2002-02-06Changes instances where BSD_INSTALL_* were used by targets in the Makefilejlam1-2/+2
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.
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-9/+4
+ move the patch digest/checksum values from files/patch-sum to distinfo + include distfile filesizes in distinfo
2001-03-03Update to tits-1.0.2.scw2-4/+4
Changes are: - Fixed a problem parsing baudrate strings in the tty server. - Fixed some minor pointer type problems.
2001-02-27Update to version 1.0.1. Notable changes include:scw4-19/+10
. Many bug fixes over the previous version, . Config file support is much improved.
2001-02-23Fix build on alpha.wiz2-0/+15
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-3/+2
2001-02-09Import of a "Tiny Terminal Server".scw5-0/+41
`Tits' implements a fairly simple Terminal Server which allows clients to connect, using telnet(1), to serial ports on the host.