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 c272e60955 r3315: converted the libcli/raw/ code to use the generic socket library. This
allows me to test with the socket:testnonblock option. It passes.
(This used to be commit 7cb4bf8662)
2007-10-10 13:04:53 -05:00
..
clioplock.c r1654: rename cli_ -> smbcli_ 2007-10-10 12:57:47 -05:00
clisession.c r2680: switched the libcli/raw/ code over to use talloc_reference(), which simplifies things quite a bit 2007-10-10 12:59:21 -05:00
clisocket.c r3315: converted the libcli/raw/ code to use the generic socket library. This 2007-10-10 13:04:53 -05:00
clitransport.c r3315: converted the libcli/raw/ code to use the generic socket library. This 2007-10-10 13:04:53 -05:00
clitree.c r2710: continue with the new style of providing a parent context whenever 2007-10-10 12:59:25 -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 r2671: we're getting too many errors caused by the talloc_realloc() API not 2007-10-10 12:59:20 -05:00
rawfile.c r3081: several updates to ntvfs and server side async request handling in 2007-10-10 13:01:57 -05:00
rawfileinfo.c r2671: we're getting too many errors caused by the talloc_realloc() API not 2007-10-10 12:59:20 -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 r3237: - allow for readx calls larger than 64k 2007-10-10 13:04:43 -05:00
rawrequest.c r2857: this commit gets rid of smb_ucs2_t, wpstring and fpstring, plus lots of associated functions. 2007-10-10 12:59:39 -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 r3295: Fix for SMB signing with 56-bit DES session keys. From Nalin Dahyabhai <nalin@redhat.com>. 2007-10-10 13:04:51 -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