summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* VERSION: Disable git snapshots for the 4.5.0rc3 release.samba-4.5.0rc3Stefan Metzmacher2016-08-291-1/+1
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* WHATSNEW: Release notes for Samba 4.5.0rc3.Stefan Metzmacher2016-08-291-1/+72
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* tests/getnc_exop: Ensure that attribute list sorting is correctBob Campbell2016-08-291-1/+3
| | | | | | | | | | | | | | | | | With a binary search, this can only be tested on 3+ elements. Pair-programmed-with: Garming Sam <garming@catalyst.net.nz> Signed-off-by: Bob Campbell <bobcampbell@catalyst.net.nz> Signed-off-by: Garming Sam <garming@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User(master): Garming Sam <garming@samba.org> Autobuild-Date(master): Thu Aug 25 14:22:25 CEST 2016 on sn-devel-144 BUG: https://bugzilla.samba.org/show_bug.cgi?id=12187 (cherry picked from commit cb243d86d892cb148d01dd87f29f86f3e2c1ebd0)
* getncchanges: Compute the partial attribute set from the remote schemaGarming Sam2016-08-293-30/+165
| | | | | | | | | | | | | This doesn't fix the partialAttrSetEx case, so the test is left in the knownfail file. Signed-off-by: Bob Campbell <bobcampbell@catalyst.net.nz> Signed-off-by: Garming Sam <garming@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> BUG: https://bugzilla.samba.org/show_bug.cgi?id=12187 (cherry picked from commit 1a96f9329e718acac195e75a5156b1c147ad54ff)
* tests/getnc_exop: PartialAttrSetEx test (passes Windows, fails us)Garming Sam2016-08-291-2/+98
| | | | | | | | | | | | This has an odd behaviour where PartialAttrSetEx does not respect the incoming mapping. PartialAttrSetEx is not respected in Samba at all. Signed-off-by: Garming Sam <garming@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> BUG: https://bugzilla.samba.org/show_bug.cgi?id=12187 (cherry picked from commit 36df826154ed90e92f877e6f36269893c44a2a16)
* tests/getnc_exop: Ensure the remote prefixmap is always used (name attr)Garming Sam2016-08-291-0/+73
| | | | | | | | | Signed-off-by: Garming Sam <garming@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> BUG: https://bugzilla.samba.org/show_bug.cgi?id=12187 (cherry picked from commit e495d1b2ed9aca45ce696dd8cc54458002ca0c3a)
* tests/getnc_exop: Ensure the remote prefixmap is always used (secret attrs)Garming Sam2016-08-291-5/+86
| | | | | | | | | Signed-off-by: Garming Sam <garming@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> BUG: https://bugzilla.samba.org/show_bug.cgi?id=12187 (cherry picked from commit 1f4ea1686ff1575406b5e8e488feb7b900db12ef)
* tests/getnc_exop: Ensure that all attids are valid in a given PASGarming Sam2016-08-291-7/+59
| | | | | | | | | | | | | | On Windows this does not seem to fail, but causes silent errors. Pair-programmed-with: Garming Sam <garming@catalyst.net.nz> Signed-off-by: Garming Sam <garming@catalyst.net.nz> Signed-off-by: Bob Campbell <bobcampbell@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> BUG: https://bugzilla.samba.org/show_bug.cgi?id=12187 (cherry picked from commit 7f3ef150751452411db1e0c5b2ca6d8af2769d5c)
* tests/getnc_exop: Ensure we do the fallback if not given a PASBob Campbell2016-08-292-2/+52
| | | | | | | | | | | | | | | This will cause silent errors in the translation, but as far as we know, Windows will accept it just fine. Pair-programmed-with: Garming Sam <garming@catalyst.net.nz> Signed-off-by: Garming Sam <garming@catalyst.net.nz> Signed-off-by: Bob Campbell <bobcampbell@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> BUG: https://bugzilla.samba.org/show_bug.cgi?id=12187 (cherry picked from commit 1673590e8ec3001c6909a78e004f64433060a624)
* drepl_out: Send the prefix map alongside the global catalog partial ↵Garming Sam2016-08-291-2/+10
| | | | | | | | | | | attribute set Signed-off-by: Garming Sam <garming@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> BUG: https://bugzilla.samba.org/show_bug.cgi?id=12187 (cherry picked from commit 0ea126c63c1d5a0081b90a914c9ad7227cf7b748)
* drepl_out: Send the prefix map alongside the RODC partial attribute setGarming Sam2016-08-291-4/+13
| | | | | | | | | Signed-off-by: Garming Sam <garming@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> BUG: https://bugzilla.samba.org/show_bug.cgi?id=12187 (cherry picked from commit 317bbc4d0528dca03d94d61c38b038d314f8cad8)
* replicated_objects: Add missing newline for debugGarming Sam2016-08-291-2/+2
| | | | | | | | | Signed-off-by: Garming Sam <garming@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> BUG: https://bugzilla.samba.org/show_bug.cgi?id=12187 (cherry picked from commit 216c0319c744c39848ae5da7d15dccb6769ea20a)
* getncchanges: Fix some whitespaceBob Campbell2016-08-291-2/+2
| | | | | | | | | | | | Pair-programmed-with: Garming Sam <garming@catalyst.net.nz> Signed-off-by: Bob Campbell <bobcampbell@catalyst.net.nz> Signed-off-by: Garming Sam <garming@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> BUG: https://bugzilla.samba.org/show_bug.cgi?id=12187 (cherry picked from commit 9563dab562cb2dfe4c226f03156bec0bf6eef847)
* tests/schemainfo: run dsdb schema info tests with proper URIGarming Sam2016-08-291-1/+1
| | | | | | | | | Signed-off-by: Garming Sam <garming@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> BUG: https://bugzilla.samba.org/show_bug.cgi?id=12187 (cherry picked from commit fd49b44e0296348c835168f336297fd969e63c50)
* Removed upgrading-samba4.txtMarc Muehlfeld2016-08-291-28/+0
| | | | | | | | | | | | | | | This file was about updating early Samba AD alpha versions. We describe all important things related to the update process in the Wiki: https://wiki.samba.org/index.php/Updating_Samba Signed-off-by: Marc Muehlfeld <mmuehlfeld@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org> Autobuild-User(master): Stefan Metzmacher <metze@samba.org> Autobuild-Date(master): Mon Aug 29 03:28:11 CEST 2016 on sn-devel-144 (cherry picked from commit 38696630552d449ec3c8e1fbdf6fb8212a96d2c9)
* Added Wiki link to replPropertyMetaData Changes sectionMarc Muehlfeld2016-08-291-1/+4
| | | | | | | | In the Wiki we give more details and describe what the user needs to do to fix the attributes. Signed-off-by: Marc Muehlfeld <mmuehlfeld@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
* 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-282-3/+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-282-6/+36
| | | | | | | | | | 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: libsmb: Correctly align create contexts in a create call.Jeremy Allison2016-08-281-0/+1
| | | | | | | | | | | | SMB2 shadow copy requests are the first time we've used create contexts in anger in this codepath. This took me longer than I'd like to admit to find :-). 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 f8caadfc78a15fa3aefc9ef6249195767c47aa8f)
* 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)
* s3: libsmb: Plumb in additional_flags2 = FLAGS2_REPARSE_PATH to cli_rmdir_send()Jeremy Allison2016-08-281-2/+8
| | | | | | | | 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 17d1f19eda2c735fcb10a389c3681ccd385bb9c7)
* s3: libsmb: s3: libsmb: Plumb in additional_flags2 = FLAGS2_REPARSE_PATH to ↵Jeremy Allison2016-08-281-2/+8
| | | | | | | | | | cli_mkdir_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 3081604734a9531cefa71d0417a6fbfee9a6a8b6)
* s3: libsmb: s3: libsmb: Plumb in additional_flags2 = FLAGS2_REPARSE_PATH to ↵Jeremy Allison2016-08-281-1/+7
| | | | | | | | | | cli_unlink_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 3242a0b9f0ae0d51110dc6542195af1be91aeece)
* s3: libsmb: s3: libsmb: Plumb in additional_flags2 = FLAGS2_REPARSE_PATH to ↵Jeremy Allison2016-08-281-2/+8
| | | | | | | | | | cli_ntrename_internal_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 c2a1905abd5d8756dd4afdd3116d311b1dec1246)
* s3: libsmb: s3: libsmb: Plumb in additional_flags2 = FLAGS2_REPARSE_PATH to ↵Jeremy Allison2016-08-281-2/+8
| | | | | | | | | | cli_rename_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 ae7047923e756d7ee1d760b7495560c25c71b523)
* s3: libsmb: Plumb in additional_flags2 = FLAGS2_REPARSE_PATH to ↵Jeremy Allison2016-08-281-1/+7
| | | | | | | | | | cli_qpathinfo_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 21a7bf428bb8ed5b5634b87896bf0aa6c095d7f6)
* s3: libsmb: Plumb in additional_flags2 = FLAGS2_REPARSE_PATH to ↵Jeremy Allison2016-08-281-1/+7
| | | | | | | | | | cli_setpathinfo_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 75e4290b6055cf95fc4730c4fa431bcc91eed203)
* s3: libsmb: Add clistr_is_previous_version_path()Jeremy Allison2016-08-282-0/+29
| | | | | | | | | | Looks for @GMT- token in pathname. 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 19696f3494bd944ac9226aeebebb7a00df6f53b4)
* s3: libsmb: Add uint16_t addtional_flags2 to cli_smb_req_create().Jeremy Allison2016-08-285-9/+10
| | | | | | | | | | Not yet used. 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 79c8b756715d021f12474a12eca1efb596f92a84)