1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-10 01:18:15 +03:00
samba-mirror/source4/libcli/raw
Andrew Tridgell c5cf474439 a major revamp of the low level dcerpc code in samba4, We can now do a
successful LSA OpenPolicy using smbtorture
(This used to be commit e925c315f5)
2003-11-03 06:22:45 +00:00
..
clikrb5.c wrong typecast 2003-08-15 17:50:16 +00:00
clioplock.c first public release of samba4 code 2003-08-13 01:53:07 +00:00
clirewrite.c first public release of samba4 code 2003-08-13 01:53:07 +00:00
clisession.c a major revamp of the low level dcerpc code in samba4, We can now do a 2003-11-03 06:22:45 +00:00
clisocket.c first public release of samba4 code 2003-08-13 01:53:07 +00:00
clispnego.c first public release of samba4 code 2003-08-13 01:53:07 +00:00
clitransport.c first public release of samba4 code 2003-08-13 01:53:07 +00:00
clitree.c more fixes from the IRIX compiler (thanks herb!) 2003-08-15 18:33:43 +00:00
rawacl.c a major revamp of the low level dcerpc code in samba4, We can now do a 2003-11-03 06:22:45 +00:00
rawdcerpc.c a major revamp of the low level dcerpc code in samba4, We can now do a 2003-11-03 06:22:45 +00:00
raweas.c first public release of samba4 code 2003-08-13 01:53:07 +00:00
rawfile.c I think I've finally got the ascii/unicode issues right in trans2 find 2003-08-31 03:16:52 +00:00
rawfileinfo.c thanks to ntfsd and some google searches I worked out what the unknown 2003-09-02 04:37:33 +00:00
rawfsinfo.c first public release of samba4 code 2003-08-13 01:53:07 +00:00
rawioctl.c first public release of samba4 code 2003-08-13 01:53:07 +00:00
rawnegotiate.c more fixes from the IRIX compiler (thanks herb!) 2003-08-15 18:33:43 +00:00
rawnotify.c first public release of samba4 code 2003-08-13 01:53:07 +00:00
rawreadwrite.c first public release of samba4 code 2003-08-13 01:53:07 +00:00
rawrequest.c I think I've finally got the ascii/unicode issues right in trans2 find 2003-08-31 03:16:52 +00:00
rawsearch.c a major revamp of the low level dcerpc code in samba4, We can now do a 2003-11-03 06:22:45 +00:00
rawsetfileinfo.c fixed a comment typo 2003-08-15 15:13:43 +00:00
rawtrans.c Implement raw SMBtrans by backending the SMBtrans2 send code. Receive is 2003-10-28 10:17:05 +00:00
README first public release of samba4 code 2003-08-13 01:53:07 +00:00
smb_signing.c first public release of samba4 code 2003-08-13 01:53:07 +00: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