summaryrefslogtreecommitdiff
path: root/source3/modules
AgeCommit message (Expand)AuthorFilesLines
2010-11-24Fix bug #7812 - vfs_acl_xattr/vfs_acl_tdb: ACL inheritance cannot be disabledJeremy Allison1-0/+6
2010-11-20switch from mtime to ctime which is more reliable if files can be accessed ou...olivier1-4/+4
2010-11-20Move the uglyness of #ifdef REALPATH_TAKES_NULL into the vfs_defaultJeremy Allison7-17/+28
2010-11-18s3/vfs_tsmsm: remove unneeded cast to off_tBjörn Jacke1-2/+2
2010-11-18s3/vfs_tsmsm: fix debug output for large filesBjörn Jacke1-6/+6
2010-11-10s3/time_audit: fix a change that was just for debuggin purposeѕBjörn Jacke1-2/+2
2010-11-10Fix bug 7781 - Samba transforms ShareName to lowercase (sharename) when addin...Jeremy Allison1-4/+3
2010-11-10s3/vfs_time_audit: use monotonic clock for time deltasBjörn Jacke1-334/+445
2010-10-28s3-waf: add vfs_time_audit to the build.Günther Deschner1-0/+8
2010-10-28s3: FILE_WRITE_DATA & friends have gone from includes.hVolker Lendecke1-0/+1
2010-10-28s3: Add a vfs_time_audit moduleAbhidnya P Chirmule1-0/+2306
2010-10-28s3: Fix bug 7759Volodymyr Khomenko1-16/+18
2010-10-27s3: Make gpfs winattrs work againVolker Lendecke1-7/+31
2010-10-18s3: fix the build of idmap_adex, idmap_tdb2, idmap_hash and several vfs modules.Günther Deschner1-0/+1
2010-10-16Ensure we have correct parameters to use Windows ACL modules.Jeremy Allison2-4/+9
2010-10-16Add acl_xattr:ignore system acls boolean (normally false) to allowJeremy Allison3-11/+38
2010-10-15Add debug message to get_nt_acl_internal() to see what we got.Jeremy Allison1-0/+7
2010-10-15Fix valgrind "uninitialized read" error on "info" when returning !NT_STATUS_OK.Jeremy Allison1-1/+5
2010-10-15Fix bug #7734 - When creating files with "inherit ACLs" set to true, we negle...Jeremy Allison1-1/+1
2010-10-13s3:gpfs: Add support for the gpfs_ftruncate callChristian Ambach3-2/+28
2010-10-13s3:vfs:gpfs convert sharemodes/leases parameterChristian Ambach2-20/+64
2010-10-13s3:vfs:syncops add option to disable module per shareChristian Ambach1-6/+35
2010-10-13s3:vfs:syncops make it possible to specify syncops:onclose per shareChristian Ambach1-7/+43
2010-10-12libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett2-1/+2
2010-10-12Make the vfs_acl_xattr and other modules work with NULL SD's. FixJeremy Allison1-41/+29
2010-10-08s3-waf: slowly getting modules to match how they look like in old build.Günther Deschner1-108/+108
2010-09-28s3-waf: fix dependencies in most of our module subsystems.Günther Deschner1-15/+1
2010-09-28s3: Lift smbd_server_conn from file_find_fdVolker Lendecke1-2/+4
2010-09-28s3: Lift smbd_server_conn from file_find_di_firstVolker Lendecke1-1/+2
2010-09-28s3: Remove smbd_server_conn from files_forallVolker Lendecke1-3/+5
2010-09-27s3-waf: fix dependencies to NDR_XATTR.Günther Deschner1-0/+2
2010-09-27s3-waf: move perfcount subsystem to modules/wscript_build.Günther Deschner1-0/+23
2010-09-27s3-waf: move charset subsystem to modules/wscript_build.Günther Deschner1-0/+41
2010-09-27s3-waf: support --with-acl-support, at least for posix acls.Günther Deschner1-0/+2
2010-09-27s3-waf: move VFS subsystem to modules/wscript_build.Günther Deschner1-0/+401
2010-09-26s3-vfs: fix the build of nfs4_acls.cGünther Deschner1-1/+2
2010-09-20s3-util_sid: use shared dom_sid_compare_auth and dom_sid_equal_X functions.Günther Deschner1-9/+9
2010-09-16s3/vfs_scannedonly: use smb_msleep instead of nanosleepBjörn Jacke1-2/+1
2010-09-10Check all SMB_MALLOC returns correctly. Found by Andreas Moroder <andreas.mor...Jeremy Allison1-3/+15
2010-08-31s3-auth Rename NT_USER_TOKEN user_sids -> sidsAndrew Bartlett2-3/+3
2010-08-30vfs_smb_traffic_analyzer: fix off by a second bugBjörn Jacke1-1/+1
2010-08-30s3: Fix the build of the nfs4_acl moduleVolker Lendecke1-0/+1
2010-08-29s3: Remove smbd_server_fd()Volker Lendecke1-14/+17
2010-08-26s3: Remove smbd_server_fd from expand_msdfs_targetVolker Lendecke1-3/+2
2010-08-26s3-build: use dbwrap.h only where needed.Günther Deschner2-0/+2
2010-08-16s3: Lift smbd_server_fd() from read_target_hostVolker Lendecke1-5/+8
2010-08-16s3: Remove get_client_fd()Volker Lendecke1-1/+1
2010-08-06s3-netlogon: remove global include of netlogon.h.Günther Deschner5-0/+5
2010-08-05s3-secrets: only include secrets.h when needed.Günther Deschner1-0/+1
2010-08-04small optimizations for shadowcopy2 moduleChristian Ambach1-2/+2