mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
s3-libndr: add ../librpc/ndr/libndr.h include in some places.
Guenther
This commit is contained in:
parent
2352e7cb7f
commit
a730dff783
@ -21,6 +21,7 @@
|
||||
#include "libcli/security/security.h"
|
||||
#include "../libgpo/gpo.h"
|
||||
#include "auth.h"
|
||||
#include "../librpc/ndr/libndr.h"
|
||||
#if _SAMBA_BUILD_ == 4
|
||||
#include "libgpo/ads_convenience.h"
|
||||
#include "librpc/gen_ndr/security.h"
|
||||
|
@ -22,6 +22,7 @@
|
||||
#include "tldap_util.h"
|
||||
#include "../libcli/security/security.h"
|
||||
#include "../lib/util/asn1.h"
|
||||
#include "../librpc/ndr/libndr.h"
|
||||
|
||||
bool tldap_entry_values(struct tldap_message *msg, const char *attribute,
|
||||
DATA_BLOB **values, int *num_values)
|
||||
|
@ -21,6 +21,7 @@
|
||||
#include "ads.h"
|
||||
#include "libads/ldap_schema.h"
|
||||
#include "../libcli/security/secace.h"
|
||||
#include "../librpc/ndr/libndr.h"
|
||||
|
||||
/* for ADS */
|
||||
#define SEC_RIGHTS_FULL_CTRL 0xf01ff
|
||||
|
@ -20,6 +20,7 @@
|
||||
|
||||
#include "includes.h"
|
||||
#include "libads/dns.h"
|
||||
#include "../librpc/ndr/libndr.h"
|
||||
|
||||
/* AIX resolv.h uses 'class' in struct ns_rr */
|
||||
|
||||
|
@ -20,6 +20,7 @@
|
||||
*/
|
||||
|
||||
#include "includes.h"
|
||||
#include "../librpc/ndr/libndr.h"
|
||||
#include "librpc/ndr/util.h"
|
||||
|
||||
_PUBLIC_ void ndr_print_sockaddr_storage(struct ndr_print *ndr, const char *name, const struct sockaddr_storage *ss)
|
||||
|
@ -27,6 +27,7 @@
|
||||
#include "../libcli/auth/libcli_auth.h"
|
||||
#include "secrets.h"
|
||||
#include "dbwrap.h"
|
||||
#include "../librpc/ndr/libndr.h"
|
||||
|
||||
#undef DBGC_CLASS
|
||||
#define DBGC_CLASS DBGC_PASSDB
|
||||
|
@ -21,6 +21,7 @@
|
||||
#include "includes.h"
|
||||
#include "passdb.h"
|
||||
#include "libcli/security/dom_sid.h"
|
||||
#include "../librpc/ndr/libndr.h"
|
||||
|
||||
#include "smbldap.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user