summaryrefslogtreecommitdiffstats
path: root/source3/smbd/smb2_notify.c
Commit message (Expand)AuthorAgeFilesLines
* Don't free the entire tevent_req on cancel, only the part we need (the immedi...Jeremy Allison2010-04-231-9/+12
* Final fix for #7331 - Compound async SMB 2 requests don't work right.Jeremy Allison2010-04-181-0/+7
* First part of fix for bug #7331 - Compound async SMB 2 requests don't work ri...Jeremy Allison2010-04-171-0/+10
* Parameterize "smb2 max read", "smb2 max write", "smb2 max trans".Jeremy Allison2010-04-061-1/+1
* s3:smbd: add support for canceling SMB2 Notify calls.Stefan Metzmacher2009-08-171-0/+17
* 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-5/+5
* Fix a few uninitialized variable warningsVolker Lendecke2009-07-241-1/+1
* s3: Change fsp->fsp_name to be an smb_filename struct!Tim Prouty2009-07-201-1/+1
* s3:smbd: add support for SMB2 NotifyStefan Metzmacher2009-07-021-0/+375