mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-30 17:25:09 +02:00
- (dtucker) [auth2-gss.c] We still need the #ifdef GSSAPI in -portable.
This commit is contained in:
parent
90659f8166
commit
8c6fedaf22
@ -97,6 +97,7 @@
|
|||||||
[openbsd-compat/port-tun.c openbsd-compat/port-tun.h] Sprinkle more
|
[openbsd-compat/port-tun.c openbsd-compat/port-tun.h] Sprinkle more
|
||||||
includes for Linux in
|
includes for Linux in
|
||||||
- (dtucker) [cleanup.c] Need defines.h for __dead.
|
- (dtucker) [cleanup.c] Need defines.h for __dead.
|
||||||
|
- (dtucker) [auth2-gss.c] We still need the #ifdef GSSAPI in -portable.
|
||||||
|
|
||||||
20060804
|
20060804
|
||||||
- (dtucker) [configure.ac] The "crippled AES" test does not work on recent
|
- (dtucker) [configure.ac] The "crippled AES" test does not work on recent
|
||||||
@ -5167,4 +5168,4 @@
|
|||||||
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
||||||
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.4459 2006/08/05 04:46:27 dtucker Exp $
|
$Id: ChangeLog,v 1.4460 2006/08/05 05:24:59 dtucker Exp $
|
||||||
|
@ -26,6 +26,8 @@
|
|||||||
|
|
||||||
#include "includes.h"
|
#include "includes.h"
|
||||||
|
|
||||||
|
#ifdef GSSAPI
|
||||||
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
|
||||||
#include "xmalloc.h"
|
#include "xmalloc.h"
|
||||||
@ -293,3 +295,5 @@ Authmethod method_gssapi = {
|
|||||||
userauth_gssapi,
|
userauth_gssapi,
|
||||||
&options.gss_authentication
|
&options.gss_authentication
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#endif /* GSSAPI */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user