summaryrefslogtreecommitdiffstats
path: root/contrib/telnet/libtelnet/misc.c
Commit message (Collapse)AuthorAgeFilesLines
* Help fix warnings by marking an argument as unused.markm2002-06-261-0/+1
|
* Very large style makeover.markm2001-11-301-20/+21
| | | | | | | | | | | | | 1) ANSIfy. 2) Clean up ifdefs so that a) ones that never/always apply are appropriately either fully removed, or just the #if junk is removed. b) change #if defined(FOO) for appropiate values of FOO. (currently AUTHENTICATION and ENCRYPTION) 3) WARNS=2 fixing 4) GC other unused stuff This code can now be unifdef(1)ed to make non-crypto telnet.
* Add __FBSDID() to diff-reduce with "base" telnet.markm2001-10-011-3/+3
|
* Code merge and diff reduce with "base" telnet. This is the "later"markm2001-08-201-0/+4
| | | | | telnet, so it was treated as the reference code, except where later commits were made to "base" telnet.
* Add missing $FreeBSD$ to files that are NOT still on vendor a branch.peter2000-07-161-0/+5
|
* Bring the FreeBSD changes to the virgin sources.markm1997-09-071-1/+5
|
* Initial import of BSD telnet. This will be used to build the kerberisedmarkm1997-09-041-0/+94
telnet, and after userland diffs have been merged in, will be used to build the non-kerberised sources as well. (See unifdef(1) for details)
OpenPOWER on IntegriCloud