summaryrefslogtreecommitdiffstats
path: root/source/libcli/smb2/smb2_calls.h
Commit message (Expand)AuthorAgeFilesLines
* r11905: added SMB2_FLUSH as opcode 7. Thanks to metze and volker for helpAndrew Tridgell2005-11-251-0/+7
* r11895: - reorder some code to make it easier to follow, how the fields appea...Stefan Metzmacher2005-11-251-2/+32
* r11891: - added pipe_flags field in smb2_transAndrew Tridgell2005-11-251-1/+3
* r11888: - added SMB2 trans supportAndrew Tridgell2005-11-251-1/+22
* r11849: added mapping between SMB2 and SMB find/search levelsAndrew Tridgell2005-11-221-0/+10
* r11801: - added basic SMB2 find supportAndrew Tridgell2005-11-191-2/+17
* r11800: - filled in unknown fields in SMB2 all_info levelAndrew Tridgell2005-11-191-1/+5
* r11780: it turns out that the MxAc tag isn't a security descriptor, its aAndrew Tridgell2005-11-181-3/+1
* r11775: added support for creating files on SMB2 with initial EA lists and an...Andrew Tridgell2005-11-181-1/+4
* r11771: - split out the setinfo blob construction in the libcli/raw codeAndrew Tridgell2005-11-181-0/+9
* r11758: unified the parse code for the SMB and SMB2 qfsinfo and qfileinfo callsAndrew Tridgell2005-11-171-136/+8
* r11755: added names for all of the SMB2 qfs info levels (they all map exactlyAndrew Tridgell2005-11-171-8/+8
* r11741: - the buffer code (first 2 bytes in the SMB2 body) seem to be the lengthStefan Metzmacher2005-11-161-37/+95
* r11735: fixed the ALL_EAS smb2 level parsingAndrew Tridgell2005-11-161-4/+2
* r11730: added parsing and tests for a bunch more SMB2 getinfo levelsAndrew Tridgell2005-11-151-15/+15
* r11715: added SMB2 read and write requestsAndrew Tridgell2005-11-141-13/+47
* r11700: added structure definitions for many of the getinfo structuresAndrew Tridgell2005-11-121-1/+100
* r11698: added some more level namesAndrew Tridgell2005-11-121-3/+4
* r11697: - added a generic SMB2 getinfo callAndrew Tridgell2005-11-121-0/+47
* r11691: added reply buffer code checks and oplock flags for create request/replyAndrew Tridgell2005-11-111-12/+28
* r11687: filled in 3 more fields in the close replyAndrew Tridgell2005-11-111-5/+3
* r11682: filled in access_mask in tcon replyAndrew Tridgell2005-11-111-1/+1
* r11681: filled in a few more smb2_create() fieldsAndrew Tridgell2005-11-111-9/+6
* r11680: added smb2_close(). This also demonstrates that file handles are 16Andrew Tridgell2005-11-111-3/+28
* r11679: opening/creating files in SMB2 now works. Lots of unknown parametersAndrew Tridgell2005-11-111-1/+46
* r11674: SMB2 tree connect now works. We do 2 session setups and 2 treeAndrew Tridgell2005-11-111-0/+14
* r11668: yay! we get a successful session setup with SMB2, and get back a 64bi...Andrew Tridgell2005-11-111-4/+3
* r11665: started to put some meat on the structure used for the SMB2 libraryAndrew Tridgell2005-11-111-0/+63