History log of /openbsd-current/usr.bin/telnet/network.c
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: OPENBSD_5_6_BASE OPENBSD_5_7_BASE OPENBSD_5_8_BASE OPENBSD_5_9_BASE OPENBSD_6_0_BASE OPENBSD_6_1_BASE OPENBSD_6_2_BASE
# 1.17 22-Jul-2014 jsg

use ansi style function declarations
with suggestions from and ok guenther@


# 1.16 20-Jul-2014 guenther

Mark a slurry of functions as static
Eliminate two more trivial wrappers


# 1.15 20-Jul-2014 guenther

Kill lint comments; mark ExitString() as __dead


# 1.14 20-Jul-2014 guenther

Add prototypes to some function callbacks and fix the type errors that
this reveals.
Make NetTrace static to utilities.c


# 1.13 20-Jul-2014 guenther

More encryption tentacles: intr_happened and intr_waiting vanish
Push more includes into .c files
Make ring.c only need ring.h


# 1.12 20-Jul-2014 guenther

ring_init() can't fail
KNF ring.h


# 1.11 20-Jul-2014 guenther

Simplify #includes, start pushing them into the .c files, eliminate
extern declarations from .c files that duplicate those in .h files,
start marking functions with __dead


# 1.10 19-Jul-2014 guenther

Flense the telnet code base of unwanted ifdefs: authentication/encryption
tn3270, sgtty, pre-POSIX and other ancient system support, etc. Brings up
to date the manpage with what we support.

ok matthieu@ beck@ jmc@ millert@ deraadt@ okan@


Revision tags: OPENBSD_5_4_BASE OPENBSD_5_5_BASE
# 1.9 21-Apr-2013 millert

Convert select() to poll(). OK deraadt@


Revision tags: OPENBSD_3_4_BASE OPENBSD_3_5_BASE OPENBSD_3_6_BASE OPENBSD_3_7_BASE OPENBSD_3_8_BASE OPENBSD_3_9_BASE OPENBSD_4_0_BASE OPENBSD_4_1_BASE OPENBSD_4_2_BASE OPENBSD_4_3_BASE OPENBSD_4_4_BASE OPENBSD_4_5_BASE OPENBSD_4_6_BASE OPENBSD_4_7_BASE OPENBSD_4_8_BASE OPENBSD_4_9_BASE OPENBSD_5_0_BASE OPENBSD_5_1_BASE OPENBSD_5_2_BASE OPENBSD_5_3_BASE
# 1.8 03-Jun-2003 millert

Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999. Proofed by myself and Theo.


Revision tags: OPENBSD_3_1_BASE OPENBSD_3_2_BASE OPENBSD_3_3_BASE
# 1.7 19-Nov-2001 mpech

kill more registers

millert@ ok


Revision tags: OPENBSD_2_4_BASE OPENBSD_2_5_BASE OPENBSD_2_6_BASE OPENBSD_2_7_BASE OPENBSD_2_8_BASE OPENBSD_2_9_BASE OPENBSD_3_0_BASE
# 1.6 15-May-1998 art

cleanup warnings.


Revision tags: OPENBSD_2_3_BASE
# 1.5 12-Mar-1998 art

encryption support from kth-krb 0.9.8 (kerberos only)
plus some tweaks for better binary/8-bit support.


# 1.4 16-Dec-1997 deraadt

do not let fd_set overflow


Revision tags: OPENBSD_2_1_BASE OPENBSD_2_2_BASE
# 1.3 12-Dec-1996 robin

Add <unistd.h> for select(2) prototype.


Revision tags: OPENBSD_2_0_BASE
# 1.2 27-Mar-1996 niklas

From NetBSD: merge of 960317


# 1.1 18-Oct-1995 deraadt

branches: 1.1.1;
Initial revision