summaryrefslogtreecommitdiff
path: root/source3
Commit message (Collapse)AuthorAgeFilesLines
...
* s3: winbind: Trust name2sid mappings from the PAC.Jeremy Allison2016-10-203-1/+25
| | | | | | | | | | | Don't refresh sequence number in parent as the mapping comes from a trusted DC. BUG: https://bugzilla.samba.org/show_bug.cgi?id=11259 Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Günther Deschner <gd@samba.org> (cherry picked from commit 1017b22f68e798a080e0738d3beecf008b2284ef)
* s3: winbind: refresh_sequence_number is only ever called with 'false'.Jeremy Allison2016-10-201-19/+18
| | | | | | | | | | | Remove redundant parameter. BUG: https://bugzilla.samba.org/show_bug.cgi?id=11259 Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Ira Cooper <ira@samba.org> Reviewed-by: Guenther Deschner <gd@samba.org> (cherry picked from commit 32ae6721cf02412af3c5a82d5da4806f4d931bcd)
* s3: auth: Use wbcAuthenticateUserEx to prime the caches.Jeremy Allison2016-10-201-2/+47
| | | | | | | | | | | | | | | | | | | | Idea by Volker - use WBC_AUTH_USER_LEVEL_PAC to pass the PAC to winbind from smbd on auth, this allows winbind to prime the user info via netsamlogon_cache_store() and the name2sid cache *before* smbd looks up the user. Note that as this is merely a cache prime having winbind not available is not an error. BUG: https://bugzilla.samba.org/show_bug.cgi?id=11259 Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Günther Deschner <gd@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Wed Sep 28 22:45:27 CEST 2016 on sn-devel-144 (cherry picked from commit ccfba2537d0ea081fbeeee0feecf8e2774850300)
* s3: winbind: Make WBC_AUTH_USER_LEVEL_PAC prime the name2sid cache.Jeremy Allison2016-10-201-1/+34
| | | | | | | | | | | | | | | | In addition to priming the netsamlogon cache. This prevents a winbind AD-DC lookup for something the PAC already told us. Note we only do this in the case where the PAC successfully passed signature verification. BUG: https://bugzilla.samba.org/show_bug.cgi?id=11259 Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Günther Deschner <gd@samba.org> (cherry picked from commit cf0f28819e771d433af00b3532011de70112b1f8)
* s3-spoolss: fix winreg_printer_ver_to_qwordGünther Deschner2016-10-131-3/+4
| | | | | | | | | | | | | Bug: https://bugzilla.samba.org/show_bug.cgi?id=12285 We were reporting the OS minor number as the driver version number in all GetDriver/EnumDriver calls. Guenther Signed-off-by: Guenther Deschner <gd@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> (cherry picked from commit a9a1a16cc8b87a84cdfa049ebd26bf4eac1b3618)
* s3/smbd: set FILE_ATTRIBUTE_DIRECTORY as necessaryRalph Boehme2016-10-131-1/+5
| | | | | | | | | | | | | | | | | | | | | | Some VFS modules like GPFS will always return success from SMB_VFS_GET_DOS_ATTRIBUTES() but only set a subset of the attributes. It neither sets FILE_ATTRIBUTE_NORMAL nor FILE_ATTRIBUTE_DIRECTORY. We already handle the case that the VFS stack returns with result==0 and then add the FILE_ATTRIBUTE_NORMAL, regardless of the type of the filesystem object. If we want to handle result==0 situation in the SMB_VFS_GET_DOS_ATTRIBUTES() caller, then do it right by either setting FILE_ATTRIBUTE_NORMAL or FILE_ATTRIBUTE_DIRECTORY. Bug: https://bugzilla.samba.org/show_bug.cgi?id=12261 Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Fri Sep 16 00:34:43 CEST 2016 on sn-devel-144 (cherry picked from commit 2a2ac63975b8ff41ede8e93ef2b33148c89f185f)
* gencache: Bail out of stabilize if we can not get the allrecord lockVolker Lendecke2016-10-131-1/+1
| | | | | | | | | | | | Bug: https://bugzilla.samba.org/show_bug.cgi?id=12045 Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Tue Sep 20 04:09:33 CEST 2016 on sn-devel-144 (cherry picked from commit b208499960eefef02d305a3bd59b03a7c2aafcac)
* smbd: Reset O_NONBLOCK on open filesVolker Lendecke2016-09-211-0/+19
| | | | | | | | | | | | | See the comment inline :-) Bug: https://bugzilla.samba.org/show_bug.cgi?id=12268 Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Simo <simo@samba.org> Autobuild-User(master): Volker Lendecke <vl@samba.org> Autobuild-Date(master): Thu Sep 15 20:21:41 CEST 2016 on sn-devel-144 (cherry picked from commit e69b17d603e5f09ac1e7ee05fc1f5ad67288c484)
* s3/smbd: in call_trans2qfilepathinfo call lstat when dealing with posix ↵Ralph Boehme2016-09-161-3/+4
| | | | | | | | | | | | | | pathnames This might be an info level SMB_INFO_QUERY_ALL_EAS which is not covered by INFO_LEVEL_IS_UNIX(). If smb_fname is a symlink we would then stat it in POSIX context. Bug: https://bugzilla.samba.org/show_bug.cgi?id=12256 Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> (cherry picked from commit b13b3c11054f918f18841186a6efc5dedd2ffd66)
* s3-spoolss: fix _spoolss_GetPrinterDataEx by moving the keyname lengthcheck.Günther Deschner2016-09-071-6/+6
| | | | | | | | | | | | | | | | Guenther Signed-off-by: Guenther Deschner <gd@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org> Autobuild-User(master): Günther Deschner <gd@samba.org> Autobuild-Date(master): Wed Sep 7 03:00:14 CEST 2016 on sn-devel-144 BUG: https://bugzilla.samba.org/show_bug.cgi?id=12245 (cherry picked from commit d8b57e3828eac084ad302a90b33c35ff4e918e5a) Autobuild-User(v4-5-test): Karolin Seeger <kseeger@samba.org> Autobuild-Date(v4-5-test): Wed Sep 7 16:26:48 CEST 2016 on sn-devel-144
* idmap_script: add missing "IDTOSID" argument to the script command line.Björn Baumbach2016-09-071-1/+1
| | | | | | | | | | | | | | | | | | | According to the documentation the commands should look like "IDTOSID UID xxxx" instead of "UID xxxx". This fixes changes of commit b4239ca096738f553b0f9d7fa6aaa4219b72ef7f: idmap_script: Parallelize script calls Bug: https://bugzilla.samba.org/show_bug.cgi?id=12194 Signed-off-by: Björn Baumbach <bb@sernet.de> Reviewed-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Michael Adam <obnox@samba.org> Autobuild-User(master): Stefan Metzmacher <metze@samba.org> Autobuild-Date(master): Tue Sep 6 19:32:57 CEST 2016 on sn-devel-144 (cherry picked from commit 4f654acad01dbb1b17e933a855bb53ea6a7bb34d)
* vfs_acl_xattr|tdb: enforced settings when ignore system acls=yesRalph Boehme2016-09-072-0/+42
| | | | | | | | | | | | | | | | | When "ignore system acls" is set to "yes, we need to ensure filesystem permission always grant access so that when doing our own access checks we don't run into situations where we grant access but the filesystem doesn't. Bug: https://bugzilla.samba.org/show_bug.cgi?id=12181 Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> Autobuild-User(master): Ralph Böhme <slow@samba.org> Autobuild-Date(master): Wed Aug 31 18:41:20 CEST 2016 on sn-devel-144 (cherry picked from commit b72287514cc78c9019db7385af4c9b9d94f60894)
* vfs_acl_common: use DBG_LEVEL and remove function prefixes in DEBUG statementsRalph Boehme2016-09-071-42/+33
| | | | | | | | Bug: https://bugzilla.samba.org/show_bug.cgi?id=12177 Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> (cherry picked from commit 11dddd59aa01195152199443bc26e3141f162c8f)
* s4/torture: tests for vfs_acl_xattr default ACL stylesRalph Boehme2016-09-071-1/+3
| | | | | | | | Bug: https://bugzilla.samba.org/show_bug.cgi?id=12177 Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> (cherry picked from commit 946b93d0e3f6f23fa2325d7aaba4dc6f4cc17cb6)
* vfs_acl_common: Windows style default ACLRalph Boehme2016-09-071-0/+76
| | | | | | | | | | | | | | Reintroduce Windows style default ACL, but this time as an optional feature, not changing default behaviour. Original bugreport that got reverted because it changed the default behaviour: https://bugzilla.samba.org/show_bug.cgi?id=12028 Bug: https://bugzilla.samba.org/show_bug.cgi?id=12177 Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> (cherry picked from commit 0730cb7e1ce33dbc5fc48a7363204c1220400c68)
* vfs_acl_xattr|tdb: add option to control default ACL styleRalph Boehme2016-09-071-6/+42
| | | | | | | | | | | Existing behaviour is "posix" style. Next commit will (re)add the "windows" style. This commit doesn't change behaviour in any way. Bug: https://bugzilla.samba.org/show_bug.cgi?id=12177 Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> (cherry picked from commit 26a9867ae1a9c69659252ce03c280c7c18a6c58f)
* vfs_acl_common: check for ignore_system_acls before fetching filesystem ACLRalph Boehme2016-09-071-44/+55
| | | | | | | | | | | | If ignore_system_acls is set and we're synthesizing a default ACL, we were fetching the filesystem ACL just to free it again. This change avoids this. Bug: https://bugzilla.samba.org/show_bug.cgi?id=12177 Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> (cherry picked from commit f46179ef7310959af095b0ea6234df7523d15457)
* vfs_acl_common: move stat stuff to a helper functionRalph Boehme2016-09-071-31/+48
| | | | | | | | | | | Will be reused in the next commit when moving the make_default_filesystem_acl() stuff to a different place. Bug: https://bugzilla.samba.org/show_bug.cgi?id=12177 Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> (cherry picked from commit 10959698e20de381beec7ab532c8bdc32fa6401c)
* vfs_acl_tdb|xattr: use a config handleRalph Boehme2016-09-073-10/+54
| | | | | | | | | | | Better for performance and a subsequent commit will add one more option where this will pay off. Bug: https://bugzilla.samba.org/show_bug.cgi?id=12177 Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> (cherry picked from commit 61c3d2124fb1a180fae4c8c0b5ab5b32bd56c8ad)
* vfs_acl_common: move the ACL blob validation to a helper functionRalph Boehme2016-09-071-89/+127
| | | | | | | | | | No change in behaviour. Bug: https://bugzilla.samba.org/show_bug.cgi?id=12177 Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> (cherry picked from commit 0de5a128cee90694979d074c2590ddbca0071e82)
* vfs_acl_common: simplify ACL logic, cleanup and talloc hierarchyRalph Boehme2016-09-071-70/+61
| | | | | | | | | | | No change in behaviour (hopefully! :-). This paves the way for moving the ACL blob validation to a helper function in the next commit. Bug: https://bugzilla.samba.org/show_bug.cgi?id=12177 Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> (cherry picked from commit 335527c647331148927feea2a7ae2f2c88986bc6)
* vfs_acl_common: remove redundant NULL assignmentRalph Boehme2016-09-071-2/+0
| | | | | | | | | | The variables are already set to NULL by TALLOC_FREE. Bug: https://bugzilla.samba.org/show_bug.cgi?id=12177 Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> (cherry picked from commit e6f1254a00a6bf85b8d95bfbafef7d3e39ce1dde)
* vfs_acl_common: rename pdesc_next to psd_fsRalph Boehme2016-09-071-17/+17
| | | | | | | | | | | | | | | In most realistic cases the "next" VFS op will return the permissions from the filesystem. This rename makes it explicit where the SD is originating from. No change in behaviour. This just paves the way for a later change that will simplify the whole logic and talloc hierarchy. Bug: https://bugzilla.samba.org/show_bug.cgi?id=12177 Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> (cherry picked from commit 9f79084f166208820f586c8e43e1e315d32cd5ce)
* vfs_acl_common: rename psd to psd_blob in get_nt_acl_internal()Ralph Boehme2016-09-071-29/+29
| | | | | | | | | | | | | | | | | | | | This makes it explicit where the SD is originating from. No change in behaviour. This just paves the way for a later change that will simplify the whole logic and talloc hierarchy, therefor this also strictly renames the occurences after the out label. Logically, behind the out label, we're dealing with a variable that points to what we're going to return, so the name psd_blob is misleading, but I'm desperately trying to avoid logic changes in this commit and therefor I'm just strictly renaming. Bug: https://bugzilla.samba.org/show_bug.cgi?id=12177 Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> (cherry picked from commit 2367eea928593f12f8914f7e7ba613b1b15516de)
* Revert "vfs_acl_xattr: objects without NT ACL xattr"Ralph Boehme2016-09-071-4/+39
| | | | | | | | | | | | | This reverts commit 961c4b591bb102751079d9cc92d7aa1c37f1958c. Subsequent commits will add the same functionality as an optional feature. Bug: https://bugzilla.samba.org/show_bug.cgi?id=12177 Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> (cherry picked from commit 590b80490c00587b5a4035856891e10defb654f6)
* s3/rpc_server: shared rpc modules directory may not existRalph Boehme2016-09-071-1/+11
| | | | | | | | | | | A shared rpc modules directory may not exist if all RPC modules are built static. Bug: https://bugzilla.samba.org/show_bug.cgi?id=12184 Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> (cherry picked from commit 58889e04bd545d7420d1193e134351bd0ccb8430)
* s3-util: Fix asking for username and password in smbget.Andreas Schneider2016-08-281-14/+12
| | | | | | | | | | | | | | | | | | If the user specified the username in the URI with with: smb://DOMAIN;user:secret@server/share the tool should not prompt for the username nor the password. BUG: https://bugzilla.samba.org/show_bug.cgi?id=12175 Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> (cherry picked from commit f5401ff3146aabc5fb2dac25e4856c6c3756c8f7) Autobuild-User(v4-5-test): Stefan Metzmacher <metze@samba.org> Autobuild-Date(v4-5-test): Sun Aug 28 22:02:12 CEST 2016 on sn-devel-144
* s3: vfs: Fix compilation error on Solaris.Jeremy Allison2016-08-281-1/+1
| | | | | | | | BUG:https://bugzilla.samba.org/show_bug.cgi?id=12174 Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Uri Simchoni <uri@samba.org> (cherry picked from commit d37545538ca0274feb18f04ba120ed013ac2321a)
* vfs_shadow_copy: handle non-existant files and wildcardsUri Simchoni2016-08-281-1/+30
| | | | | | | | | | | | | | | | | | | | | | | | During path checking, the vfs connectpath_fn is called to determine the share's root, relative to the file being queried (for example, in snapshot file this may be other than the share's "usual" root directory). connectpath_fn must be able to answer this question even if the path does not exist and its parent does exist. The convention in this case is that this refers to a yet-uncreated file under the parent and all queries are relative to the parent. This also serves as a workaround for the case where connectpath_fn has to handle wildcards, as with the case of SMB1 trans2 findfirst. BUG: https://bugzilla.samba.org/show_bug.cgi?id=12172 Signed-off-by: Uri Simchoni <uri@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Thu Aug 25 05:35:29 CEST 2016 on sn-devel-144 (cherry picked from commit f41f439335efb352d03a842c370212a0af77262a)
* selftest: test listing directories inside snapshotsUri Simchoni2016-08-281-6/+34
| | | | | | | | | | Verify that directories are also listable. BUG: https://bugzilla.samba.org/show_bug.cgi?id=12172 Signed-off-by: Uri Simchoni <uri@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> (cherry picked from commit 22c3982100a1d6bf67979a0659604942ef6f11f0)
* selftest: check file readability in shadow_copy2 testUri Simchoni2016-08-281-7/+37
| | | | | | | | | | | | | | | | | | Add tests which verify that a snapshot file is readable if and only if it its metadata can be retrieved. Also verify (in most tests) that file is retrieved from the correct snapshot. Together with the existing test for number of previous versions we can stat, this test checks that we can read those files, and also that we cannot break out of a snapshot if wide links are not allowed. BUG: https://bugzilla.samba.org/show_bug.cgi?id=12172 Signed-off-by: Uri Simchoni <uri@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> (cherry picked from commit 495b8177363bf1930f3afb373ad73caac022f353)
* selftest: add content to files created during shadow_copy2 testUri Simchoni2016-08-281-12/+14
| | | | | | | | | | This will allow reading them and verifying we got the right version BUG: https://bugzilla.samba.org/show_bug.cgi?id=12172 Signed-off-by: Uri Simchoni <uri@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> (cherry picked from commit 523046080dd65607eacb901d58ee3b6e54de865e)
* s2-selftest: run shadow_copy2 test both in NT1 and SMB3 modesUri Simchoni2016-08-282-3/+4
| | | | | | | | BUG: https://bugzilla.samba.org/show_bug.cgi?id=12172 Signed-off-by: Uri Simchoni <uri@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> (cherry picked from commit c695faa7f94feb8c0a02a9e2f0472af20047bf65)
* s3: libsmb: Add the capability to find a @GMT- path in an SMB2 create and ↵Jeremy Allison2016-08-281-2/+43
| | | | | | | | | | | | | | transform to a timewarp token. BUG: https://bugzilla.samba.org/show_bug.cgi?id=12166 Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Uri Simchoni <uri@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Mon Aug 22 22:59:22 CEST 2016 on sn-devel-144 (cherry picked from commit 272f5c95cfb3d8035939dada7bd473058c7b6517)
* s3: libsmb: Plumb new SMB2 shadow copy call into cli_shadow_copy_data().Jeremy Allison2016-08-281-1/+12
| | | | | | | | BUG: https://bugzilla.samba.org/show_bug.cgi?id=12166 Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Uri Simchoni <uri@samba.org> (cherry picked from commit 03bf1f858d1c474f9522cb0f5b264c4f6c2ca5b9)
* s3: libsmb: Add cli_smb2_shadow_copy_data() function that gets shadow copy ↵Jeremy Allison2016-08-282-0/+235
| | | | | | | | | | info over SMB2. BUG: https://bugzilla.samba.org/show_bug.cgi?id=12166 Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Uri Simchoni <uri@samba.org> (cherry picked from commit 0c6329bc152fcf08fcef385d2f7ee829485eb1a6)
* s3: libsmb: Add return args to clistr_is_previous_version_path().Jeremy Allison2016-08-284-18/+36
| | | | | | | | | | Not yet used - we will use these to construct the SMB2 TWrp blob. BUG: https://bugzilla.samba.org/show_bug.cgi?id=12166 Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Uri Simchoni <uri@samba.org> (cherry picked from commit 14fd6dca4ef33ee85a2f8578f1ad608d6056da1f)
* s3: smbclient. Ensure we don't crash by freeing uninitialized *snapshots.Jeremy Allison2016-08-281-1/+1
| | | | | | | | BUG: https://bugzilla.samba.org/show_bug.cgi?id=12165 Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Uri Simchoni <uri@samba.org> (cherry picked from commit cb687a6af0a498676268874ab25b19a6b0764915)
* s3: smbclient: In order to get shadow copy data over SMB1 we must call ↵Jeremy Allison2016-08-281-0/+14
| | | | | | | | | | | | | | | | | cli_shadow_copy_data() twice. Once with 'get_names = false' to get the size, then again with 'get_names = true' to get the data or a Windows server fails to return valid info. Samba doesn't have this bug. BUG: https://bugzilla.samba.org/show_bug.cgi?id=12165 Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Uri Simchoni <uri@samba.org> Autobuild-User(master): Uri Simchoni <uri@samba.org> Autobuild-Date(master): Fri Aug 19 23:59:35 CEST 2016 on sn-devel-144 (cherry picked from commit 57a54af66f414708d5c02f346f08bc4bfd55349d)
* s3: libsmb: Do some hardening in the receive processing of ↵Jeremy Allison2016-08-281-5/+30
| | | | | | | | | | | | cli_shadow_copy_data_recv(). Protect against malicious servers. BUG: https://bugzilla.samba.org/show_bug.cgi?id=12165 Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Uri Simchoni <uri@samba.org> (cherry picked from commit 336da637541fba13586af6fc2cb9d143d656e87e)
* s3: libsmb: Correctly set max_setup_size in FSCTL_GET_SHADOW_COPY_DATA ↵Jeremy Allison2016-08-281-1/+2
| | | | | | | | | | nttrans ioctl. BUG: https://bugzilla.samba.org/show_bug.cgi?id=12165 Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Uri Simchoni <uri@samba.org> (cherry picked from commit a9fe27e17ce55461946037bb25a432da340095ab)
* s3: libsmb: Plumb in additional_flags2 = FLAGS2_REPARSE_PATH to ↵Jeremy Allison2016-08-281-2/+13
| | | | | | | | | | cli_list_trans_send(). BUG: https://bugzilla.samba.org/show_bug.cgi?id=12165 Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Uri Simchoni <uri@samba.org> (cherry picked from commit 0b252d7c6fdd963308fff8938a8be185892afbbe)
* s3: libsmb: Make a comment note that cli_set_ea() needs some internal ↵Jeremy Allison2016-08-281-0/+9
| | | | | | | | | | changes before cli_set_ea_path() can use previous path versions. BUG: https://bugzilla.samba.org/show_bug.cgi?id=12165 Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Uri Simchoni <uri@samba.org> (cherry picked from commit e4a261c6c826a2be75bcd9d6af8232f043acc5f1)
* s3: libsmb: Plumb in additional_flags2 = FLAGS2_REPARSE_PATH to ↵Jeremy Allison2016-08-281-2/+8
| | | | | | | | | | cli_ctemp_send(). BUG: https://bugzilla.samba.org/show_bug.cgi?id=12165 Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Uri Simchoni <uri@samba.org> (cherry picked from commit 97cde5dc92185f188868ddd71287d43ddae30516)
* s3: libsmb: Plumb in additional_flags2 = FLAGS2_REPARSE_PATH to ↵Jeremy Allison2016-08-281-2/+8
| | | | | | | | | | cli_chkpath_send(). BUG: https://bugzilla.samba.org/show_bug.cgi?id=12165 Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Uri Simchoni <uri@samba.org> (cherry picked from commit e2d70551e1ba13119d53afaa00f05e70897484f0)
* s3: libsmb: Plumb in additional_flags2 = FLAGS2_REPARSE_PATH to ↵Jeremy Allison2016-08-281-2/+8
| | | | | | | | | | cli_setatr_send(). BUG: https://bugzilla.samba.org/show_bug.cgi?id=12165 Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Uri Simchoni <uri@samba.org> (cherry picked from commit 00551d73063b46d3dd2740951a2a8f1b2e351f79)
* s3: libsmb: Plumb in additional_flags2 = FLAGS2_REPARSE_PATH to ↵Jeremy Allison2016-08-281-2/+8
| | | | | | | | | | cli_getatr_send(). BUG: https://bugzilla.samba.org/show_bug.cgi?id=12165 Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Uri Simchoni <uri@samba.org> (cherry picked from commit 461000c8812a99a81a9f3fc87f93c1b7c67f42bd)
* s3: libsmb: Plumb in additional_flags2 = FLAGS2_REPARSE_PATH to ↵Jeremy Allison2016-08-281-1/+6
| | | | | | | | | | cli_openx_create(). BUG: https://bugzilla.samba.org/show_bug.cgi?id=12165 Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Uri Simchoni <uri@samba.org> (cherry picked from commit 47c1314429cdf516358d5e00ca24c313ddab67b0)
* s3: libsmb: Plumb in additional_flags2 = FLAGS2_REPARSE_PATH to ↵Jeremy Allison2016-08-281-1/+6
| | | | | | | | | | cli_nttrans_create_send(). BUG: https://bugzilla.samba.org/show_bug.cgi?id=12165 Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Uri Simchoni <uri@samba.org> (cherry picked from commit d7ee917b165da2695433b7b115363223f2bd214f)
* s3: libsmb: Plumb in additional_flags2 = FLAGS2_REPARSE_PATH to ↵Jeremy Allison2016-08-281-2/+8
| | | | | | | | | | cli_ntcreate1_send(). BUG: https://bugzilla.samba.org/show_bug.cgi?id=12165 Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Uri Simchoni <uri@samba.org> (cherry picked from commit cd4a60bb1f84891763617f96de148068e0492773)