| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-12-14 | more const | christos | |
| 2012-03-21 | Use C89 functions definitions. | matt | |
| Remove use of __P | |||
| 2012-01-09 | PR/45805: Borodin Oleg: telnet/telnetd with -DAUTHENTICATION -DENCRYPTION | christos | |
| (rfc2941) - minimal fixes to compile with WARNS=4 - separate kerberos (USE_KERBEROS) from encryption (MKCRYPTO) | |||
| 2004-10-28 | Use (unsigned char) cast to sanitise arguments to ctype functions. | dsl | |
| 2004-10-27 | Fix 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-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc | |
| Patches provided by Joel Baker in PR 22280, verified by myself. | |||
| 1998-11-06 | char -> unsigned char | christos | |
| 1998-02-27 | WARNSify and RCSID cleanups | christos | |
| 1997-10-09 | WARNSify | lukem | |
| 1996-02-24 | update libtelnet with changes through 95.10.23 version | jtk | |
| 1995-06-05 | Prototypes (PR#1104). | pk | |
| 1994-02-25 | new libtelnet from ftp.cray.com. Encryption support ripped out, pending | cgd | |
| figuring out what to do about it... | |||
| 1993-08-01 | Add RCS identifiers. | mycroft | |
| 1993-03-21 | initial import of 386bsd-0.1 sources | cgd | |
