Ignore:
Timestamp:
Jun 22, 2008, 3:30:02 AM (17 years ago)
Author:
Paul Smedley
Message:

Update trunk to 3.2.0rc2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/samba/source/modules/vfs_full_audit.c

    r136 r137  
    191191static struct file_id smb_full_audit_file_id_create(struct vfs_handle_struct *handle,
    192192                                                    SMB_DEV_T dev, SMB_INO_T inode);
     193
     194
     195
     196
     197
     198
    193199static NTSTATUS smb_full_audit_fget_nt_acl(vfs_handle_struct *handle, files_struct *fsp,
    194200                                uint32 security_info,
     
    423429        {SMB_VFS_OP(smb_full_audit_file_id_create),     SMB_VFS_OP_FILE_ID_CREATE,
    424430         SMB_VFS_LAYER_LOGGER},
     431
     432
    425433
    426434        /* NT ACL operations. */
     
    591599        { SMB_VFS_OP_CHFLAGS,   "chflags" },
    592600        { SMB_VFS_OP_FILE_ID_CREATE,    "file_id_create" },
     601
    593602        { SMB_VFS_OP_FGET_NT_ACL,       "fget_nt_acl" },
    594603        { SMB_VFS_OP_GET_NT_ACL,        "get_nt_acl" },
     
    15301539}
    15311540
     1541
     1542
     1543
     1544
     1545
     1546
     1547
     1548
     1549
     1550
     1551
     1552
     1553
     1554
     1555
     1556
     1557
     1558
    15321559static NTSTATUS smb_full_audit_fget_nt_acl(vfs_handle_struct *handle, files_struct *fsp,
    15331560                                uint32 security_info,
Note: See TracChangeset for help on using the changeset viewer.