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
Andrew Tridgell 70bb74eefd r3591: to get a bit more useful info from valgrind I'm disabling the
deliberate over-allocation of request structures in smbd and
libcli/raw code for now.
(This used to be commit 07596d8721)
2007-10-10 13:05:36 -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 r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ioctl.h) 2007-10-10 13:05:17 -05:00
clisocket.c r3443: the next stage in the include files re-organisation. 2007-10-10 13:05:11 -05:00
clitransport.c r3507: - added deferred replies on sharing violation in pvfs open. The 2007-10-10 13:05:23 -05:00
clitree.c r3419: moved the libcli/raw structures into libcli/raw/libcliraw.h 2007-10-10 13:05:07 -05:00
libcliraw.h r3507: - added deferred replies on sharing violation in pvfs open. The 2007-10-10 13:05:23 -05:00
rawacl.c r3419: moved the libcli/raw structures into libcli/raw/libcliraw.h 2007-10-10 13:05:07 -05:00
rawdate.c r3419: moved the libcli/raw structures into libcli/raw/libcliraw.h 2007-10-10 13:05:07 -05:00
raweas.c r3419: moved the libcli/raw structures into libcli/raw/libcliraw.h 2007-10-10 13:05:07 -05:00
rawfile.c r3458: more solaris portability fixes, the main one being that we can't use a 2007-10-10 13:05:16 -05:00
rawfileinfo.c r3419: moved the libcli/raw structures into libcli/raw/libcliraw.h 2007-10-10 13:05:07 -05:00
rawfsinfo.c r3419: moved the libcli/raw structures into libcli/raw/libcliraw.h 2007-10-10 13:05:07 -05:00
rawioctl.c r3419: moved the libcli/raw structures into libcli/raw/libcliraw.h 2007-10-10 13:05:07 -05:00
rawnegotiate.c r3447: more include/system/XXX.h include files 2007-10-10 13:05:12 -05:00
rawnotify.c r3419: moved the libcli/raw structures into libcli/raw/libcliraw.h 2007-10-10 13:05:07 -05:00
rawreadwrite.c r3419: moved the libcli/raw structures into libcli/raw/libcliraw.h 2007-10-10 13:05:07 -05:00
rawrequest.c r3591: to get a bit more useful info from valgrind I'm disabling the 2007-10-10 13:05:36 -05:00
rawsearch.c r3419: moved the libcli/raw structures into libcli/raw/libcliraw.h 2007-10-10 13:05:07 -05:00
rawsetfileinfo.c r3419: moved the libcli/raw structures into libcli/raw/libcliraw.h 2007-10-10 13:05:07 -05:00
rawtrans.c r3419: moved the libcli/raw structures into libcli/raw/libcliraw.h 2007-10-10 13:05:07 -05:00
README first public release of samba4 code 2003-08-13 01:53:07 +00:00
smb_signing.c r3462: separate out the crypto includes 2007-10-10 13:05: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