Changeset 920 for trunk/server/source3/modules
- Timestamp:
- Jun 9, 2016, 2:23:12 PM (10 years ago)
- Location:
- trunk/server
- Files:
-
- 4 edited
-
. (modified) (1 prop)
-
source3/modules/vfs_acl_common.c (modified) (1 diff)
-
source3/modules/vfs_full_audit.c (modified) (1 diff)
-
source3/modules/vfs_shadow_copy2.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/server
- Property svn:mergeinfo changed
/vendor/current merged: 919
- Property svn:mergeinfo changed
-
trunk/server/source3/modules/vfs_acl_common.c
r862 r920 24 24 #include "../libcli/security/security.h" 25 25 #include "../librpc/gen_ndr/ndr_security.h" 26 26 27 27 28 static NTSTATUS create_acl_blob(const struct security_descriptor *psd, -
trunk/server/source3/modules/vfs_full_audit.c
r918 r920 65 65 #include "auth.h" 66 66 #include "ntioctl.h" 67 67 68 68 69 static int vfs_full_audit_debug_level = DBGC_VFS; -
trunk/server/source3/modules/vfs_shadow_copy2.c
r918 r920 22 22 #include "includes.h" 23 23 #include "smbd/smbd.h" 24 25 24 26 #include "system/filesys.h" 25 27 #include "ntioctl.h" … … 765 767 } 766 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 767 806 static int shadow_copy2_rmdir(vfs_handle_struct *handle, const char *fname) 768 807 { … … 878 917 TALLOC_CTX *tmp_ctx = talloc_new(handle->data); 879 918 char *snapshot; 919 880 920 881 921 snapdir = shadow_copy2_find_snapdir(tmp_ctx, handle); … … 884 924 handle->conn->connectpath)); 885 925 errno = EINVAL; 926 927 928 929 930 931 932 886 933 talloc_free(tmp_ctx); 887 934 return -1;
Note:
See TracChangeset
for help on using the changeset viewer.
