1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-31 17:18:04 +03:00
samba-mirror/source4/libcli/raw
Stefan Metzmacher 3015c6ba04 r11669: - make sure req is initialized
- call async callback on error

metze
(This used to be commit 43aa5cffd3)
2007-10-10 13:46:10 -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 r11632: removed 2 unused functions 2007-10-10 13:46:02 -05:00
clitransport.c r11669: - make sure req is initialized 2007-10-10 13:46:10 -05:00
clitree.c r11466: Clear up some memory leaks in smbclient. 2007-10-10 13:45:40 -05:00
libcliraw.h r11660: - the libcli/raw/ lib no longer uses the SMBCLI_REQUEST_SEND state, or 2007-10-10 13:46: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 r11649: - add support for ntcancel replies (they only happen in error cases, 2007-10-10 13:46:08 -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 r11647: add smbcli_ prefix 2007-10-10 13:46:07 -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 r11626: Fix unhandled enum in case statement warnings by noting appropriately 2007-10-10 13:46:01 -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