summaryrefslogtreecommitdiffstats
path: root/source4/libcli/smb2/tcon.c
Commit message (Expand)AuthorAgeFilesLines
* make signing per session in the SMB2 client libraryAndrew Tridgell2008-06-071-0/+1
* updated SMB2 tcon as per WSPP docsAndrew Tridgell2008-02-131-4/+12
* updated SMB2 header defines to match WSPP docsAndrew Tridgell2008-02-121-1/+1
* r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij2007-10-101-3/+3
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r15532: add a BOOL body_dynamic_present, because the body_dynamic_size can be 0Stefan Metzmacher2007-10-101-1/+1
* r12608: Remove some unused #include lines.Jelmer Vernooij2007-10-101-1/+0
* r11996: don't overwrite the buffercodeStefan Metzmacher2007-10-101-1/+1
* r11754: make the SMB2 blob push routines take offsets, so they fit better withAndrew Tridgell2007-10-101-1/+1
* r11741: - the buffer code (first 2 bytes in the SMB2 body) seem to be the lengthStefan Metzmacher2007-10-101-14/+4
* r11722: make the smb2_push/pull functions take a smb2_request_bufferStefan Metzmacher2007-10-101-1/+1
* r11691: added reply buffer code checks and oplock flags for create request/replyAndrew Tridgell2007-10-101-1/+3
* r11682: filled in access_mask in tcon replyAndrew Tridgell2007-10-101-4/+4
* r11679: opening/creating files in SMB2 now works. Lots of unknown parametersAndrew Tridgell2007-10-101-2/+3
* r11674: SMB2 tree connect now works. We do 2 session setups and 2 treeAndrew Tridgell2007-10-101-0/+112