1
0
mirror of https://github.com/samba-team/samba.git synced 2025-10-26 23:33:15 +03:00

r15328: Move some functions around, remove dependencies.

Remove some autogenerated headers (which had prototypes now autogenerated by pidl)
Remove ndr_security.h from a few places - it's no longer necessary
This commit is contained in:
Jelmer Vernooij
2006-04-29 17:34:49 +00:00
committed by Gerald (Jerry) Carter
parent f10b38b824
commit c19c2b51d3
45 changed files with 193 additions and 252 deletions

View File

@@ -25,13 +25,14 @@
#include "rpc_server/dcerpc_server.h"
#include "rpc_server/common/common.h"
#include "lib/ldb/include/ldb.h"
#include "auth/auth_sam.h"
#include "auth/auth.h"
#include "auth/auth_sam.h"
#include "dsdb/samdb/samdb.h"
#include "rpc_server/samr/proto.h"
#include "db_wrap.h"
#include "libcli/auth/libcli_auth.h"
#include "auth/gensec/schannel_state.h"
#include "libcli/security/security.h"
struct server_pipe_state {
struct netr_Credential client_challenge;