Ignore:
Timestamp:
Nov 14, 2012, 12:59:34 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: update vendor to 3.6.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/source3/include/trans2.h

    r414 r740  
    295295#define SMB_FILE_NAME_INFORMATION                       1009
    296296#define SMB_FILE_RENAME_INFORMATION                     1010
     297#define SMB2_FILE_RENAME_INFORMATION_INTERNAL           0xFF0A  /* Internal mapped version. */
    297298#define SMB_FILE_LINK_INFORMATION                       1011
    298299#define SMB_FILE_NAMES_INFORMATION                      1012
     
    334335#define SMB_FS_OBJECTID_INFORMATION                     1008
    335336
     337/* SMB_FS_DEVICE_INFORMATION device types. */
     338#define FILE_DEVICE_CD_ROM              0x2
     339#define FILE_DEVICE_DISK                0x7
     340
     341/* SMB_FS_DEVICE_INFORMATION characteristics. */
     342#define FILE_REMOVABLE_MEDIA            0x001
     343#define FILE_READ_ONLY_DEVICE           0x002
     344#define FILE_FLOPPY_DISKETTE            0x004
     345#define FILE_WRITE_ONCE_MEDIA           0x008
     346#define FILE_REMOTE_DEVICE              0x010
     347#define FILE_DEVICE_IS_MOUNTED          0x020
     348#define FILE_VIRTUAL_VOLUME             0x040
     349#define FILE_DEVICE_SECURE_OPEN         0x100
     350
    336351/* flags on trans2 findfirst/findnext that control search */
    337352#define FLAG_TRANS2_FIND_CLOSE          0x1
     
    651666
    652667        8 bytes unsigned[] -    list of GIDs (may be empty)
    653         DOM_SID[] -             list of SIDs (may be empty)
     668        struct dom_sid[] -              list of SIDs (may be empty)
    654669*/
    655670
Note: See TracChangeset for help on using the changeset viewer.