summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/fs/smbsrv
AgeCommit message (Collapse)AuthorFilesLines
2022-12-16 [illumos-gate merge]HEADmasterDan McDonald2-2/+20
commit f4d2cf74960df993f48d42d323f16867fc6b9bdf 15253 14993 broke test-runner -l option commit fb2301db8e408458b542c1f5fa07b5b8a3a95395 15258 libsmb: tautological-pointer-compare commit abd30308264aa9ca2b1c71565b841fc94256d07b 15211 smbtorture failures in smb2.delete-on-close-perms.READONLY commit 0663b557d8c7575927b005cab08d9f19c8b98c25 15200 libdladm: error: '&&' within '||' commit bf7adeeaefd6f9806398f446e4b87af240a6770e 15199 libdladm: unused label commit 92f549282aaface1e6f92329085e28edcf24054f 15207 libfmd_agent: memory leak in fmd_agent_nvl_ioctl commit 7b5987898994d86cd20e00dbf8c305dfbfbb8bea 15135 stdalign.h is very C11-y, but perhaps disrespectful of C++
2022-12-1615211 smbtorture failures in smb2.delete-on-close-perms.READONLYGordon Ross2-2/+20
Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Andy Stormont <andyjstormont@gmail.com> Reviewed by: Matt Barden <mbarden@racktopsystems.com> Approved by: Dan McDonald <danmcd@mnx.io>
2022-12-13 [illumos-gate merge]release-20221215Dan McDonald9-586/+1381
commit 7f6a299e282ed51917878b84744774a6634e5dc6 15210 smbtorture lease and oplock failures commit 72b35b0568511bf35ca88532dff910dc0f16847f 15188 smb oplock blocking access to folders
2022-12-1415210 smbtorture lease and oplock failuresGordon Ross5-96/+199
Reviewed by: Joyce McIntosh <jmcintosh@racktopsystems.com> Reviewed by: Andy Stormont <andyjstormont@gmail.com> Reviewed by: Matt Barden <mbarden@racktopsystems.com> Approved by: Dan McDonald <danmcd@mnx.io>
2022-12-1415188 smb oplock blocking access to foldersGordon Ross9-534/+1226
Reviewed by: Albert Lee <alee@racktopsystems.com> Reviewed by: Jerry Jelinek <gjelinek@racktopsystems.com> Reviewed by: Joyce McIntosh <jmcintosh@racktopsystems.com> Reviewed by: Matt Barden <mbarden@racktopsystems.com> Approved by: Dan McDonald <danmcd@mnx.io>
2022-12-07 [illumos-gate merge]Dan McDonald4-69/+108
commit 3f3c90a958c5abf8ec0ed5d1fad2e40bd9905a50 15206 setcontext(2) should not restore %fsbase commit 7f5d80fd842f21a48514cca6718c3bbdaf592316 15184 SMB Service fails to restart 15185 SMB sessions linger after disconnect 15186 SMB use smb_llist_post in srv_oplock commit f92d0ef50ade5e261591e634cd91553a9658cf72 15191 Convert sharemgr(8) to mandoc Conflicts: usr/src/test/os-tests/tests/Makefile
2022-12-0615184 SMB Service fails to restartGordon Ross4-69/+108
15185 SMB sessions linger after disconnect 15186 SMB use smb_llist_post in srv_oplock Reviewed by: Joyce McIntosh <jmcintosh@racktopsystems.com> Reviewed by: Albert Lee <alee@racktopsystems.com> Reviewed by: Matt Barden <mbarden@racktopsystems.com> Approved by: Dan McDonald <danmcd@mnx.io>
2022-12-05 [illumos-gate merge]Dan McDonald2-4/+19
commit 5501be744ff52982d35ba1bf3f1369859187de37 15183 SMB server debug builds are a bit noisy
2022-12-0315183 SMB server debug builds are a bit noisyGordon Ross2-4/+19
Reviewed by: Robert Mustacchi <rm+illumos@fingolfin.org> Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Reviewed by: Matt Barden <mbarden@racktopsystems.com> Approved by: Dan McDonald <danmcd@mnx.io>
2022-12-01 [illumos-gate merge]Dan McDonald8-16/+17
commit a5a9a6bb70826a54a1c35d3b862a927fd22f7b0e 15182 Fix some SMB dtrace issues
2022-12-0115182 Fix some SMB dtrace issuesGordon Ross8-16/+17
Reviewed by: Robert Mustacchi <rm@fingolfin.org> Reviewed by: Andy Stormont <andyjstormont@gmail.com> Reviewed by: Matt Barden <mbarden@racktopsystems.com> Approved by: Rich Lowe <richlowe@richlowe.net>
2022-11-28 [illumos-gate merge]Dan McDonald4-8/+45
commit 0cab3dcd1eb7944361370218fd81d56d85907ed1 15158 WPTS FSA FileInfo_Set_FileBasicInformation_Dir_Negative commit 6e7e68d69a0c906a89a14afbb5663a30d0f202f0 15157 WPTS FSA FileInfo_Query_FilePositionInformation commit 36d5d64dcecbec1dfcdcf7b4b57d1917c18a7e6f 15156 WPTS FSA FileInfo_Query_FileModeInformation
2022-11-2815158 WPTS FSA FileInfo_Set_FileBasicInformation_Dir_NegativeGordon Ross2-3/+21
Reviewed by: Joyce McIntosh <jmcintosh@racktopsystems.com> Reviewed by: Andy Stormont <andyjstormont@gmail.com> Reviewed by: Matt Barden <mbarden@racktopsystems.com> Approved by: Patrick Mooney <pmooney@pfmooney.com>
2022-11-2815157 WPTS FSA FileInfo_Query_FilePositionInformationGordon Ross1-2/+3
Reviewed by: Joyce McIntosh <jmcintosh@racktopsystems.com> Reviewed by: Andy Stormont <andyjstormont@gmail.com> Reviewed by: Matt Barden <mbarden@racktopsystems.com> Approved by: Patrick Mooney <pmooney@pfmooney.com>
2022-11-2815156 WPTS FSA FileInfo_Query_FileModeInformationGordon Ross1-3/+21
Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Andy Stormont <andyjstormont@gmail.com> Reviewed by: Matt Barden <mbarden@racktopsystems.com> Approved by: Patrick Mooney <pmooney@pfmooney.com>
2022-11-16 [illumos-gate merge]release-20221117Dan McDonald3-141/+260
commit 3cfbf5be38df79575cc7d2705bb059b2feca1332 15155 WPTS BVT_SMB2Basic_Query_FileNormalizedNameInformation commit bf4554a2fffed30a37fb5ff4467267a2eaeea07f 15154 WPTS FSA BVT_AlternateDataStream_ListStreams_File commit 2266458a6b75760fe455b5b5b6ab3421ea102c97 15153 WPTS FileInfo_Query_FileIdInformation_Dir/File fails commit b219643fc2667abe7d09cda95ef286f8b16dedc6 15150 WPTS FileInfo_Query_FileAccessInformation_DataSuffix commit 9621f52ed119bdb5188286f4d81d713cf7ce8a08 15127 libnsl: '&' within '^' commit 4ac713da4ff2c45287699af975f8c98142bbd9d3 14251 operationalize bhyve dirty page tracking
2022-11-1615155 WPTS BVT_SMB2Basic_Query_FileNormalizedNameInformationGordon Ross1-3/+44
Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Andy Stormont <andyjstormont@gmail.com> Reviewed by: Matt Barden <mbarden@racktopsystems.com> Approved by: Dan McDonald <danmcd@mnx.io>
2022-11-1615154 WPTS FSA BVT_AlternateDataStream_ListStreams_FileGordon Ross1-114/+93
Reviewed by: Andy Stormont <astormont@racktopsystems.com> Reviewed by: Joyce McIntosh <jmcintosh@racktopsystems.com> Reviewed by: Matt Barden <mbarden@racktopsystems.com> Approved by: Dan McDonald <danmcd@mnx.io>
2022-11-1615153 WPTS FileInfo_Query_FileIdInformation_Dir/File failsGordon Ross1-0/+52
Reviewed by: Andy Stormont <andyjstormont@gmail.com> Reviewed by: Matt Barden <mbarden@racktopsystems.com> Approved by: Dan McDonald <danmcd@mnx.io>
2022-11-1615150 WPTS FileInfo_Query_FileAccessInformation_DataSuffixGordon Ross1-24/+71
Reviewed by: Jason King <jason.brian.king+illumos@gmail.com> Approved by: Dan McDonald <danmcd@mnx.io>
2022-11-09 [illumos-gate merge]Dan McDonald6-19/+34
commit 814e0daa42b0648d115fbe8c5d2858e4eb099cbd 15108 SMB option to enable short names commit 0d5d3873da6f8c195c095c01db06e31cedc0aa5a 15101 WPTS FSA QueryDirectory test cases with ShortName errors commit 76c08ae9d10f4e0b653a6ea98c06a7868246164b 15149 pcieadm help messages should include field list 15151 pcieadm show-devs driver is a bit overloaded
2022-11-0915108 SMB option to enable short namesGordon Ross5-14/+22
Reviewed by: Andy Stormont <astormont@racktopsystems.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Matt Barden <mbarden@tintri.com> Reviewed by: Yuri Pankov <yuri@aetern.org> Approved by: Dan McDonald <danmcd@mnx.io>
2022-11-0915101 WPTS FSA QueryDirectory test cases with ShortName errorsGordon Ross1-5/+12
Reviewed by: Andy Stormont <astormont@racktopsystems.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Matt Barden <mbarden@tintri.com> Approved by: Dan McDonald <danmcd@mnx.io>
2022-11-08 [illumos-gate merge]Dan McDonald5-37/+81
commit ab4969f8ab0fdee71bced8aced6cd4db6cbed1ca 15139 loader: avoid duplicate load for environment and console-font commit d56b5f9f1e06794379c22afb6e6ba0ac704e4214 15067 linker set should be declared WEAK commit f8e30ca2ec5c9a7f5bd81df127b915fdc6bb0c1a 15100 WPTS BVT_SMB2Basic_ChangeNotify_... (write cases)
2022-11-0715100 WPTS BVT_SMB2Basic_ChangeNotify_... (write cases)Gordon Ross5-37/+81
Reviewed by: Andy Stormont <astormont@racktopsystems.com> Reviewed by: Matt Barden <mbarden@tintri.com> Approved by: Robert Mustacchi <rm@fingolfin.org>
2022-11-06 [illumos-gate merge]Dan McDonald4-14/+32
commit 1fde93bfc5537d4261d6ef3ac9db44a76d697e75 14489 bhyve should emulate imul commit 77ef2e2dc992015d6c68f5923c0216f6d000fc96 15120 dtest missing dependency on CPU counters commit 5fcf5f8704b3d1b7e6175f9cb17fea58f5e56cdb 15119 truss could support IP, IPv6 sockopts 15115 IP_DONTFRAG could use docs commit 0accf5554adfa8ff02c02d58042253bfa597bfa2 15114 IP_DONTFRAG more like IP please frag commit b18d44ce328fbdf8d8c82ef1763d30b8a46edfde 14535 cfgadm_usb(8) should provide iSerialNumber in -v output commit 4f3f3e9a1dee62c031fa67cfe64e11d6dd3fab1b 14763 bhyve upstream sync 2022 August commit cfed4d7055842c539437036c634e7fe84d10977d 15085 mech_krb5: memory leaked during context establishment commit 549ab26f262a63e8892b99d530a98fea6423ad63 15084 SMBD leaks memory during startup/refresh commit 56a2adb63cd7b5ba73bb3f0fb3930b2d2730513e 15082 SMB Clients see but can't access restricted named streams commit 66a9cc68640459b14e330f94bcab980ef58fd66d 14957 pcieadm overloads header1.iobasehi
2022-11-0415082 SMB Clients see but can't access restricted named streamsPrashanth Badari4-14/+32
Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Reviewed by: Gordon Ross <Gordon.W.Ross@gmail.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Dan McDonald <danmcd@mnx.io>
2022-11-02 [illumos-gate merge]release-20221103Dan McDonald3-2/+15
commit 48f31ae786d40628787e82ea7955dca7c6ffbeae 15099 WPTS BVT_SMB2Basic_ChangeNotify_ChangeSecurity commit 6cd1873200c86b91025b7a2ed64da4fe509f8187 15098 WPTS BVT_SMB2Basic_ChangeNotify_NoFileListDirectoryInGrantedAccess commit b202d9e70f4ebef67c6d2e0e86348704df24fc30 15097 WPTS BVT_SMB2Basic_ChangeNotify_MaxTransactSizeCheck_Smb21
2022-11-0215099 WPTS BVT_SMB2Basic_ChangeNotify_ChangeSecurityGordon Ross1-0/+6
Reviewed by: Andy Stormont <astormont@racktopsystems.com> Reviewed by: Joyce McIntosh <jmcintosh@racktopsystems.com> Approved by: Dan McDonald <danmcd@mnx.io>
2022-11-0215098 WPTS BVT_SMB2Basic_ChangeNotify_NoFileListDirectoryInGrantedAccessGordon Ross1-0/+4
Reviewed by: Andy Stormont <astormont@racktopsystems.com> Reviewed by: Joyce McIntosh <jmcintosh@racktopsystems.com> Reviewed by: Matt Barden <mbarden@tintri.com> Approved by: Dan McDonald <danmcd@mnx.io>
2022-11-0215097 WPTS BVT_SMB2Basic_ChangeNotify_MaxTransactSizeCheck_Smb21Gordon Ross1-2/+5
Reviewed by: Andy Stormont <astormont@racktopsystems.com> Reviewed by: Joyce McIntosh <jmcintosh@racktopsystems.com> Reviewed by: Matt Barden <mbarden@tintri.com> Approved by: Dan McDonald <danmcd@mnx.io>
2022-11-01 [illumos-gate merge]Dan McDonald2-99/+206
commit f88ed57c1154e52970bdc5895a248f1478b76aa7 15096 WPTS BVT_OffloadReadWrite commit a767d70f9fcc7bd039caec6b7e86fbd9f064777b 15095 WPTS BVT_EnumerateSnapShots
2022-11-0115096 WPTS BVT_OffloadReadWriteGordon Ross1-99/+203
Reviewed by: Andy Stormont <astormont@racktopsystems.com> Reviewed by: Joyce McIntosh <jmcintosh@racktopsystems.com> Reviewed by: Matt Barden <mbarden@tintri.com> Approved by: Patrick Mooney <pmooney@pfmooney.com>
2022-11-0115095 WPTS BVT_EnumerateSnapShotsGordon Ross1-0/+3
Reviewed by: Andy Stormont <andyjstormont@gmail.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Matt Barden <mbarden@tintri.com> Approved by: Dan McDonald <danmcd@mnx.io>
2022-10-30 [illumos-gate merge]Dan McDonald1-5/+24
commit f117aa50f60d0a3e62bfa8cbddecd855d648a464 15130 Update tzdata to 2022f commit cf56021bf3bfd6c5c3b246414ea6e6edfee73f49 15094 WPTS BVT_SMB2Basic_Query_FileAllInformation Conflicts: manifest
2022-10-2815094 WPTS BVT_SMB2Basic_Query_FileAllInformationGordon Ross1-5/+24
Reviewed by: Andy Stormont <astormont@racktopsystems.com> Approved by: Dan McDonald <danmcd@mnx.io>
2022-10-25 [illumos-gate merge]Dan McDonald1-2/+73
commit a77feb921f890fb76d76c760a138d0c8e73ee4a0 15118 bhyve too strict over vmm_data lengths commit 18c03fba8ec8cbe862149ac69dcb650b430bd6ef 15068 diskinfo crash in nvlist_free() commit 268cac54f3b029bc35167d895c6d82ded041d24b 15093 SMB error after Win10 tries FSCTL_PIPE_WAIT commit db8a370dba45fa238d7ad5ac85e2fffef8713c75 15005 Tests for btree implementation used by range trees commit 00ae59338e3e57fe8bfe8118360a47a69bfd8b98 15054 libc: using the result of an assignment as a condition without parentheses
2022-10-2415093 SMB error after Win10 tries FSCTL_PIPE_WAITGordon Ross1-2/+73
Reviewed by: Andy Stormont <astormont@racktopsystems.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Dan McDonald <danmcd@mnx.io>
2022-10-21 [illumos-gate merge]Dan McDonald1-3/+21
commit b8052df9f609edb713f6828c9eecc3d7be19dfb3 14993 zfs-tests: Move platform independent tests to a shared runfile commit ea524515bdb27e3573cfd333443dbb81092e6b17 15089 WPTS BVT_TreeMgmt_SMB311_Disconnect_NoSignedNoEncryptedTreeConnect Conflicts: usr/src/test/zfs-tests/runfiles/common.run
2022-10-2015089 WPTS BVT_TreeMgmt_SMB311_Disconnect_NoSignedNoEncryptedTreeConnectGordon Ross1-3/+21
Reviewed by: Andy Stormont <astormont@racktopsystems.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Matt Barden <mbarden@tintri.com> Approved by: Dan McDonald <danmcd@mnx.io>
2022-10-17 [illumos-gate merge]Dan McDonald5-220/+269
commit 38864087f2024637a6b7733caa7b6fd59c9383bd 15090 bhyve needs to handle disconnecting RFB clients better commit 08f2ce59ccfd4e449c92dd87b23e756e439d4daa 15074 SMB Server should return STATUS_INVALID_DEVICE_REQUEST for unsupported FSCTLs commit b716e3d049e8cb44c4b9c72022cafffb39c2f355 15073 smb: Server returns zero credits in negotiate error response commit 6e9a4bcc02951ac192e5f37b1ed4aef36f970f39 15072 libsec: sid_to_id() and sid_to_xid() could be improved
2022-10-1715074 SMB Server should return STATUS_INVALID_DEVICE_REQUEST for unsupported ↵Gordon Ross4-20/+41
FSCTLs Reviewed by: Matt Barden <mbarden@tintri.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Andy Stormont <astormont@racktopsystems.com> Reviewed by: Albert Lee <alee@racktopsystems.com> Approved by: Dan McDonald <danmcd@mnx.io>
2022-10-1715073 smb: Server returns zero credits in negotiate error responseGordon Ross1-200/+228
Reviewed by: Andy Stormont <astormont@racktopsystems.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Albert Lee <alee@racktopsystems.com> Reviewed by: Matt Barden <mbarden@tintri.com> Approved by: Dan McDonald <danmcd@mnx.io>
2022-10-17 [illumos-gate merge]Dan McDonald1-12/+150
commit e59cb7a82e3c588904c5b7ede8cba0bf3cd17eb1 15025 hald can't anymore receive events with newer glib versions than 2.63.4 commit 8a67df42cf817fc66635eb83ffe3fc2f8216300a 15046 libc: unused variable commit 2067ad9da908e7634f4b17778a0523d3acca8102 15045 SMB should implement FSCTL_DFS_GET_REFERRALS_EX commit a44ccde211b3554142d11535037f8ef996519c3b 15044 SMB should return NT_STATUS_FS_DRIVER_REQUIRED for DFS ioctls when DFS is not supported
2022-10-1415045 SMB should implement FSCTL_DFS_GET_REFERRALS_EXGordon Ross1-10/+117
Reviewed-by: Jerry Jelinek <gjelinek@racktopsystems.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Jason King <jason.brian.king+illumos@gmail.com> Reviewed by: Matt Barden <mbarden@tintri.com> Approved by: Dan McDonald <danmcd@mnx.io>
2022-10-1415044 SMB should return NT_STATUS_FS_DRIVER_REQUIRED for DFS ioctls when DFS ↵Gordon Ross1-2/+33
is not supported Reviewed by: Andy Stormont <astormont@racktopsystems.com> Reviewed by: Albert Lee <alee@racktopsystems.com> Reviewed-by: Jerry Jelinek <gjelinek@racktopsystems.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Jason King <jason.brian.king+illumos@gmail.com> Reviewed by: Matt Barden <mbarden@tintri.com> Approved by: Dan McDonald <danmcd@mnx.io>
2022-10-14 [illumos-gate merge]Dan McDonald1-2/+5
commit 5e1bbccc35c7d7d0b6abd200b510d8d5b99ae31c 15064 vmm: unused variable 'iommu_initted' commit d9be5d44a919e9dbfe9d1e3e7a5557d9208b1de7 15050 SMB server mishandles some SIDs commit 5cfb18f0d1f59686e64a1bf142efa2bf653d86a0 15032 SMB: Can't create a file with a NULL DACL commit 34b17f87fc4c121059d3ab4102a276cbe7ed609a 15059 Update AMD microcode to 20220930 commit fab57d1b740f6df905ebda23c9345ef88a7a046a 15027 The ls command should show SIDs instead of ephemeral IDs commit 3cdfcc971afcfbc67664057ef3e59e02fb78871d 15063 vmm: cast to smaller integer type 'boolean_t' from 'void *' commit 13a19b244f4bf70feb407e14979f084b7cb47270 15077 ficl: make sure the loader emulator does set console
2022-10-1315032 SMB: Can't create a file with a NULL DACLMatt Barden1-2/+5
Reviewed by: Gordon Ross <gordon.w.ross@gmail.com> Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Prashanth Badari <prbadari@tintri.com> Approved by: Dan McDonald <danmcd@mnx.io>
2022-10-12 [illumos-gate merge]Dan McDonald1-3/+2
commit 374973c21804baf7ee038f3b1c3ee81a3613e0b3 15065 vmm: variable set but not used commit 1261b05561db859f9c9c1418718a0a9a2930e0cb 15069 dladm_str2bw() does not reset errno which is checked after string conversion commit 670f080b72593a4a43a509cd4a020ffe8a6484a6 14690 nvmeadm should refer to namespaces by their nsid commit 2841912edb2f7c5e77ae94d2ff7fe17ad82f2fcd 15051 SMB2 signature mismatch gets wrong error commit 11fb28bc14a13f8ca7aa0e0e8dd0c259dcb79049 15042 AD join fails if hostname longer than 14 characters commit ad1760fe5da149d8b902bd879789686794f383ce 15058 vmm: comparison is always true commit 7b0b8123e6101089b9e44e31f6b14b0762845fbb 15041 smbadm join reports clock skew as bad password commit 3cc2454804c6ebaa0b2a607ad425214c1e51c4ee 15037 cp_subr.s: Invalid instruction argument
2022-10-1115051 SMB2 signature mismatch gets wrong errorGordon Ross1-3/+2
Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Reviewed by: Matt Barden <mbarden@tintri.com> Approved by: Dan McDonald <danmcd@mnx.io>