History log of /openbsd/usr.bin/telnet/utilities.c (Results 1 – 22 of 22)
Revision Date Author Comments
# 6a86ab6a 22-Aug-2017 bluhm <bluhm@openbsd.org>

Use a boolean variable to remember the quotation level instead of
doing string pointer arithmetic. Fixes a clang warning.
OK otto@ tom@


# 2056a2f4 09-Sep-2014 guenther <guenther@openbsd.org>

Eliminate a pile of casts that were superfluous or wrong, or that were
the result of bad type choices, particularly (unsigned char *) vs
(const char *). Also, use reallocarray().


# c4fad9a3 22-Jul-2014 jsg <jsg@openbsd.org>

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


# ac1fbb3e 20-Jul-2014 guenther <guenther@openbsd.org>

Eliminate silly call() routine that fakes up internal calls as if
the user typed in undocumented arguments by splitting two functions
and doing normal (shock!) C calls.

Move extern declarations to e

Eliminate silly call() routine that fakes up internal calls as if
the user typed in undocumented arguments by splitting two functions
and doing normal (shock!) C calls.

Move extern declarations to externs.h
Eliminate another function cast

show more ...


# d2b90f31 20-Jul-2014 guenther <guenther@openbsd.org>

Delete an insane chunk of code for handling broken poll() emulation.
Pass poll() INFTIM instead of -1


# aef7c4a1 20-Jul-2014 guenther <guenther@openbsd.org>

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


# c5bc9e33 20-Jul-2014 guenther <guenther@openbsd.org>

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


# a72d26d2 20-Jul-2014 guenther <guenther@openbsd.org>

Don't depend on <sys/param.h> for MAXPATHLEN


# 1186fcf9 20-Jul-2014 guenther <guenther@openbsd.org>

Correctly cast to unsigned char for ctype functions/macros
Push <ctype.h> and <unistd.h> into the .c files


# 58f11bc7 20-Jul-2014 guenther <guenther@openbsd.org>

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


# 5b25ad01 19-Jul-2014 guenther <guenther@openbsd.org>

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 matt

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@

show more ...


# 8df92528 21-Apr-2013 millert <millert@openbsd.org>

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


# c87a726c 17-Oct-2007 chl <chl@openbsd.org>

remove "unused variable" warnings

tested by deraadt@ on a gcc2 arch

looks ok ray@ ok deraadt@


# f75387cb 03-Jun-2003 millert <millert@openbsd.org>

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


# 3b61587d 03-Apr-2003 hin <hin@openbsd.org>

strcpy -> strlcpy
strcat -> strlcat

ok millert@


# 9685057c 01-Feb-2002 itojun <itojun@openbsd.org>

strlcpy


# c0932ef1 19-Nov-2001 mpech <mpech@openbsd.org>

kill more registers

millert@ ok


# fc4fc7ce 12-Mar-1998 art <art@openbsd.org>

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


# c27e1f83 16-Feb-1998 jason <jason@openbsd.org>

fixes to compile against netbsd domestic libtelnet


# 4504b872 12-Dec-1996 robin <robin@openbsd.org>

Add <sys/socket.h> for setsockopt(2), <unistd.h> for select(2).
Remove two unused variables: `pettydump' and `buf'.
Remove redundant case label: `def_case'.


# 4f4c46ca 27-Mar-1996 niklas <niklas@openbsd.org>

From NetBSD: merge of 960317


# df930be7 18-Oct-1995 deraadt <deraadt@openbsd.org>

initial import of NetBSD tree