aboutsummaryrefslogtreecommitdiff
path: root/secure/usr.bin/telnet
Commit message (Collapse)AuthorAgeFilesLines
* Clean up makefiles, and turn on WARNS=2. Take into account the telnetMark Murray2001-11-301-7/+9
| | | | | | | #if cleanup. Notes: svn path=/head/; revision=87141
* Diff reduce all the crypto telnet Makefiles.Mark Murray2001-08-201-1/+1
| | | | Notes: svn path=/head/; revision=81967
* Revamp and diff-reduce the various secure telnets. Make sure thatMark Murray2001-08-031-3/+3
| | | | | | | | Kerberos5 has _a_ telnet (which is not currently K5 enabled). Incorporate BDE's static linking fixes. Notes: svn path=/head/; revision=81104
* Fixed world breakage when NOSHARED=yes. libmp now depends on libcrypto,Bruce Evans2001-07-301-2/+2
| | | | | | | so it must be linked before libcrypto to work right. Notes: svn path=/head/; revision=80637
* Fixed world breakage in previous commit. -lpam must never be usedBruce Evans2001-05-091-4/+4
| | | | | | | | | | | | directly (except in the definition of MINUSLPAM in bsd.libnames.mk) since it doesn't give all the libraries necessary for static linkage. Fixed missing ${LIBPAM} in DPADD. Fixed some style bugs in DPADD and LDADD. Notes: svn path=/head/; revision=76408
* Add PAM support to SRA authentication. Cribbed mostly from ftpd. ThisNick Sayer2001-05-071-1/+1
| | | | | | | | doesn't solve the problem of root being allowed to log in, but that sort of thing is something PAM should be doing anyway. Notes: svn path=/head/; revision=76337
* Bye-bye /usr/lib/libtelnet.a. This should fix ``make release'' brokeness.Ruslan Ermilov2001-03-281-1/+1
| | | | | | | Approved by: markm Notes: svn path=/head/; revision=74928
* secure/ build fixes:Ruslan Ermilov2001-03-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | - TELNETOBJDIR is gone. `buildworld' already installs libtelnet.a in ${WORLDTMP}/usr/lib, and we have LIBRARY_PATH pointing there. - SSHDIR (formerly SSHSRC) is now shared between all SSH modules. New LIBSSH is introduced for libssh.a (an internal static lib). Previously, build without prior `obj' was broken; SSH modules always looked for libssh.a in ${.OBJDIR}. Also, the dependancies on the libssh.a were missing. - libtelnet/ did not install the crypto version of telnet.h into /usr/include/arpa. - Removed BINOWN, BINMODE, BINDIR and SRCS with default values. Reviewed by: markm - MAN[1-9] -> MAN. Notes: svn path=/head/; revision=74818
* Build everything properly. This means:Mark Murray2000-02-241-3/+3
| | | | | | | | | | | | | | o Don't b uild libdes. o Crypto is now housed in libcrypto (with a compatability symlink to libdes) o RSA may depend on RSAREF at your locale. o OpenSSH is now a part of the base system. Notes: svn path=/head/; revision=57437
* another tcp apps IPv6 updates.(should be make world safe)Yoshinobu Inoue2000-01-271-0/+3
| | | | | | | | | | ftp, telnet, ftpd, faithd also telnet related sync with crypto, secure, kerberosIV Obtained from: KAME project Notes: svn path=/head/; revision=56668
* Revert -lmd changes now that libcrypt doesn't expose this binutils/ldPeter Wemm1999-12-181-2/+2
| | | | | | | bug any more. Notes: svn path=/head/; revision=54783
* Add libmd to DPADD and LDADD.Marcel Moolenaar1999-12-171-2/+2
| | | | Notes: svn path=/head/; revision=54737
* Make telnet with SRA work.Mark Murray1999-10-071-0/+16
| | | | | | | Submitted by: Nick Sayer Notes: svn path=/head/; revision=51993
* Secure telnet is now in eBones.Mark Murray1996-11-0719-12159/+0
| | | | Notes: svn path=/head/; revision=19502
* Bring in a change that got lost when we spammed over the CVS repositoryNate Williams1996-06-052-12/+1
| | | | | | | | | | | | | | | | to fix the mega-commits spamming. pst 96/05/29 20:09:25 Modified: secure/usr.bin/telnet Makefile main.c Log: Remove obsolete SOCKSv4 support Submitted by: pst Obtained from: A mirrored CVS repository that will disappear next SUP Notes: svn path=/head/; revision=16150
* Add support for socksPaul Traina1996-04-232-1/+12
| | | | Notes: svn path=/head/; revision=15358
* Big clean-up job. Remove ancient and never-to-be used stuff.Mark Murray1996-03-111-48/+8
| | | | | | | The look much more like BSD Makefiles now. Notes: svn path=/head/; revision=14548
* Sense MAKE_EBONES, DESTDIRAndrey A. Chernov1996-03-091-7/+13
| | | | | | | | SRCS cleanup DPADD cleanup Notes: svn path=/head/; revision=14437
* This commit was generated by cvs2svn to compensate for changes in r13122,Peter Wemm1995-12-301-207/+0
| | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=13123
* Remove MAKE_EBONES conditionals. They were originally placed here becauseJustin T. Gibbs1995-10-111-2/+0
| | | | | | | of missing functionality in our libkrb which is no longer a problem. Notes: svn path=/head/; revision=11419
* Add TELNETOBJDIR and CRYPTOBJDIR for use in LDADD entries. This makesJustin T. Gibbs1995-09-161-1/+2
| | | | | | | secure reference the libraries that were just build instead of in /usr/lib. Notes: svn path=/head/; revision=10814
* Enable kerberosIV authentication/encryption conditionalized on MAKE_EBONES.Justin T. Gibbs1995-09-141-5/+1
| | | | Notes: svn path=/head/; revision=10741
* Comment out LDADD+=-ldescrypt, it is not yet active due toAndrey A. Chernov1995-08-051-1/+2
| | | | | | | 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-3/+4
| | | | | | | | | 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 -ldescrypt, or wrong crypt version can be picked from libcAndrey A. Chernov1995-07-241-0/+1
| | | | | | | | | Reviewed by: Submitted by: Obtained from: Notes: svn path=/head/; revision=9692
* Since this stuff not works with eBones, ifdef kerberos stuffAndrey A. Chernov1995-07-241-4/+5
| | | | | | | | | | with MAKE_KERBEROS to allow other things to live Reviewed by: Submitted by: Obtained from: Notes: svn path=/head/; revision=9689
* Add comment about new_rnd_key.c module needed from originalAndrey A. Chernov1995-07-241-0/+3
| | | | | | | libdes (and not present in eBones libdes) Notes: svn path=/head/; revision=9687
* Fix dependances, typing errors, etc.Andrey A. Chernov1995-07-241-4/+6
| | | | | | | | | Note: this thing need original libdes not Eric Young libdes from eBones Submitted by: Obtained from: Notes: svn path=/head/; revision=9685
* Update telnet to the 95.05.31 release.Paul Traina1995-07-2011-43/+117
| | | | | | | Obtained from: Dave Borman <dab@cray.com> Notes: svn path=/head/; revision=9590
* Remove trailing whitespace.Rodney W. Grimes1995-05-305-17/+17
| | | | Notes: svn path=/head/; revision=8871
* Security fixes.Dima Ruban1995-02-171-3/+15
| | | | | | | | | CERT Advisory CA-95:03.telnet.encryption Obtained from: CERT Notes: svn path=/head/; revision=6514
* The telnet version with encryption in in.Geoff Rehmet1994-08-2720-0/+12310
Reviewed by: geoff. Notes: svn path=/vendor-crypto/eBones/dist/; revision=2316