Commit graph

9 commits

Author SHA1 Message Date
mef
3d271dc98b (pkgsrc)
- Drop patch-af and patch-ag, both now included
(upstream)
 - Update 1.2.2 -> 1.3.0
~~~~~~~~~~~~~~
15/1/2011    - Added reverse telnet server.
             - Hopefully fixed masterpty client.
             - Don't abuse POLLHUP.
             - Support insertion of a short inter-character delay for tty
               output to slow devices. (experimental).
             - Add an 'exclusive' client property which, when connected, will
               prevent input/output for all other connected clients.
               Provide a way to specify an additional client which can
               override this restriction.
             - Add a timer option for exclusive clients. If they don't send
               any data for a specified number of seconds, they lose their
               exclusive status until they start sending again.
             - New feature: Support for hot-pluggable tty(4) devices such as
               USB-Serial adapters/modems. If 'pluggable true;' is specified
               in the configuration file, then treat errors while
               reading/writing the tty device as non-fatal. We will try to
               re-open the device periodically as long as there are connected
               clients. We will not disconnect clients in this case, but any
               input from them will be discarded while the tty device is
               unavailable.
             - Pull in patches for DragonflyBSD, via pkgsrc.
2015-04-26 14:38:10 +00:00
obache
b08b0ea389 Fixes build on DraognFly (and other than NetBSD).
Based on PR#44346 by Tony Young.
2011-01-10 12:47:03 +00:00
obache
21cde71c79 Add RCS Id and comments to patch-aa. 2011-01-10 12:17:43 +00:00
scw
adbad799df Update to version 1.2.2.
Notable changes are:

- Added "closeidle true/false" to the tty server's config file
  option list to tell the server that it should close the terminal
  device when there are no clients connected to the service.

- If tits is invoked as "stdio2pty", it will allocate a pseudo-tty
  device and connect its stdin/stdout to the master side. It will
  fork(2) and exec(2) a program specified on the command line.
  This program will have *its* stdin/stdout connected to the
  slave side of the pty. One application for this is to execute
  pppd(8) from inetd.conf.

- Add a "masterpty" client, which makes it possible associate
  a pseudo-tty device with a service. For example, you can now
  use tip(1) to connect to the slave pty, which will cause the
  master side to be connected to the server.

- Adapt to NetBSD's more stringent <ctype> parameter checks.

- Gcc4 fixes, from Martin Husemann.

Ok'd by agc@
2006-09-19 19:42:48 +00:00
martin
05d19a764d Fix uninitialized warnings 2005-09-09 23:13:12 +00:00
kleink
36ff0ebf26 Add (unsigned char) casts to ctype function arguments. 2004-12-14 00:30:22 +00:00
seb
ae9e8640bc Add support for PKG_SYSCONFDIR
Bump PKGREVISION.
2002-06-04 08:38:20 +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