aboutsummaryrefslogtreecommitdiff
path: root/contrib/telnet/libtelnet/auth.h
Commit message (Collapse)AuthorAgeFilesLines
* telnet: remove 3rd clause from Berkeley copyrightsEd Maste2019-08-151-5/+1
| | | | | | | | | | | | Per the July 22, 1999 letter (in /COPYRIGHT) from William Hoskins Director, Office of Technology Licensing University of California, Berkeley MFC after: 1 week Notes: svn path=/head/; revision=351070
* Very large style makeover.Mark Murray2001-11-301-14/+6
| | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=87139
* Code merge and diff reduce with "base" telnet. This is the "later"Mark Murray2001-08-201-1/+2
| | | | | | | | telnet, so it was treated as the reference code, except where later commits were made to "base" telnet. Notes: svn path=/head/; revision=81965
* Initial import of BSD telnet. This will be used to build the kerberisedMark Murray1997-09-041-0/+87
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) Notes: svn path=/vendor-crypto/telnet/dist/; revision=29088