1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-15 16:23:49 +03:00

r1796: Enable server-side SPNEGO, now that I have fixed the server-side SMB

signing code to be able to cope.

Andrew Bartlett
This commit is contained in:
Andrew Bartlett
2004-08-13 00:16:57 +00:00
committed by Gerald (Jerry) Carter
parent c4036f2189
commit cb74d52b56
10 changed files with 258 additions and 125 deletions

View File

@@ -663,6 +663,7 @@ extern int errno;
#include "smbd/service.h"
#include "rpc_server/dcerpc_server.h"
#include "request.h"
#include "signing.h"
#include "smb_server/smb_server.h"
#include "ntvfs/ntvfs.h"
#include "cli_context.h"