mirror of
https://github.com/samba-team/samba.git
synced 2025-02-03 13:47:25 +03:00
s3-dcerpc: link against ../librpc/rpc/dcerpc_util.c
Guenther Signed-off-by: Simo Sorce <idra@samba.org> Signed-off-by: Günther Deschner <gd@samba.org>
This commit is contained in:
parent
716f9d6847
commit
ea66d8e4a5
@ -564,6 +564,7 @@ LIBMSRPC_GEN_OBJ = librpc/gen_ndr/cli_lsa.o \
|
||||
librpc/gen_ndr/cli_epmapper.o \
|
||||
librpc/gen_ndr/cli_drsuapi.o \
|
||||
librpc/gen_ndr/cli_spoolss.o \
|
||||
../librpc/rpc/dcerpc_util.o \
|
||||
$(LIBNDR_GEN_OBJ) \
|
||||
$(RPCCLIENT_NDR_OBJ)
|
||||
|
||||
|
@ -2931,6 +2931,12 @@ void flush_negative_conn_cache_for_domain(const char *domain);
|
||||
const char *dcerpc_errstr(TALLOC_CTX *mem_ctx, uint32_t fault_code);
|
||||
NTSTATUS dcerpc_fault_to_nt_status(uint32_t fault_code);
|
||||
|
||||
/* The following definitions come from ../librpc/rpc/dcerpc_util.c */
|
||||
|
||||
void dcerpc_set_frag_length(DATA_BLOB *blob, uint16_t v);
|
||||
uint16_t dcerpc_get_frag_length(const DATA_BLOB *blob);
|
||||
void dcerpc_set_auth_length(DATA_BLOB *blob, uint16_t v);
|
||||
|
||||
/* The following definitions come from libsmb/dsgetdcname.c */
|
||||
|
||||
void debug_dsdcinfo_flags(int lvl, uint32_t flags);
|
||||
|
Loading…
x
Reference in New Issue
Block a user