Add open_dir_with_privilege() to ensure we're opening the correct directory when...
[kai/samba-autobuild/.git] / source3 / smbd / smb2_find.c
2012-03-01 Jeremy AllisonAdd open_dir_with_privilege() to ensure we're opening...
2012-02-18 Jeremy AllisonFix a bunch of "unused variable" warnings.
2011-12-12 Stefan Metzmachers3:smb2_server: use sconn->ev_ctx instead of sconn...
2011-11-15 Stefan Metzmachers3:smb2_server: pass explicit defer_times to smbd_smb2_...
2011-11-05 Jeremy AllisonMove the SEC_DIR_LIST check into dptr_create for SMB2...
2011-10-12 Stefan Metzmachers3:smb2_server: remember the max_{trans,read,write...
2011-09-21 Jeremy AllisonFix bug #8473 - smb2_find uses a hard coded max reply...
2011-09-07 Stefan Metzmachers3:smb2_server: return OBJECT_NAME_INVALID if the path...
2011-09-07 Stefan Metzmachers3:smb2_server: use smbd_smb2_request_verify_sizes...
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... samba-4.0.0alpha16
2011-04-29 Günther Deschners3-tevent: only include ../lib/util/tevent wrappers...
2011-04-29 Andrew Bartletts3-smb Use FILE_ATTRIBUTE_DIRECTORY intead of aDIR
2011-04-29 Andrew Bartletts3-smb Use FILE_ATTRIBUTE_SYSTEM intead of aSYSTEM
2011-04-29 Andrew Bartletts3-smb Use FILE_ATTRIBUTE_HIDDEN intead of aHIDDEN
2011-03-29 Günther Deschners3: include smbd/smbd.h where needed.
2011-03-29 Günther Deschners3-trans2: only include trans2.h where needed.
2011-03-24 Andrew Tridgellcharcnv: removed the allow_badcharcnv and allow_bad_con...
2011-02-10 Jeremy AllisonMake it clear we're using the open file pathname.
2011-02-09 Jeremy AllisonAllow SMB2_FIND to actually use the open fd handle...
2011-02-08 Jeremy AllisonPass fsp to dptr_CloseDir(). Cope with setting the...
2010-05-20 Jeremy Allison(Finally) fix bug #7158 - SMB2 connection resets during...
2010-05-13 Jeremy AllisonFix bug 7399 - SMB2: QUERY_DIRECTORY is returning inval...
2010-04-29 Jeremy AllisonAttempt to fix bug #7399 - SMB2: QUERY_DIRECTORY is...
2009-08-19 Stefan Metzmachers3:smbd: implement SMB2 Find (Query Directory)
2009-08-17 Stefan Metzmachers3:smbd: implement SMB2 Cancel correctly.
2009-08-12 Stefan Metzmacherlibcli: move some common SMB and SMB2 stuff into libcli...
2009-08-08 Stefan Metzmachers3:smbd: rename conn => sconn for smbd_server_connectio...
2009-07-24 Volker LendeckeFix a few uninitialized variable warnings
2009-07-02 Stefan Metzmachers3:smbd: add marshalling layer for SMB2 Find (QueryDire...