aboutsummaryrefslogtreecommitdiff
path: root/lib/libtelnet
Commit message (Collapse)AuthorAgeFilesLines
* Removed now unused INTERNALSTATICLIB.Ruslan Ermilov2002-05-131-2/+0
| | | | | | | | INTERNALLIB now implies NOPIC and NOPROFILE. Removed gratuitous NOMAN. Notes: svn path=/head/; revision=96513
* Merge the (in)complete ANSIfication work from src/crypto/telnet.Mark Murray2001-11-301-8/+0
| | | | Notes: svn path=/head/; revision=87156
* Invoke the new 'unifdef:' target, and make this lib a complete subsetMark Murray2001-11-304-58/+51
| | | | | | | of the crypto (master) code. Notes: svn path=/head/; revision=87151
* Diff-reduce WRT src/secure/*telnet*/Makefile.Mark Murray2001-11-301-5/+18
| | | | | | | | Also, add an "unifdef:" target, so that the telnet sources can be remade from the crypto sources in src/crypto/telnet. Notes: svn path=/head/; revision=87147
* Add __FBSDID()s to libtelnetMatthew Dillon2001-09-303-9/+9
| | | | Notes: svn path=/head/; revision=84223
* No functional changes, but:Mark Murray2001-08-205-38/+47
| | | | | | | | | | | | o unifdef AUTHENTICATE. We have never compiled this code, and its doubtful it will even work in this case. o Style changes (some ansification, some comment updating) o Diff reduction and code style merging with crypto telnet. Notes: svn path=/head/; revision=81961
* Bye-bye /usr/lib/libtelnet.a. This should fix ``make release'' brokeness.Ruslan Ermilov2001-03-281-1/+5
| | | | | | | Approved by: markm Notes: svn path=/head/; revision=74928
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50476
* Old stuff laying around: Don't use a function called getstr(), that hasPeter Wemm1998-12-161-1/+1
| | | | | | | | nasty consequences when the system curses is ncurses as this conflicts with a ncurses funciton and causes recursion. Notes: svn path=/head/; revision=41857
* Fixed removing of obsolete shared libraries:Bruce Evans1998-10-111-8/+5
| | | | | | | | | | | | | - the directory was wrong if ${SHLIBDIR} != ${LIBDIR}. It's still wrong if the installation of the obsolete library was done before /aout was appended to LIBDIR. - the version would have become wrong when the default in ../Makefile.inc is changed from 2.0. - the comment mostly described moving of libraries to /usr/lib/compat, but we don't do that. Notes: svn path=/head/; revision=40227
* While I am no longer making a shared library, it is a good plan to nukeMark Murray1998-08-301-0/+11
| | | | | | | the old ones to prevent ld picking it up spuriously. Notes: svn path=/head/; revision=38641
* Stop making a shared library for libtelnet. This should have happenedMark Murray1998-08-291-3/+1
| | | | | | | a long time ago. Notes: svn path=/head/; revision=38623
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=22993
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
| | | | | | | | | | | 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
* General -Wall warning cleanup, part I.Jordan K. Hubbard1996-07-123-1/+5
| | | | | | | Submitted-By: Kent Vander Velden <graphix@iastate.edu> Notes: svn path=/head/; revision=17141
* This commit was generated by cvs2svn to compensate for changes in r13122,Peter Wemm1995-12-3014-5855/+0
| | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=13123
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2
| | | | Notes: svn path=/head/; revision=8870
* The big crypt removal - make libtelnet exportable.Geoff Rehmet1994-08-122-28/+4
| | | | | | | | | | | | | Securedist can be sorted out later - getting these bits exportable is top priority. The libtelnet with encryption has been moved to src/secure/lib. It will either become part of libsecure, or or be made available under another name, once the securedist strategy has been completely worked out. Submitted by: Geoff Rehmet Notes: svn path=/head/; revision=2049
* Allow libtelnet to compile, by removing references to Kerberos and DES inGarrett Wollman1994-08-051-3/+3
| | | | | | | | the Makefile. We still need to determine the appropriate source organization for this. Notes: svn path=/head/; revision=1854
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-2720-0/+6276
Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=1573