aboutsummaryrefslogtreecommitdiff
path: root/secure/usr.bin
Commit message (Collapse)AuthorAgeFilesLines
* Milestone #1 in cross-arch make releases.Ruslan Ermilov2002-04-261-6/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Do not install games and profiled libraries to the ${CHROOTDIR} with the initial installworld. Eliminate the need in the second installworld. For that, make sure _everything_ is built in the "world" environment, using the right tool chain. Added SUBDIR_OVERRIDE helper stuff to Makefile.inc1. Split the buildworld process into stages, and skip some stages when SUBDIR_OVERRIDE is set (used to build crypto, krb4, and krb5 dists). Added NO_MAKEDB_RUN knob to Makefile.inc1 to avoid running makewhatis(1) at the end of installworld (used when making crypto, krb4, and krb5 dists). In release/scripts/doFS.sh, ensure that the correct boot blocks are used. Moved the creation of the "crypto" dist from release.5 to release.2. In release.3 and doMFSKERN, build kernels in the "world" environment. KERNELS now means "additional" kernels, GENERIC is always built. Ensure we build crunched binaries in the "world" environment. Obfuscate release/Makefile some more (WMAKEENV) to achieve this. Inline createBOOTMFS target. Use already built GENERIC kernel modules to augment mfsfd's /stand/modules. GC doMODULES as such. Assorted fixes: Get rid of the "afterdistribute" target by moving the single use of it from sys/Makefile to etc/Makefile's "distribute". Makefile.inc1: apparently "etc" no longer needs to be last for "distribute" to succeed. gnu/usr.bin/perl/library/Makefile.inc: do not override the "install" and "distribute" targets, do it the "canonical" way. release/scripts/{man,cat}pages-make.sh: make sure Perl manpages and catpages appear in the right dists. Note that because Perl does not respect the MANBUILDCAT (and NOMAN), this results in a loss of /usr/share/perl/man/cat* empty directories. This will be fixed soon. Turn MAKE_KERBEROS4 into a plain boolean variable (if it is set it means "make KerberosIV"), as documented in the make.conf(5) manpage. Most of the userland makefiles did not test it for "YES" anyway. XXX Should specialized kerberized libpam versions be included into the krb4 and krb5 dists? (libpam.a would be incorrect anyway if both krb4 and krb5 dists were choosen.) Make sure "games" dist is made before "catpages", otherwise games catpages settle in the wrong dist. Fast build machine provided by: Igor Kucherenko <kivvy@sunbay.com> Notes: svn path=/head/; revision=95509
* Adjust for OpenSSH 3.1.Dag-Erling Smørgrav2002-03-182-2/+2
| | | | | | | Sponsored by: DARPA, NAI Labs Notes: svn path=/head/; revision=92563
* Now that cross-tools ld(1) has been fixed to look for dynamicRuslan Ermilov2002-02-086-12/+12
| | | | | | | | | | | | | 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
* Add pam_ssh support to the static PAM library, libpam.a:Ruslan Ermilov2002-01-237-12/+12
| | | | | | | | | | | | | | - 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
* 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
* Link to libcipher in the usual way. `bdes' depended on a nonexistentBruce Evans2001-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. Notes: svn path=/head/; revision=81119
* 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
* Added missing DPADD and CLEANFILES.Ruslan Ermilov2001-07-121-0/+3
| | | | Notes: svn path=/head/; revision=79618
* 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
* Follow the OpenSSH 2.9 upgrade with the infrastructure. Two newBrian Feldman2001-05-048-12/+37
| | | | | | | programs are now included: sftp(1) and ssh-keyscan(1). Notes: svn path=/head/; revision=76264
* 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-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. Notes: svn path=/head/; revision=74818
* man(7) -> mdoc(7).Ruslan Ermilov2001-01-161-140/+173
| | | | Notes: svn path=/head/; revision=71115
* Disable /usr/bin/ssh being setuid root by default. Let the variableBrian Feldman2000-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 Notes: svn path=/head/; revision=68705
* Update for OpenSSL 0.9.6Kris Kennaway2000-11-131-5/+6
| | | | Notes: svn path=/head/; revision=68655
* Update for OpenSSH 2.2.0Kris Kennaway2000-09-101-2/+2
| | | | Notes: svn path=/head/; revision=65675
* Add missing quotes around xauth pathAndrey A. Chernov2000-08-231-1/+1
| | | | Notes: svn path=/head/; revision=65029
* Respect X11BASE to derive the location of xauth(1)Kris Kennaway2000-08-231-0/+4
| | | | | | | | PR: 17818 Submitted by: Bjoern Fischer <bfischer@Techfak.Uni-Bielefeld.DE> Notes: svn path=/head/; revision=65020
* Install the openssl(1) manpage with an MLINK from ssl(8) to at least putKris Kennaway2000-08-031-6/+12
| | | | | | | something in the location where OpenSSH likes to point. Notes: svn path=/head/; revision=64177
* Add missing $FreeBSD$ to files that are NOT still on vendor a branch.Peter Wemm2000-07-162-0/+6
| | | | Notes: svn path=/head/; revision=63248
* MFI. This is a documentation-only, diffreducing patch, that ifMark Murray2000-06-241-1/+1
| | | | | | | | invoked will cause breakage. US Users - DO NOT try to turn on IDEA - the sources are not included. Notes: svn path=/head/; revision=62030
* Update for OpenSSH 2.1Kris Kennaway2000-05-151-1/+2
| | | | Notes: svn path=/head/; revision=60577
* Update for OpenSSL 0.9.5a and clean up a bit.Kris Kennaway2000-04-131-5/+5
| | | | Notes: svn path=/head/; revision=59196
* Missed a fix for the new openssh; this fixes make world.Kris Kennaway2000-03-261-1/+1
| | | | Notes: svn path=/head/; revision=58639
* Update for latest OpenSSHKris Kennaway2000-03-261-1/+1
| | | | Notes: svn path=/head/; revision=58586
* Buildworld fixes for NO_OPENSSH and NO_OPENSSLKris Kennaway2000-03-091-2/+2
| | | | | | | Approved by: jkh Notes: svn path=/head/; revision=57841
* MFI: Make ssh and sshd link in the krb5 part of make release.John Hay2000-03-031-2/+2
| | | | | | | Reviewed by: markm Notes: svn path=/head/; revision=57743
* New distribution names.Mark Murray2000-02-281-2/+4
| | | | Notes: svn path=/head/; revision=57569
* Merge from internat.freebsd.org repo, minus change to rsa_eay.c (missing)Peter Wemm2000-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. Notes: svn path=/head/; revision=57511
* Merge from internat.freebsd.org; deal with -DRSAref the same way asPeter Wemm2000-02-251-7/+9
| | | | | | | libcrypto - not that it means much on the US code tree. Notes: svn path=/head/; revision=57485
* Don't pull in libRSAglue for the rsaref case. Since this is linkedPeter Wemm2000-02-256-21/+1
| | | | | | | | dynamically by default, we use the dlopen() calls to load librsaref.so on US code trees. Notes: svn path=/head/; revision=57475
* Build everything properly. This means:Mark Murray2000-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. Notes: svn path=/head/; revision=57437
* Add the OpenSSH userland-building Makefiles.Mark Murray2000-02-245-0/+129
| | | | Notes: svn path=/head/; revision=57434
* Diff reducer. Comes from Internat.Mark Murray2000-02-241-0/+2
| | | | Notes: svn path=/head/; revision=57411
* Remove useless whitespace.Mark Murray2000-02-241-13/+0
| | | | | | | Part of big commit OK'ed by: JKH Notes: svn path=/head/; revision=57410
* Back out the previous commit - it broke world and was not approved.Kris Kennaway2000-02-141-2/+2
| | | | | | | I don't know what I was thinking committing without approval - sorry. Notes: svn path=/head/; revision=57202
* Link dynamically, not statically.Kris Kennaway2000-02-131-2/+2
| | | | Notes: svn path=/head/; revision=57175
* Add NO_OPENSSL knob to turn off building of opensslKris Kennaway2000-01-301-1/+4
| | | | | | | Requested by: wollman Notes: svn path=/head/; revision=56899
* 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
* Don't search for libraries in ${LOCALBASE}. This should fix the problemsKris Kennaway2000-01-201-1/+1
| | | | | | | people were seeing with conflicts with the openssl port. Notes: svn path=/head/; revision=56317
* The wrong version of the file was committed previously which explains theKris Kennaway2000-01-161-4/+17
| | | | | | | problems seen here. Notes: svn path=/head/; revision=56124
* Turn back on openssl building.Kris Kennaway2000-01-161-1/+1
| | | | Notes: svn path=/head/; revision=56090
* Add MAINTAINER tag so people don't feel the need to randomly frob with this.Kris Kennaway2000-01-161-0/+2
| | | | Notes: svn path=/head/; revision=56080
* We cannot have libcrypto, and therefore OpenSSL at all, without RSA.Brian Feldman2000-01-151-1/+1
| | | | | | | | If you need examples of breakage, I'm ready to provide more than a few. Notes: svn path=/head/; revision=56050
* Connect OpenSSL to the build.Kris Kennaway2000-01-141-1/+1
| | | | Notes: svn path=/head/; revision=55956
* Build infrastructure for OpenSSLKris Kennaway2000-01-141-0/+29
| | | | Notes: svn path=/head/; revision=55950
* 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