summaryrefslogtreecommitdiffstats
path: root/secure/usr.bin/telnet
Commit message (Collapse)AuthorAgeFilesLines
* Diff reduce all the crypto telnet Makefiles.markm2001-08-201-1/+1
|
* Revamp and diff-reduce the various secure telnets. Make sure thatmarkm2001-08-031-3/+3
| | | | | Kerberos5 has _a_ telnet (which is not currently K5 enabled). Incorporate BDE's static linking fixes.
* Fixed world breakage when NOSHARED=yes. libmp now depends on libcrypto,bde2001-07-301-2/+2
| | | | so it must be linked before libcrypto to work right.
* Fixed world breakage in previous commit. -lpam must never be usedbde2001-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.
* Add PAM support to SRA authentication. Cribbed mostly from ftpd. Thisnsayer2001-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.
* Bye-bye /usr/lib/libtelnet.a. This should fix ``make release'' brokeness.ru2001-03-281-1/+1
| | | | Approved by: markm
* secure/ build fixes:ru2001-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.
* Build everything properly. This means:markm2000-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.
* another tcp apps IPv6 updates.(should be make world safe)shin2000-01-271-0/+3
| | | | | | | ftp, telnet, ftpd, faithd also telnet related sync with crypto, secure, kerberosIV Obtained from: KAME project
* Revert -lmd changes now that libcrypt doesn't expose this binutils/ldpeter1999-12-181-2/+2
| | | | bug any more.
* Add libmd to DPADD and LDADD.marcel1999-12-171-2/+2
|
* Make telnet with SRA work.markm1999-10-071-0/+16
| | | | Submitted by: Nick Sayer
* Secure telnet is now in eBones.markm1996-11-0719-12159/+0
|
* Bring in a change that got lost when we spammed over the CVS repositorynate1996-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
* Add support for sockspst1996-04-232-1/+12
|
* Big clean-up job. Remove ancient and never-to-be used stuff.markm1996-03-111-48/+8
| | | | The look much more like BSD Makefiles now.
* Sense MAKE_EBONES, DESTDIRache1996-03-091-7/+13
| | | | | SRCS cleanup DPADD cleanup
* This commit was generated by cvs2svn to compensate for changes in r13122,peter1995-12-301-207/+0
| | | | which included commits to RCS files with non-trunk default branches.
* Remove MAKE_EBONES conditionals. They were originally placed here becausegibbs1995-10-111-2/+0
| | | | of missing functionality in our libkrb which is no longer a problem.
* Add TELNETOBJDIR and CRYPTOBJDIR for use in LDADD entries. This makesgibbs1995-09-161-1/+2
| | | | secure reference the libraries that were just build instead of in /usr/lib.
* Enable kerberosIV authentication/encryption conditionalized on MAKE_EBONES.gibbs1995-09-141-5/+1
|
* Comment out LDADD+=-ldescrypt, it is not yet active due toache1995-08-051-1/+2
| | | | missng defines for krb4encpwd and rsaencpwd and missing rsa library too.
* Final cleanup pass through Makefiles, now this stuffache1995-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)
* Add -ldescrypt, or wrong crypt version can be picked from libcache1995-07-241-0/+1
| | | | | | Reviewed by: Submitted by: Obtained from:
* Since this stuff not works with eBones, ifdef kerberos stuffache1995-07-241-4/+5
| | | | | | | with MAKE_KERBEROS to allow other things to live Reviewed by: Submitted by: Obtained from:
* Add comment about new_rnd_key.c module needed from originalache1995-07-241-0/+3
| | | | libdes (and not present in eBones libdes)
* Fix dependances, typing errors, etc.ache1995-07-241-4/+6
| | | | | | Note: this thing need original libdes not Eric Young libdes from eBones Submitted by: Obtained from:
* Update telnet to the 95.05.31 release.pst1995-07-2011-43/+117
| | | | Obtained from: Dave Borman <dab@cray.com>
* Remove trailing whitespace.rgrimes1995-05-305-17/+17
|
* Security fixes.dima1995-02-171-3/+15
| | | | | | CERT Advisory CA-95:03.telnet.encryption Obtained from: CERT
* The telnet version with encryption in in.csgr1994-08-2720-0/+12310
Reviewed by: geoff.
OpenPOWER on IntegriCloud