Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-11-01 | Remove sys_dl*() - stubs are already provided by libreplace. | Jelmer Vernooij | 1 | -8/+8 | |
2008-11-01 | Move sys_realpath() to libreplace. | Jelmer Vernooij | 1 | -1/+1 | |
2008-11-01 | Move sys_lchown() to libreplace. | Jelmer Vernooij | 2 | -2/+2 | |
2008-11-01 | Move sys_symlink() to libreplace. | Jelmer Vernooij | 1 | -2/+2 | |
2008-11-01 | Move sys_link to libreplace. | Jelmer Vernooij | 1 | -1/+1 | |
2008-11-01 | Use 'regular' chown, libreplace will provide (dummy) replacement if necessary. | Jelmer Vernooij | 1 | -1/+1 | |
2008-10-31 | Get closer to passing S4 RAW-ACLs. | Jeremy Allison | 1 | -15/+76 | |
Jeremy. | |||||
2008-10-31 | Unify se_access_check with the S4 code. Will make | Jeremy Allison | 1 | -3/+3 | |
calculation of SEC_FLAG_MAXIMUM_ALLOWED much easier for files. Jeremy. | |||||
2008-10-30 | Start moving us closer to passing S4 RAW-ACL test using the vfs_acl_xattr ↵ | Jeremy Allison | 1 | -0/+51 | |
module. Inheritance fails at the moment though. Jeremy. | |||||
2008-10-30 | Inherit Windows ACLs on a new directory. | Jeremy Allison | 1 | -13/+55 | |
Jeremy. | |||||
2008-10-29 | Fix CID 606 - failed to return -1 after socket() fail. | Jeremy Allison | 1 | -0/+1 | |
Jeremy. | |||||
2008-10-29 | Allow a new file to inherit the Windows ACL from its parent. | Jeremy Allison | 1 | -82/+174 | |
Now to do the same for directories. Jeremy. | |||||
2008-10-15 | Share xattr implementation. | Jelmer Vernooij | 1 | -32/+32 | |
2008-10-14 | Use {u,}int64_t instead of SMB_BIG_{U,}INT. | Jelmer Vernooij | 3 | -14/+14 | |
2008-10-13 | Whitespace tidyup and an optimization to remove a talloc. | Jeremy Allison | 1 | -7/+5 | |
Jeremy. | |||||
2008-10-13 | Enable optional anonymization of user names, | Holger Hetterich | 1 | -1/+24 | |
if the configuration parameter anonymization_prefix is defined in smb.conf, and use the prefix given there. | |||||
2008-10-09 | Remove SEC_ACCESS. It's a uint32_t. | Jeremy Allison | 2 | -6/+4 | |
Jeremy. | |||||
2008-10-09 | Make use of ZERO_STRUCT (the first memset was actually wrong) | Volker Lendecke | 1 | -3/+3 | |
2008-10-08 | Fixed "might be uninitialized" warning | Tim Prouty | 1 | -2/+2 | |
2008-10-08 | Deal with inheritance from parent directory when setting Windows | Jeremy Allison | 1 | -0/+16 | |
ACLs. Jeremy. | |||||
2008-10-07 | Fix const warning. | Jeremy Allison | 1 | -1/+1 | |
Jeremy. | |||||
2008-10-07 | Update vfs version as I've added a const to the security_descriptor paramter ↵ | Jeremy Allison | 8 | -23/+19 | |
in fset_nt_acl(). Need to watch the build farm to make sure I haven't broken the AIX or Solaris ACL modules. Jeremy. | |||||
2008-10-07 | Make map_errno_from_nt_status() a generic call, not just a cli specific one. | Jeremy Allison | 1 | -22/+36 | |
Remove some unused calls from vfs_acl_xattr. Test for SD's on existing files. Jeremy. | |||||
2008-10-06 | Fixed build warning "passing arg from incompatible pointer type" | Tim Prouty | 1 | -1/+3 | |
The fix explicitly makes the conversion from timeval to time_t using the existing time utility functions. Compiling modules/vfs_smb_traffic_analyzer.c modules/vfs_smb_traffic_analyzer.c: In function `smb_traffic_analyzer_send_data': modules/vfs_smb_traffic_analyzer.c:173: warning: passing arg 1 of `localtime' from incompatible pointer type | |||||
2008-10-01 | Turn the socket connections into a refcounted list - in the common case ↵ | Jeremy Allison | 1 | -44/+95 | |
there'll now only be one socket per smbd. Changed the format of the wire data to (a) include a version number (V1) as the first element. (b) removed the ";)" at the end an replaced it with a "\n". Receiver can change back if needed, and now receiver can just log "as-is" to a text file (making testing easier). Added my (C). Sorry Holger, but I've changed quite a bit now. Jeremy. | |||||
2008-09-30 | Convert to allocated strings. Use write_data(), not send as this doesn't ↵ | Jeremy Allison | 1 | -58/+42 | |
correctly deal with EINTR. Jim and Holger please check this still works. Jeremy. | |||||
2008-09-30 | Revert erroneous commit. | Jeremy Allison | 1 | -1/+1 | |
Jeremy. | |||||
2008-09-30 | Remove current_user_info - not needed. | Jeremy Allison | 2 | -5/+3 | |
Jeremy. | |||||
2008-09-30 | Restructure the module so it connects to the remote data sink | Jeremy Allison | 1 | -150/+156 | |
on connect, and closes the socket on client disconnect. This should make it much more efficient. Store the remote fd in a private data pointer off the handle. Finally we need to remove the fstrings and convert to allocated buffer storage. Jeremy. | |||||
2008-09-25 | Use IPv4/v6 independent calls. Change safe_strcpy/cat to strlcpy/cat (this | Jeremy Allison | 1 | -84/+97 | |
needs changing to talloc_sprintf) and fix file descriptor resource leaks in error paths. Jim and Holger please check ! Jeremy. | |||||
2008-09-24 | Fix the new vfs_smb_traffic_analyzer build for static links | Jim McDonough | 1 | -2/+2 | |
2008-09-24 | SMB traffic analyzer vfs module from Holger Hetterich <hhetter@novell.com> | Holger Hetterich | 1 | -0/+352 | |
Used to gather data to feed to a database for live and historical analysis of usage per user, per share, etc. Helper apps to read the data still to come. This one still needs to be made ipv6 enabled (connection is made to the helper app). | |||||
2008-09-23 | s3-nbt: fix remaining callers of ndr_push/pull_struct_blob. | Günther Deschner | 2 | -4/+4 | |
Guenther | |||||
2008-09-17 | Correctly get+set the NT ACL on a file. Now to make us check it on open.. | Jeremy Allison | 1 | -3/+12 | |
Jeremy. | |||||
2008-09-17 | Mark module experimental, fix crash bugs. | Jeremy Allison | 1 | -2/+9 | |
Jeremy. | |||||
2008-09-16 | First (incomplete) cut of this module. Based on Volker's original work. | Jeremy Allison | 1 | -0/+315 | |
Jeremy. | |||||
2008-09-08 | When setting an NFSv4 ACL, map generic bits | Volker Lendecke | 1 | -0/+4 | |
(This used to be commit dbe7a61be2beac50d1665e38ac374cefbbabec00) | |||||
2008-08-26 | fixed an errno handling bug that could lead to an infinite loop | Andrew Tridgell | 1 | -2/+2 | |
(This used to be commit 5ccdc58ce91ee40ca7171dd040191291aeb7fe02) | |||||
2008-08-26 | fixed tsmsm_sendfile(). The logic was totally broken. | Andrew Tridgell | 1 | -4/+7 | |
(This used to be commit 794e48b809036871287df8416a2c669b7e26f216) | |||||
2008-08-14 | Fix bug #5692 - Core dump in full_audit.so. | Jeremy Allison | 3 | -5/+4 | |
There were some function mismatches in the various GET_NT_ACL modules (some places the fsp parameter has not been removed). Jeremy. (This used to be commit 221cc5e21eb27cdad51f34ec6832467a7bd89213) | |||||
2008-08-14 | Revert "Add a gpfs_prefetch module" | Michael Adam | 1 | -308/+0 | |
This reverts commit fc9b30bed2d774dca6660b497cb50f982b23b885. Sorry, this got pushed by accident: "This can not go upstream yet because it uses the non-GPL libgpfs." Michael (This used to be commit 26a3cf0be918fe577a979f3e358d58359e42b2f1) | |||||
2008-08-14 | Put prototypes of modules/vfs_irixacl.c to new modules/vfs_irixacl.h. | Michael Adam | 1 | -0/+45 | |
Thereby (hopefully) fixing the potential build problems with IRIX acls. Michael (This used to be commit 61c201d416bbc37950b980e8598b7ef1292336bc) | |||||
2008-08-14 | Put prototypes of modules/vfs_hpuxacl.c to new modules/vfs_hpuxacl.h. | Michael Adam | 1 | -0/+58 | |
Thereby (hopefully) fixing the potential build problems with HPUX acls. Michael (This used to be commit 4f2a1de990dc9063a1db877c06a5c1d68924edcf) | |||||
2008-08-14 | Put prototypes of modules/vfs_solarisacl.c to new modules/vfs_solarisacl.h. | Michael Adam | 1 | -0/+45 | |
Thereby (hopefully) fixing the potential build problems with solaris acls. Michael (This used to be commit 8413c05afcde65006fa7c8743f30b53cc33c1729) | |||||
2008-08-14 | Put prototypes of modules/vfs_tru64acl.c to new modules/vfs_tru64acl.h. | Michael Adam | 1 | -0/+45 | |
Thereby (hopefully) fixing the build with tru64 acls. Michael (This used to be commit 1ab64b69850489a2648a2543da6d0e1157df68bc) | |||||
2008-08-14 | Put prototypes of modules/vfs_posixacl.c into new modules/vfs_posixacl.h. | Michael Adam | 1 | -0/+46 | |
Michael (This used to be commit 876f6793434174051084b17f3b02bd1bbb24ec44) | |||||
2008-08-13 | Add a gpfs_prefetch module | Volker Lendecke | 1 | -0/+308 | |
This can not go upstream yet because it uses the non-GPL libgpfs. So it will not be compiled by default and will not be included in the SOFS RPMs. But upon Sven's request, we include it in the git tree and the source RPMs, so that it can be built for in-house tests. (This used to be commit fc9b30bed2d774dca6660b497cb50f982b23b885) | |||||
2008-08-13 | keep compatibility with v3-0-ctdb name for fileid:mapping option | Andrew Tridgell | 1 | -1/+1 | |
(This used to be commit 2856d2e4a43fbcc6c8f8ac7b1613828170362861) | |||||
2008-07-18 | Fix the build of vfs_zfsacl.c | Volker Lendecke | 1 | -16/+1 | |
(cherry picked from commit b83beeda44e1c8d485c2ad6bb8ee539cdcbe8bda) (This used to be commit b46ce28039e8829f5188574ebe84ff3b7d9e65bc) | |||||
2008-07-18 | Change the directory parameter in streams_depot to become consistent | Volker Lendecke | 1 | -1/+1 | |
This is not built by default and not documented in 3.2.0, so I doubt this will break any setups :-) (cherry picked from commit ca2dfb372cfd9096407fca67a6b65bceda6f72b6) (This used to be commit 9393cdda97a886f4bdd187d76461724edeec9ed3) |