summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2010-04-28 14:13:22 -0700
committerJeremy Allison <jra@samba.org>2010-04-28 14:13:22 -0700
commitac09506d36ea3018f888775058901498ab6aa370 (patch)
tree53cfe0c1b6226777513e926da10e3495c95f5f0e /source3/include
parent37e9019119326aca374d55c6379b13b5cd0f564a (diff)
downloadsamba-ac09506d36ea3018f888775058901498ab6aa370.tar.gz
samba-ac09506d36ea3018f888775058901498ab6aa370.tar.bz2
samba-ac09506d36ea3018f888775058901498ab6aa370.zip
Connect set security descriptor into SMB2 code.
Jeremy.
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index f5e9ec4e06..1eaa008320 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -6613,6 +6613,8 @@ void send_nt_replies(connection_struct *conn,
char *params, int paramsize,
char *pdata, int datasize);
void reply_ntcreate_and_X(struct smb_request *req);
+NTSTATUS set_sd(files_struct *fsp, uint8_t *data, uint32_t sd_len,
+ uint32_t security_info_sent);
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);