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_6_2_BASE


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.85   6 years  deraadt   A few cleanups. This only needs to operate on systems with SIGWINCH, SIGINFO, a...
[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.5   9 years  jsg   use NULL instead of 0 when dealing with pointers ok guenther@
[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.34   6 years  deraadt   A few cleanups. This only needs to operate on systems with SIGWINCH, SIGINFO, a...
[TXT] telnet.1  1.62   8 years  jmc   Ev SHELL no longer relevant;
[TXT] telnet.c  1.35   8 years  mmcc   typos
[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...