Changeset 137 for trunk/samba/source/modules/vfs_full_audit.c
- Timestamp:
- Jun 22, 2008, 3:30:02 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/samba/source/modules/vfs_full_audit.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/samba/source/modules/vfs_full_audit.c
r136 r137 191 191 static struct file_id smb_full_audit_file_id_create(struct vfs_handle_struct *handle, 192 192 SMB_DEV_T dev, SMB_INO_T inode); 193 194 195 196 197 198 193 199 static NTSTATUS smb_full_audit_fget_nt_acl(vfs_handle_struct *handle, files_struct *fsp, 194 200 uint32 security_info, … … 423 429 {SMB_VFS_OP(smb_full_audit_file_id_create), SMB_VFS_OP_FILE_ID_CREATE, 424 430 SMB_VFS_LAYER_LOGGER}, 431 432 425 433 426 434 /* NT ACL operations. */ … … 591 599 { SMB_VFS_OP_CHFLAGS, "chflags" }, 592 600 { SMB_VFS_OP_FILE_ID_CREATE, "file_id_create" }, 601 593 602 { SMB_VFS_OP_FGET_NT_ACL, "fget_nt_acl" }, 594 603 { SMB_VFS_OP_GET_NT_ACL, "get_nt_acl" }, … … 1530 1539 } 1531 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1532 1559 static NTSTATUS smb_full_audit_fget_nt_acl(vfs_handle_struct *handle, files_struct *fsp, 1533 1560 uint32 security_info,
Note:
See TracChangeset
for help on using the changeset viewer.
