Age | Commit message (Expand) | Author | Files | Lines |
2009-08-12 | libcli/smb: move smb2_create_blob code to libcli/smb/ | Stefan Metzmacher | 1 | -157/+0 |
2009-04-01 | s4:smb2: Add lease break support for SMB2.1 | Zach Loafman | 1 | -2/+2 |
2009-03-28 | s4:smb2: Add rudimentary SMB2.1 lease support to libcli | Zach Loafman | 1 | -0/+30 |
2008-05-29 | fixed offset for maximal access response | Andrew Tridgell | 1 | -1/+1 |
2008-05-28 | updated comment based on MS-SMB2 docs | Andrew Tridgell | 1 | -1/+2 |
2008-05-28 | ensure we don't change the incoming blobs in a SMB2 create | Andrew Tridgell | 1 | -1/+16 |
2008-05-28 | expose a function for pushing all SMB2 create blobs | Andrew Tridgell | 1 | -17/+36 |
2008-05-28 | added support for all of the known SMB2 create tags in our client | Andrew Tridgell | 1 | -7/+179 |
2008-05-27 | don't alter the in blobs in a SMB2 create, otherwise two calls in a | Andrew Tridgell | 1 | -5/+6 |
2008-05-23 | fix make test for EAs again | Andrew Tridgell | 1 | -2/+2 |
2008-05-22 | pass in the required alignment to the EA construction routines | Andrew Tridgell | 1 | -2/+2 |
2008-04-17 | libcli/smb2: make it possible to pass additional extra blobs in smb2_create() | Stefan Metzmacher | 1 | -23/+71 |
2008-04-02 | Install public header files again and include required prototypes. | Jelmer Vernooij | 1 | -0/+1 |
2008-02-13 | updated SMB2 create operation to match WSPP. | Andrew Tridgell | 1 | -26/+26 |
2007-10-10 | r25554: Convert last instances of BOOL, True and False to the standard types. | Jelmer Vernooij | 1 | -5/+5 |
2007-10-10 | r24780: More work allowing libutil to be used by external users. | Jelmer Vernooij | 1 | -3/+2 |
2007-10-10 | r23792: convert Samba4 to GPLv3 | Andrew Tridgell | 1 | -3/+2 |
2007-10-10 | r22791: make it possible to use smb2_create_blob_add() in the server code too | Stefan Metzmacher | 1 | -3/+3 |
2007-10-10 | r20650: revert a bunch of code I didn't mean to commit yet | Andrew Tridgell | 1 | -1/+0 |
2007-10-10 | r20647: add cluster code | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r15741: move smb2 request structures into the main smb request structs | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r15532: add a BOOL body_dynamic_present, because the body_dynamic_size can be 0 | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r11888: - added SMB2 trans support | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r11780: it turns out that the MxAc tag isn't a security descriptor, its a | Andrew Tridgell | 1 | -17/+10 |
2007-10-10 | r11775: added support for creating files on SMB2 with initial EA lists and an... | Andrew Tridgell | 1 | -2/+63 |
2007-10-10 | r11754: make the SMB2 blob push routines take offsets, so they fit better with | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r11741: - the buffer code (first 2 bytes in the SMB2 body) seem to be the length | Stefan Metzmacher | 1 | -36/+23 |
2007-10-10 | r11697: - added a generic SMB2 getinfo call | Andrew Tridgell | 1 | -3/+0 |
2007-10-10 | r11694: fixed 2 valgrind errors | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r11691: added reply buffer code checks and oplock flags for create request/reply | Andrew Tridgell | 1 | -11/+17 |
2007-10-10 | r11683: fixed create call | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r11681: filled in a few more smb2_create() fields | Andrew Tridgell | 1 | -9/+6 |
2007-10-10 | r11680: added smb2_close(). This also demonstrates that file handles are 16 | Andrew Tridgell | 1 | -6/+5 |
2007-10-10 | r11679: opening/creating files in SMB2 now works. Lots of unknown parameters | Andrew Tridgell | 1 | -0/+124 |