1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-04 05:18:06 +03:00
samba-mirror/source4/libcli/raw
Andrew Bartlett d104a706d1 Make SMB signing work with Windows 2008 and kerberos.
Pinched from b53e6387e30010509034835acf88b91b380ff44a by metze.

Andrew Bartlett
(This used to be commit d55602e23e)
2008-09-06 09:07:41 +10:00
..
clierror.c Install public header files again and include required prototypes. 2008-04-02 04:53:27 +02:00
clioplock.c Install public header files again and include required prototypes. 2008-04-02 04:53:27 +02:00
clisession.c Install public header files again and include required prototypes. 2008-04-02 04:53:27 +02:00
clisocket.c Remove more event_context_init() uses from function calls within deep down the code. 2008-04-21 18:12:33 -04:00
clitransport.c libcli/raw: add a recv_helper hook infrastructure 2008-07-07 13:43:13 +02:00
clitree.c Add comment explaining why io.in.workgroup isn't important. 2008-04-24 16:27:36 +01:00
interfaces.h libcli/raw: the nttrans setup count is only 8-bit 2008-07-07 13:43:12 +02:00
ioctl.h r23792: convert Samba4 to GPLv3 2007-10-10 14:59:12 -05:00
libcliraw.h libcli/raw: add a recv_helper hook infrastructure 2008-07-07 13:43:13 +02:00
rawacl.c Install public header files again and include required prototypes. 2008-04-02 04:53:27 +02:00
rawdate.c r23792: convert Samba4 to GPLv3 2007-10-10 14:59:12 -05:00
raweas.c ensure we don't end up with a partially initialised EA structure 2008-06-06 10:53:00 -07:00
rawfile.c pass in the required alignment to the EA construction routines 2008-05-22 22:46:29 +10:00
rawfileinfo.c fixed parsing of the SMB2 ALL_INFO qfileinfo level 2008-05-22 14:49:21 +10:00
rawfsinfo.c Install public header files again and include required prototypes. 2008-04-02 04:53:27 +02:00
rawioctl.c Install public header files again and include required prototypes. 2008-04-02 04:53:27 +02:00
rawlpq.c r25001: Fix more C++ and other warnings, fix some of the indentation with ts=4 lines that I accidently added earlier. 2007-10-10 15:05:28 -05:00
rawnegotiate.c Install public header files again and include required prototypes. 2008-04-02 04:53:27 +02:00
rawnotify.c Install public header files again and include required prototypes. 2008-04-02 04:53:27 +02:00
rawreadwrite.c Install public header files again and include required prototypes. 2008-04-02 04:53:27 +02:00
rawrequest.c libcli/raw: remove unused smbcli_request_receive_more() function 2008-07-07 18:10:07 +02:00
rawsearch.c Install public header files again and include required prototypes. 2008-04-02 04:53:27 +02:00
rawsetfileinfo.c updated some info levels based on WSPP docs 2008-06-02 11:02:57 +10:00
rawshadow.c Install public header files again and include required prototypes. 2008-04-02 04:53:27 +02:00
rawtrans.c libcli/raw: remove unused smb_raw_max_trans_data() function 2008-07-07 20:59:18 +02:00
README first public release of samba4 code 2003-08-13 01:53:07 +00:00
request.h Fixed SMB2 rename operations from Vista clients 2008-02-14 12:30:31 +11:00
signing.h r24712: No longer expose the 'BOOL' data type in any interfaces. 2007-10-10 15:02:54 -05:00
smb_signing.c Make SMB signing work with Windows 2008 and kerberos. 2008-09-06 09:07:41 +10:00
smb.h libcli/raw: fix the special NTCREATE_OPTIONS_*_MASK values 2008-08-14 13:13:50 +02:00
trans2.h updated some info levels based on WSPP docs 2008-06-02 11:02:57 +10: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