Hello Derrell, Found another bug in libsmbclinet. This time in smbc_removexattr. Using Version 3.0.25b-SVN-build-23088 Trying to remove all acls crash the program ------------------------------------------- $ ./testacl -D system.nt_sec_desc.* smb://10.168.1.133/C$/acl/moo Workgroup: [KIC] Username: [jonas] admin Password: admin *** glibc detected *** free(): invalid pointer: 0x080e5698 *** Aborted
Created attachment 2723 [details] Testprogram to reproduce the bug
The crash should be fixed by r2437 and r24378. Deleting of an ACL still doesn't work, however. It does not appear that we're sending the correct flags. Still working on it. Derrell
Deleting ACLs now works. It sets the number of ACEs to zero. Closing.