s3: smbd: Reformat calls to is_visible_file() to one arg per line.
[amitay/samba.git] / source3 / smbd / dir.c
2020-04-30 Jeremy Allisons3: smbd: Reformat calls to is_visible_file() to one...
2020-04-29 Ralph Boehmesmbd: pass dirname as struct smb_filename to is_visible...
2020-04-29 Ralph Boehmesmbd: realign is_visible_file() args one per line
2020-04-03 Ralph Boehmesmbd: move files_struct.is_directory to a bitfield
2020-03-24 Ralph Boehmesmbd: use open_internal_dirfsp_at() and OpenDir_fsp...
2020-03-24 Ralph Boehmesmbd: reformat OpenDir() function definition
2020-03-24 Ralph Boehmesmbd: update smb_Dir_destructor() to cope with fsp...
2020-03-24 Ralph Boehmesmbd: remove fdopendir() fallback
2019-12-06 Ralph Boehmesmbd: fix handling of sentinel timestamp values
2019-09-11 Ralph Boehmes3:smbd: skip write-time fetching for directories.
2019-08-14 Volker Lendeckesmbd: Fix CID 1452290 Null pointer dereferences (REVER...
2019-08-06 Ralph Boehmes3: smbd: inline dptr_close_internal()
2019-08-06 Ralph Boehmes3: smbd: simplify dptr_CloseDir()
2019-08-06 Ralph Boehmes3: smbd: remove redundant smb_dname arg from dptr_create()
2019-08-06 Jeremy Allisons3: smbd: Remove dptr_close().
2019-08-06 Jeremy Allisons3: smbd: Remove dptr_close() from dptr_closecnum().
2019-08-06 Jeremy Allisons3: smbd: Remove dptr_fsp(). No longer used.
2019-08-06 Jeremy Allisons3: smbd: Remove dptr_fetch_lanman2() - unused.
2019-08-06 Jeremy Allisons3: smbd: Add dptr_fetch_lanman2_fsp() - to replace...
2019-08-06 Jeremy Allisons3: smbd: Remove dptr_fetch() - replace internals with...
2019-08-06 Jeremy Allisons3: smbd: Add dptr_fetch_fsp() for SMB1 code. We will...
2019-08-06 Jeremy Allisons3: smbd: Remove now unused dptr_activecnum().
2019-08-06 Jeremy Allisons3: smbd: Remove now unused dptr_closepath().
2019-08-06 Jeremy Allisons3: smbd: Now we are always using fsp handle-based...
2019-08-06 Jeremy Allisons3: smbd: Now we're using OpenDir_fsp() all the time...
2019-08-06 Jeremy Allisons3: smbd: Now we always use handle for directory enumer...
2019-08-06 Jeremy Allisons3: smbd: Prepare for SMB1 directory handle opens in...
2019-08-06 Jeremy Allisons3: smbd: Change dptr_closecnum() to use dptr_close...
2019-08-06 Jeremy Allisons3: smbd: Make dptr_close() safe to call with an fsp...
2019-08-06 Jeremy Allisons3: smbd: Add dptr_fsp() to return any stored files_str...
2019-08-06 Jeremy Allisons3: smbd: Move the strange OS/2 directory key == -1...
2019-08-06 Jeremy Allisons3: smbd: dptr_close() can only be called from SMB1...
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: 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.
next