1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-28 07:21:54 +03:00
samba-mirror/source4/libcli/raw
James Peach c61db93c7e r21949: After discussion with the Apple and Linux client maintainers,
changing the FindFirst response for the UNIX_INFO2 level to include
a length field before the name. The name is not required to be null
terminated. the lenght field does not count any null.
(This used to be commit eef672bfff)
2007-10-10 14:49:39 -05:00
..
clioplock.c r15338: Fix build of most things with shared libs enabled. 2007-10-10 14:05:18 -05:00
clisession.c r15741: move smb2 request structures into the main smb request structs 2007-10-10 14:08:11 -05:00
clisocket.c r14372: fix bug found by sparse 2007-10-10 13:57:15 -05:00
clitransport.c r17930: Merge noinclude branch: 2007-10-10 14:16:54 -05:00
clitree.c r15741: move smb2 request structures into the main smb request structs 2007-10-10 14:08:11 -05:00
interfaces.h r21949: After discussion with the Apple and Linux client maintainers, 2007-10-10 14:49:39 -05:00
ioctl.h r15643: add some FSCTL_ codes 2007-10-10 14:07:26 -05:00
libcliraw.h r14542: Remove librpc, libndr and libnbt from includes.h 2007-10-10 13:58:42 -05:00
rawacl.c r20963: remove unused functions, run LOCAL-TDR by default 2007-10-10 14:44:04 -05:00
rawdate.c r4063: - change char * -> uint8_t in struct request_buffer 2007-10-10 13:06:21 -05:00
raweas.c r15191: Avoid uint_t as it's not standard. 2007-10-10 14:04:15 -05:00
rawfile.c r18301: I discovered how to load the warnings from a build farm build into 2007-10-10 14:18:04 -05:00
rawfileinfo.c r21710: Add client support for the UNIX_INFO2 info level in the QueryFile, 2007-10-10 14:49:16 -05:00
rawfsinfo.c r11756: split out the parsers for the pass-through levels of QFSINFO and 2007-10-10 13:46:23 -05:00
rawioctl.c r21206: - a couple more nttrans places were a memcpy() should be used 2007-10-10 14:44:45 -05:00
rawlpq.c r14205: move smb specific stuff out of includes.h (finally!!!:-) 2007-10-10 13:57:03 -05:00
rawnegotiate.c r8104: - added support for our client library to not negotiate nt status codes, controlled 2007-10-10 13:19:08 -05:00
rawnotify.c r21206: - a couple more nttrans places were a memcpy() should be used 2007-10-10 14:44:45 -05:00
rawreadwrite.c r20077: support large readx replies, as done by samba3 (and the snia spec), 2007-10-10 14:29:01 -05:00
rawrequest.c r17930: Merge noinclude branch: 2007-10-10 14:16:54 -05:00
rawsearch.c r21949: After discussion with the Apple and Linux client maintainers, 2007-10-10 14:49:39 -05:00
rawsetfileinfo.c r21710: Add client support for the UNIX_INFO2 info level in the QueryFile, 2007-10-10 14:49:16 -05:00
rawtrans.c r21206: - a couple more nttrans places were a memcpy() should be used 2007-10-10 14:44:45 -05:00
README first public release of samba4 code 2003-08-13 01:53:07 +00:00
request.h r18211: wct is not a size, so don't use size_t 2007-10-10 14:17:50 -05:00
signing.h r13658: More moving around of files: 2007-10-10 13:52:05 -05:00
smb_signing.c r15191: Avoid uint_t as it's not standard. 2007-10-10 14:04:15 -05:00
smb.h r17930: Merge noinclude branch: 2007-10-10 14:16:54 -05:00
trans2.h r21710: Add client support for the UNIX_INFO2 info level in the QueryFile, 2007-10-10 14:49:16 -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