search for: acl_user_obj

Displaying 9 results from an estimated 9 matches for "acl_user_obj".

2006 Dec 04
1
make errors, rsync 2.6.9 with acls patch
...reported only once acls.c:243: error: for each function it appears in.) acls.c: In function 'unpack_smb_acl': acls.c:284: error: 'ACL_READ' undeclared (first use in this function) acls.c:285: error: 'ACL_WRITE' undeclared (first use in this function) acls.c:289: error: 'ACL_USER_OBJ' undeclared (first use in this function) acls.c:295: error: 'ACL_USER' undeclared (first use in this function) acls.c:297: error: 'ACL_GROUP_OBJ' undeclared (first use in this function) acls.c:303: error: 'ACL_GROUP' undeclared (first use in this function) acls.c:305...
2019 Aug 06
1
[Bug 14076] New: 3.13 - lib/sysacls.h:118:13: error: array type has incomplete element type 'struct acl'
...d from acls.c:23:0: lib/sysacls.h:118:13: error: array type has incomplete element type 'struct acl' struct acl acl[1]; ^~~ acls.c: In function 'unpack_smb_acl': lib/sysacls.h:108:26: error: 'USER_OBJ' undeclared (first use in this function); did you mean 'ACL_USER_OBJ'? #define SMB_ACL_USER_OBJ USER_OBJ ^ acls.c:286:8: note: in expansion of macro 'SMB_ACL_USER_OBJ' case SMB_ACL_USER_OBJ: ^~~~~~~~~~~~~~~~ lib/sysacls.h:108:26: note: each undeclared identifier is reported only once for each function it appears in...
2011 Oct 20
3
[Announce] Samba 3.6.1 Available for Download
...ving as" of MS Office 2007 (Word) documents on Samba shares with SMB2. * BUG 8422: Fix infinite loop in ACL module code. * BUG 8429: Compound SMB2 requests on an IPC connection can corrupt the reply stream. * BUG 8443: Be smarter about setting default permissions when a ACL_USER_OBJ isn't given. * BUG 8453: Fix smbclient segfaults when dialect option -m is used for legacy dialects. * BUG 8458: IE9 on Windows 7 cannot download files to samba 3.5.11 share. * BUG 8473: smb2_find uses a hard coded max reply size of 0x10000 instead of smb2_max_tran...
2011 Oct 20
3
[Announce] Samba 3.6.1 Available for Download
...ving as" of MS Office 2007 (Word) documents on Samba shares with SMB2. * BUG 8422: Fix infinite loop in ACL module code. * BUG 8429: Compound SMB2 requests on an IPC connection can corrupt the reply stream. * BUG 8443: Be smarter about setting default permissions when a ACL_USER_OBJ isn't given. * BUG 8453: Fix smbclient segfaults when dialect option -m is used for legacy dialects. * BUG 8458: IE9 on Windows 7 cannot download files to samba 3.5.11 share. * BUG 8473: smb2_find uses a hard coded max reply size of 0x10000 instead of smb2_max_tran...
2011 Nov 02
0
[Announce] Samba 3.5.12 Available for Download
...error of cli_push when 'put - /some/file' is used. * BUG 8156: 'net ads join' fails to use the user's kerberos ticket. * BUG 8370: Fix vfs_chown_fsp. * BUG 8422: Fix infinite loop in ACL module code. * BUG 8443: Be smarter about setting default permissions when a ACL_USER_OBJ isn't given. * BUG 8458: IE9 on Windows 7 cannot download files to samba 3.5.11 share. * BUG 8493: DFS breaks zip file extracting unless "follow symlinks = no" set. * BUG 8507: Make smbd correctly honor the "force create mode" bits from a cifsfs...
2011 Nov 02
0
[Announce] Samba 3.5.12 Available for Download
...error of cli_push when 'put - /some/file' is used. * BUG 8156: 'net ads join' fails to use the user's kerberos ticket. * BUG 8370: Fix vfs_chown_fsp. * BUG 8422: Fix infinite loop in ACL module code. * BUG 8443: Be smarter about setting default permissions when a ACL_USER_OBJ isn't given. * BUG 8458: IE9 on Windows 7 cannot download files to samba 3.5.11 share. * BUG 8493: DFS breaks zip file extracting unless "follow symlinks = no" set. * BUG 8507: Make smbd correctly honor the "force create mode" bits from a cifsfs...
2010 Mar 20
2
[PATCH 4/4] btrfs-convert: split into convert/.
...for (i = 0; i < count; i++, dst_entry++) { - src_entry = (ext2_acl_entry *)src; - if (src + sizeof(ext2_acl_entry_short) > end) - goto fail; - dst_entry->e_tag = src_entry->e_tag; - dst_entry->e_perm = src_entry->e_perm; - switch (le16_to_cpu(src_entry->e_tag)) { - case ACL_USER_OBJ: - case ACL_GROUP_OBJ: - case ACL_MASK: - case ACL_OTHER: - src += sizeof(ext2_acl_entry_short); - dst_entry->e_id = cpu_to_le32(ACL_UNDEFINED_ID); - break; - case ACL_USER: - case ACL_GROUP: - src += sizeof(ext2_acl_entry); - if (src > end) - goto fail; - dst_entry->e_...
2010 May 28
1
samba 3.5.3: loads of errors copying some simple ACLs with robocopy
Maybe I'm doing somthing really stupid, but while copying some windows share onto a samba server, on some random subdirectory robocopy says ERROR 87 (0x00000057) Copying NTFS Security to Destination Directory... The samba logfile has lots of these lines. modules/vfs_posixacl.c:349(smb_acl_to_posix) smb_acl_to_posix: ACL is invalid for set (Das Argument ist ung?ltig) The strange thing is
2005 Sep 26
1
RES: RES: Re: ACLs with Problem
Paul, >1. Which user is logged on the the windows workstation trying to modify >a file on the samba share? Henrique are user, this user is in the list of administrators of the samba, but he is not administrator of the PDC (windows 2003). It looks at the parameters below of smb.conf: admin users = corniani, administrator, henrique >2. What are the ACLs on that file before you try to