Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r17020: pass the real error to the failing requests | Stefan Metzmacher | 1 | -4/+8 |
2007-10-10 | r17019: don't timeout on notifies | Stefan Metzmacher | 1 | -0/+4 |
2007-10-10 | r16980: - make struct smb_notify a union and add levels RAW_NOTIFY_NTTRANS,RA... | Stefan Metzmacher | 2 | -24/+29 |
2007-10-10 | r16975: implement SMB2 Notify call in the client lib | Stefan Metzmacher | 3 | -0/+106 |
2007-10-10 | r16875: implement SMB2 Find in the frontend | Stefan Metzmacher | 1 | -4/+0 |
2007-10-10 | r16873: - grow the buffer with the correct size, we maybe had 1 byte prealloc... | Stefan Metzmacher | 1 | -8/+8 |
2007-10-10 | r16834: split the level's of smb_search_first/smb_search_next and the levels | Stefan Metzmacher | 1 | -7/+7 |
2007-10-10 | r16734: the 2 bytes after the opcode and before the flags, | Stefan Metzmacher | 2 | -15/+15 |
2007-10-10 | r16708: the packet format of SMB2 SessionSetup has changed, | Stefan Metzmacher | 1 | -5/+7 |
2007-10-10 | r16705: fix a bug found by valgrind... | Stefan Metzmacher | 3 | -10/+29 |
2007-10-10 | r16699: the layout of SMB2 Read and Write is identical... | Stefan Metzmacher | 2 | -4/+2 |
2007-10-10 | r16669: this calls don't expect any valid error codes than NT_STATUS_OK | Stefan Metzmacher | 6 | -6/+6 |
2007-10-10 | r16566: add pull function for a site32/offset32 blob | Stefan Metzmacher | 1 | -0/+24 |
2007-10-10 | r16406: use the generic smb_handle in smb2_getinfo/smb2_setinfo | Stefan Metzmacher | 3 | -7/+7 |
2007-10-10 | r15854: more talloc_set_destructor() typesafe fixes | Andrew Tridgell | 1 | -4/+2 |
2007-10-10 | r15820: this line was just for testing | Stefan Metzmacher | 1 | -2/+0 |
2007-10-10 | r15815: add SMB2 Lock client code | Stefan Metzmacher | 2 | -0/+78 |
2007-10-10 | r15770: when there's a dynamic body, we need to send the first byte even if the | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r15744: convert_string_talloc() handles src_len == 0 as error | Stefan Metzmacher | 1 | -0/+8 |
2007-10-10 | r15741: move smb2 request structures into the main smb request structs | Stefan Metzmacher | 8 | -273/+8 |
2007-10-10 | r15532: add a BOOL body_dynamic_present, because the body_dynamic_size can be 0 | Stefan Metzmacher | 16 | -18/+29 |
2007-10-10 | r15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacement | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r15191: Avoid uint_t as it's not standard. | Jelmer Vernooij | 2 | -5/+5 |
2007-10-10 | r14542: Remove librpc, libndr and libnbt from includes.h | Jelmer Vernooij | 1 | -0/+2 |
2007-10-10 | r14511: Install more headers | Jelmer Vernooij | 2 | -2/+1 |
2007-10-10 | r14435: return after an error | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r14434: use the right enum type | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r14256: - rename smb_file -> smb_handle | Stefan Metzmacher | 2 | -2/+2 |
2007-10-10 | r14173: change smb interface structures to always use | Stefan Metzmacher | 1 | -3/+3 |
2007-10-10 | r13960: Generate makefile rules for installing/removing shared modules. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r13935: add dependecies | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r13924: Split more prototypes out of include/proto.h + initial work on header | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r12725: some minor updates | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r12696: Reduce the size of include/structs.h | Jelmer Vernooij | 6 | -2/+6 |
2007-10-10 | r12694: Move some headers to the directory of the subsystem they belong to. | Jelmer Vernooij | 1 | -0/+2 |
2007-10-10 | r12608: Remove some unused #include lines. | Jelmer Vernooij | 9 | -12/+0 |
2007-10-10 | r12542: Move some more prototypes out to seperate headers | Jelmer Vernooij | 2 | -0/+3 |
2007-10-10 | r12116: got rid of composite_trigger_done() and composite_trigger_error(), and | Andrew Tridgell | 2 | -2/+2 |
2007-10-10 | r12114: - smb2_keepalive() acts on the smb2_transport | Stefan Metzmacher | 2 | -8/+10 |
2007-10-10 | r12006: don't require callers to fill in pad bytes in SMB2 calls | Andrew Tridgell | 4 | -4/+4 |
2007-10-10 | r11996: don't overwrite the buffercode | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r11980: ronnie worked out that opcode 0xb in SMB2 is in fact ioctl, and that | Andrew Tridgell | 4 | -20/+19 |
2007-10-10 | r11967: Fix more 64-bit warnings. | Tim Potter | 1 | -3/+3 |
2007-10-10 | r11949: make sure we ask gensec to give us a session key | Andrew Tridgell | 1 | -0/+2 |
2007-10-10 | r11906: opcode 13 appears to be keepalive. Metze guessed this one :-) | Andrew Tridgell | 3 | -1/+70 |
2007-10-10 | r11905: added SMB2_FLUSH as opcode 7. Thanks to metze and volker for help | Andrew Tridgell | 4 | -1/+80 |
2007-10-10 | r11903: added smb2_tdis() (opcode 4) | Andrew Tridgell | 2 | -1/+69 |
2007-10-10 | r11901: added smb2_logoff() support (metze correctly guessed opcode 2 was | Andrew Tridgell | 3 | -1/+70 |
2007-10-10 | r11895: - reorder some code to make it easier to follow, how the fields appea... | Stefan Metzmacher | 4 | -10/+51 |
2007-10-10 | r11894: fixed SMB2 trans code for pipe_flags | Andrew Tridgell | 1 | -1/+1 |