From a94a4b788c3056068d0c8e42c55e990f418db666 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Mon, 26 Apr 2010 20:11:59 -0700 Subject: Plumb in get_nt_acl into SMB2. Jeremy. --- source3/include/proto.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'source3/include/proto.h') diff --git a/source3/include/proto.h b/source3/include/proto.h index a27ef89d01..ff4a04b4fa 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -6616,6 +6616,13 @@ void reply_ntcreate_and_X(struct smb_request *req); struct ea_list *read_nttrans_ea_list(TALLOC_CTX *ctx, const char *pdata, size_t data_size); void reply_ntcancel(struct smb_request *req); void reply_ntrename(struct smb_request *req); +NTSTATUS smbd_do_query_security_desc(connection_struct *conn, + TALLOC_CTX *mem_ctx, + files_struct *fsp, + uint32_t security_info_wanted, + uint32_t max_data_count, + uint8_t **ppmarshalled_sd, + size_t *psd_size); void reply_nttrans(struct smb_request *req); void reply_nttranss(struct smb_request *req); -- cgit