aboutsummaryrefslogtreecommitdiff
path: root/eBones/lib/libtelnet
Commit message (Collapse)AuthorAgeFilesLines
* *GULP* Punt this into the attic. It is no longer used.Mark Murray1997-10-0320-6299/+0
| | | | Notes: svn path=/head/; revision=30072
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-222-4/+4
| | | | Notes: svn path=/head/; revision=22990
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-142-5/+5
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* First round of moving secure telnet (AKA kerberised telnet) to its new homeMark Murray1996-10-268-50/+73
| | | | | | | | in eBones/. Peter has already (ages ago) done the repository copy. These are mainly -Wall cleanups. The makefile changes will follow in a day or so. Notes: svn path=/head/; revision=19195
* Some breakeages sneaked in. This fixes them.Mark Murray1996-07-303-3/+1
| | | | | | | | | (this relates to a name change in a library that was not properly backed up by the author) Reported by: too mant :-( Notes: svn path=/head/; revision=17356
* Big clean-up job. Remove ancient and never-to-be used stuff.Mark Murray1996-03-111-32/+3
| | | | | | | The look much more like BSD Makefiles now. Notes: svn path=/head/; revision=14548
* Fix typo #ifdef -> .if defined().Mark Murray1996-03-111-20/+7
| | | | | | | Tidy uo this file a bit. Notes: svn path=/head/; revision=14534
* Fix typo - -des -> -ldesMark Murray1996-03-101-2/+2
| | | | Notes: svn path=/head/; revision=14462
* Sense MAKE_EBONES, DESTDIRAndrey A. Chernov1996-03-091-15/+22
| | | | | | | | SRCS cleanup DPADD cleanup Notes: svn path=/head/; revision=14438
* Remove MAKE_EBONES conditionals. They were originally placed here becauseJustin T. Gibbs1995-10-111-3/+1
| | | | | | | of missing functionality in our libkrb which is no longer a problem. Notes: svn path=/head/; revision=11419
* Enable kerberosIV authentication/encryption conditionalized on MAKE_EBONES.Justin T. Gibbs1995-09-143-29/+15
| | | | | | | Fix up some of the des calls to be compatible with eBones. Notes: svn path=/head/; revision=10740
* Comment out LDADD+=-ldescrypt, it is not yet active due toAndrey A. Chernov1995-08-051-2/+3
| | | | | | | missng defines for krb4encpwd and rsaencpwd and missing rsa library too. Notes: svn path=/head/; revision=9932
* Final cleanup pass through Makefiles, now this stuffAndrey A. Chernov1995-07-241-7/+9
| | | | | | | | | autodetect kerberos/eBones and work even with eBones, but with reduced functionality (don't pick up des/krb stuff in this case) Notes: svn path=/head/; revision=9694
* Add LDADD+= -ldescryptAndrey A. Chernov1995-07-241-1/+2
| | | | | | | | | Reviewed by: Submitted by: Obtained from: Notes: svn path=/head/; revision=9691
* Move -ldes under kerb stuff, my faultAndrey A. Chernov1995-07-241-5/+3
| | | | | | | | | Reviewed by: Submitted by: Obtained from: Notes: svn path=/head/; revision=9690
* Since this stuff not works with eBones, ifdef kerberos stuffAndrey A. Chernov1995-07-241-1/+4
| | | | | | | | | with MAKE_KERBEROS to allow other things to live Submitted by: Obtained from: Notes: svn path=/head/; revision=9688
* Add comment about new_rbd_key.c module needed fromAndrey A. Chernov1995-07-241-1/+4
| | | | | | | original libdes Notes: svn path=/head/; revision=9686
* Fix many bogus things, typing error, dependance errors, etc.,Andrey A. Chernov1995-07-241-7/+16
| | | | | | | | | now it compiles. Note: this stuff requires original libdes, not libdes from Eric Yang which we have in eBones. Notes: svn path=/head/; revision=9683
* Update telnet to the 95.05.31 release.Paul Traina1995-07-2011-70/+90
| | | | | | | Obtained from: Dave Borman <dab@cray.com> Notes: svn path=/head/; revision=9590
* Remove trailing whitespace.Rodney W. Grimes1995-05-309-39/+39
| | | | Notes: svn path=/head/; revision=8871
* Security fixes.Dima Ruban1995-02-172-11/+27
| | | | | | | | | CERT Advisory CA-95:03.telnet.encryption Obtained from: CERT Notes: svn path=/head/; revision=6514
* Libtelnet with encryption goes walkies to src/secure/libGeoff Rehmet1994-08-1220-0/+6276
Reviewed by: Geoff Rehmet Notes: svn path=/vendor-crypto/eBones/dist/; revision=2047