History log of /openbsd/usr.bin/telnet/genget.c (Results 1 – 6 of 6)
Revision Date Author Comments
# 29625f71 11-Jul-2019 deraadt <deraadt@openbsd.org>

I visited telnet to find and fix some monster bug, and within 20 minutes
rediscovered that telnet has more more signal race conditions and trashing
of global state than all the rest of the openbsd so

I visited telnet to find and fix some monster bug, and within 20 minutes
rediscovered that telnet has more more signal race conditions and trashing
of global state than all the rest of the openbsd source tree (where signal
races have either been fixed or marked with "XXX signal race". I don't
feel like being a hero here today, so I'm fixing a whitespace error in an
unrelated file.

show more ...


# 908f84c2 20-Jul-2014 jsg <jsg@openbsd.org>

use NULL instead of 0 when dealing with pointers
ok guenther@


# 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


# 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 ...


# 043fbe51 27-Oct-2009 deraadt <deraadt@openbsd.org>

rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
unmaintainable). these days, people use source. these id's do not provide
any benefit, and do hurt the small install media
(th

rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
unmaintainable). these days, people use source. these id's do not provide
any benefit, and do hurt the small install media
(the 33,000 line diff is essentially mechanical)
ok with the idea millert, ok dms

show more ...


# d5337edc 24-May-2005 deraadt <deraadt@openbsd.org>

more files needed