search for: file_attribute_hidden

Displaying 3 results from an estimated 3 matches for "file_attribute_hidden".

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 #define FILE_ATTRIBUTE_TEMPORARY??????? 0x100L #define FILE_ATTRIBUTE_SPARSE?????????? 0x200L...
2005 Sep 16
1
incorrect shared access to the file - samba oplock bug?
...f the file can be read. Touching the file from other program like Explorer has effect - Windows refreshes the file to it's current state. The file is opening from Windows as follow: CreateFile(file_name, GENERIC_READ, FILE_SHARE_WRITE, (LPSECURITY_ATTRIBUTES)NULL, OPEN_EXISTING, FILE_ATTRIBUTE_HIDDEN, (HANDLE)NULL)) Samba v. 2.2.7a, Linux kernel v. 2.4.20, oplock parameters - default. The effect is same in Windows 98 and XP. Please help!
2012 Nov 02
10
[PATCH 0/9] elflink fixes
From: Matt Fleming <matt.fleming at intel.com> Here are the patches that I've got queued up based on the very helpful feedback I received from people testing Syslinux 5.00-pre9. Unless anyone has any concerns these will make it into Syslinux 5.00-pre10. Matt Fleming (9): pxe: Don't call open_config() from the pxe core ldlinux: Print a warning if no config file is found