diff options
author | Colin Watson <cjwatson@debian.org> | 2010-04-16 10:25:59 +0100 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2010-04-16 10:25:59 +0100 |
commit | 716621abf50722a46f97ecafed5ce134c94f1a81 (patch) | |
tree | 9993f08b7ea89f3038c3cfcf8fd1c71bdc7e7ae7 /defines.h | |
parent | ae31b42e02d7bf7004ec0302088f4e169c0f08ce (diff) | |
parent | 78eedc2c60ff4718200f9271d8ee4f437da3a0c5 (diff) |
* New upstream release:
- Unbreak sshd_config's AuthorizedKeysFile option for $HOME-relative
paths.
- Include a language tag when sending a protocol 2 disconnection
message.
- Make logging of certificates used for user authentication more clear
and consistent between CAs specified using TrustedUserCAKeys and
authorized_keys.
Diffstat (limited to 'defines.h')
-rw-r--r-- | defines.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -25,7 +25,7 @@ | |||
25 | #ifndef _DEFINES_H | 25 | #ifndef _DEFINES_H |
26 | #define _DEFINES_H | 26 | #define _DEFINES_H |
27 | 27 | ||
28 | /* $Id: defines.h,v 1.159 2010/01/13 23:44:34 tim Exp $ */ | 28 | /* $Id: defines.h,v 1.160 2010/04/09 08:13:27 dtucker Exp $ */ |
29 | 29 | ||
30 | 30 | ||
31 | /* Constants */ | 31 | /* Constants */ |
@@ -674,7 +674,7 @@ struct winsize { | |||
674 | #else | 674 | #else |
675 | /* Simply select your favourite login types. */ | 675 | /* Simply select your favourite login types. */ |
676 | /* Can't do if-else because some systems use several... <sigh> */ | 676 | /* Can't do if-else because some systems use several... <sigh> */ |
677 | # if defined(UTMPX_FILE) && !defined(DISABLE_UTMPX) | 677 | # if !defined(DISABLE_UTMPX) |
678 | # define USE_UTMPX | 678 | # define USE_UTMPX |
679 | # endif | 679 | # endif |
680 | # if defined(UTMP_FILE) && !defined(DISABLE_UTMP) | 680 | # if defined(UTMP_FILE) && !defined(DISABLE_UTMP) |