| Age | Commit message (Expand) | Author |
| 2000-06-23 | Add MK... variables to enable/disable various aspects of building | thorpej |
| 2000-06-22 | Fix unused variable warning in the non-ENCRYPTION case (e.g. when | thorpej |
| 2000-06-22 | Bring the telnet situation back into better shape. Specifically, | thorpej |
| 2000-06-20 | Merge a bunch of things from crypto-us and crypto-intl into basesrc, | thorpej |
| 2000-05-25 | add missing #ifdef INET6, to compile without -DINET6. | itojun |
| 2000-05-25 | Convert telnet and top to the new termcap interface. This stops some | blymn |
| 2000-05-13 | recover old error message on unknown service ("telnet localhost foo" | itojun |
| 2000-02-29 | sync comment for sourceroute() to reality | itojun |
| 2000-02-05 | use getnameinfo for "Trying ::1..." message, to enable printing of | itojun |
| 2000-02-01 | (net_write): update prototype | assar |
| 2000-02-01 | (net_write): rename to telnet_net_write | assar |
| 2000-01-31 | sync with latest libipsec/kernel. | itojun |
| 2000-01-27 | clarify reverse lookup and -N. | itojun |
| 2000-01-21 | Nuke `extern int errno;' in code we compile with -Wstrict-prototypes. We get | mycroft |
| 1999-12-30 | avoid memory leak on realloc() failure. | itojun |
| 1999-12-13 | remove setuid(getuid()). they are unnecessary as noone is going to | itojun |
| 1999-12-03 | clarify getaddrinfo() loop. try to contact all possible addresses | itojun |
| 1999-12-03 | clarify reverse address lookup (-N). AI_NUMERICHOST is for forward lookup. | itojun |
| 1999-11-26 | fix following sequence: | msaitoh |
| 1999-09-30 | Remove extraneous colons and newlines from perror(3) arguments. | soren |
| 1999-07-28 | Add -N option (numeric host address) - idea taken from FreeBSD. | abs |
| 1999-07-21 | fix handling of port number preceded by minus sign to restore documented beha... | jtk |
| 1999-07-20 | optionally include CRYPTOPATH Makefile.frag files. | mrg |
| 1999-07-14 | clarify socket-connect trial loop. fix freeaddrinfo(). | itojun |
| 1999-07-12 | Use bsd.crypto.mk. | thorpej |
| 1999-07-12 | Whitespace cleanup. | thorpej |
| 1999-07-11 | Simply a construct in usage(). | thorpej |
| 1999-07-02 | bark if mismatched address families are found on source route. | itojun |
| 1999-07-02 | IPv6-ready telnet. | itojun |
| 1999-06-07 | Treat crypto-us like domestic. | thorpej |
| 1999-03-22 | More and more .Os cleanups. .Os is defined in the tmac.doc-common file, | garbled |
| 1999-03-07 | Clean up SYNOPSIS formatting. | mycroft |
| 1999-01-03 | Descend on obj, as well as clean, etc. | cjs |
| 1998-12-22 | Added an #undef. This, and previous revision fixes PR bin/5374 | mcr |
| 1998-12-22 | fixed call to select to keep track of the highest numbered file | mcr |
| 1998-12-20 | Make sure termio is defined to termios. | christos |
| 1998-11-06 | - synchronize with the domestic version | christos |
| 1998-09-05 | distclean is a synonym for cleandir | lukem |
| 1998-07-27 | Ack! I misunderstood a problem reported to me. We don't need to do | scottr |
| 1998-07-27 | Fix two problems with my previous change: | scottr |
| 1998-07-26 | const poisoning. | mycroft |
| 1998-07-22 | Unlike other domestic bits, telnet and telnetd are never built as a part | scottr |
| 1998-07-09 | Declare ints, too, don't default them. | msaitoh |
| 1998-07-07 | Fix pasto in previous. | fvdl |
| 1998-07-06 | - use an array MAXHOSTNAMELEN+1 size to hold hostnames | mrg |
| 1998-03-30 | use static int instead of static | mrg |
| 1998-03-05 | Avoid GCC warning on m68k. | thorpej |
| 1998-03-04 | Adjust for tn3270 cleanup. | christos |
| 1998-03-03 | Add a cast to make the compiler happy on the Alpha. | thorpej |
| 1998-02-28 | Fix compile error of tn3270/tn3270; getpgrp() takes no argument. | enami |