summaryrefslogtreecommitdiff
path: root/lib/libtelnet/genget.c
AgeCommit message (Collapse)Author
2018-12-14more constchristos
2012-03-21Use C89 functions definitions.matt
Remove use of __P
2012-01-09PR/45805: Borodin Oleg: telnet/telnetd with -DAUTHENTICATION -DENCRYPTIONchristos
(rfc2941) - minimal fixes to compile with WARNS=4 - separate kerberos (USE_KERBEROS) from encryption (MKCRYPTO)
2004-10-28Use (unsigned char) cast to sanitise arguments to ctype functions.dsl
2004-10-27Fix a load of international alphabet problems with isxxx() and toupper()dsl
Change isspace(*char_ptr) to isspace(*char_ptr & 0xff) so that the correct piece of memory is looked at for the bit mask. gcc optimises out the '& 0xff' (on i386 at least). Fixes problems found by gcc when the splurious (int) cast is removed from the #defines in ctype.h
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
Patches provided by Joel Baker in PR 22280, verified by myself.
1998-11-06char -> unsigned charchristos
1998-02-27WARNSify and RCSID cleanupschristos
1997-10-09WARNSifylukem
1996-02-24update libtelnet with changes through 95.10.23 versionjtk
1995-06-05Prototypes (PR#1104).pk
1994-02-25new libtelnet from ftp.cray.com. Encryption support ripped out, pendingcgd
figuring out what to do about it...
1993-08-01Add RCS identifiers.mycroft
1993-03-21initial import of 386bsd-0.1 sourcescgd