2006-09-19 21:42:49 by Steve Woodford | Files touched by this commit (7) | |
Log message:
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-06-25 11:49:51 by Roland Illig | Files touched by this commit (1) |
Log message:
This package needs man/cat8 to install correctly into a previously empty
${LOCALBASE}.
|
2006-06-18 23:40:45 by Roland Illig | Files touched by this commit (1) |
Log message:
Added {BIN,MAN}{OWN,GRP} to MAKE_ENV to allow unprivileged builds.
Bumped PKGREVISION.
|
2006-05-18 17:45:09 by Gavan Fantom | Files touched by this commit (3) |
Log message:
Add rc.d script
|
2005-12-05 21:51:20 by Roland Illig | Files touched by this commit (1432) |
Log message:
Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in
http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
|
2005-09-10 01:13:12 by Martin Husemann | Files touched by this commit (3) |
Log message:
Fix uninitialized warnings
|
2005-02-24 14:41:00 by Alistair G. Crooks | Files touched by this commit (190) |
Log message:
Add RMD160 digests.
|
2004-12-14 01:30:22 by Klaus Klein | Files touched by this commit (3) |
Log message:
Add (unsigned char) casts to ctype function arguments.
|
2003-09-26 10:16:17 by Alistair G. Crooks | Files touched by this commit (2) |
Log message:
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-07-21 19:24:49 by Martti Kuparinen | Files touched by this commit (44) |
Log message:
COMMENT should start with a capital letter.
|