summaryrefslogtreecommitdiffstats
path: root/source3/modules
Commit message (Collapse)AuthorAgeFilesLines
* switch from mtime to ctime which is more reliable if files can be accessed ↵olivier2010-11-201-4/+4
| | | | | | | outside samba as well Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Sat Nov 20 03:07:04 CET 2010 on sn-devel-104
* Move the uglyness of #ifdef REALPATH_TAKES_NULL into the vfs_defaultJeremy Allison2010-11-207-17/+28
| | | | | | | | | | | | | module, change the signature of VFS_REALPATH to always return a malloc'ed string. Needed to make some privileges work I plan on doing shortly easier to code. Jeremy. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Sat Nov 20 02:15:50 CET 2010 on sn-devel-104
* s3/vfs_tsmsm: remove unneeded cast to off_tBjörn Jacke2010-11-181-2/+2
| | | | | | | "off_t" is wrong on 32 bit systems anyhow ... Autobuild-User: Björn Jacke <bj@sernet.de> Autobuild-Date: Thu Nov 18 14:47:59 UTC 2010 on sn-devel-104
* s3/vfs_tsmsm: fix debug output for large filesBjörn Jacke2010-11-181-6/+6
|
* s3/time_audit: fix a change that was just for debuggin purposeѕBjörn Jacke2010-11-101-2/+2
| | | | | Autobuild-User: Björn Jacke <bjacke@samba.org> Autobuild-Date: Wed Nov 10 12:28:41 UTC 2010 on sn-devel-104
* Fix bug 7781 - Samba transforms ShareName to lowercase (sharename) when ↵Jeremy Allison2010-11-101-4/+3
| | | | | | | | | adding new share via MMC Change the find_service() interface to not depend on fstring, and create a useable talloc-based interface. Jeremy.
* s3/vfs_time_audit: use monotonic clock for time deltasBjörn Jacke2010-11-101-334/+445
| | | | | Autobuild-User: Björn Jacke <bjacke@samba.org> Autobuild-Date: Wed Nov 10 01:13:22 UTC 2010 on sn-devel-104
* s3-waf: add vfs_time_audit to the build.Günther Deschner2010-10-281-0/+8
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Thu Oct 28 15:14:27 UTC 2010 on sn-devel-104
* s3: FILE_WRITE_DATA & friends have gone from includes.hVolker Lendecke2010-10-281-0/+1
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Thu Oct 28 13:37:06 UTC 2010 on sn-devel-104
* s3: Add a vfs_time_audit moduleAbhidnya P Chirmule2010-10-281-0/+2306
| | | | | | | This warns if a file system is slow Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Thu Oct 28 08:56:44 UTC 2010 on sn-devel-104
* s3: Fix bug 7759Volodymyr Khomenko2010-10-281-16/+18
|
* s3: Make gpfs winattrs work againVolker Lendecke2010-10-271-7/+31
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Wed Oct 27 15:32:00 UTC 2010 on sn-devel-104
* s3: fix the build of idmap_adex, idmap_tdb2, idmap_hash and several vfs modules.Günther Deschner2010-10-181-0/+1
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Mon Oct 18 14:39:39 UTC 2010 on sn-devel-104
* Ensure we have correct parameters to use Windows ACL modules.Jeremy Allison2010-10-162-4/+9
| | | | | Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Sat Oct 16 03:36:04 UTC 2010 on sn-devel-104
* Add acl_xattr:ignore system acls boolean (normally false) to allowJeremy Allison2010-10-163-11/+38
| | | | | | | | | | | Samba ACL module to ignore mapping to lower POSIX layer. With this fix Samba 3.6.x now passes RAW-ACLs (with certain smb.conf parameters set). Jeremy. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Sat Oct 16 01:26:31 UTC 2010 on sn-devel-104
* Add debug message to get_nt_acl_internal() to see what we got.Jeremy Allison2010-10-151-0/+7
|
* Fix valgrind "uninitialized read" error on "info" when returning !NT_STATUS_OK.Jeremy Allison2010-10-151-1/+5
| | | | Jeremy.
* Fix bug #7734 - When creating files with "inherit ACLs" set to true, we ↵Jeremy Allison2010-10-151-1/+1
| | | | | | neglect to apply appropriate create masks. Jeremy.
* s3:gpfs: Add support for the gpfs_ftruncate callChristian Ambach2010-10-133-2/+28
| | | | | | | | ported from the v3-4-ctdb branch to master This used to be commit 1f138cc9f4a Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Wed Oct 13 13:34:25 UTC 2010 on sn-devel-104
* s3:vfs:gpfs convert sharemodes/leases parameterChristian Ambach2010-10-132-20/+64
| | | | | convert gpfs:sharemodes and gpfs:leases parameters from a global setting to a per share setting
* s3:vfs:syncops add option to disable module per shareChristian Ambach2010-10-131-6/+35
| | | | | | add an option to disable the syncops module completely for a share with syncops:disable = true
* s3:vfs:syncops make it possible to specify syncops:onclose per shareChristian Ambach2010-10-131-7/+43
| | | | | | | | convert the onclose option of the vfs_syncops module from a global option to a service-specific one as preparation for further flags, use a struct to store in the VFS handle instead of just the onclose flag
* libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett2010-10-122-1/+2
| | | | | | | | | | | | | | This will reduce the noise from merges of the rest of the libcli/security code, without this commit changing what code is actually used. This includes (along with other security headers) dom_sid.h and security_token.h Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Tue Oct 12 05:54:10 UTC 2010 on sn-devel-104
* Make the vfs_acl_xattr and other modules work with NULL SD's. FixJeremy Allison2010-10-121-41/+29
| | | | | | | | | | the "protected" inheritance problem (bleeding up from the POSIX layer). Jeremy Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Tue Oct 12 00:57:41 UTC 2010 on sn-devel-104
* s3-waf: slowly getting modules to match how they look like in old build.Günther Deschner2010-10-081-108/+108
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Fri Oct 8 09:31:01 UTC 2010 on sn-devel-104
* s3-waf: fix dependencies in most of our module subsystems.Günther Deschner2010-09-281-15/+1
| | | | Guenther
* s3: Lift smbd_server_conn from file_find_fdVolker Lendecke2010-09-281-2/+4
|
* s3: Lift smbd_server_conn from file_find_di_firstVolker Lendecke2010-09-281-1/+2
|
* s3: Remove smbd_server_conn from files_forallVolker Lendecke2010-09-281-3/+5
|
* s3-waf: fix dependencies to NDR_XATTR.Günther Deschner2010-09-271-0/+2
| | | | Guenther
* s3-waf: move perfcount subsystem to modules/wscript_build.Günther Deschner2010-09-271-0/+23
| | | | Guenther
* s3-waf: move charset subsystem to modules/wscript_build.Günther Deschner2010-09-271-0/+41
| | | | Guenther
* s3-waf: support --with-acl-support, at least for posix acls.Günther Deschner2010-09-271-0/+2
| | | | Guenther
* s3-waf: move VFS subsystem to modules/wscript_build.Günther Deschner2010-09-271-0/+401
| | | | Guenther
* s3-vfs: fix the build of nfs4_acls.cGünther Deschner2010-09-261-1/+2
| | | | Guenther
* s3-util_sid: use shared dom_sid_compare_auth and dom_sid_equal_X functions.Günther Deschner2010-09-201-9/+9
| | | | Guenther
* s3/vfs_scannedonly: use smb_msleep instead of nanosleepBjörn Jacke2010-09-161-2/+1
| | | | Thanks to Joachim Schmitz. This fixes bug #7478
* Check all SMB_MALLOC returns correctly. Found by Andreas Moroder ↵Jeremy Allison2010-09-101-3/+15
| | | | | | <andreas.moroder@gmx.net>. Jeremy
* s3-auth Rename NT_USER_TOKEN user_sids -> sidsAndrew Bartlett2010-08-312-3/+3
| | | | This is closer to the struct security_token from security.idl
* vfs_smb_traffic_analyzer: fix off by a second bugBjörn Jacke2010-08-301-1/+1
| | | | | convert_timespec_to_time_t is rounding but here we keep track of milliseconds here - so we should use plain the tv_sec.
* s3: Fix the build of the nfs4_acl moduleVolker Lendecke2010-08-301-0/+1
|
* s3: Remove smbd_server_fd()Volker Lendecke2010-08-291-14/+17
| | | | | | | | | This breaks the perfcol_onefs() build. Tim, Steve, this use of smbd_server_fd is replacable by calls into substitute.c. I don't have a onefs environment around to build a fix, so I've decided to insert an #error, making it not compile. The fix should be pretty obvious, you can get the socket data via "%I" and "%i" substitutions.
* s3: Remove smbd_server_fd from expand_msdfs_targetVolker Lendecke2010-08-261-3/+2
|
* s3-build: use dbwrap.h only where needed.Günther Deschner2010-08-262-0/+2
| | | | Guenther
* s3: Lift smbd_server_fd() from read_target_hostVolker Lendecke2010-08-161-5/+8
|
* s3: Remove get_client_fd()Volker Lendecke2010-08-161-1/+1
|
* s3-netlogon: remove global include of netlogon.h.Günther Deschner2010-08-065-0/+5
| | | | | | | This reduces precompiled headers by another 4 MB and also slightly speeds up the build. Guenther
* s3-secrets: only include secrets.h when needed.Günther Deschner2010-08-051-0/+1
| | | | Guenther
* small optimizations for shadowcopy2 moduleChristian Ambach2010-08-041-2/+2
| | | | | | | - remove a compiler warning - replace strlen usage Signed-off-by: Christian Ambach <christian.ambach@de.ibm.com>
* fix snapshot content display with hide unreadableChristian Ambach2010-08-041-1/+8
| | | | | | | | | | | | With the hide unreadable option set, snapshots are be displayed as empty with shadow_copy2 and a NFSv4 ACL module. To prevent multiple conversions of the paths when the acl call does a VFS_STAT (as the nfs4acl code does), a check was added to convert_shadow2_name() so it will not touch paths any more that look like they have already been converted. Signed-off-by: Christian Ambach <christian.ambach@de.ibm.com>