s3: smbd: SMB2 - change smbd_dirptr_lanman2_entry() to return an NTSTATUS.
[sfrench/samba-autobuild/.git] / source3 / smbd / smb2_find.c
2014-09-15 Jeremy Allisons3: smbd: SMB2 - change smbd_dirptr_lanman2_entry(...
2014-08-06 Stefan Metzmachers3:smb2_server: pass smbXsrv_connection to smbd_server_...
2014-08-06 Stefan Metzmachers3:smb2_*: make use of smb2req->xconn where possible
2014-08-06 Stefan Metzmachers3:smb2_server: use xconn->smb2.server.max_* instead...
2014-06-11 Volker Lendeckesmbd: tevent_req_nterror already returns bool :-)
2014-06-11 Volker Lendeckesmbd: Use full_path_tos() where appropriate
2014-06-11 Jeremy Allisons3: smbd : SMB2 - fix SMB2_SEARCH when searching non...
2014-06-11 Jeremy Allisons3: smbd - SMB[2|3]. Ensure a \ or / can't be found...
2014-03-05 Stefan Metzmachers3:smb2_find: make use of smbd_smb2_generate_outbody()
2014-02-08 Garming Samparam: rename lp function and variable from 'dontdescen...
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-09-10 Christof Schmitts3:smb2_find: Return that timestamps do not exist as...
2012-08-05 Stefan Metzmachers3:smb2_find: make use of SMBD_SMB2_* macros
2012-07-18 Rusty Russellloadparm: make the source3/ lp_ functions take an expli...
2012-06-25 Stefan Metzmachers3:smbd: make use of smbXsrv_tcon and smbXsrv_session...
2012-06-15 Michael Adams3:smbd: change smb2_find.c to use fsp_fnum_dbg() for...
2012-06-09 Stefan Metzmachers3:smb2_find: make use of file_fsp_smb2()
2012-05-29 Christian Ambachs3:smbd/smb2_find add a debug message
2012-03-10 Christian Ambachs3:smb2_server verify creditcharge
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...