summaryrefslogtreecommitdiff
path: root/source4/libcli/smb2/smb2_calls.h
AgeCommit message (Expand)AuthorFilesLines
2009-08-07s4:libcli/smb2: move SMB2_GETINFO_* flags into smb2_constants.hStefan Metzmacher1-6/+0
2009-08-07s4:libcli/smb2: remove unused and redundant SMB2 security flagsStefan Metzmacher1-6/+0
2008-12-29s4:lib/tevent: rename structsStefan Metzmacher1-1/+1
2008-11-02Add gensec_settings structure. This wraps loadparm_context for now, butJelmer Vernooij1-0/+1
2008-02-14updated SMB2 code for getinfo according to WSPP docsAndrew Tridgell1-7/+17
2008-02-13updated SMB2 tcon as per WSPP docsAndrew Tridgell1-1/+1
2008-02-12converted the out side of SMB2 negprot handlingAndrew Tridgell1-13/+11
2008-02-12fixed up the .in side of SMB2 negprotAndrew Tridgell1-5/+8
2007-12-21r26376: Add context for libcli_resolve.Jelmer Vernooij1-0/+1
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r16980: - make struct smb_notify a union and add levels RAW_NOTIFY_NTTRANS,RA...Stefan Metzmacher1-22/+0
2007-10-10r16975: implement SMB2 Notify call in the client libStefan Metzmacher1-0/+22
2007-10-10r16875: implement SMB2 Find in the frontendStefan Metzmacher1-4/+0
2007-10-10r16406: use the generic smb_handle in smb2_getinfo/smb2_setinfoStefan Metzmacher1-2/+2
2007-10-10r15741: move smb2 request structures into the main smb request structsStefan Metzmacher1-265/+0
2007-10-10r14542: Remove librpc, libndr and libnbt from includes.hJelmer Vernooij1-0/+2
2007-10-10r14511: Install more headersJelmer Vernooij1-0/+1
2007-10-10r12696: Reduce the size of include/structs.hJelmer Vernooij1-0/+2
2007-10-10r11980: ronnie worked out that opcode 0xb in SMB2 is in fact ioctl, and thatAndrew Tridgell1-5/+3
2007-10-10r11905: added SMB2_FLUSH as opcode 7. Thanks to metze and volker for helpAndrew Tridgell1-0/+7
2007-10-10r11895: - reorder some code to make it easier to follow, how the fields appea...Stefan Metzmacher1-2/+32
2007-10-10r11891: - added pipe_flags field in smb2_transAndrew Tridgell1-1/+3
2007-10-10r11888: - added SMB2 trans supportAndrew Tridgell1-1/+22
2007-10-10r11849: added mapping between SMB2 and SMB find/search levelsAndrew Tridgell1-0/+10
2007-10-10r11801: - added basic SMB2 find supportAndrew Tridgell1-2/+17
2007-10-10r11800: - filled in unknown fields in SMB2 all_info levelAndrew Tridgell1-1/+5
2007-10-10r11780: it turns out that the MxAc tag isn't a security descriptor, its aAndrew Tridgell1-3/+1
2007-10-10r11775: added support for creating files on SMB2 with initial EA lists and an...Andrew Tridgell1-1/+4
2007-10-10r11771: - split out the setinfo blob construction in the libcli/raw codeAndrew Tridgell1-0/+9
2007-10-10r11758: unified the parse code for the SMB and SMB2 qfsinfo and qfileinfo callsAndrew Tridgell1-136/+8
2007-10-10r11755: added names for all of the SMB2 qfs info levels (they all map exactlyAndrew Tridgell1-8/+8
2007-10-10r11741: - the buffer code (first 2 bytes in the SMB2 body) seem to be the lengthStefan Metzmacher1-37/+95
2007-10-10r11735: fixed the ALL_EAS smb2 level parsingAndrew Tridgell1-4/+2
2007-10-10r11730: added parsing and tests for a bunch more SMB2 getinfo levelsAndrew Tridgell1-15/+15
2007-10-10r11715: added SMB2 read and write requestsAndrew Tridgell1-13/+47
2007-10-10r11700: added structure definitions for many of the getinfo structuresAndrew Tridgell1-1/+100
2007-10-10r11698: added some more level namesAndrew Tridgell1-3/+4
2007-10-10r11697: - added a generic SMB2 getinfo callAndrew Tridgell1-0/+47
2007-10-10r11691: added reply buffer code checks and oplock flags for create request/replyAndrew Tridgell1-12/+28
2007-10-10r11687: filled in 3 more fields in the close replyAndrew Tridgell1-5/+3
2007-10-10r11682: filled in access_mask in tcon replyAndrew Tridgell1-1/+1
2007-10-10r11681: filled in a few more smb2_create() fieldsAndrew Tridgell1-9/+6
2007-10-10r11680: added smb2_close(). This also demonstrates that file handles are 16Andrew Tridgell1-3/+28
2007-10-10r11679: opening/creating files in SMB2 now works. Lots of unknown parametersAndrew Tridgell1-1/+46
2007-10-10r11674: SMB2 tree connect now works. We do 2 session setups and 2 treeAndrew Tridgell1-0/+14
2007-10-10r11668: yay! we get a successful session setup with SMB2, and get back a 64bi...Andrew Tridgell1-4/+3
2007-10-10r11665: started to put some meat on the structure used for the SMB2 libraryAndrew Tridgell1-0/+63