summaryrefslogtreecommitdiffstats
path: root/source3/smbd/smb2_find.c
Commit message (Expand)AuthorAgeFilesLines
* s3: include smbd/smbd.h where needed.Günther Deschner2011-03-301-0/+1
* s3-trans2: only include trans2.h where needed.Günther Deschner2011-03-301-0/+1
* charcnv: removed the allow_badcharcnv and allow_bad_conv options to convert_s...Andrew Tridgell2011-03-241-1/+1
* Make it clear we're using the open file pathname.Jeremy Allison2011-02-101-6/+4
* Allow SMB2_FIND to actually use the open fd handle if we support fdopendir. F...Jeremy Allison2011-02-091-0/+1
* Pass fsp to dptr_CloseDir(). Cope with setting the fd if we're closing an fd ...Jeremy Allison2011-02-081-4/+1
* (Finally) fix bug #7158 - SMB2 connection resets during IOZone tests from 64-...Jeremy Allison2010-05-191-1/+1
* Fix bug 7399 - SMB2: QUERY_DIRECTORY is returning invalid values.Jeremy Allison2010-05-131-1/+5
* Attempt to fix bug #7399 - SMB2: QUERY_DIRECTORY is returning invalid values.Jeremy Allison2010-04-291-4/+22
* s3:smbd: implement SMB2 Find (Query Directory)Stefan Metzmacher2009-08-191-1/+197
* 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
* Fix a few uninitialized variable warningsVolker Lendecke2009-07-241-1/+1
* s3:smbd: add marshalling layer for SMB2 Find (QueryDirectory) supportStefan Metzmacher2009-07-021-0/+262