Home
last modified time | relevance | path

Searched refs:SMB (Results 1 – 25 of 29) sorted by relevance

12

/external/curl/tests/python_dependencies/impacket/
Dsmb.py696 …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 …]
Dsmbserver.py102 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 …]
Dsmb3.py1383 fileInfo = smb.SMBFindFileFullDirectoryInfo(smb.SMB.FLAGS2_UNICODE)
/external/curl/tests/data/
Dtest14514 SMB
11 <data>Basic SMB test complete</data>
24 Basic SMB request
34 <stdout>Basic SMB test complete</stdout>
Dtest207217 file:// with SMB path
/external/e2fsprogs/lib/ext2fs/tdb/patches/
Dcopyright9 - Unix SMB/CIFS implementation.
/external/curl/tests/
Dsmbserver.py117 self.hookSmbCommand(imp_smb.SMB.SMB_COM_NT_CREATE_ANDX,
222 resp_cmd = imp_smb.SMBCommand(imp_smb.SMB.SMB_COM_NT_CREATE_ANDX)
DREADME78 - TCP/9017 for SMB server
/external/autotest/client/tests/tbench/
Dcontrol14 if we eliminated all filesystem IO and SMB packet processing. tbench
/external/curl/docs/cmdline-opts/
Dproto-redir.d16 SMB and SMBS are also disabled. Specifying \fIall\fP or \fI+all\fP enables all
/external/tcpdump/
DINSTALL.txt113 smb.h - SMB/CIFS definitions
114 smbutil.c - SMB/CIFS utility routines
Dconfigure.in170 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])
DCHANGES19 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
Dconfig.h.in3 /* define if you want to build the possibly-buggy SMB printer */
/external/python/cpython3/Lib/test/
Dcfgparser.2118 # 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/curl/docs/
DFEATURES130 SMB
DTODO94 11. SMB
639 11. SMB
643 Add support for listing the contents of a SMB share. The output should probably
652 Currently the SMB authentication uses NTLMv1.
DMANUAL62 Get a file from an SMB server:
235 SMB / SMBS
DINTERNALS.md19 - [SMB](#smb)
339 SMB chapter
/external/curl/
DRELEASE-NOTES88 o SMB: fix numeric constant suffix and variable types [49]
DCHANGES128 - SMB: fix numeric constant suffix and variable types
1040 test: add test for bad UNC/SMB path in file: URL
1051 * explicit error for SMB shares (e.g. "file:////share/path/file")
1203 - SMB: fix uninitialized local variable
2124 - lib/config-win32.h: let SMB/SMBS be enabled with OpenSSL/NSS
2133 This in turn enables SMB (and SMBS) protocol support whenever
5000 - travis: add SMB, DICT, TELNET torture to coverage test
5126 - dist: add SMB python deps into the tarball
5130 test1451: add SMB support to the testbed
5132 Add test 1451 which does some very basic SMB testing using the impacket
[all …]
Dconfigure.ac587 AC_HELP_STRING([--enable-smb],[Enable SMB/CIFS support])
588 AC_HELP_STRING([--disable-smb],[Disable SMB/CIFS support]),
592 AC_DEFINE(CURL_DISABLE_SMB, 1, [to disable SMB/CIFS])
4089 SUPPORT_PROTOCOLS="$SUPPORT_PROTOCOLS SMB"
/external/python/cpython2/Doc/howto/
Ddoanddont.rst221 works even on flaky NFS or SMB connections), or an error message is printed
/external/llvm/lib/Support/Unix/
DPath.inc277 // all filesystems (SMB doesn't).
/external/swiftshader/third_party/llvm-subzero/lib/Support/Unix/
DPath.inc274 // all filesystems (SMB doesn't).

12