1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-05 09:18:06 +03:00
samba-mirror/source4/libcli/raw
Andrew Tridgell fcc4efd1ea the next step in the dcerpc server code. Added the link between the
IPC IO routines and the dcerpc endpoint servers.
(This used to be commit 4929c53bc8)
2003-12-11 09:07: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 fixed default port handling pointed out by Tom Jansen 2003-11-26 21:57:29 +00:00
clispnego.c first public release of samba4 code 2003-08-13 01:53:07 +00:00
clitransport.c added OpenPrinter and a test function. Note that the Samba3 structure 2003-11-17 03:38:13 +00:00
clitree.c more fixes from the IRIX compiler (thanks herb!) 2003-08-15 18:33:43 +00:00
rawacl.c security descriptors are no longer a "special" type, they are handled 2003-11-17 06:27: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 * patch based on work by Jim Myers to unify the ioctl handling to be 2003-12-04 02:03:06 +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 make the socket send code a little clearer 2003-11-20 00:36:10 +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 the next step in the dcerpc server code. Added the link between the 2003-12-11 09:07:45 +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