summaryrefslogtreecommitdiffstats
path: root/source4/libcli/smb2
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* r11967: Fix more 64-bit warnings.Tim Potter2007-10-101-3/+3
* r11949: make sure we ask gensec to give us a session keyAndrew Tridgell2007-10-101-0/+2
* r11906: opcode 13 appears to be keepalive. Metze guessed this one :-)Andrew Tridgell2007-10-103-1/+70
* r11905: added SMB2_FLUSH as opcode 7. Thanks to metze and volker for helpAndrew Tridgell2007-10-104-1/+80
* r11903: added smb2_tdis() (opcode 4)Andrew Tridgell2007-10-102-1/+69
* r11901: added smb2_logoff() support (metze correctly guessed opcode 2 wasAndrew Tridgell2007-10-103-1/+70
* r11895: - reorder some code to make it easier to follow, how the fields appea...Stefan Metzmacher2007-10-104-10/+51
* r11894: fixed SMB2 trans code for pipe_flagsAndrew Tridgell2007-10-101-1/+1
* r11891: - added pipe_flags field in smb2_transAndrew Tridgell2007-10-102-1/+10
* r11888: - added SMB2 trans supportAndrew Tridgell2007-10-106-3/+142
* r11849: added mapping between SMB2 and SMB find/search levelsAndrew Tridgell2007-10-102-1/+100
* r11801: - added basic SMB2 find supportAndrew Tridgell2007-10-104-4/+110
* r11800: - filled in unknown fields in SMB2 all_info levelAndrew Tridgell2007-10-102-2/+9
* r11796: Two more uses of !composite_is_okVolker Lendecke2007-10-101-20/+5
* r11795: used a couple more of volkers composite helper functions. TheyAndrew Tridgell2007-10-101-39/+9
* r11791: simplify the SMB2 connect code following some suggestions from volkerAndrew Tridgell2007-10-101-22/+24