1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00
samba-mirror/source4/libcli/raw
Andrew Bartlett 6b921d1d21 r719: Follow the trend - remove more unused functions.
Andrew Bartlett
(This used to be commit 62eef851fd)
2007-10-10 12:53:45 -05:00
..
clikrb5.c merge: 2004-02-01 11:26:25 +00:00
clioplock.c fixed the handling of level II oplocks in samba4, especially when 2004-03-25 02:41:19 +00:00
clisession.c r610: - Merge the Samba3 'ntlm_auth --diagnostics' testsuite to Samba4. 2007-10-10 12:51:51 -05:00
clisocket.c r335: added much better handling of servers that die unexpectedly during a 2007-10-10 12:51:33 -05:00
clispnego.c merge: 2004-02-01 11:26:25 +00:00
clitransport.c r610: - Merge the Samba3 'ntlm_auth --diagnostics' testsuite to Samba4. 2007-10-10 12:51:51 -05:00
clitree.c * fixed a segv when -U is not used in smbtorture. 2004-01-15 23:19:07 +00:00
rawacl.c security descriptors are no longer a "special" type, they are handled 2003-11-17 06:27:45 +00:00
rawdate.c r152: a quick airport commit .... 2007-10-10 12:51:11 -05:00
raweas.c first public release of samba4 code 2003-08-13 01:53:07 +00:00
rawfile.c r152: a quick airport commit .... 2007-10-10 12:51:11 -05:00
rawfileinfo.c r152: a quick airport commit .... 2007-10-10 12:51:11 -05:00
rawfsinfo.c a fairly large commit! 2003-12-16 09:02:58 +00:00
rawioctl.c * patch based on work by Jim Myers to unify the ioctl handling to be 2003-12-04 02:03:06 +00:00
rawnegotiate.c r152: a quick airport commit .... 2007-10-10 12:51:11 -05:00
rawnotify.c first public release of samba4 code 2003-08-13 01:53:07 +00:00
rawreadwrite.c r152: a quick airport commit .... 2007-10-10 12:51:11 -05:00
rawrequest.c r335: added much better handling of servers that die unexpectedly during a 2007-10-10 12:51:33 -05:00
rawsearch.c r204: Turns out that the string in the SEARCH unix_info level is that 2007-10-10 12:51:16 -05:00
rawsetfileinfo.c r152: a quick airport commit .... 2007-10-10 12:51:11 -05:00
rawtrans.c r335: added much better handling of servers that die unexpectedly during a 2007-10-10 12:51:33 -05:00
README first public release of samba4 code 2003-08-13 01:53:07 +00:00
smb_signing.c r610: - Merge the Samba3 'ntlm_auth --diagnostics' testsuite to Samba4. 2007-10-10 12:51: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