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
Stefan Metzmacher 6b9b169c27 r2443: check return code of event_loop_once() to catch thet cases where the server
closes the connetion and we got EBADF from select() and event_loop_once() fails

metze
(This used to be commit 9c0e50a6f3)
2007-10-10 12:58:54 -05:00
..
clioplock.c r1654: rename cli_ -> smbcli_ 2007-10-10 12:57:47 -05:00
clisession.c r2307: Fix the use of 'raw' NTLMSSP to hosts that support extended security, 2007-10-10 12:58:42 -05:00
clisocket.c r2184: use the smb.conf socket options for client code too 2007-10-10 12:58:30 -05:00
clitransport.c r2247: talloc_destroy -> talloc_free 2007-10-10 12:58:34 -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 r2443: check return code of event_loop_once() to catch thet cases where the server 2007-10-10 12:58:54 -05:00
rawsearch.c r1654: rename cli_ -> smbcli_ 2007-10-10 12:57:47 -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