Ignore:
Timestamp:
May 20, 2009, 6:46:53 PM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update 3.2 branch to 3.2.4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.2.x/source/include/smb.h

    r137 r204  
    13781378#define FILE_OPEN_BY_FILE_ID      0x2000
    13791379
    1380 /* Private create options used by the ntcreatex processing code. From Samba4. */
    1381 #define NTCREATEX_OPTIONS_PRIVATE_DENY_DOS     0x01000000
    1382 #define NTCREATEX_OPTIONS_PRIVATE_DENY_FCB     0x02000000
     1380#define NTCREATEX_OPTIONS_MUST_IGNORE_MASK      (0x008F0480)
     1381
     1382#define NTCREATEX_OPTIONS_INVALID_PARAM_MASK    (0xFF100030)
     1383
     1384/*
     1385 * Private create options used by the ntcreatex processing code. From Samba4.
     1386 * We reuse some ignored flags for private use.
     1387 */
     1388#define NTCREATEX_OPTIONS_PRIVATE_DENY_DOS     0x00010000
     1389#define NTCREATEX_OPTIONS_PRIVATE_DENY_FCB     0x00020000
    13831390
    13841391/* Private options for streams support */
    1385 #define NTCREATEX_OPTIONS_PRIVATE_STREAM_DELETE 0x04000000
     1392#define NTCREATEX_OPTIONS_PRIVATE_STREAM_DELETE 0x00040000
    13861393
    13871394/* Responses when opening a file. */
Note: See TracChangeset for help on using the changeset viewer.