summaryrefslogtreecommitdiffstats
path: root/source4/libcli/smb2
Commit message (Expand)AuthorAgeFilesLines
* r20650: revert a bunch of code I didn't mean to commit yetAndrew Tridgell2007-10-101-1/+0
* r20647: add cluster codeAndrew Tridgell2007-10-101-0/+1
* r18715: 0x8 style status returns should also fail here (thanks metze)Andrew Tridgell2007-10-101-1/+1
* r18301: I discovered how to load the warnings from a build farm build intoAndrew Tridgell2007-10-101-2/+2
* r17930: Merge noinclude branch:Jelmer Vernooij2007-10-102-2/+2
* r17318: make better usage of the composite apiStefan Metzmacher2007-10-102-51/+13
* r17083: - implement SMB2 Cancel in the clientStefan Metzmacher2007-10-105-5/+105
* r17081: add idle handler support to the smb2 client lib tooStefan Metzmacher2007-10-102-0/+45
* r17020: pass the real error to the failing requestsStefan Metzmacher2007-10-101-4/+8
* r17019: don't timeout on notifiesStefan Metzmacher2007-10-101-0/+4
* r16980: - make struct smb_notify a union and add levels RAW_NOTIFY_NTTRANS,RA...Stefan Metzmacher2007-10-102-24/+29
* r16975: implement SMB2 Notify call in the client libStefan Metzmacher2007-10-103-0/+106
* r16875: implement SMB2 Find in the frontendStefan Metzmacher2007-10-101-4/+0
* r16873: - grow the buffer with the correct size, we maybe had 1 byte prealloc...Stefan Metzmacher2007-10-101-8/+8
* r16834: split the level's of smb_search_first/smb_search_next and the levelsStefan Metzmacher2007-10-101-7/+7
* r16734: the 2 bytes after the opcode and before the flags,Stefan Metzmacher2007-10-102-15/+15
* r16708: the packet format of SMB2 SessionSetup has changed,Stefan Metzmacher2007-10-101-5/+7
* r16705: fix a bug found by valgrind...Stefan Metzmacher2007-10-103-10/+29
* r16699: the layout of SMB2 Read and Write is identical...Stefan Metzmacher2007-10-102-4/+2
* r16669: this calls don't expect any valid error codes than NT_STATUS_OKStefan Metzmacher2007-10-106-6/+6
* r16566: add pull function for a site32/offset32 blobStefan Metzmacher2007-10-101-0/+24
* r16406: use the generic smb_handle in smb2_getinfo/smb2_setinfoStefan Metzmacher2007-10-103-7/+7
* r15854: more talloc_set_destructor() typesafe fixesAndrew Tridgell2007-10-101-4/+2
* r15820: this line was just for testingStefan Metzmacher2007-10-101-2/+0
* r15815: add SMB2 Lock client codeStefan Metzmacher2007-10-102-0/+78
* r15770: when there's a dynamic body, we need to send the first byte even if theStefan Metzmacher2007-10-101-0/+1
* r15744: convert_string_talloc() handles src_len == 0 as errorStefan Metzmacher2007-10-101-0/+8
* r15741: move smb2 request structures into the main smb request structsStefan Metzmacher2007-10-108-273/+8
* r15532: add a BOOL body_dynamic_present, because the body_dynamic_size can be 0Stefan Metzmacher2007-10-1016-18/+29
* r15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacementJelmer Vernooij2007-10-101-1/+1
* r15191: Avoid uint_t as it's not standard.Jelmer Vernooij2007-10-102-5/+5
* r14542: Remove librpc, libndr and libnbt from includes.hJelmer Vernooij2007-10-101-0/+2
* r14511: Install more headersJelmer Vernooij2007-10-102-2/+1
* r14435: return after an errorAndrew Tridgell2007-10-101-0/+1
* r14434: use the right enum typeAndrew Tridgell2007-10-101-1/+1
* r14256: - rename smb_file -> smb_handleStefan Metzmacher2007-10-102-2/+2
* r14173: change smb interface structures to always useStefan Metzmacher2007-10-101-3/+3
* r13960: Generate makefile rules for installing/removing shared modules.Jelmer Vernooij2007-10-101-1/+1
* r13935: add dependeciesStefan Metzmacher2007-10-101-1/+1
* r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij2007-10-101-0/+1
* r12725: some minor updatesStefan Metzmacher2007-10-101-1/+1
* r12696: Reduce the size of include/structs.hJelmer Vernooij2007-10-106-2/+6
* r12694: Move some headers to the directory of the subsystem they belong to.Jelmer Vernooij2007-10-101-0/+2
* r12608: Remove some unused #include lines.Jelmer Vernooij2007-10-109-12/+0
* r12542: Move some more prototypes out to seperate headersJelmer Vernooij2007-10-102-0/+3
* r12116: got rid of composite_trigger_done() and composite_trigger_error(), andAndrew Tridgell2007-10-102-2/+2
* r12114: - smb2_keepalive() acts on the smb2_transportStefan Metzmacher2007-10-102-8/+10
* r12006: don't require callers to fill in pad bytes in SMB2 callsAndrew Tridgell2007-10-104-4/+4
* r11996: don't overwrite the buffercodeStefan Metzmacher2007-10-101-1/+1
* r11980: ronnie worked out that opcode 0xb in SMB2 is in fact ioctl, and thatAndrew Tridgell2007-10-104-20/+19