s3: smbd: Naming consistency. Change all uses of struct smb_Dir * variables to be...
[autobuild.flakey.sn-devel-184/.git] / source3 / smbd / dir.c
2019-07-24 Jeremy Allisons3: smbd: Naming consistency. Change all uses of struct... master master/HEAD master/master
2019-07-24 Jeremy Allisons3: smbd: Naming consistency. Change all uses of struct...
2019-07-24 Jeremy Allisons3: smbd: Naming consistency. Change all uses of struct...
2019-07-24 Jeremy Allisons3: smbd: Naming consistency. Change all uses of struct...
2019-07-24 Jeremy Allisons3: smbd: Naming consistency. Change all uses of struct...
2019-07-24 Jeremy Allisons3: smbd: Naming consistency. Change all uses of struct...
2019-07-24 Jeremy Allisons3: smbd: Naming consistency. Change all uses of struct...
2019-07-24 Jeremy Allisons3: smbd: Naming consistency. Change all uses of struct...
2019-07-24 Jeremy Allisons3: smbd: Use a separate simple destructor for the...
2019-07-24 Jeremy Allisons3: smbd: Move the setting of the destructor of struct...
2019-07-24 Jeremy Allisons3: smbd: OpenDir() is merely a wrapper around open_dir...
2019-07-10 Jeremy Allisons3: smbd: Remove ifdef'ed out dptr_close_oldest().
2019-07-09 Jeremy Allisons3: smbd: Remove the 'close oldest' logic in SMB1 trans...
2019-07-09 Jeremy Allisons3: smbd: Remove the 'close oldest' logic in SMB1search...
2019-07-09 Jeremy Allisons3: smbd: Remove now unused parameter 'forclose' to...
2019-07-09 Jeremy Allisons3: smbd: We no longer need to keep a count of dirhandl...
2019-07-09 Jeremy Allisons3: smbd: Remove unused dptr_idleoldest() and dptr_idle...
2019-07-09 Jeremy Allisons3: smbd: Remove SMB1 idle unused directory handles...
2019-07-09 Jeremy Allisons3: smbd: Remove MAX_OPEN_DIRECTORIES check in dptr_cre...
2019-07-09 Jeremy Allisons3: smbd: Remove now unused dptr_idlecnum().
2019-07-09 Jeremy Allisons3: smbd: Add dptr_activecnum(), not yet used.
2018-11-08 Volker Lendeckesmbd: Add "hide new files" option
2018-07-27 Ralph Boehmesmbd: pass get_dosmode to mode_fn in smbd_dirptr_get_en...
2018-07-27 Ralph Boehmesmbd: pass get_dosmode to smbd_dirptr_get_entry()
2018-03-30 Ralph Boehmes3:smbd: don't use the directory cache for SMB2/3
2018-03-20 Swen Schilligs3: Fix possible mem leak
2018-03-12 Swen Schilligs3: Fix max indentation and max column
2017-11-11 Uri Simchonismbd: remove dptr_init_search_op()
2017-11-05 Ralph Wuerthners3: smbd: Fix delete-on-close after smb2_find
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
next