| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a subtle logic bug in the adaption of se_create_child_secdesc(), pass RAW... | Jeremy Allison | 2008-11-08 | 1 | -1/+20 |
* | Start factoring out the inheritance differences. | Jeremy Allison | 2008-11-06 | 1 | -2/+1 |
* | Don't call FSET_NT_ACL on file create if there's no SD to set. Leave the defa... | Jeremy Allison | 2008-11-06 | 1 | -4/+0 |
* | Only one more issue with NULL ACL test left to solve. | Jeremy Allison | 2008-11-06 | 1 | -1/+1 |
* | Fix crash in module, get more of the NULL acl test right. | Jeremy Allison | 2008-11-06 | 1 | -14/+18 |
* | Pass all of RAW-ACLS except for inheritence. Working on that next. | Jeremy Allison | 2008-11-04 | 1 | -1/+1 |
* | Pass all the non-inherited S4 RAW-ACL tests. | Jeremy Allison | 2008-11-03 | 1 | -0/+4 |
* | Remove sys_dl*() - stubs are already provided by libreplace. | Jelmer Vernooij | 2008-11-01 | 1 | -8/+8 |
* | Move sys_realpath() to libreplace. | Jelmer Vernooij | 2008-11-01 | 1 | -1/+1 |
* | Move sys_lchown() to libreplace. | Jelmer Vernooij | 2008-11-01 | 2 | -2/+2 |
* | Move sys_symlink() to libreplace. | Jelmer Vernooij | 2008-11-01 | 1 | -2/+2 |
* | Move sys_link to libreplace. | Jelmer Vernooij | 2008-11-01 | 1 | -1/+1 |
* | Use 'regular' chown, libreplace will provide (dummy) replacement if necessary. | Jelmer Vernooij | 2008-11-01 | 1 | -1/+1 |
* | Get closer to passing S4 RAW-ACLs. | Jeremy Allison | 2008-10-31 | 1 | -15/+76 |
* | Unify se_access_check with the S4 code. Will make | Jeremy Allison | 2008-10-31 | 1 | -3/+3 |
* | Start moving us closer to passing S4 RAW-ACL test using the vfs_acl_xattr mod... | Jeremy Allison | 2008-10-30 | 1 | -0/+51 |
* | Inherit Windows ACLs on a new directory. | Jeremy Allison | 2008-10-30 | 1 | -13/+55 |
* | Fix CID 606 - failed to return -1 after socket() fail. | Jeremy Allison | 2008-10-29 | 1 | -0/+1 |
* | Allow a new file to inherit the Windows ACL from its parent. | Jeremy Allison | 2008-10-29 | 1 | -82/+174 |
* | Share xattr implementation. | Jelmer Vernooij | 2008-10-15 | 1 | -32/+32 |
* | Use {u,}int64_t instead of SMB_BIG_{U,}INT. | Jelmer Vernooij | 2008-10-14 | 3 | -14/+14 |
* | Whitespace tidyup and an optimization to remove a talloc. | Jeremy Allison | 2008-10-13 | 1 | -7/+5 |
* | Enable optional anonymization of user names, | Holger Hetterich | 2008-10-13 | 1 | -1/+24 |
* | Remove SEC_ACCESS. It's a uint32_t. | Jeremy Allison | 2008-10-09 | 2 | -6/+4 |
* | Make use of ZERO_STRUCT (the first memset was actually wrong) | Volker Lendecke | 2008-10-09 | 1 | -3/+3 |
* | Fixed "might be uninitialized" warning | Tim Prouty | 2008-10-08 | 1 | -2/+2 |
* | Deal with inheritance from parent directory when setting Windows | Jeremy Allison | 2008-10-08 | 1 | -0/+16 |
* | Fix const warning. | Jeremy Allison | 2008-10-07 | 1 | -1/+1 |
* | Update vfs version as I've added a const to the security_descriptor paramter ... | Jeremy Allison | 2008-10-07 | 8 | -23/+19 |
* | Make map_errno_from_nt_status() a generic call, not just a cli specific one. | Jeremy Allison | 2008-10-07 | 1 | -22/+36 |
* | Fixed build warning "passing arg from incompatible pointer type" | Tim Prouty | 2008-10-06 | 1 | -1/+3 |
* | Turn the socket connections into a refcounted list - in the common case there... | Jeremy Allison | 2008-10-01 | 1 | -44/+95 |
* | Convert to allocated strings. Use write_data(), not send as this doesn't corr... | Jeremy Allison | 2008-09-30 | 1 | -58/+42 |
* | Revert erroneous commit. | Jeremy Allison | 2008-09-30 | 1 | -1/+1 |
* | Remove current_user_info - not needed. | Jeremy Allison | 2008-09-30 | 2 | -5/+3 |
* | Restructure the module so it connects to the remote data sink | Jeremy Allison | 2008-09-30 | 1 | -150/+156 |
* | Use IPv4/v6 independent calls. Change safe_strcpy/cat to strlcpy/cat (this | Jeremy Allison | 2008-09-25 | 1 | -84/+97 |
* | Fix the new vfs_smb_traffic_analyzer build for static links | Jim McDonough | 2008-09-24 | 1 | -2/+2 |
* | SMB traffic analyzer vfs module from Holger Hetterich <hhetter@novell.com> | Holger Hetterich | 2008-09-24 | 1 | -0/+352 |
* | s3-nbt: fix remaining callers of ndr_push/pull_struct_blob. | Günther Deschner | 2008-09-23 | 2 | -4/+4 |
* | Correctly get+set the NT ACL on a file. Now to make us check it on open.. | Jeremy Allison | 2008-09-17 | 1 | -3/+12 |
* | Mark module experimental, fix crash bugs. | Jeremy Allison | 2008-09-17 | 1 | -2/+9 |
* | First (incomplete) cut of this module. Based on Volker's original work. | Jeremy Allison | 2008-09-16 | 1 | -0/+315 |
* | When setting an NFSv4 ACL, map generic bits | Volker Lendecke | 2008-09-08 | 1 | -0/+4 |
* | fixed an errno handling bug that could lead to an infinite loop | Andrew Tridgell | 2008-08-26 | 1 | -2/+2 |
* | fixed tsmsm_sendfile(). The logic was totally broken. | Andrew Tridgell | 2008-08-26 | 1 | -4/+7 |
* | Fix bug #5692 - Core dump in full_audit.so. | Jeremy Allison | 2008-08-14 | 3 | -5/+4 |
* | Revert "Add a gpfs_prefetch module" | Michael Adam | 2008-08-14 | 1 | -308/+0 |
* | Put prototypes of modules/vfs_irixacl.c to new modules/vfs_irixacl.h. | Michael Adam | 2008-08-14 | 1 | -0/+45 |
* | Put prototypes of modules/vfs_hpuxacl.c to new modules/vfs_hpuxacl.h. | Michael Adam | 2008-08-14 | 1 | -0/+58 |