1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-08 21:18:16 +03:00
samba-mirror/source4/libcli/raw
Andrew Bartlett b21b012756 lib/param move source4 param code to the top level
This is done so that the lpcfg_ functions are available across the whole
build, either with the struct loadparm_context loaded from an smb.conf directly
or as a wrapper around the source3 param code.

This is not the final, merged loadparm, but simply one step to make
it easier to solve other problems while we make our slow progress
on this difficult problem.

Andrew Bartlett
2011-10-11 13:41:34 +11:00
..
clierror.c Make sure prototypes are always included, make some functions static and 2008-10-20 18:59:51 +02:00
clioplock.c s4:libcliraw: s/private/private_data 2009-02-02 13:08:51 +01:00
clisession.c Remove unused include param/param.h. 2008-10-24 16:37:56 +02:00
clisocket.c s4-libcli Remove resolve_name() as it conflicts with Samba3. 2011-05-03 07:37:07 +02:00
clitransport.c s4:libcli: use tevent_ fn names instead of legacy event_ ones 2011-08-13 09:54:15 -04:00
clitree.c Finish removal of iconv_convenience in public API's. 2010-05-18 11:45:30 +02:00
interfaces.h s4: add SMB2_FSCTL opcodes 2011-09-29 14:47:05 +02:00
ioctl.h r23792: convert Samba4 to GPLv3 2007-10-10 14:59:12 -05:00
libcliraw.h lib/param move source4 param code to the top level 2011-10-11 13:41:34 +11:00
rawacl.c Finish removal of iconv_convenience in public API's. 2010-05-18 11:45:30 +02:00
rawdate.c Make sure prototypes are always included, make some functions static and 2008-10-20 18:59:51 +02:00
raweas.c Change uint_t to unsigned int in source4 2010-02-02 07:18:18 +01:00
rawfile.c s4:libcli/raw: s/SMBchkpth/SMBcheckpath 2011-07-12 16:50:55 +02:00
rawfileinfo.c Ensure convert_string_XXX is always called with a valid converted_size pointer. 2011-03-29 21:01:49 +02:00
rawfsinfo.c s4-libcli: GUID_from_ndr_blob() is strict about the blob size 2009-12-10 17:51:30 +11:00
rawioctl.c Install public header files again and include required prototypes. 2008-04-02 04:53:27 +02:00
rawlpq.c s4:libcli/raw: we don't need to include "smb.h" explicit 2009-08-07 14:56:22 +02:00
rawnegotiate.c s4:libcli/raw: make use of PROTOCOL_SMB2_02 2011-09-05 13:25:00 +02:00
rawnotify.c s4:libcli: Modify S4 client library to check for proper CN alignment 2010-07-06 13:28:02 -07:00
rawreadwrite.c libcliraw: Make smb_raw_write_recv public and include it in a public header. 2011-09-25 17:12:05 +02:00
rawrequest.c s4:libcli: use tevent_ fn names instead of legacy event_ ones 2011-08-13 09:54:15 -04:00
rawsearch.c Change uint_t to unsigned int in source4 2010-02-02 07:18:18 +01:00
rawsetfileinfo.c RAW_SFILEINFO_RENAME_INFORMATION_SMB2 sends 4 bytes of uninitialized data out on the network. 2011-08-27 07:48:29 +02:00
rawshadow.c Install public header files again and include required prototypes. 2008-04-02 04:53:27 +02:00
rawtrans.c Change uint_t to unsigned int in source4 2010-02-02 07:18:18 +01:00
README
request.h Change uint_t to unsigned int in source4 2010-02-02 07:18:18 +01:00
signing.h lib/param move source4 param code to the top level 2011-10-11 13:41:34 +11:00
smb_signing.c Change uint_t to unsigned int in source4 2010-02-02 07:18:18 +01:00
smb.h libcliraw: Install more header files. 2011-08-18 14:01:12 +02:00
smbclient-raw.pc.in cli-raw: Add public libsmbclient-raw library. 2011-08-18 14:19:18 +02:00
trans2.h libcli/smb Move cifs posix helper functions and headers in common 2011-05-06 07:51:24 +02: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