1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-06 13:18:07 +03:00
samba-mirror/source4/libcli/raw
2007-10-10 13:34:20 -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 r9223: Rename smb_raw_session_setup() to smb_raw_sesssetup(). 2007-10-10 13:31:33 -05:00
clisocket.c r8407: fixed a bug left over from our old socket code. 2007-10-10 13:22:58 -05:00
clitransport.c r8407: fixed a bug left over from our old socket code. 2007-10-10 13:22:58 -05:00
clitree.c r9479: More fixes for explicit ignoring of returned result to fix Coverity warnings 2007-10-10 13:34:20 -05:00
libcliraw.h r8104: - added support for our client library to not negotiate nt status codes, controlled 2007-10-10 13:19:08 -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 r8520: fixed a pile of warnings from the build farm gcc -Wall output on 2007-10-10 13:29:34 -05:00
rawfsinfo.c r8811: Fix the build.. 2007-10-10 13:30:07 -05:00
rawioctl.c r3419: moved the libcli/raw structures into libcli/raw/libcliraw.h 2007-10-10 13:05:07 -05:00
rawlpq.c r9291: Add a stub for smb_raw_lpq() which is in smb_interfaces.h but doesn't 2007-10-10 13:33:21 -05:00
rawnegotiate.c r8104: - added support for our client library to not negotiate nt status codes, controlled 2007-10-10 13:19:08 -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 r9479: More fixes for explicit ignoring of returned result to fix Coverity warnings 2007-10-10 13:34:20 -05:00
rawsearch.c r9476: Make intention to ignore result of receiving excplicit. Fixes warning found by Coverity 2007-10-10 13:34:20 -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 r8520: fixed a pile of warnings from the build farm gcc -Wall output on 2007-10-10 13:29:34 -05:00
README first public release of samba4 code 2003-08-13 01:53:07 +00:00
smb_signing.c r8134: remove unused var 2007-10-10 13:19:12 -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