summaryrefslogtreecommitdiffstats
path: root/secure/lib/libssh
Commit message (Collapse)AuthorAgeFilesLines
* MFC r314658:ngie2017-05-301-1/+1
| | | | | | crypto: normalize paths using SRCTOP-relative paths or :H when possible This simplifies make logic/output
* MFC r311140:ngie2017-01-161-1/+1
| | | | | | | | | | | | Only bake krb5_config.h support in to ssh(3), etc if both MK_GSSAPI and MK_KERBEROS_SUPPORT != no This fixes the odd case where someone specified MK_GSSAPI=no and MK_KERBEROS_SUPPORT=yes (which admittedly, probably doesn't make sense, but the build system doesn't prevent this case today, and it didn't when I filed the bug back in 2011 either). PR: 159745
* MFHgjb2016-03-141-1/+2
|\ | | | | | | Sponsored by: The FreeBSD Foundation
| * Upgrade to OpenSSH 7.2p2.des2016-03-111-1/+2
| |
* | MFHgjb2016-02-181-0/+1
|\ \ | |/ | | | | Sponsored by: The FreeBSD Foundation
| * DIRDEPS_BUILD: Update dependencies.bdrewery2016-02-161-0/+1
| | | | | | | | Sponsored by: EMC / Isilon Storage Division
* | MFHgjb2016-01-251-2/+2
|\ \ | |/ | | | | Sponsored by: The FreeBSD Foundation
| * Upgrade to OpenSSH 7.0p1.des2016-01-201-2/+2
| |
* | MFHgjb2016-01-201-10/+14
|\ \ | |/ | | | | Sponsored by: The FreeBSD Foundation
| * List source files (foo.c) instead of object files in SRCS.jhb2016-01-201-1/+1
| | | | | | | | Reviewed by: bdrewery
| * Upgrade to OpenSSH 6.8p1.des2016-01-191-12/+14
| |
| * Upgrade to OpenSSH 6.7p1, retaining libwrap support (which has been removeddes2016-01-191-1/+3
| | | | | | | | | | | | upstream) and a number of security fixes which we had already backported. MFC after: 1 week
* | MFH r289384-r293170gjb2016-01-042-10/+2
|\ \ | |/ | | | | Sponsored by: The FreeBSD Foundation
| * Replace unneeded manual dependency on header by adding it to SRCS.bdrewery2015-12-071-5/+2
| | | | | | | | | | | | | | | | | | | | bsd.lib.mk and bsd.prog.mk already depend all objs on headers in SRCS if there is not yet a depend file. The headers in SRCS are never built or installed. After 'make depend' the header was already added as a proper dependency on the objects where needed. MFC after: 2 weeks Sponsored by: EMC / Isilon Storage Division
| * META MODE: Prefer INSTALL=tools/install.sh to lessen the need for xinstall.host.bdrewery2015-11-251-1/+0
| | | | | | | | | | | | | | | | This both avoids some dependencies on xinstall.host and allows bootstrapping on older releases to work due to lack of at least 'install -l' support. Sponsored by: EMC / Isilon Storage Division
| * Retire the NONE cipher option.des2015-11-231-4/+0
| |
* | Merge from head @274131bapt2015-06-201-0/+1
|\ \ | |/
| * new dependssjg2015-06-161-0/+1
| |
* | Merge from headbapt2015-06-151-0/+26
|\ \ | |/
| * Add META_MODE support.sjg2015-06-131-0/+26
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Off by default, build behaves normally. WITH_META_MODE we get auto objdir creation, the ability to start build from anywhere in the tree. Still need to add real targets under targets/ to build packages. Differential Revision: D2796 Reviewed by: brooks imp
| | * dirdeps.mk now sets DEP_RELDIRsjg2015-06-081-2/+0
| | |
| | * Merge sync of headsjg2015-05-272-14/+2
| | |\ | | |/ | |/|
| | * Merge from head@274682sjg2014-11-191-1/+1
| | |\
| | * | Updated dependenciessjg2014-05-161-0/+2
| | | |
| | * | Merge from headsjg2014-05-081-1/+1
| | |\ \
| | * \ \ Merge headsjg2014-04-281-5/+8
| | |\ \ \
| | * \ \ \ Merge head@256284sjg2013-10-131-1/+4
| | |\ \ \ \
| | * | | | | Updated dependenciessjg2013-10-131-0/+2
| | | | | | |
| | * | | | | Merge headsjg2013-09-111-7/+13
| | |\ \ \ \ \
| | * \ \ \ \ \ sync from headsjg2013-04-121-4/+4
| | |\ \ \ \ \ \
| | * | | | | | | Updated dependenciessjg2013-03-111-0/+1
| | | | | | | | |
| | * | | | | | | Updated dependenciessjg2013-02-161-2/+0
| | | | | | | | |
| | * | | | | | | Sync with HEAD.obrien2013-02-081-0/+4
| | |\ \ \ \ \ \ \
| | * | | | | | | | Updated/new Makefile.dependsjg2012-11-081-0/+10
| | | | | | | | | |
| | | | | | | | | |
| | | \ \ \ \ \ \ \
| | *-. \ \ \ \ \ \ \ Sync from headsjg2012-11-041-2/+0
| | |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-221-0/+22
| | | |/ / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Requested by: Simon Gerraty <sjg@juniper.net>
* | | | | | | | | | | Move ssh into a dedicated packagebapt2015-03-051-0/+1
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Flag config files as "to be merged on upgrade"
* | | | | | | | | | Reduce overlinkingbapt2014-11-251-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The framework now ensure by itself that pthread is added to the link chain as the last component if linked to kerberos hence avoid with out any explicit addition prevent issue like CVE-2014-8475
* | | | | | | | | | Convert to LIBADDbapt2014-11-251-7/+3
| |_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | Reduce overlinking
* | | | | | | | | Rework privatelib/internallibbapt2014-08-061-1/+1
| |_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make sure everything linking to a privatelib and/or an internallib does it directly from the OBJDIR rather than DESTDIR. Add src.libnames.mk so bsd.libnames.mk is not polluted by libraries not existsing in final installation Introduce the LD* variable which is what ld(1) is expecting (via LDADD) to link to internal/privatelib Directly link to the .so in case of private library to avoid having to complexify LDFLAGS. Phabric: https://phabric.freebsd.org/D553 Reviewed by: imp, emaste
* | | | | | | | Use src.opts.mk in preference to bsd.own.mk except where we need stuffimp2014-05-061-1/+1
| |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | from the latter.
* | | | | | | Upgrade to OpenSSH 6.6p1.des2014-03-251-4/+4
| | | | | | |
* | | | | | | Upgrade to OpenSSH 6.5p1.des2014-01-311-4/+7
| |_|_|_|_|/ |/| | | | |
* | | | | | Unbreak the WITHOUT_KERBEROS build and try to reduce the odds of ades2013-09-231-1/+4
| |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | repeat performance by introducing a script that runs configure with and without Kerberos, diffs the result and generates krb5_config.h, which contains the preprocessor macros that need to be defined in the Kerberos case and undefined otherwise. Approved by: re (marius)
* | | | | Clean up the OpenSSH build. It is now possible to build most componentsdes2013-09-101-7/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-081-0/+1
| |_|_|/ |/| | | | | | | | | | | Approved by: re (blanket)
* | | | Upgrade to OpenSSH 6.2p1. The most important new features are supportdes2013-03-221-4/+4
| |_|/ |/| | | | | | | | for a key revocation list and more fine-grained authentication control.
* | | Add a src.conf(5) option to allow users to compile in the "NONE cipher",bz2013-01-171-0/+4
| |/ |/| | | | | | | | | | | | | | | which, only after authentication, disables crypto, and only for sessions without a terminal. Submitted by: Jeremy Chadwick (freebsd jdc.parodius.com) PR: bin/163095 MFC after: 10 days
* | Upgrade OpenSSH to 6.1p1.des2012-09-031-2/+0
|/
* Upgrade to OpenSSH 5.8p2.des2011-05-041-5/+6
|
OpenPOWER on IntegriCloud