1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/source4/libcli/raw
Stefan Metzmacher e9c184088c s4:libcli/raw: remove unused DEFAULT_TRUST_ACCOUNT_PASSWORD_LENGTH
BUG: https://bugzilla.samba.org/show_bug.cgi?id=12262

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
2017-02-21 16:09:22 +01:00
..
clierror.c
clioplock.c s4-libcli: Check return value of smbcli_request_setup(). 2013-02-22 16:36:13 +01:00
clisession.c s4: libcli: Internal SMB1 pid is already stored as and uses 32-bits. Correct getpid() cast. 2016-06-18 15:32:17 +02:00
clisocket.c s4:libcli/raw: make sure smbcli_transport_connect_send/recv correctly cleanup on error 2015-06-12 17:08:17 +02:00
clitransport.c s4:libcli/raw: fix up the max_protocol value for the current transport connection 2014-11-27 16:45:05 +01:00
clitree.c s4-libcli: Check return value of smbcli_request_setup(). 2013-02-22 16:36:13 +01:00
interfaces.h pvfs_open win10 fix, need return SMB2_CREATE_TAG_QFID 2016-08-19 09:35:14 +02:00
libcliraw.h CVE-2016-2115: s4:libcli/raw: add smbcli_options.min_protocol 2016-04-12 19:25:26 +02:00
rawacl.c
rawdate.c
raweas.c Fix bug #10010 - Missing integer wrap protection in EA list reading can cause server to loop with DOS. 2013-08-05 14:39:04 +02:00
rawfile.c
rawfileinfo.c
rawfsinfo.c s4/ntvfs: support FS_SECTOR_SIZE_INFORMATION query-info 2015-03-18 18:57:21 +01:00
rawioctl.c
rawlpq.c
rawnegotiate.c CVE-2016-2115: s4:libcli/raw: pass the minprotocol to smb_raw_negotiate*() 2016-04-12 19:25:26 +02:00
rawnotify.c
rawreadwrite.c s4:libcli/raw: Make flags2 and offset available to callers of readx 2014-08-30 00:27:13 +02:00
rawrequest.c s4:libcli/raw: setup a smbXcli_tcon for each smbcli_tree 2012-07-24 18:44:05 +02:00
rawsearch.c s4-libcli/raw: Fix compiler errors when building with --address-sanitizer 2016-06-16 04:40:13 +02:00
rawsetfileinfo.c
rawshadow.c
rawtrans.c libcli/smb: pass down smbXcli_tcon to smb1cli_req_create/send() and smb1cli_trans* 2012-07-24 21:22:44 +02:00
README
request.h
signing.h
smb_signing.c build: Build with system md5.h on OpenIndiana 2013-06-19 21:32:36 +02:00
smb.h s4:libcli/raw: remove unused DEFAULT_TRUST_ACCOUNT_PASSWORD_LENGTH 2017-02-21 16:09:22 +01:00
trans2.h s4/client: add FS_SECTOR_SIZE_INFORMATION query support 2015-03-18 18:57:20 +01:00

Design notes for client library restructure:

1 - no references to cli_state should exist in libcli/raw.
2 - all interfaces to functions in this directory should use cli_session or cli_tree as
	the primary context structure