summaryrefslogtreecommitdiffstats
path: root/source3/smbd/smb2_lock.c
Commit message (Expand)AuthorAgeFilesLines
* s3:smbd: implement SMB2 Cancel correctly.Stefan Metzmacher2009-08-171-5/+1
* libcli: move some common SMB and SMB2 stuff into libcli/smb/Stefan Metzmacher2009-08-121-1/+1
* s3:smbd: rename conn => sconn for smbd_server_connection structsStefan Metzmacher2009-08-081-4/+4
* s3 smb2: Remove unused variableTim Prouty2009-07-101-1/+0
* s3:smbd: add support for SMB2 LockStefan Metzmacher2009-07-101-1/+151
* s3:smbd: pass down the client pid to smbd_smb2_lock_send()Stefan Metzmacher2009-07-101-0/+6
* s3:smbd: fix parsing of SMB2 Lock requests with lock_count > 1Stefan Metzmacher2009-07-101-10/+13
* s3:smbd: add marshalling layer for SMB2 Lock supportStefan Metzmacher2009-07-021-0/+229