| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2000-06-23 | Add MK... variables to enable/disable various aspects of building | thorpej | |
| crypto support into the system. See share/mk/bsd.README for more a full description. | |||
| 2000-06-22 | Bring the telnet situation back into better shape. Specifically, | thorpej | |
| pull in just about all of the differences from the crypto-us telnet suite (which includes Kerberos 4 and connection encryption support). Also bring in the Kerberos 5 support from the Heimdal telnet, and frob a little so that it can work with the non-Heimdal telnet suite. There is still some work left to do, specifically: - Add Heimdal's ticket forwarding support to the Berkeley Kerberos 4 module. - Add connection encryption support to the Heimdal Kerberos 5 module. Hints on this can be taken from the MIT Kerberos 5 module which still exists in crypto-us. However, even with the shortcomings listed above, this is a better situation than using the stock Heimdal telnet suite, which does not understand the IPSec policy stuff, and is also based on much older code which contains bugs that we have already fixed in the NetBSD sources. | |||
| 2000-06-20 | Merge a bunch of things from crypto-us and crypto-intl into basesrc, | thorpej | |
| adding support for Heimdal/KTH Kerberos where easy to do so. Eliminate bsd.crypto.mk. There is still a bunch more work to do, but crypto is now more-or-less fully merged into the base NetBSD distribution. | |||
| 2000-02-01 | (net_write): rename to telnet_net_write | assar | |
| 2000-01-21 | Nuke `extern int errno;' in code we compile with -Wstrict-prototypes. We get | mycroft | |
| the correct definition from errno.h. | |||
| 2000-01-13 | Make 'if' capability from gettytab work. *shudder*. | ad | |
| 1999-12-31 | Abort if memory for execv(2) argument array cannot be allocated instead | tron | |
| of passing an array with incomplete contents to login(1). Fix provided by Jun-ichiro itojun Hagino in PR bin/9082. | |||
| 1999-12-16 | do not touch __ss_len directly, they are not supposed to be touched. | itojun | |
| 1999-09-17 | Kerberos5 ticket forwarding works. | aidan | |
| 1999-08-12 | Added kerberos5_cleanup() to cleanup if KRB5 defined. This is to destroy | aidan | |
| a forwarded ccache on cleanup. | |||
| 1999-07-20 | optionally include CRYPTOPATH Makefile.frag files. | mrg | |
| 1999-07-12 | Use bsd.crypto.mk. | thorpej | |
| 1999-07-11 | Nuke some whitespace. | thorpej | |
| 1999-07-11 | Put the RCS ID in the correct place. | thorpej | |
| 1999-07-02 | dual-stack telnetd. | itojun | |
| 1999-06-07 | Treat crypto-us like domestic. | thorpej | |
| 1999-04-06 | change: | cgd | |
| .Sh "SEE ALSO" to: .Sh SEE ALSO The doc macros check for the latter (actually just for 'SEE' as the first argument to .Sh) to set the section header SEE ALSO flag, which modifies some behaviour (e.g. references done with .Rs/.Re). | |||
| 1999-03-22 | More and more .Os cleanups. .Os is defined in the tmac.doc-common file, | garbled | |
| so we shouldn't override it with versions in the manpages. Many more to come. | |||
| 1999-03-17 | add missing .Bl. | mrg | |
| 1999-02-28 | sort SEE ALSO section by "sort |sort -n" | msaitoh | |
| 1999-02-12 | Fix for PR 5821 | dean | |
| - s/SecurID/SECURELOGIN/g and define SECURELOGIN in Makefile - update man page to reflect S/Key and Kerboros authentication used not SecurID | |||
| 1999-01-03 | Descend on obj, as well as clean, cleandir, etc. | cjs | |
| 1998-11-17 | delete .Sh ENVIRONMENT. | msaitoh | |
| delete extra period. | |||
| 1998-09-05 | distclean is a synonym for cleandir | lukem | |
| 1998-08-29 | Execute ttyaction on termination of rlogind/telnetd sessions. | tsarna | |
| Also, say a little bit about ttyaction in the getty and login manpages. | |||
| 1998-08-10 | bzero->memset, bcopy->memcpy, bcmp->memcmp | perry | |
| 1998-08-05 | Fix for pr 5904 from Zdenek Salvet; we now use openpty() to get a pty. | perry | |
| 1998-07-27 | Ack! I misunderstood a problem reported to me. We don't need to do | scottr | |
| anything special to handle obj directories; bsd.man.mk does it for us already. Back out that part of the previos commit. | |||
| 1998-07-27 | Fix two problems with my previous change: | scottr | |
| - We must include bsd.own.mk to get EXPORTABLE_SYSTEM from mk.conf. Noted by Bernd Ernesti. - If we're only generating man pages, we should deal with obj directories as appropriate. Both Perry Metzger and I found this independently. This completes the tasks necessary to close PR 5519. | |||
| 1998-07-22 | Unlike other domestic bits, telnet and telnetd are never built as a part | scottr | |
| of the domestic build process. No domestic program actually builds its own man pages but instead relies on those built in the exportable tree. The result is missing telnet(1) and telnet(8) pages. Fix this problem descending into the telnet and telnetd directories regardless of whether we're doing an exportable build or not. Once there, we generate only the man pages if we're building a non-exportable system. | |||
| 1998-07-09 | Declare ints, too, don't default them. | msaitoh | |
| 1998-07-06 | - use an array MAXHOSTNAMELEN+1 size to hold hostnames | mrg | |
| - ensure hostname from gethostname() is nul-terminated in all cases - minor KNF - use MAXHOSTNAMELEN over various other values/defines - be safe will buffers that hold hostnames | |||
| 1998-04-28 | Change occurrences of "UNIX" to .Ux or .At as appropriate. | fair | |
| 1998-04-01 | Need <time.h> for various definitions, so just include it in this one place. | kleink | |
| 1998-04-01 | No need to include <sys/tty.h>. | kleink | |
| 1998-02-06 | macroize BSD, NetBSD, FreeBSD and misc cleanup | perry | |
| 1997-10-22 | use CPPFLAGS instead of CFLAGS | lukem | |
| 1997-10-20 | Fix .Nm usage. | enami | |
| 1997-10-20 | .Nm telnetd. -> .Nm telnetd . | enami | |
| 1997-10-20 | No need to declare optind and optarg. | enami | |
| 1997-10-16 | startslave() prototype is independent of AUTHENTICATION | mikel | |
| 1997-10-16 | kill old-style declaration of strchr() | mikel | |
| add back variable needed for -DAUTHENTICATION | |||
| 1997-10-16 | don't include <sys/cdefs.h> twice, kill old-style getpty() declaration | mikel | |
| 1997-10-16 | add commented CFLAGS for AUTHENTICATION, remove list of crypto files | mikel | |
| 1997-10-16 | kill old-style getenv() declaration | mikel | |
| 1997-10-16 | kill some excess whitespace | mikel | |
| 1997-10-14 | use <termcap.h> | lukem | |
| 1997-10-08 | merge lite-2 Makefiles (rcsids), and turn on WARNS for all of libexec. | mrg | |
| 1997-10-08 | WARNS?=1. RCS ids. | mrg | |
| 1997-10-08 | Put a whitespace after the keyword `switch'. | enami | |
