search for: smbc_getxattr_ctx

Displaying 2 results from an estimated 2 matches for "smbc_getxattr_ctx".

2008 Dec 17
2
Segmentation fault in smbc_getxattr()->...->convert_sid_to_string() in samba-3.2.6
...000033a8661bb4 in vsnprintf () from /lib64/tls/libc.so.6 #3 0x00000033a86481a1 in snprintf () from /lib64/tls/libc.so.6 #4 0x00002aaaaaaebf36 in convert_sid_to_string () from /usr/lib/libsmbclient.so.0 #5 0x00002aaaaaaedbda in cacl_get () from /usr/lib/libsmbclient.so.0 #6 0x00002aaaaaaf05ff in SMBC_getxattr_ctx () from /usr/lib/libsmbclient.so.0 #7 0x00002aaaaaae1d75 in smbc_getxattr () from /usr/lib/libsmbclient.so.0 #8 0x0000000000400fad in main () Can somebody please help me solve this. I'm unable to use smbc_getxattr() in the latest version of samba. thanks, -Kishore
2011 Jun 20
2
How do i get file attributes using samba.
Hi, I need to extract the following attributes of a file in Windows share using samba. /* FileAttributesField */ #define FILE_ATTRIBUTE_READONLY???????? 0x001L #define FILE_ATTRIBUTE_HIDDEN?????????? 0x002L #define FILE_ATTRIBUTE_SYSTEM?????????? 0x004L #define FILE_ATTRIBUTE_DIRECTORY??????? 0x010L #define FILE_ATTRIBUTE_ARCHIVE????????? 0x020L #define FILE_ATTRIBUTE_NORMAL?????????? 0x080L