1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-31 17:18:04 +03:00
samba-mirror/source4/libcli/raw
2007-10-10 13:58:42 -05:00
..
clioplock.c r3419: moved the libcli/raw structures into libcli/raw/libcliraw.h 2007-10-10 13:05:07 -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 r14205: move smb specific stuff out of includes.h (finally!!!:-) 2007-10-10 13:57:03 -05:00
rawfile.c r14464: Don't include ndr_BASENAME.h files unless strictly required, instead 2007-10-10 13:57:27 -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 r14256: - rename smb_file -> smb_handle 2007-10-10 13:57:06 -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 r14539: get rid of a pointless union layer in struct smb_notify 2007-10-10 13:58:41 -05:00
rawreadwrite.c r14256: - rename smb_file -> smb_handle 2007-10-10 13:57:06 -05:00
rawrequest.c r14205: move smb specific stuff out of includes.h (finally!!!:-) 2007-10-10 13:57:03 -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 r12801: Some more include/ cleanups (remove unused macros + move files 2007-10-10 13:49:57 -05:00
signing.h r13658: More moving around of files: 2007-10-10 13:52:05 -05:00
smb_signing.c r12694: Move some headers to the directory of the subsystem they belong to. 2007-10-10 13:49:39 -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