summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/config.h
Commit message (Collapse)AuthorAgeFilesLines
* MFH (r263712): upgrade openssh to 6.6p1des2014-04-121-0/+6
| | | | MFH (r264308): restore p level in debugging output
* MFH (r261320): upgrade openssh to 6.5p1des2014-02-271-3/+73
| | | | MFH (r261340): enable sandboxing by default
* Unbreak the WITHOUT_KERBEROS build and try to reduce the odds of ades2013-09-231-9/+9
| | | | | | | | | 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)
* Upgrade to 6.3p1.des2013-09-211-30/+60
| | | | Approved by: re (gjb)
* Upgrade to OpenSSH 6.2p1. The most important new features are supportdes2013-03-221-2/+42
| | | | for a key revocation list and more fine-grained authentication control.
* Partially revert r247892 and r247904 since our strnvis() does notdes2013-03-071-2/+2
| | | | behave the way OpenSSH expects.
* Explicitly disable lastlog, utmp and wtmp.des2013-03-061-8/+43
|
* Upgrade to OpenSSH 5.9p1.des2011-10-051-8/+30
| | | | MFC after: 3 months
* Upgrade to OpenSSH 5.8p2.des2011-05-041-6/+45
|
* Upgrade to OpenSSH 5.6p1.des2010-11-111-0/+3
|
* Upgrade to OpenSSH 5.5p1.des2010-04-281-3/+12
|
* Upgrade to OpenSSH 5.4p1.des2010-03-091-17/+20
| | | | MFC after: 1 month
* Make OpenSSH work with utmpx.ed2010-01-131-22/+22
| | | | | | | | | | | | | | | - 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'.
* Upgrade to OpenSSH 5.3p1.des2009-10-011-4/+23
|
* Use the closefrom(2) system call.jhb2009-06-161-1/+1
| | | | Reviewed by: des
* Upgrade to OpenSSH 5.2p1.des2009-05-221-1/+10
| | | | MFC after: 3 months
* Set SIZEOF_LONG_INT and SIZEOF_LONG_LONG_INT to plausible values. Theydes2008-09-011-2/+2
| | | | aren't used for anything, but that's no excuse for being silly.
* Upgrade to OpenSSH 5.1p1.des2008-08-011-13/+96
| | | | | | | | | | 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
* Revert an old hack I put in to replace S/Key with OPIE. We haven't useddes2008-08-011-3/+0
| | | | that code in ages - we use pam_opie(8) instead - so this is a NOP.
* Don't define XAUTH_PATH here, we either pass it in on the compiler commanddes2006-10-061-1/+1
| | | | line or rely on the built-in default.
* Regenerate; no effect on the code as it doesn't actually use the handful ofdes2006-10-021-5/+5
| | | | conditionals that changed in this revision.
* Regenerate.des2006-09-301-9/+60
| | | | MFC after: 1 week
* Our glob(3) has all the required features.des2006-06-091-2/+2
| | | | Submitted by: ache
* Fix utmp. There is some clever logic in configure.ac which attempts todes2006-03-231-2/+2
| | | | | | | | 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
* Regenerate.des2006-03-221-419/+486
|
* Regeneratedes2005-09-031-11/+55
|
* Regenerate.des2005-06-051-13/+82
|
* Resolve conflictsdes2004-10-281-1/+35
|
* Regenerate.des2004-04-201-1/+19
|
* Define HAVE_GSSAPI_H.des2004-02-261-1/+1
|
* Regenerate.des2004-02-261-10/+52
|
* Regenerate config.h; I don't know why this didn't hit CVS yesterday.des2004-01-081-36/+107
|
* Regenerate.des2003-04-231-2/+42
|
* Since OpenSSH drops privileges before calling pam_open_session(3),des2002-12-031-169/+201
| | | | | | pam_lastlog(8) can't possibly work, so let OpenSSH handle lastlog. Approved by: re (rwatson)
* - Don't enable OpenSSH's OPIE support, since we let PAM handle OPIE.des2002-07-031-6/+6
| | | | | - We don't have setutent(3) etc., and I have no idea why configure ever thought we did.
* Regenerate.des2002-06-291-4/+7
|
* Commit config.h so we don't need autoconf to build world.des2002-06-291-0/+873
OpenPOWER on IntegriCloud