index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
telnet
/
utilities.c
Age
Commit message (
Expand
)
Author
2014-09-09
Eliminate a pile of casts that were superfluous or wrong, or that were
Philip Guenther
2014-07-22
use ansi style function declarations
Jonathan Gray
2014-07-20
Eliminate silly call() routine that fakes up internal calls as if
Philip Guenther
2014-07-20
Delete an insane chunk of code for handling broken poll() emulation.
Philip Guenther
2014-07-20
Add prototypes to some function callbacks and fix the type errors that
Philip Guenther
2014-07-20
More encryption tentacles: intr_happened and intr_waiting vanish
Philip Guenther
2014-07-20
Don't depend on <sys/param.h> for MAXPATHLEN
Philip Guenther
2014-07-20
Correctly cast to unsigned char for ctype functions/macros
Philip Guenther
2014-07-20
Simplify #includes, start pushing them into the .c files, eliminate
Philip Guenther
2014-07-19
Flense the telnet code base of unwanted ifdefs: authentication/encryption
Philip Guenther
2013-04-21
Convert select() to poll(). OK deraadt@
Todd C. Miller
2007-10-17
remove "unused variable" warnings
Charles Longeau
2003-06-03
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2003-04-03
strcpy -> strlcpy
Hans Insulander
2002-02-01
strlcpy
Jun-ichiro itojun Hagino
2001-11-19
kill more registers
Mike Pechkin
1998-03-12
encryption support from kth-krb 0.9.8 (kerberos only)
Artur Grabowski
1998-02-16
fixes to compile against netbsd domestic libtelnet
Jason Wright
1996-12-12
Add <sys/socket.h> for setsockopt(2), <unistd.h> for select(2).
robin
1996-03-27
From NetBSD: merge of 960317
Niklas Hallqvist
1995-10-18
initial import of NetBSD tree
Theo de Raadt