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 d9c15b0f28 r6342: fixed a bad union assumption that caused ACLs to fail on 64 bit machines
Thanks to lars and agruen for finding this
(This used to be commit 2acc069185)
2007-10-10 13:11:33 -05:00
..
clioplock.c r3419: moved the libcli/raw structures into libcli/raw/libcliraw.h 2007-10-10 13:05:07 -05:00
clisession.c r6028: A MAJOR update to intergrate the new credentails system fully with 2007-10-10 13:11:15 -05:00
clisocket.c r6028: A MAJOR update to intergrate the new credentails system fully with 2007-10-10 13:11:15 -05:00
clitransport.c r5322: removed a whole bunch of #include lines that minimal_includes.pl 2007-10-10 13:09:41 -05:00
clitree.c r6028: A MAJOR update to intergrate the new credentails system fully with 2007-10-10 13:11:15 -05:00
libcliraw.h r4891: - added a generic resolve_name() async interface in libcli/resolve/, 2007-10-10 13:09:03 -05:00
rawacl.c r6342: fixed a bad union assumption that caused ACLs to fail on 64 bit machines 2007-10-10 13:11:33 -05:00
rawdate.c r4063: - change char * -> uint8_t in struct request_buffer 2007-10-10 13:06:21 -05:00
raweas.c r5322: removed a whole bunch of #include lines that minimal_includes.pl 2007-10-10 13:09:41 -05:00
rawfile.c r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for the 2007-10-10 13:09:15 -05:00
rawfileinfo.c r6342: fixed a bad union assumption that caused ACLs to fail on 64 bit machines 2007-10-10 13:11:33 -05:00
rawfsinfo.c r4316: - now that the trans2 code properly supports multi-part requests, we can set 2007-10-10 13:07:33 -05:00
rawioctl.c r3419: moved the libcli/raw structures into libcli/raw/libcliraw.h 2007-10-10 13:05:07 -05:00
rawnegotiate.c r4758: - added async support to the session request code 2007-10-10 13:08:50 -05:00
rawnotify.c r4591: - converted the other _p talloc functions to not need _p 2007-10-10 13:08:30 -05:00
rawreadwrite.c r4364: - added support for testing of chained SMB operations in smbtorture 2007-10-10 13:07:38 -05:00
rawrequest.c r5197: moved events code to lib/events/ (suggestion from metze) 2007-10-10 13:09:30 -05:00
rawsearch.c r4316: - now that the trans2 code properly supports multi-part requests, we can set 2007-10-10 13:07:33 -05:00
rawsetfileinfo.c r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for the 2007-10-10 13:09:15 -05:00
rawtrans.c r4591: - converted the other _p talloc functions to not need _p 2007-10-10 13:08:30 -05:00
README first public release of samba4 code 2003-08-13 01:53:07 +00:00
smb_signing.c r4063: - change char * -> uint8_t in struct request_buffer 2007-10-10 13:06:21 -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