1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00
samba-mirror/source4/libcli/raw
Andrew Tridgell 30ee8beb93 r18301: I discovered how to load the warnings from a build farm build into
emacs compile mode (hint, paste to a file, and compile as "cat
filename").

This allowed me to fix nearly all the warnings for a IA_64 SuSE build
very quickly.
(This used to be commit eba6c84eff)
2007-10-10 14:18:04 -05:00
..
clioplock.c r15338: Fix build of most things with shared libs enabled. 2007-10-10 14:05:18 -05:00
clisession.c r15741: move smb2 request structures into the main smb request structs 2007-10-10 14:08:11 -05:00
clisocket.c r14372: fix bug found by sparse 2007-10-10 13:57:15 -05:00
clitransport.c r17930: Merge noinclude branch: 2007-10-10 14:16:54 -05:00
clitree.c r15741: move smb2 request structures into the main smb request structs 2007-10-10 14:08:11 -05:00
interfaces.h r16980: - make struct smb_notify a union and add levels RAW_NOTIFY_NTTRANS,RAW_NOTIFY_SMB2 2007-10-10 14:10:06 -05:00
ioctl.h r15643: add some FSCTL_ codes 2007-10-10 14:07:26 -05:00
libcliraw.h r14542: Remove librpc, libndr and libnbt from includes.h 2007-10-10 13:58:42 -05:00
rawacl.c r14464: Don't include ndr_BASENAME.h files unless strictly required, instead 2007-10-10 13:57:27 -05:00
rawdate.c r4063: - change char * -> uint8_t in struct request_buffer 2007-10-10 13:06:21 -05:00
raweas.c r15191: Avoid uint_t as it's not standard. 2007-10-10 14:04:15 -05:00
rawfile.c r18301: I discovered how to load the warnings from a build farm build into 2007-10-10 14:18:04 -05:00
rawfileinfo.c r16871: zero padding bytes 2007-10-10 14:09:55 -05:00
rawfsinfo.c r11756: split out the parsers for the pass-through levels of QFSINFO and 2007-10-10 13:46:23 -05:00
rawioctl.c r16918: the SMB2 Ioctls are sometimes called with a wildcard handle 2007-10-10 14:10:00 -05:00
rawlpq.c r14205: move smb specific stuff out of includes.h (finally!!!:-) 2007-10-10 13:57:03 -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 r17930: Merge noinclude branch: 2007-10-10 14:16:54 -05:00
rawreadwrite.c r15741: move smb2 request structures into the main smb request structs 2007-10-10 14:08:11 -05:00
rawrequest.c r17930: Merge noinclude branch: 2007-10-10 14:16:54 -05:00
rawsearch.c r16834: split the level's of smb_search_first/smb_search_next and the levels 2007-10-10 14:09:49 -05:00
rawsetfileinfo.c r16667: - use ndr_pull_struct_blob() to make the RAW_FILEINFO_SEC_DESC pull code 2007-10-10 14:09:37 -05:00
rawtrans.c r17930: Merge noinclude branch: 2007-10-10 14:16:54 -05:00
README first public release of samba4 code 2003-08-13 01:53:07 +00:00
request.h r18211: wct is not a size, so don't use size_t 2007-10-10 14:17:50 -05:00
signing.h r13658: More moving around of files: 2007-10-10 13:52:05 -05:00
smb_signing.c r15191: Avoid uint_t as it's not standard. 2007-10-10 14:04:15 -05:00
smb.h r17930: Merge noinclude branch: 2007-10-10 14:16:54 -05:00
trans2.h r13658: More moving around of files: 2007-10-10 13:52:05 -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