1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00
samba-mirror/source4/libcli/raw
2007-10-10 14:05:29 -05:00
..
clioplock.c r15338: Fix build of most things with shared libs enabled. 2007-10-10 14:05:18 -05:00
clisession.c r9223: Rename smb_raw_session_setup() to smb_raw_sesssetup(). 2007-10-10 13:31:33 -05:00
clisocket.c r14372: fix bug found by sparse 2007-10-10 13:57:15 -05:00
clitransport.c r14464: Don't include ndr_BASENAME.h files unless strictly required, instead 2007-10-10 13:57:27 -05:00
clitree.c r12608: Remove some unused #include lines. 2007-10-10 13:49:03 -05:00
interfaces.h r14539: get rid of a pointless union layer in struct smb_notify 2007-10-10 13:58:41 -05:00
ioctl.h r13658: More moving around of files: 2007-10-10 13:52:05 -05:00
libcliraw.h r14542: Remove librpc, libndr and libnbt from includes.h 2007-10-10 13:58:42 -05:00
rawacl.c r14464: Don't include ndr_BASENAME.h files unless strictly required, instead 2007-10-10 13:57:27 -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 r14973: req cannot be NULL in smb_raw_t2open_recv() (found by IBM checker) 2007-10-10 14:00:48 -05:00
rawfileinfo.c r14464: Don't include ndr_BASENAME.h files unless strictly required, instead 2007-10-10 13:57:27 -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 r15379: Fix shared library build's unresolved dependencies 2007-10-10 14:05:29 -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 r15191: Avoid uint_t as it's not standard. 2007-10-10 14:04:15 -05:00
rawreadwrite.c r15121: fix pushing of the FLAGS2_READ_PERMIT_EXECUTE flag in the 2007-10-10 14:04:10 -05:00
rawrequest.c r15191: Avoid uint_t as it's not standard. 2007-10-10 14:04:15 -05:00
rawsearch.c r11848: separate out the info levels common to SMB and SMB2 for raw_search 2007-10-10 13:46:37 -05:00
rawsetfileinfo.c r14256: - rename smb_file -> smb_handle 2007-10-10 13:57:06 -05:00
rawtrans.c r14413: don't do memcpy of length 0 2007-10-10 13:57:20 -05:00
README first public release of samba4 code 2003-08-13 01:53:07 +00:00
request.h r15191: Avoid uint_t as it's not standard. 2007-10-10 14:04:15 -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
trans2.h r13658: More moving around of files: 2007-10-10 13:52:05 -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