OpenGrok
Cross Reference: genget.c
xref
: /
src
/
lib
/
libtelnet
/
genget.c
Home
|
History
|
Annotate
|
Download
|
only in
libtelnet
History log of
/src/lib/libtelnet/genget.c
Revision
Date
Author
Comments
1.14
14-Dec-2018
christos
more const
1.13
21-Mar-2012
matt
branches: 1.13.30; 1.13.32;
Use C89 functions definitions.
Remove use of __P
1.12
09-Jan-2012
christos
PR/45805: Borodin Oleg: telnet/telnetd with -DAUTHENTICATION -DENCRYPTION
(rfc2941)
- minimal fixes to compile with WARNS=4
- separate kerberos (USE_KERBEROS) from encryption (MKCRYPTO)
1.11
28-Oct-2004
dsl
branches: 1.11.48;
Use (unsigned char) cast to sanitise arguments to ctype functions.
1.10
27-Oct-2004
dsl
Fix a load of international alphabet problems with isxxx() and toupper()
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
1.9
07-Aug-2003
agc
Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22280, verified by myself.
1.8
06-Nov-1998
christos
char -> unsigned char
1.7
27-Feb-1998
christos
WARNSify and RCSID cleanups
1.6
09-Oct-1997
lukem
WARNSify
1.5
24-Feb-1996
jtk
update libtelnet with changes through 95.10.23 version
1.4
05-Jun-1995
pk
Prototypes (PR#1104).
1.3
25-Feb-1994
cgd
new libtelnet from ftp.cray.com. Encryption support ripped out, pending
figuring out what to do about it...
1.2
01-Aug-1993
mycroft
Add RCS identifiers.
1.1
21-Mar-1993
cgd
branches: 1.1.1;
Initial revision
1.1.1.1
21-Mar-1993
cgd
initial import of 386bsd-0.1 sources
1.11.48.1
17-Apr-2012
yamt
sync with head
1.13.32.1
10-Jun-2019
christos
Sync with HEAD
1.13.30.1
26-Dec-2018
pgoyette
Sync with HEAD, resolve a few conflicts
Indexes created Fri Oct 17 03:10:13 GMT 2025