summaryrefslogtreecommitdiff
path: root/source3/libsmb/proto.h
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2016-01-06 17:17:24 -0800
committerStefan Metzmacher <metze@samba.org>2016-03-10 06:52:23 +0100
commite7e23e96478870a3bf37b8b2d984890feabcf808 (patch)
tree248ab76d70b7e79a28617d4a7f095134fb718cf0 /source3/libsmb/proto.h
parent77b3d5b2a8848303070ba2e44476534885469a00 (diff)
downloadsamba-e7e23e96478870a3bf37b8b2d984890feabcf808.tar.gz
CVE-2015-7560: s3: libsmb: Rename cli_posix_getfaclXX() functions to cli_posix_getacl() as they operate on pathnames.
BUG: https://bugzilla.samba.org/show_bug.cgi?id=11648 Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'source3/libsmb/proto.h')
-rw-r--r--source3/libsmb/proto.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source3/libsmb/proto.h b/source3/libsmb/proto.h
index c32bba7ca59..ab5fd82b0cc 100644
--- a/source3/libsmb/proto.h
+++ b/source3/libsmb/proto.h
@@ -252,15 +252,15 @@ NTSTATUS cli_posix_hardlink(struct cli_state *cli,
const char *newname);
uint32_t unix_perms_to_wire(mode_t perms);
mode_t wire_perms_to_unix(uint32_t perms);
-struct tevent_req *cli_posix_getfacl_send(TALLOC_CTX *mem_ctx,
+struct tevent_req *cli_posix_getacl_send(TALLOC_CTX *mem_ctx,
struct tevent_context *ev,
struct cli_state *cli,
const char *fname);
-NTSTATUS cli_posix_getfacl_recv(struct tevent_req *req,
+NTSTATUS cli_posix_getacl_recv(struct tevent_req *req,
TALLOC_CTX *mem_ctx,
size_t *prb_size,
char **retbuf);
-NTSTATUS cli_posix_getfacl(struct cli_state *cli,
+NTSTATUS cli_posix_getacl(struct cli_state *cli,
const char *fname,
TALLOC_CTX *mem_ctx,
size_t *prb_size,