libndr: Avoid assigning duplicate versions to symbols
[amitay/samba.git] / source3 / smbd / dir.c
2020-10-02 Volker Lendeckesmbd: Use ISDOT/ISDOTDOT instead of strcmp
2020-09-30 Jeremy Allisons3: smbd: dptr_create() doesn't need a separate wcard_h...
2020-08-28 Matthew DeVores3: safe_string: do not include string_wrappers.h
2020-05-21 Ralph Boehmesmbd: rename open_internal_dirfsp_at() to open_internal...
2020-05-21 Ralph Boehmesmbd: remove dirfsp arg from [create|open]_internal_dir...
2020-05-21 Ralph Boehmesmbd: add open_flags arg to in open_internal_dirfsp_at()
2020-05-07 Jeremy Allisons3: smbd: Change SMB_VFS_GET_NT_ACL() -> SMB_VFS_GET_NT...
2020-05-05 Ralph Boehmesmbd: initialize twrp in smb_fname in smbd_dirptr_get_e...
2020-05-05 Ralph Boehmesmbd: realign smb_fname member initialisation in smbd_d...
2020-05-05 Ralph Boehmesmbd: set twrp in dptr_ReadDirName()
2020-05-05 Ralph Boehmesmbd: realign smb_fname_base initialisation in dptr_Rea...
2020-05-05 Ralph Boehmesmbd: convert SMB_VFS_GET_REAL_FILENAME() arg path...
2020-05-05 Ralph Boehmesmbd: add twrp arg to synthetic_smb_fname()
2020-05-04 Jeremy Allisons3: smbd: Add a dirfsp parameter to user_can_read_file().
2020-05-04 Jeremy Allisons3: smbd: Reformat users of user_can_read_file().
2020-05-04 Jeremy Allisons3: smbd: Add dirfsp parameter to can_write_to_file().
2020-05-04 Jeremy Allisons3: smbd: Add dirfsp parameter to user_can_write_file().
2020-05-04 Jeremy Allisons3: smbd: Reformat caller of user_can_write_file().
2020-04-30 Jeremy Allisons3: smbd: Change is_visible_file() to take a directory...
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...
next