summaryrefslogtreecommitdiffstats
path: root/secure/usr.bin
Commit message (Collapse)AuthorAgeFilesLines
* Diff reduce all the crypto telnet Makefiles.markm2001-08-201-1/+1
|
* Link to libcipher in the usual way. `bdes' depended on a nonexistentbde2001-08-031-10/+2
| | | | | | | library. This only worked because of the undocmented feature of make(1) that targets named foo.a are always up to date. Fixed some style bugs.
* 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.
* Added missing DPADD and CLEANFILES.ru2001-07-121-0/+3
|
* 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.
* Follow the OpenSSH 2.9 upgrade with the infrastructure. Two newgreen2001-05-048-12/+37
| | | | programs are now included: sftp(1) and ssh-keyscan(1).
* 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-268-54/+22
| | | | | | | | | | | | | | | | | | | | - 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.
* man(7) -> mdoc(7).ru2001-01-161-140/+173
|
* Disable /usr/bin/ssh being setuid root by default. Let the variablegreen2000-11-141-0/+2
| | | | | | | | | | ENABLE_SUID_SSH being defined reenable it for those that want it. This follows discussion favoring the change from September. It is not usually necessary to be setuid root, possibly less safe, and less convenient (cannot use $HOSTALIASES, for example). Submitted by: jedgar
* Update for OpenSSL 0.9.6kris2000-11-131-5/+6
|
* Update for OpenSSH 2.2.0kris2000-09-101-2/+2
|
* Add missing quotes around xauth pathache2000-08-231-1/+1
|
* Respect X11BASE to derive the location of xauth(1)kris2000-08-231-0/+4
| | | | | PR: 17818 Submitted by: Bjoern Fischer <bfischer@Techfak.Uni-Bielefeld.DE>
* Install the openssl(1) manpage with an MLINK from ssl(8) to at least putkris2000-08-031-6/+12
| | | | something in the location where OpenSSH likes to point.
* Add missing $FreeBSD$ to files that are NOT still on vendor a branch.peter2000-07-162-0/+6
|
* MFI. This is a documentation-only, diffreducing patch, that ifmarkm2000-06-241-1/+1
| | | | | invoked will cause breakage. US Users - DO NOT try to turn on IDEA - the sources are not included.
* Update for OpenSSH 2.1kris2000-05-151-1/+2
|
* Update for OpenSSL 0.9.5a and clean up a bit.kris2000-04-131-5/+5
|
* Missed a fix for the new openssh; this fixes make world.kris2000-03-261-1/+1
|
* Update for latest OpenSSHkris2000-03-261-1/+1
|
* Buildworld fixes for NO_OPENSSH and NO_OPENSSLkris2000-03-091-2/+2
| | | | Approved by: jkh
* MFI: Make ssh and sshd link in the krb5 part of make release.jhay2000-03-031-2/+2
| | | | Reviewed by: markm
* New distribution names.markm2000-02-281-2/+4
|
* Merge from internat.freebsd.org repo, minus change to rsa_eay.c (missing)peter2000-02-261-7/+0
| | | | | | | Reorganize and unify libcrypto's interface so that the RSA implementation is chosen at runtime via dlopen(). This is a checkpoint and may require more tweaks still.
* Merge from internat.freebsd.org; deal with -DRSAref the same way aspeter2000-02-251-7/+9
| | | | libcrypto - not that it means much on the US code tree.
* Don't pull in libRSAglue for the rsaref case. Since this is linkedpeter2000-02-256-21/+1
| | | | | dynamically by default, we use the dlopen() calls to load librsaref.so on US code trees.
* Build everything properly. This means:markm2000-02-242-4/+7
| | | | | | | | | | | 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.
* Add the OpenSSH userland-building Makefiles.markm2000-02-245-0/+129
|
* Diff reducer. Comes from Internat.markm2000-02-241-0/+2
|
* Remove useless whitespace.markm2000-02-241-13/+0
| | | | Part of big commit OK'ed by: JKH
* Back out the previous commit - it broke world and was not approved.kris2000-02-141-2/+2
| | | | I don't know what I was thinking committing without approval - sorry.
* Link dynamically, not statically.kris2000-02-131-2/+2
|
* Add NO_OPENSSL knob to turn off building of opensslkris2000-01-301-1/+4
| | | | Requested by: wollman
* 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
* Don't search for libraries in ${LOCALBASE}. This should fix the problemskris2000-01-201-1/+1
| | | | people were seeing with conflicts with the openssl port.
* The wrong version of the file was committed previously which explains thekris2000-01-161-4/+17
| | | | problems seen here.
* Turn back on openssl building.kris2000-01-161-1/+1
|
* Add MAINTAINER tag so people don't feel the need to randomly frob with this.kris2000-01-161-0/+2
|
* We cannot have libcrypto, and therefore OpenSSL at all, without RSA.green2000-01-151-1/+1
| | | | | If you need examples of breakage, I'm ready to provide more than a few.
* Connect OpenSSL to the build.kris2000-01-141-1/+1
|
* Build infrastructure for OpenSSLkris2000-01-141-0/+29
|
* 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
|
* Dont build telenet if we are going for kerberised telnet; this justmarkm1999-10-121-2/+4
| | | | jumps all over kerberised telnet otherwise.
* Make telnet with SRA work.markm1999-10-072-1/+17
| | | | Submitted by: Nick Sayer
* $Id$ -> $FreeBSD$peter1999-08-283-3/+3
|
* Typo in comment.kris1999-04-251-1/+1
|
OpenPOWER on IntegriCloud