From dc8538b405c506c7a84682b2bb984dc01a05b8f9 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 27 Sep 2009 12:47:24 +0200 Subject: s3:winbind: Make check_info3_in_group, sanitize its memory handling --- source3/winbindd/winbindd_proto.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3/winbindd/winbindd_proto.h') diff --git a/source3/winbindd/winbindd_proto.h b/source3/winbindd/winbindd_proto.h index dc5650165b..307225877f 100644 --- a/source3/winbindd/winbindd_proto.h +++ b/source3/winbindd/winbindd_proto.h @@ -497,6 +497,8 @@ void ndr_print_winbindd_domain(struct ndr_print *ndr, bool check_request_flags(uint32_t flags); struct winbindd_domain *find_auth_domain(uint8_t flags, const char *domain_name); +NTSTATUS check_info3_in_group(struct netr_SamInfo3 *info3, + const char *group_sid); NTSTATUS append_auth_data(struct winbindd_cli_state *state, struct netr_SamInfo3 *info3, const char *name_domain, -- cgit