summaryrefslogtreecommitdiffstats
path: root/secure/libexec
Commit message (Collapse)AuthorAgeFilesLines
* MFC r264741: Add placeholder Kyuafiles for various top-level hierarchies.jmmv2014-04-282-0/+14
| | | | This is "make tinderbox" clean.
* Clean up the OpenSSH build. It is now possible to build most componentsdes2013-09-103-9/+51
| | | | | | | | | | as static binaries, if desired. The one exception is sshd, which runs into trouble due to libpam.a's includion of pam_ssh. Make OpenSSH use LDNS if available. This allows it to verify signed SSHFP records. Approved by: re (blanket)
* Make libldns and libssh private.des2013-09-083-0/+3
| | | | Approved by: re (blanket)
* Retire the mislabeled ENABLE_SUID_SSH knob.des2013-03-221-3/+1
|
* Revert r204939des2010-03-101-1/+1
|
* Forgot to svn add the Makefile.des2010-03-101-0/+16
|
* Fix the build. The ssh-pkcs11-helper directory is empty, which isdougb2010-03-101-1/+1
| | | | causing confusion.
* Upgrade to OpenSSH 5.4p1.des2010-03-091-1/+1
| | | | MFC after: 1 month
* Fix 'make checkdpadd'des2010-02-251-1/+1
| | | | Submitted by: ru@
* Remove -static; it was a failed experiment that got committed by accident.des2010-02-251-1/+4
|
* Upgrade to OpenSSH 5.3p1.des2009-10-012-2/+2
|
* Upgrade to OpenSSH 5.1p1.des2008-08-011-1/+1
| | | | | | | | | | I have worked hard to reduce diffs against the vendor branch. One notable change in that respect is that we no longer prefer DSA over RSA - the reasons for doing so went away years ago. This may cause some surprises, as ssh will warn about unknown host keys even for hosts whose keys haven't changed. MFC after: 6 weeks
* Add a manual dependency on ssh_namespace.h.des2006-05-132-0/+4
| | | | Discussed with: ru
* Introduce a namespace munging hack inspired by NetBSD to avoid pollutingdes2006-05-132-2/+2
| | | | | | | | the namespace of applications which inadvertantly link in libssh (usually through pam_ssh) Suggested by: lukem@netbsd.org MFC after: 6 weeks
* Reimplementation of world/kernel build options. For details, see:ru2006-03-171-3/+3
| | | | | | | | http://lists.freebsd.org/pipermail/freebsd-current/2006-March/061725.html The src.conf(5) manpage is to follow in a few days. Brought to you by: imp, jhb, kris, phk, ru (all bugs are mine)
* Revert the commits that made libssh an INTERNALLIB; they caused too muchdes2005-06-072-6/+2
| | | | | | trouble, especially on amd64. Requested by: ru
* Make libssh an INTERNALLIB like it is in {Net,Open}BSD.des2005-06-062-2/+6
|
* Update for OpenSSH 4.1p1.des2005-06-052-2/+2
|
* Fixed style of DPADD and LDADD assignments as per style.Makefile(5).ru2004-02-051-2/+2
|
* Update Makefiles for OpenSSH 3.7.1p2.des2004-01-072-4/+4
|
* Explicitly add libz and libcrypto to LDADD for any ssh utilities missinggordon2003-08-191-2/+2
| | | | | | | | | | | | 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
* Very big makeover in the way telnet, telnetd and libtelnet are built.markm2003-07-162-29/+0
| | | | | | | | | | | | | | | | | | | | | | | 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.
* Turn MAKE_KERBEROS5 into NO_KERBEROS by negating the logic. Some extramarkm2003-05-051-1/+1
| | | | | cleanups were necessary in release/Makefile, and the tinderbox code was syntax checked, not run checked.
* The including makefile's directory is tried first for .include "...".ru2003-04-301-2/+2
|
* Most things depend on !defined(NO_OPENSSL); make it look so.ru2003-04-301-4/+7
|
* NOSECURE is implied by NOCRYPT, meaning if the latter is definedru2003-04-301-1/+1
| | | | we won't be here.
* Remove Kerberos IV shims.des2003-04-231-1/+1
|
* Update for 3.6.1p1; also remove Kerberos IV shims.des2003-04-231-1/+1
|
* Update for OpenSSH 3.5p1.des2002-10-291-0/+1
|
* ssh-keysign(8) belongs in /usr/libexec, not in /usr/bin, and needs to bedes2002-07-052-1/+16
| | | | | | | setuid so ssh(1) doesn't have to be. Pointy hat to: des Submitted by: Katsuyuki TATEISHI <katsu@iec.hiroshima-u.ac.jp>
* No guts, no glory. Switch to OpenSSH-portable.des2002-06-251-2/+2
| | | | Sponsored by: DARPA, NAI Labs
* Now that cross-tools ld(1) has been fixed to look for dynamicru2002-02-081-2/+2
| | | | | | | | | | 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
* Set WFORMAT=0, overlooked in previous commits to libexec/.kris2002-02-061-0/+1
| | | | Reported by: jhay
* Add pam_ssh support to the static PAM library, libpam.a:ru2002-01-231-2/+2
| | | | | | | | | | | - 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
* Clean up makefiles, and turn on WARNS=2. Take into account the telnetmarkm2001-11-301-2/+4
| | | | #if cleanup.
* Revamp and diff-reduce the various secure telnets. Make sure thatmarkm2001-08-031-1/+1
| | | | | 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-4/+4
| | | | so it must be linked before libcrypto to work right.
* Fixed world breakage in previous commit. -lpam must never be usedbde2001-05-091-3/+4
| | | | | | | | | 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.
* 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-041-1/+1
| | | | 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-263-17/+9
| | | | | | | | | | | | | | | | | | | | - 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.
* Only build sftp-server conditionallykris2000-09-161-1/+3
|
* Add sftp-serverache2000-09-151-0/+1
|
* Update for OpenSSH 2.2.0kris2000-09-101-0/+22
|
* Don't build crypto-enabled telnetd if NO_OPENSSL is defined, since itkris2000-07-251-1/+1
| | | | attempts to link against libcrypto.
* 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-1/+1
| | | | | | | 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-3/+2
| | | | bug any more.
* Add libmd to DPADD and LDADD.marcel1999-12-171-2/+3
|
OpenPOWER on IntegriCloud