summaryrefslogtreecommitdiffstats
path: root/source3/modules
Commit message (Expand)AuthorAgeFilesLines
* s3: fix the build of idmap_adex, idmap_tdb2, idmap_hash and several vfs modules.Günther Deschner2010-10-181-0/+1
* Ensure we have correct parameters to use Windows ACL modules.Jeremy Allison2010-10-162-4/+9
* Add acl_xattr:ignore system acls boolean (normally false) to allowJeremy Allison2010-10-163-11/+38
* 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
* Fix bug #7734 - When creating files with "inherit ACLs" set to true, we negle...Jeremy Allison2010-10-151-1/+1
* s3:gpfs: Add support for the gpfs_ftruncate callChristian Ambach2010-10-133-2/+28
* s3:vfs:gpfs convert sharemodes/leases parameterChristian Ambach2010-10-132-20/+64
* s3:vfs:syncops add option to disable module per shareChristian Ambach2010-10-131-6/+35
* s3:vfs:syncops make it possible to specify syncops:onclose per shareChristian Ambach2010-10-131-7/+43
* libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett2010-10-122-1/+2
* Make the vfs_acl_xattr and other modules work with NULL SD's. FixJeremy Allison2010-10-121-41/+29
* s3-waf: slowly getting modules to match how they look like in old build.Günther Deschner2010-10-081-108/+108
* s3-waf: fix dependencies in most of our module subsystems.Günther Deschner2010-09-281-15/+1
* 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
* s3-waf: move perfcount subsystem to modules/wscript_build.Günther Deschner2010-09-271-0/+23
* s3-waf: move charset subsystem to modules/wscript_build.Günther Deschner2010-09-271-0/+41
* s3-waf: support --with-acl-support, at least for posix acls.Günther Deschner2010-09-271-0/+2
* s3-waf: move VFS subsystem to modules/wscript_build.Günther Deschner2010-09-271-0/+401
* s3-vfs: fix the build of nfs4_acls.cGünther Deschner2010-09-261-1/+2
* s3-util_sid: use shared dom_sid_compare_auth and dom_sid_equal_X functions.Günther Deschner2010-09-201-9/+9
* s3/vfs_scannedonly: use smb_msleep instead of nanosleepBjörn Jacke2010-09-161-2/+1
* Check all SMB_MALLOC returns correctly. Found by Andreas Moroder <andreas.mor...Jeremy Allison2010-09-101-3/+15
* s3-auth Rename NT_USER_TOKEN user_sids -> sidsAndrew Bartlett2010-08-312-3/+3
* vfs_smb_traffic_analyzer: fix off by a second bugBjörn Jacke2010-08-301-1/+1
* 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
* 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
* 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
* s3-secrets: only include secrets.h when needed.Günther Deschner2010-08-051-0/+1
* small optimizations for shadowcopy2 moduleChristian Ambach2010-08-041-2/+2
* fix snapshot content display with hide unreadableChristian Ambach2010-08-041-1/+8
* s3: Fix shadow copies after the change for in-path @GMT-Volker Lendecke2010-08-041-3/+2
* s3: Fix in-path shadowcopy2 moduleVolker Lendecke2010-08-041-0/+1
* make scannedonly notify the scanner if no .scanned: file was found during renameolivier2010-08-031-7/+16
* s3: Fix an uninitialized variableVolker Lendecke2010-08-011-1/+1
* s3-smbd: Migrated to new spoolss functions for printing.Simo Sorce2010-07-271-2/+2
* s3: Actually use the usecs in aio_fork_suspendVolker Lendecke2010-07-181-1/+2
* s3: Fix an uninitialized variableVolker Lendecke2010-07-181-1/+1
* s3-vfs: Make sure that retval isn't used uninitialized.Andreas Schneider2010-06-281-1/+1
* s3: Explicitly pass sconn to process_blocking_lock_queueVolker Lendecke2010-06-121-2/+2
* Rename "allow_smb2" -> "using_smb2" and make the usage clearer.Jeremy Allison2010-06-091-2/+2
* s3: fix calculation of st_blocks in streams_xattrBjörn Jacke2010-06-091-3/+3
* Fix a long-standing bug with async io that would only be triggered by SMB2.Jeremy Allison2010-06-041-0/+124