Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-10-27 | s3: Make gpfs winattrs work again | Volker Lendecke | 1 | -7/+31 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Wed Oct 27 15:32:00 UTC 2010 on sn-devel-104 | |||||
2010-10-18 | s3: fix the build of idmap_adex, idmap_tdb2, idmap_hash and several vfs modules. | Günther Deschner | 1 | -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 | |||||
2010-10-16 | Ensure we have correct parameters to use Windows ACL modules. | Jeremy Allison | 2 | -4/+9 | |
Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Sat Oct 16 03:36:04 UTC 2010 on sn-devel-104 | |||||
2010-10-16 | Add acl_xattr:ignore system acls boolean (normally false) to allow | Jeremy Allison | 3 | -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 | |||||
2010-10-15 | Add debug message to get_nt_acl_internal() to see what we got. | Jeremy Allison | 1 | -0/+7 | |
2010-10-15 | Fix valgrind "uninitialized read" error on "info" when returning !NT_STATUS_OK. | Jeremy Allison | 1 | -1/+5 | |
Jeremy. | |||||
2010-10-15 | Fix bug #7734 - When creating files with "inherit ACLs" set to true, we ↵ | Jeremy Allison | 1 | -1/+1 | |
neglect to apply appropriate create masks. Jeremy. | |||||
2010-10-13 | s3:gpfs: Add support for the gpfs_ftruncate call | Christian Ambach | 3 | -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 | |||||
2010-10-13 | s3:vfs:gpfs convert sharemodes/leases parameter | Christian Ambach | 2 | -20/+64 | |
convert gpfs:sharemodes and gpfs:leases parameters from a global setting to a per share setting | |||||
2010-10-13 | s3:vfs:syncops add option to disable module per share | Christian Ambach | 1 | -6/+35 | |
add an option to disable the syncops module completely for a share with syncops:disable = true | |||||
2010-10-13 | s3:vfs:syncops make it possible to specify syncops:onclose per share | Christian Ambach | 1 | -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 | |||||
2010-10-12 | libcli/security Provide a common, top level libcli/security/security.h | Andrew Bartlett | 2 | -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 | |||||
2010-10-12 | Make the vfs_acl_xattr and other modules work with NULL SD's. Fix | Jeremy Allison | 1 | -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 | |||||
2010-10-08 | s3-waf: slowly getting modules to match how they look like in old build. | Günther Deschner | 1 | -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 | |||||
2010-09-28 | s3-waf: fix dependencies in most of our module subsystems. | Günther Deschner | 1 | -15/+1 | |
Guenther | |||||
2010-09-28 | s3: Lift smbd_server_conn from file_find_fd | Volker Lendecke | 1 | -2/+4 | |
2010-09-28 | s3: Lift smbd_server_conn from file_find_di_first | Volker Lendecke | 1 | -1/+2 | |
2010-09-28 | s3: Remove smbd_server_conn from files_forall | Volker Lendecke | 1 | -3/+5 | |
2010-09-27 | s3-waf: fix dependencies to NDR_XATTR. | Günther Deschner | 1 | -0/+2 | |
Guenther | |||||
2010-09-27 | s3-waf: move perfcount subsystem to modules/wscript_build. | Günther Deschner | 1 | -0/+23 | |
Guenther | |||||
2010-09-27 | s3-waf: move charset subsystem to modules/wscript_build. | Günther Deschner | 1 | -0/+41 | |
Guenther | |||||
2010-09-27 | s3-waf: support --with-acl-support, at least for posix acls. | Günther Deschner | 1 | -0/+2 | |
Guenther | |||||
2010-09-27 | s3-waf: move VFS subsystem to modules/wscript_build. | Günther Deschner | 1 | -0/+401 | |
Guenther | |||||
2010-09-26 | s3-vfs: fix the build of nfs4_acls.c | Günther Deschner | 1 | -1/+2 | |
Guenther | |||||
2010-09-20 | s3-util_sid: use shared dom_sid_compare_auth and dom_sid_equal_X functions. | Günther Deschner | 1 | -9/+9 | |
Guenther | |||||
2010-09-16 | s3/vfs_scannedonly: use smb_msleep instead of nanosleep | Björn Jacke | 1 | -2/+1 | |
Thanks to Joachim Schmitz. This fixes bug #7478 | |||||
2010-09-10 | Check all SMB_MALLOC returns correctly. Found by Andreas Moroder ↵ | Jeremy Allison | 1 | -3/+15 | |
<andreas.moroder@gmx.net>. Jeremy | |||||
2010-08-31 | s3-auth Rename NT_USER_TOKEN user_sids -> sids | Andrew Bartlett | 2 | -3/+3 | |
This is closer to the struct security_token from security.idl | |||||
2010-08-30 | vfs_smb_traffic_analyzer: fix off by a second bug | Björn Jacke | 1 | -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. | |||||
2010-08-30 | s3: Fix the build of the nfs4_acl module | Volker Lendecke | 1 | -0/+1 | |
2010-08-29 | s3: Remove smbd_server_fd() | Volker Lendecke | 1 | -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. | |||||
2010-08-26 | s3: Remove smbd_server_fd from expand_msdfs_target | Volker Lendecke | 1 | -3/+2 | |
2010-08-26 | s3-build: use dbwrap.h only where needed. | Günther Deschner | 2 | -0/+2 | |
Guenther | |||||
2010-08-16 | s3: Lift smbd_server_fd() from read_target_host | Volker Lendecke | 1 | -5/+8 | |
2010-08-16 | s3: Remove get_client_fd() | Volker Lendecke | 1 | -1/+1 | |
2010-08-06 | s3-netlogon: remove global include of netlogon.h. | Günther Deschner | 5 | -0/+5 | |
This reduces precompiled headers by another 4 MB and also slightly speeds up the build. Guenther | |||||
2010-08-05 | s3-secrets: only include secrets.h when needed. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2010-08-04 | small optimizations for shadowcopy2 module | Christian Ambach | 1 | -2/+2 | |
- remove a compiler warning - replace strlen usage Signed-off-by: Christian Ambach <christian.ambach@de.ibm.com> | |||||
2010-08-04 | fix snapshot content display with hide unreadable | Christian Ambach | 1 | -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> | |||||
2010-08-04 | s3: Fix shadow copies after the change for in-path @GMT- | Volker Lendecke | 1 | -3/+2 | |
Signed-off-by: Christian Ambach <christian.ambach@de.ibm.com> | |||||
2010-08-04 | s3: Fix in-path shadowcopy2 module | Volker Lendecke | 1 | -0/+1 | |
Signed-off-by: Christian Ambach <christian.ambach@de.ibm.com> | |||||
2010-08-03 | make scannedonly notify the scanner if no .scanned: file was found during rename | olivier | 1 | -7/+16 | |
2010-08-01 | s3: Fix an uninitialized variable | Volker Lendecke | 1 | -1/+1 | |
2010-07-27 | s3-smbd: Migrated to new spoolss functions for printing. | Simo Sorce | 1 | -2/+2 | |
Signed-off-by: Jim McDonough <jmcd@samba.org> | |||||
2010-07-18 | s3: Actually use the usecs in aio_fork_suspend | Volker Lendecke | 1 | -1/+2 | |
Jeremy, please check! | |||||
2010-07-18 | s3: Fix an uninitialized variable | Volker Lendecke | 1 | -1/+1 | |
2010-06-28 | s3-vfs: Make sure that retval isn't used uninitialized. | Andreas Schneider | 1 | -1/+1 | |
Found by clang-analyzer. | |||||
2010-06-12 | s3: Explicitly pass sconn to process_blocking_lock_queue | Volker Lendecke | 1 | -2/+2 | |
2010-06-09 | Rename "allow_smb2" -> "using_smb2" and make the usage clearer. | Jeremy Allison | 1 | -2/+2 | |
2010-06-09 | s3: fix calculation of st_blocks in streams_xattr | Björn Jacke | 1 | -3/+3 | |
Thanks to Joachim Schmitz for finding that miscalculation. |