Searched refs:SMB (Results 1 – 25 of 32) sorted by relevance
12
/external/curl/tests/python_dependencies/impacket/ |
D | smb.py | 696 …return (self['Command'] in [SMB.SMB_COM_TRANSACTION, SMB.SMB_COM_READ_ANDX, SMB.SMB_COM_READ_RAW] … 712 …'ErrorClass'] + (self['_reserved'] << 8), self['ErrorCode'], self['Flags2'] & SMB.FLAGS2_NT_STATUS) 742 if flags & SMB.FLAGS2_UNICODE: 2183 class SMB: class 2374 self.__flags1 = SMB.FLAGS1_PATHCASELESS | SMB.FLAGS1_CANONICALIZED_PATHS 2375 self.__flags2 = SMB.FLAGS2_EXTENDED_SECURITY | SMB.FLAGS2_NT_STATUS | SMB.FLAGS2_LONG_NAMES 2407 …if (self._dialects_parameters['SecurityMode'] & SMB.SECURITY_SHARE_MASK) == SMB.SECURITY_SHARE_SHA… 2415 …if (self._dialects_parameters['SecurityMode'] & SMB.SECURITY_SHARE_MASK) == SMB.SECURITY_SHARE_SHA… 2540 smb['Flags2'] |= SMB.FLAGS2_SMB_SECURITY_SIGNATURE 2553 …rror_class()+ (s.get_reserved() << 8), s.get_error_code() , s.get_flags2() & SMB.FLAGS2_NT_STATUS ) [all …]
|
D | smbserver.py | 102 if flags & smb.SMB.FLAGS2_UNICODE: 108 if flags & smb.SMB.FLAGS2_UNICODE: 197 flags = smb.SMB.FLAGS2_UNICODE 252 flags = smb.SMB.FLAGS2_UNICODE 1261 respSMBCommand = smb.SMBCommand(smb.SMB.SMB_COM_LOCKING_ANDX) 1279 respSMBCommand = smb.SMBCommand(smb.SMB.SMB_COM_CLOSE) 1322 respSMBCommand = smb.SMBCommand(smb.SMB.SMB_COM_WRITE) 1364 respSMBCommand = smb.SMBCommand(smb.SMB.SMB_COM_FLUSH) 1396 respSMBCommand = smb.SMBCommand(smb.SMB.SMB_COM_CREATE_DIRECTORY) 1441 respSMBCommand = smb.SMBCommand(smb.SMB.SMB_COM_RENAME) [all …]
|
D | smb3.py | 1383 fileInfo = smb.SMBFindFileFullDirectoryInfo(smb.SMB.FLAGS2_UNICODE)
|
/external/curl/tests/data/ |
D | test1451 | 4 SMB 11 <data>Basic SMB test complete</data> 24 Basic SMB request 34 <stdout>Basic SMB test complete</stdout>
|
/external/e2fsprogs/lib/ext2fs/tdb/patches/ |
D | copyright | 9 - Unix SMB/CIFS implementation.
|
/external/autotest/client/site_tests/enterprise_SmbProviderDaemon/ |
D | control | 13 Runs commands on the smbprovider daemon. Connects to an actual SMB server.
|
/external/curl/docs/cmdline-opts/ |
D | proto-redir.d | 16 SMB and SMBS are also disabled. Specifying \fIall\fP or \fI+all\fP enables all
|
/external/autotest/client/tests/tbench/ |
D | control | 14 if we eliminated all filesystem IO and SMB packet processing. tbench
|
/external/curl/tests/ |
D | smbserver.py | 117 self.hookSmbCommand(imp_smb.SMB.SMB_COM_NT_CREATE_ANDX, 222 resp_cmd = imp_smb.SMBCommand(imp_smb.SMB.SMB_COM_NT_CREATE_ANDX)
|
D | README | 78 - TCP/9017 for SMB server
|
/external/tcpdump/ |
D | INSTALL.txt | 113 smb.h - SMB/CIFS definitions 114 smbutil.c - SMB/CIFS utility routines
|
D | configure.in | 170 AC_MSG_CHECKING([whether to enable the possibly-buggy SMB printer]) 172 [ --enable-smb enable possibly-buggy SMB printer [default=yes] 173 --disable-smb disable possibly-buggy SMB printer],, 177 AC_WARN([The SMB printer may have exploitable buffer overflows!!!]) 179 [define if you want to build the possibly-buggy SMB printer])
|
D | CHANGES | 19 CVE-2017-12893 (SMB/CIFS) 250 SMB: Before fetching the flags2 field, make sure we have it 251 SMB: Do bounds checks on NBNS resource types and resource data lengths 559 Add support for SMB over TCP 809 SMB printing has much improved bounds checks 907 - const poisoning in SMB decoder. 925 - SMB printing code
|
D | config.h.in | 3 /* define if you want to build the possibly-buggy SMB printer */
|
/external/perfetto/protos/perfetto/ipc/ |
D | producer_port.proto | 100 // Use the service's default setting for SMB scraping. 112 // If provided, overrides the service's SMB scraping setting for the producer.
|
/external/curl/docs/ |
D | FEATURES | 130 SMB
|
D | TODO | 101 11. SMB 716 11. SMB 720 Add support for listing the contents of a SMB share. The output should probably 729 Currently the SMB authentication uses NTLMv1.
|
D | INTERNALS.md | 19 - [SMB](#smb) 336 SMB chapter
|
/external/python/cpython3/Lib/test/ |
D | cfgparser.2 | 118 # the encrypted SMB passwords. They allow the Unix password 119 # to be kept in sync with the SMB password. 129 # Unix users can map to different SMB User names
|
/external/python/cpython2/Doc/howto/ |
D | doanddont.rst | 221 works even on flaky NFS or SMB connections), or an error message is printed
|
/external/llvm/lib/Support/Unix/ |
D | Path.inc | 277 // all filesystems (SMB doesn't).
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/Unix/ |
D | Path.inc | 274 // all filesystems (SMB doesn't).
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Unix/ |
D | Path.inc | 295 // all filesystems (SMB doesn't).
|
/external/curl/ |
D | configure.ac | 593 AC_HELP_STRING([--enable-smb],[Enable SMB/CIFS support]) 594 AC_HELP_STRING([--disable-smb],[Disable SMB/CIFS support]), 598 AC_DEFINE(CURL_DISABLE_SMB, 1, [to disable SMB/CIFS]) 4317 SUPPORT_PROTOCOLS="$SUPPORT_PROTOCOLS SMB"
|
/external/curl/lib/ |
D | curl_config.h.in | 63 /* to disable SMB/CIFS */
|
12