1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00
samba-mirror/source4/libcli/raw
Andrew Tridgell 759da3b915 r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for the
large commit. I thought this was worthwhile to get done for
consistency.
(This used to be commit ec32b22ed5)
2007-10-10 13:09:15 -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 r4951: some of the code dealing with libcli was getting too complex trying to 2007-10-10 13:09:09 -05:00
clisocket.c r4944: every event_add_*() caller was having to call talloc_steal() to take 2007-10-10 13:09:08 -05:00
clitransport.c r4954: we don't need the separate event_remove_*() calls any more, as you now 2007-10-10 13:09:09 -05:00
clitree.c r4951: some of the code dealing with libcli was getting too complex trying to 2007-10-10 13:09:09 -05:00
libcliraw.h r4891: - added a generic resolve_name() async interface in libcli/resolve/, 2007-10-10 13:09:03 -05:00
rawacl.c r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for the 2007-10-10 13:09:15 -05:00
rawdate.c r4063: - change char * -> uint8_t in struct request_buffer 2007-10-10 13:06:21 -05:00
raweas.c r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for the 2007-10-10 13:09:15 -05:00
rawfile.c r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for the 2007-10-10 13:09:15 -05:00
rawfileinfo.c r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for the 2007-10-10 13:09:15 -05:00
rawfsinfo.c r4316: - now that the trans2 code properly supports multi-part requests, we can set 2007-10-10 13:07:33 -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 r4758: - added async support to the session request code 2007-10-10 13:08:50 -05:00
rawnotify.c r4591: - converted the other _p talloc functions to not need _p 2007-10-10 13:08:30 -05:00
rawreadwrite.c r4364: - added support for testing of chained SMB operations in smbtorture 2007-10-10 13:07:38 -05:00
rawrequest.c r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for the 2007-10-10 13:09:15 -05:00
rawsearch.c r4316: - now that the trans2 code properly supports multi-part requests, we can set 2007-10-10 13:07:33 -05:00
rawsetfileinfo.c r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for the 2007-10-10 13:09:15 -05:00
rawtrans.c r4591: - converted the other _p talloc functions to not need _p 2007-10-10 13:08:30 -05:00
README first public release of samba4 code 2003-08-13 01:53:07 +00:00
smb_signing.c r4063: - change char * -> uint8_t in struct request_buffer 2007-10-10 13:06:21 -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