1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00
samba-mirror/source4/libcli/raw
Andrew Tridgell b24fcfc1aa r3400: - allow callers to control the flags2 field in raw packets
- added testing of the FLAGS2_READ_PERMIT_EXECUTE bit in the ntdeny tests
(This used to be commit adf4a68270)
2007-10-10 13:05:05 -05:00
..
clioplock.c r1654: rename cli_ -> smbcli_ 2007-10-10 12:57:47 -05:00
clisession.c r3400: - allow callers to control the flags2 field in raw packets 2007-10-10 13:05:05 -05:00
clisocket.c r3315: converted the libcli/raw/ code to use the generic socket library. This 2007-10-10 13:04:53 -05:00
clitransport.c r3385: when discarding a unmatched reply print the command type to help debugging 2007-10-10 13:05:03 -05:00
clitree.c r2710: continue with the new style of providing a parent context whenever 2007-10-10 12:59:25 -05:00
rawacl.c r3383: avoid multi-part SMBtrans and SMBtrans2 replies until our client library can handle 2007-10-10 13:05:03 -05:00
rawdate.c r1654: rename cli_ -> smbcli_ 2007-10-10 12:57:47 -05:00
raweas.c r2671: we're getting too many errors caused by the talloc_realloc() API not 2007-10-10 12:59:20 -05:00
rawfile.c r3081: several updates to ntvfs and server side async request handling in 2007-10-10 13:01:57 -05:00
rawfileinfo.c r3383: avoid multi-part SMBtrans and SMBtrans2 replies until our client library can handle 2007-10-10 13:05:03 -05:00
rawfsinfo.c r3383: avoid multi-part SMBtrans and SMBtrans2 replies until our client library can handle 2007-10-10 13:05:03 -05:00
rawioctl.c r1654: rename cli_ -> smbcli_ 2007-10-10 12:57:47 -05:00
rawnegotiate.c r3354: honor "max xmit" and "max mux" from smb.conf in our client code. This 2007-10-10 13:05:00 -05:00
rawnotify.c r1654: rename cli_ -> smbcli_ 2007-10-10 12:57:47 -05:00
rawreadwrite.c r3237: - allow for readx calls larger than 64k 2007-10-10 13:04:43 -05:00
rawrequest.c r3400: - allow callers to control the flags2 field in raw packets 2007-10-10 13:05:05 -05:00
rawsearch.c r3383: avoid multi-part SMBtrans and SMBtrans2 replies until our client library can handle 2007-10-10 13:05:03 -05:00
rawsetfileinfo.c r1739: fixed the padding in setpathinfo, noticed when forcing negotiated ascii strings 2007-10-10 12:57:51 -05:00
rawtrans.c r3383: avoid multi-part SMBtrans and SMBtrans2 replies until our client library can handle 2007-10-10 13:05:03 -05:00
README first public release of samba4 code 2003-08-13 01:53:07 +00:00
smb_signing.c r3380: - changed the default behaviour of server signing. We now have a default 2007-10-10 13:05:03 -05: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