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 daa66ec96c r2624: - save some system calls by only trying read/write operations that select has indicated are possible
- when a socket is dead, don't try to do anything more on it
(This used to be commit e95e5c591f)
2007-10-10 12:59:13 -05:00
..
clioplock.c r1654: rename cli_ -> smbcli_ 2007-10-10 12:57:47 -05:00
clisession.c r2587: fixed a couple of authentication memory leaks. There are more to be 2007-10-10 12:59:08 -05:00
clisocket.c r2621: - now that the client code is non-blocking, we no longer need 2007-10-10 12:59:12 -05:00
clitransport.c r2624: - save some system calls by only trying read/write operations that select has indicated are possible 2007-10-10 12:59:13 -05:00
clitree.c r2247: talloc_destroy -> talloc_free 2007-10-10 12:58:34 -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 r2552: Character set conversion and string handling updates. 2007-10-10 12:59:05 -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 r1983: a completely new implementation of talloc 2007-10-10 12:58:14 -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