| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
Submitted by: ru
Approved by: re (hrs)
Notes:
svn path=/stable/6/; revision=163227
|
| |
|
|
| |
Notes:
svn path=/stable/6/; revision=160179
|
| |
|
|
|
|
|
|
|
| |
trouble, especially on amd64.
Requested by: ru
Notes:
svn path=/head/; revision=147098
|
| |
|
|
| |
Notes:
svn path=/head/; revision=147056
|
| |
|
|
| |
Notes:
svn path=/head/; revision=147007
|
| |
|
|
| |
Notes:
svn path=/head/; revision=125503
|
| |
|
|
| |
Notes:
svn path=/head/; revision=124212
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
it. While not strictly required, it unbreaks the cross-build world that
is resulting from moving the libraries around.
I have a more permanent solution to this problem in the works, but I
asked des for permission to commit this to get the ball rolling. This
also makes the ssh build more along the lines of what the openssh-portable
and OpenBSD openssh Makefile glue does.
Reviewed by: des
Notes:
svn path=/head/; revision=119116
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
| |
cleanups were necessary in release/Makefile, and the tinderbox code
was syntax checked, not run checked.
Notes:
svn path=/head/; revision=114709
|
| |
|
|
| |
Notes:
svn path=/head/; revision=114283
|
| |
|
|
| |
Notes:
svn path=/head/; revision=114282
|
| |
|
|
|
|
|
| |
we won't be here.
Notes:
svn path=/head/; revision=114281
|
| |
|
|
| |
Notes:
svn path=/head/; revision=113916
|
| |
|
|
| |
Notes:
svn path=/head/; revision=113915
|
| |
|
|
| |
Notes:
svn path=/head/; revision=106132
|
| |
|
|
|
|
|
|
|
|
| |
setuid so ssh(1) doesn't have to be.
Pointy hat to: des
Submitted by: Katsuyuki TATEISHI <katsu@iec.hiroshima-u.ac.jp>
Notes:
svn path=/head/; revision=99430
|
| |
|
|
|
|
|
| |
Sponsored by: DARPA, NAI Labs
Notes:
svn path=/head/; revision=98820
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
dependencies in the correct place, record the fact that -lssh
depends on -lcrypto and -lz.
Removed false dependencies on -lz (except ssh(1) and sshd(8)).
Removed false dependencies on -lcrypto and -lutil for scp(1).
Reviewed by: markm
Notes:
svn path=/head/; revision=90405
|
| |
|
|
|
|
|
| |
Reported by: jhay
Notes:
svn path=/head/; revision=90296
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Spam /usr/lib some more by making libssh a standard library.
- Tweak ${LIBPAM} and ${MINUSLPAM}.
- Garbage collect unused libssh_pic.a.
- Add fake -lz dependency to secure/ makefiles needed for
dynamic linkage with -lssh.
Reviewed by: des, markm
Approved by: markm
Notes:
svn path=/head/; revision=89705
|
| |
|
|
|
|
|
| |
#if cleanup.
Notes:
svn path=/head/; revision=87141
|
| |
|
|
|
|
|
|
| |
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 lbraries necessary for static linkage.
Fixed new and old bugs in DPADD. ${LIBPAM} was missing, and the
library order was different from that in LDADD so `make checkdpadd'
reported a non-bug.
Notes:
svn path=/head/; revision=76407
|
| |
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
| |
programs are now included: sftp(1) and ssh-keyscan(1).
Notes:
svn path=/head/; revision=76264
|
| |
|
|
|
|
|
| |
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
|
| |
|
|
| |
Notes:
svn path=/head/; revision=65961
|
| |
|
|
| |
Notes:
svn path=/head/; revision=65872
|
| |
|
|
| |
Notes:
svn path=/head/; revision=65675
|
| |
|
|
|
|
|
| |
attempts to link against libcrypto.
Notes:
svn path=/head/; revision=63824
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
| |
jumps all over kerberised telnet otherwise.
Notes:
svn path=/head/; revision=52167
|
| |
|
|
|
|
|
| |
Submitted by: Nick Sayer
Notes:
svn path=/head/; revision=51993
|
| |
|
|
| |
Notes:
svn path=/head/; revision=19502
|
| |
|
|
|
|
|
| |
an alternate /usr/bin/login type program to be run.
Notes:
svn path=/head/; revision=17569
|
| |
|
|
| |
Notes:
svn path=/head/; revision=15661
|
| |
|
|
|
|
|
| |
The look much more like BSD Makefiles now.
Notes:
svn path=/head/; revision=14548
|
| |
|
|
|
|
|
| |
SRCS, DPADD cleanup
Notes:
svn path=/head/; revision=14439
|
| |
|
|
| |
Notes:
svn path=/cvs2svn/branches/ATT/; revision=13122
|
| |
|
|
| |
Notes:
svn path=/head/; revision=11768
|
| |
|
|
|
|
|
| |
Zap only needed LD_* variables
Notes:
svn path=/head/; revision=11597
|
| |
|
|
|
|
|
| |
Submitted by: Sam Hartman <hartmans@mit.edu>
Notes:
svn path=/head/; revision=11590
|
| |
|
|
|
|
|
| |
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
|