History log of /freebsd-10.0-release/crypto/openssh/config.h
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 259065 07-Dec-2013 gjb

- Copy stable/10 (r259064) to releng/10.0 as part of the
10.0-RELEASE cycle.
- Update __FreeBSD_version [1]
- Set branch name to -RC1

[1] 10.0-CURRENT __FreeBSD_version value ended at '55', so
start releng/10.0 at '100' so the branch is started with
a value ending in zero.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


# 255829 23-Sep-2013 des

Unbreak the WITHOUT_KERBEROS build and try to reduce the odds of a
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)


# 255767 21-Sep-2013 des

Upgrade to 6.3p1.

Approved by: re (gjb)


# 248619 22-Mar-2013 des

Upgrade to OpenSSH 6.2p1. The most important new features are support
for a key revocation list and more fine-grained authentication control.


# 247916 07-Mar-2013 des

Partially revert r247892 and r247904 since our strnvis() does not
behave the way OpenSSH expects.


# 247893 06-Mar-2013 des

Forced commit to note that this file had not been regenerated since 5.8
due to issues with the configure script incorrectly detecting utmp and
lastlog despite the fact that FreeBSD 10 does not have them any more.


# 247892 06-Mar-2013 des

Explicitly disable lastlog, utmp and wtmp.


# 226046 05-Oct-2011 des

Upgrade to OpenSSH 5.9p1.

MFC after: 3 months


# 221420 04-May-2011 des

Upgrade to OpenSSH 5.8p2.


# 215116 11-Nov-2010 des

Upgrade to OpenSSH 5.6p1.


# 207319 28-Apr-2010 des

Upgrade to OpenSSH 5.5p1.


# 204917 09-Mar-2010 des

Upgrade to OpenSSH 5.4p1.

MFC after: 1 month


# 202213 13-Jan-2010 ed

Make OpenSSH work with utmpx.

- Partially revert r184122 (sshd.c). Our ut_host is now big enough to
fit proper hostnames.

- Change config.h to match reality.

- defines.h requires UTMPX_FILE to be set by <utmpx.h> before it allows
the utmpx code to work. This makes no sense to me. I've already
mentioned this upstream.

- Add our own platform-specific handling of lastlog. The version I will
send to the OpenSSH folks will use proper autoconf generated
definitions instead of `#if 1'.


# 197679 01-Oct-2009 des

Upgrade to OpenSSH 5.3p1.


# 194297 16-Jun-2009 jhb

Use the closefrom(2) system call.

Reviewed by: des


# 192595 22-May-2009 des

Upgrade to OpenSSH 5.2p1.

MFC after: 3 months


# 182601 01-Sep-2008 des

Set SIZEOF_LONG_INT and SIZEOF_LONG_LONG_INT to plausible values. They
aren't used for anything, but that's no excuse for being silly.


# 181111 01-Aug-2008 des

Upgrade to OpenSSH 5.1p1.

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


# 181110 01-Aug-2008 des

Remove svn:keywords except on files that need it. This makes diffs
against the vendor branch much more readable.


# 181097 31-Jul-2008 des

Consistently set svn:eol-style.


# 181090 31-Jul-2008 des

Revert an old hack I put in to replace S/Key with OPIE. We haven't used
that code in ages - we use pam_opie(8) instead - so this is a NOP.


# 163054 06-Oct-2006 des

Don't define XAUTH_PATH here, we either pass it in on the compiler command
line or rely on the built-in default.


# 162953 02-Oct-2006 des

Regenerate; no effect on the code as it doesn't actually use the handful of
conditionals that changed in this revision.


# 162860 30-Sep-2006 des

Regenerate.

MFC after: 1 week


# 159458 09-Jun-2006 des

Our glob(3) has all the required features.

Submitted by: ache


# 157055 23-Mar-2006 des

Fix utmp. There is some clever logic in configure.ac which attempts to
determine whether struct utmp contains the ut_host and ut_time fields.
Unfortunately, it reports a false negative for both on FreeBSD, and I
didn't check the resulting config.h closely enough to catch the error.

Noticed by: ache


# 157020 22-Mar-2006 des

Regenerate.


# 149754 03-Sep-2005 des

Regenerate


# 149753 03-Sep-2005 des

Resolve conflicts.


# 147006 05-Jun-2005 des

Regenerate.


# 137019 28-Oct-2004 des

Resolve conflicts


# 128462 20-Apr-2004 des

Regenerate.


# 126280 26-Feb-2004 des

Define HAVE_GSSAPI_H.


# 126279 26-Feb-2004 des

Regenerate.


# 124244 08-Jan-2004 des

Regenerate config.h; I don't know why this didn't hit CVS yesterday.


# 113912 23-Apr-2003 des

Regenerate.


# 107553 03-Dec-2002 des

Since OpenSSH drops privileges before calling pam_open_session(3),
pam_lastlog(8) can't possibly work, so let OpenSSH handle lastlog.

Approved by: re (rwatson)


# 99319 02-Jul-2002 des

- Don't enable OpenSSH's OPIE support, since we let PAM handle OPIE.

- We don't have setutent(3) etc., and I have no idea why configure ever
thought we did.


# 99065 29-Jun-2002 des

Regenerate.


# 99059 29-Jun-2002 des

Commit config.h so we don't need autoconf to build world.