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 3ea916b227 r2654: fixed some more server memory leaks. We are now down to a single leak
of 16 bytes, caused by the 16 byte data_blob in the smb_signing
code.
(This used to be commit 2f1b788e09)
2007-10-10 12:59:17 -05:00
..
clioplock.c r1654: rename cli_ -> smbcli_ 2007-10-10 12:57:47 -05:00
clisession.c r2654: fixed some more server memory leaks. We are now down to a single leak 2007-10-10 12:59:17 -05:00
clisocket.c r2654: fixed some more server memory leaks. We are now down to a single leak 2007-10-10 12:59:17 -05:00
clitransport.c r2654: fixed some more server memory leaks. We are now down to a single leak 2007-10-10 12:59:17 -05:00
clitree.c r2654: fixed some more server memory leaks. We are now down to a single leak 2007-10-10 12:59:17 -05:00
rawacl.c r1941: - fixed an allocation error with querying security descriptors remotely 2007-10-10 12:58:12 -05:00
rawdate.c r1654: rename cli_ -> smbcli_ 2007-10-10 12:57:47 -05:00
raweas.c r1983: a completely new implementation of talloc 2007-10-10 12:58:14 -05:00
rawfile.c r1983: a completely new implementation of talloc 2007-10-10 12:58:14 -05:00
rawfileinfo.c r1983: a completely new implementation of talloc 2007-10-10 12:58:14 -05:00
rawfsinfo.c r1654: rename cli_ -> smbcli_ 2007-10-10 12:57:47 -05:00
rawioctl.c r1654: rename cli_ -> smbcli_ 2007-10-10 12:57:47 -05:00
rawnegotiate.c r1985: take advantage of the new talloc in a few more places 2007-10-10 12:58:14 -05:00
rawnotify.c r1654: rename cli_ -> smbcli_ 2007-10-10 12:57:47 -05:00
rawreadwrite.c r1983: a completely new implementation of talloc 2007-10-10 12:58:14 -05:00
rawrequest.c r2654: fixed some more server memory leaks. We are now down to a single leak 2007-10-10 12:59:17 -05:00
rawsearch.c r2469: complete overhaul of the old-style RAW_SEARCH_ calls (the OS/2 and 2007-10-10 12:58:56 -05:00
rawsetfileinfo.c r1739: fixed the padding in setpathinfo, noticed when forcing negotiated ascii strings 2007-10-10 12:57:51 -05:00
rawtrans.c r2649: - used some cpp tricks to make users of talloc() and talloc_realloc() 2007-10-10 12:59:16 -05:00
README first public release of samba4 code 2003-08-13 01:53:07 +00:00
smb_signing.c r1796: Enable server-side SPNEGO, now that I have fixed the server-side SMB 2007-10-10 12:57:57 -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