summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_proto.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-09-27 12:47:24 +0200
committerVolker Lendecke <vl@samba.org>2009-09-28 17:54:20 +0200
commitdc8538b405c506c7a84682b2bb984dc01a05b8f9 (patch)
treed7a7d0c332cf19e4e80091ffd622e1629b298223 /source3/winbindd/winbindd_proto.h
parentf18d0b036c00ff24f082855a4fbb28681c39de70 (diff)
downloadsamba-dc8538b405c506c7a84682b2bb984dc01a05b8f9.tar.gz
samba-dc8538b405c506c7a84682b2bb984dc01a05b8f9.tar.bz2
samba-dc8538b405c506c7a84682b2bb984dc01a05b8f9.zip
s3:winbind: Make check_info3_in_group, sanitize its memory handling
Diffstat (limited to 'source3/winbindd/winbindd_proto.h')
-rw-r--r--source3/winbindd/winbindd_proto.h2
1 files changed, 2 insertions, 0 deletions
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,