OpenBSD CVS

src/usr.bin/telnet/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / usr.bin / telnet

Current tag: OPENBSD_7_2


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.34   8 years  deraadt   remove skey support ok millert
[TXT] README  1.5   9 years  guenther   Flense the telnet code base of unwanted ifdefs: authentication/encryption tn3270...
[TXT] commands.c  1.87   4 years  deraadt   When system calls indicate an error they return -1, not some arbitrary value < 0...
[TXT] defines.h  1.8   9 years  guenther   Flense the telnet code base of unwanted ifdefs: authentication/encryption tn3270...
[TXT] externs.h  1.31   6 years  fcambus   Remove unnecessary #ifdefs in telnet. No binary change. OK deraadt@, tedu@
[TXT] genget.c  1.6   4 years  deraadt   I visited telnet to find and fix some monster bug, and within 20 minutes redisco...
[TXT] main.c  1.36   8 years  tobias   Use __progname instead of manually handling argv[0]. ok deraadt, mmcc, tedu
[TXT] network.c  1.17   9 years  jsg   use ansi style function declarations with suggestions from and ok guenther@
[TXT] ring.c  1.11   9 years  jsg   use ansi style function declarations with suggestions from and ok guenther@
[TXT] ring.h  1.9   9 years  guenther   More encryption tentacles: intr_happened and intr_waiting vanish Push more inclu...
[TXT] sys_bsd.c  1.35   4 years  deraadt   When system calls indicate an error they return -1, not some arbitrary value < 0...
[TXT] telnet.1  1.64   4 years  schwarze   Usually, -width Fl (which is 10n) is too wide and hence ugly. Change several ins...
[TXT] telnet.c  1.36   4 years  deraadt   on 12-Mar-98 when art replaced two sprintf calls with snprintf to avoid an overf...
[TXT] telnet_locl.h  1.9   9 years  guenther   More encryption tentacles: intr_happened and intr_waiting vanish Push more inclu...
[TXT] terminal.c  1.14   6 years  fcambus   Remove unnecessary #ifdefs in telnet. No binary change. OK deraadt@, tedu@
[TXT] utilities.c  1.22   6 years  bluhm   Use a boolean variable to remember the quotation level instead of doing string p...