| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Previously, there were two copies of telnet; a non-crypto version
that lived in the usual places, and a crypto version that lived in
crypto/telnet/. The latter was built in a broken manner somewhat akin
to other "contribified" sources. This meant that there were 4 telnets
competing with each other at build time - KerberosIV, Kerberos5,
plain-old-secure and base. KerberosIV is no longer in the running, but
the other three took it in turns to jump all over each other during a
"make buildworld".
As the crypto issue has been clarified, and crypto _calls_ are not
a problem, crypto/telnet has been repo-copied to contrib/telnet,
and with this commit, all telnets are now "contribified". The contrib
path was chosen to not destroy history in the repository, and differs
from other contrib/ entries in that it may be worked on as "normal"
BSD code. There is no dangerous crypto in these sources, only a
very weak system less strong than enigma(1).
Kerberos5 telnet and Secure telnet are now selected by using the usual
macros in /etc/make.conf, and the build process is unsurprising and
less treacherous.
Notes:
svn path=/head/; revision=117675
|
| |
|
|
|
|
|
| |
#if cleanup.
Notes:
svn path=/head/; revision=87141
|
| |
|
|
| |
Notes:
svn path=/head/; revision=81967
|
| |
|
|
|
|
|
|
| |
Kerberos5 has _a_ telnet (which is not currently K5 enabled).
Incorporate BDE's static linking fixes.
Notes:
svn path=/head/; revision=81104
|
| |
|
|
|
|
|
| |
so it must be linked before libcrypto to work right.
Notes:
svn path=/head/; revision=80637
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
| |
Approved by: markm
Notes:
svn path=/head/; revision=74928
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
| |
ftp, telnet, ftpd, faithd
also telnet related sync with crypto, secure, kerberosIV
Obtained from: KAME project
Notes:
svn path=/head/; revision=56668
|
| |
|
|
|
|
|
| |
bug any more.
Notes:
svn path=/head/; revision=54783
|
| |
|
|
| |
Notes:
svn path=/head/; revision=54737
|
| |
|
|
|
|
|
| |
Submitted by: Nick Sayer
Notes:
svn path=/head/; revision=51993
|
| |
|
|
| |
Notes:
svn path=/head/; revision=19502
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
| |
Notes:
svn path=/head/; revision=15358
|
| |
|
|
|
|
|
| |
The look much more like BSD Makefiles now.
Notes:
svn path=/head/; revision=14548
|
| |
|
|
|
|
|
|
| |
SRCS cleanup
DPADD cleanup
Notes:
svn path=/head/; revision=14437
|
| |
|
|
|
|
|
| |
which included commits to RCS files with non-trunk default branches.
Notes:
svn path=/head/; revision=13123
|
| |
|
|
|
|
|
| |
of missing functionality in our libkrb which is no longer a problem.
Notes:
svn path=/head/; revision=11419
|
| |
|
|
|
|
|
| |
secure reference the libraries that were just build instead of in /usr/lib.
Notes:
svn path=/head/; revision=10814
|
| |
|
|
| |
Notes:
svn path=/head/; revision=10741
|
| |
|
|
|
|
|
| |
missng defines for krb4encpwd and rsaencpwd and missing rsa library too.
Notes:
svn path=/head/; revision=9932
|
| |
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
| |
Reviewed by:
Submitted by:
Obtained from:
Notes:
svn path=/head/; revision=9692
|
| |
|
|
|
|
|
|
|
|
| |
with MAKE_KERBEROS to allow other things to live
Reviewed by:
Submitted by:
Obtained from:
Notes:
svn path=/head/; revision=9689
|
| |
|
|
|
|
|
| |
libdes (and not present in eBones libdes)
Notes:
svn path=/head/; revision=9687
|
| |
|
|
|
|
|
|
|
| |
Note: this thing need original libdes not Eric Young libdes from eBones
Submitted by:
Obtained from:
Notes:
svn path=/head/; revision=9685
|
| |
|
|
|
|
|
| |
Obtained from: Dave Borman <dab@cray.com>
Notes:
svn path=/head/; revision=9590
|
| |
|
|
| |
Notes:
svn path=/head/; revision=8871
|
| |
|
|
|
|
|
|
|
| |
CERT Advisory CA-95:03.telnet.encryption
Obtained from: CERT
Notes:
svn path=/head/; revision=6514
|
|
|
Reviewed by: geoff.
Notes:
svn path=/vendor-crypto/eBones/dist/; revision=2316
|