S3: smbd: Finish plumbing struct smb_filename * through the check_name() stack.
[kai/samba-autobuild/.git] / source3 / smbd / dir.c
2017-07-01 Jeremy AllisonS3: smbd: Finish plumbing struct smb_filename * through...
2017-07-01 Jeremy Allisons3: VFS: Change SMB_VFS_GETWD to return struct smb_file...
2017-07-01 Jeremy Allisons3: VFS: Change SMB_VFS_CHDIR to use const struct smb_f...
2017-03-23 Jeremy AllisonCVE-2017-2619: s3: smbd: Correctly fallback to open_dir...
2017-03-23 Jeremy AllisonCVE-2017-2619: s3: smbd: Move the reference counting...
2017-03-23 Jeremy AllisonCVE-2017-2619: s3: smbd: OpenDir_fsp() - Fix memory...
2017-03-23 Jeremy AllisonCVE-2017-2619: s3: smbd: OpenDir_fsp() use early returns.
2017-03-23 Jeremy AllisonCVE-2017-2619: s3: smbd: Create and use open_dir_safely...
2017-03-23 Jeremy AllisonCVE-2017-2619: s3: smbd: Opendir_internal() early retur...
2017-03-23 Jeremy AllisonCVE-2017-2619: s3: smbd: Create wrapper function for...
2016-03-24 Jeremy Allisons3: Filenames: Add uint32_t flags parameter to syntheti...
2016-03-01 Jeremy Allisons3: smbd: Change dptr_create() to take a const struct...
2016-03-01 Jeremy Allisons3: smbd: Change OpenDir() to take a struct smb_filenam...
2016-03-01 Jeremy Allisons3: smbd: Change the internals of the private struct...
2016-03-01 Jeremy AllisonVFS: Modify opendir to take a const struct smb_filename...
2016-02-16 Jeremy Allisons3: VFS: Modify SMB_VFS_GET_NT_ACL to take a const...
2016-01-17 Jeremy Allisons3: smbd: Remove one more use of lp_posix_pathnames().
2015-12-23 Jeremy Allisons3: smbd: Replace lp_posix_pathnames() with req->posix_...
2015-11-24 Jeremy Allisons3: smbd: Change semantics of strict rename to search...
2015-11-24 Jeremy Allisons3: smbd: have_file_open_below() fails to enumerate...
2015-11-24 Michael Adamsmbd:dir: remove an extra empty line in files_below_for...
2015-10-14 Jeremy Allisons3: smbd: Fix our access-based enumeration on "hide...
2015-08-20 Volker Lendeckesmbd: Remove an unnecessary else branch
2015-05-06 Richard SharpeConvert all uses of uint8/16/32 to _t in source3/smbd.
2015-04-16 Richard Sharpes3: smbd: Make sure we do not pass paths with ./ on...
2015-02-26 Volker Lendeckesmbd: Simplify ReadDirName
2015-02-26 Volker Lendeckesmbd: ZERO_STRUCT -> struct assignment
2015-02-26 Volker Lendeckesmbd: ZERO_STRUCT -> struct assignment
2015-02-26 Volker Lendeckesmbd: ZERO_STRUCTP -> talloc_zero()
2014-10-31 Volker Lendeckes3:smbd: Don't rename a dir with files open underneath
2014-09-15 Jeremy Allisons3: smbd: Fix a couple of tricky slow-path cases -...
2014-09-09 Volker Lendeckesmbd: Move make_dir_struct() to reply.c
2014-07-18 Stefan Metzmacherlib/util: move memcache.[ch] to the toplevel 'samba...
2014-07-13 Michael Adams3:smbd: initialize stat_ex buffer in smbd_dirptr_get_e...
2014-07-09 Michael Adams3:smbd: make dptr_ReadDirName() static.
2014-02-08 Garming Samparam: rename lp function and variable from "hideunwrit...
2014-02-08 Garming Samparam: rename lp function and variable from "hideunread...
2014-01-15 Jeremy Allisons3:dir - Introduce a 64-bit directory offset <-> 32...
2014-01-15 Jeremy Allisons3:dir - Map wire offsets to native directory cookies.
2014-01-15 Jeremy Allisons3:dir - Cope with fixed mapping of 'special' values.
2014-01-15 Jeremy Allisons3: dir - Introduce 32-bit wire versions of the 'specia...
2014-01-15 Jeremy Allisons3:dir - Introduce a function to map a directory cookie...
2014-01-15 Jeremy Allisons3:dir - In the old SMB1 search code, rename offset...
2013-11-14 Jeremy Allisons3-lib: smbclient shows no error if deleting a director...
2013-11-14 Jeremy Allisons3-smbd: smbclient shows no error if deleting a directo...
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-06-11 Volker Lendeckesmbd: Remove an unused variable
2013-04-27 Jeremy AllisonFix bug #9822 - Samba crashing during Win8 sync.
2013-04-17 Volker Lendeckesmbd: Convert is_visible_file to synthetic_smb_fname
2013-04-17 Volker Lendeckesmbd: Convert dptr_create to synthetic_smb_fname
2013-04-17 Volker Lendeckesmbd: Convert open_dir_with_privilege to synthetic_smb_...
2013-04-17 Volker Lendeckesmbd: Convert smbd_dirptr_get_entry to cp_smb_filename
2013-04-16 Jeremy AllisonCleanup. Remove unused function dptr_DirCacheAdd()...
2013-04-12 Jeremy AllisonRemove the "Ugly hack" that was the second use of dirfd().
2013-04-12 Jeremy AllisonIn the struct smb_Dir destructor, use the fsp back...
2013-04-12 Jeremy AllisonMaintain a back-pointer to the fsp in struct smb_Dir...
2013-03-22 Volker Lendeckesmbd: Tune "dir" a bit.
2012-11-20 Jeremy AllisonMore for #9374 - Allow smb2.acls torture test to pass...
2012-09-14 Jeremy AllisonAdd bool use_privs parameter to smbd_check_access_rights()
2012-09-14 Jeremy AllisonAdd "backup_intent" bool.
2012-04-05 Andrew Bartlettbuild: Remove SMB_OFF_T, replace with off_t
2012-04-05 Andrew Bartlettbuild: Remove SMB_STRUCT_DIR define
2012-03-01 Jeremy AllisonAdd open_dir_with_privilege() to ensure we're opening...
2012-03-01 Jeremy AllisonAdd accessor functions to set a bool "priv" on a direct...
2012-02-25 Jeremy AllisonMove dptr code over to TALLOC.
2012-02-25 Jeremy AllisonMake dptr_path() and dptr_wcard() const.
2011-12-20 Volker Lendeckes3: Fix some False/NULL hickups
2011-12-13 Volker Lendeckes3: Move can_delete_directory to smbd/, remove shim
2011-11-10 Stefan Metzmachers3:smbd: don't limit the number of open dptrs for smb2...
2011-11-10 Stefan Metzmachers3:smbd: fully construct the dptr before allocating...
2011-11-10 Stefan Metzmachers3:smbd: avoid string_set() in dir.c
2011-11-07 Jeremy AllisonAdd the SEC_DIR_LIST check to dptr_create().
2011-11-05 Jeremy AllisonMove the SEC_DIR_LIST check into dptr_create for SMB2...
2011-11-04 Jeremy AllisonRemove can_access_file_acl(). We no longer need this...
2011-11-04 Jeremy AllisonRevert "Call check_parent_access() on readdir."
2011-11-01 Jeremy AllisonCall check_parent_access() on readdir.
2011-08-25 Michael Adams3:smbd: remove an unused variable in dptr_create()
2011-08-03 Jeremy AllisonWe don't need check_name() here. All possible paths...
2011-07-08 Andrew Bartlettlib/util Move bitmap.c to lib/util
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-06-21 Andrew Bartletts3-build: Provide a run-time shim to work around duplic...
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array()
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_ZERO_P() to talloc_zero()
2011-04-29 Andrew Bartletts3-smb Use FILE_ATTRIBUTE_ARCHIVE intead of aARCH
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-04-29 Andrew Bartletts3-smb Use FILE_ATTRIBUTE_READONLY intead of aRONLY
2011-03-29 Günther Deschners3: include smbd/smbd.h where needed.
2011-03-29 Günther Deschners3-includes: only include system/filesys.h when needed.
2011-03-18 Jeremy AllisonThe searches struct is still being used and idled in...
2011-03-17 Jeremy AllisonFix crash bug on smbd shutdown when using FOPENDIR...
2011-02-26 Jeremy Allisondirfd doesn't exist in some platforms.
2011-02-10 Jeremy AllisonPut OpenDir() back the way it was - don't overload...
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...
2011-01-25 Jeremy AllisonAdd uint32_t name_hash argument (currently unused)...
2010-10-12 Andrew Bartlettlibcli/security Provide a common, top level libcli...
2010-04-24 Volker Lendeckes3: Simplify (bool != True) to !bool
next