smbd: return correct timestamps for quota fake file
[kseeger/samba-autobuild-v4-13-test/.git] / source3 / smbd / filename.c
2021-07-19 Ralph Boehmesmbd: return correct timestamps for quota fake file v4-13-test
2020-06-15 Volker Lendeckesmbd: Apply a bit of README.Coding to unix_convert()
2020-06-15 Volker Lendeckesmbd: Fix typos
2020-05-21 Ralph Boehmesmbd: remove unused variable twrp_name from filename_co...
2020-05-21 Ralph Boehmesmbd: update function documentation header to match...
2020-05-06 Ralph Boehmesmbd: make get_real_filename_full_scan() public
2020-05-05 Jeremy Allisons3: smbd: Move the initialization of the filename and...
2020-05-05 Jeremy Allisonsmbd: Update description of canonicalize_snapshot_path().
2020-05-05 Ralph Boehmesmbd: pass ucf_flags to canonicalize_snapshot_path()
2020-05-05 Ralph Boehmesmbd: strip @GMT token in canonicalize_snapshot_path()
2020-05-05 Ralph Boehmesmbd: realign stat_cache_add() args in unix_convert()
2020-05-05 Ralph Boehmesmbd: realigning a complex if expression in unix_convert()
2020-05-05 Ralph Boehmesmbd: move a DEBUG in unix_convert()
2020-05-05 Ralph Boehmesmbd: make canonicalize_snapshot_path() public
2020-05-05 Ralph Boehmesmbd: convert SMB_VFS_GET_REAL_FILENAME() arg path...
2020-05-05 Ralph Boehmesmbd: pass struct smb_filename to get_real_filename()
2020-05-05 Ralph Boehmesmbd: realign args of get_real_filename() and friends
2020-05-05 Ralph Boehmesmbd: pass twrp as NTTIME to filename_convert() and...
2020-05-05 Ralph Boehmesmbd: let canonicalize_snapshot_path() fill in struct...
2020-05-05 Ralph Boehmesmbd: move time_t twrp to @GMT string token conversion...
2020-05-05 Ralph Boehmesmbd: refactor canonicalize_snapshot_path()
2020-05-05 Ralph Boehmesmbd: add twrp arg to synthetic_smb_fname()
2020-04-29 Ralph Boehmesmbd: use parent_smb_fname() in unix_convert()
2020-04-29 Ralph Boehmesmbd: use synthetic_smb_fname() in check_parent_exists()
2020-04-28 Ralph Boehmesmbd: add missing done check from unix_convert_step_sta...
2020-04-24 Jeremy Allisonsmbd: unix_convert_step(). Fix use of state->end as...
2020-04-24 Ralph Boehmesmbd: add some logging to unix_convert()
2020-04-24 Ralph Boehmesmbd: factor out unix_convert_step_search_fail()
2020-04-24 Ralph Boehmesmbd: use an early exit if stat succeeds in unix_conver...
2020-04-24 Ralph Boehmesmbd: factor out unix_convert_step_stat() from unix_con...
2020-04-24 Ralph Boehmesmbd: remove goto from unix_convert_step()
2020-04-24 Ralph Boehmesmbd: factor out path loop in unix_convert()
2020-04-24 Ralph Boehmesmbd: use a different error out in one place in unix_co...
2020-04-24 Ralph Boehmesmbd: in unix_convert() replace all local variable...
2020-04-24 Ralph Boehmesmbd: rename ctx variable to mem_ctx in unix_convert()
2020-04-24 Ralph Boehmesmbd: change variable name start to name in unix_convert()
2020-04-23 Ralph Boehmesmbd: remove initial stat() EACCES handling from unix_c...
2020-04-22 Ralph Boehmesmbd: let unix_convert() fail early if initial stat...
2020-03-30 Jeremy Allisons3: smbd: Now we no longer use it, remove all reference...
2020-03-30 Jeremy Allisons3: smbd: Add utility function get_original_lcomp().
2020-03-30 Jeremy Allisons3: smbd: Extract large directory case normalization...
2020-03-27 Ralph Boehmesmbd: use a helper variable in filename_convert_internal()
2020-03-27 Ralph Boehmesmbd: modernize DEBUG in unix_convert()
2020-03-27 Ralph Boehmesmbd: turn (*orig_path != '/') assert into a normal...
2020-03-27 Ralph Boehmesmbd: consolidate comments in unix_convert()
2020-03-27 Ralph Boehmesmbd: modernize unix_convert() replacing True with...
2020-03-27 Ralph Boehmesmbd: modernize unix_convert() replacing False with...
2020-03-27 Ralph Boehmesmbd: initialize end to NULL in unix_convert()
2020-03-27 Ralph Boehmesmbd: leave start at NULL, it's not used before being...
2019-09-01 Mathieu ParentSpelling fixes s/preceeding/preceding/
2019-07-02 Volker Lendeckesmbd: Simplify filename_convert_internal()
2019-05-01 Stefan Metzmachersmbd: allow case insensitive opens of named streams
2019-02-25 Jeremy Allisons3: smbd: filenames - ensure we replace the missing...
2019-02-24 Jeremy Allisonsmbd: unix_convert: Ensure we don't call get_real_filen...
2018-11-27 Ralph Boehmes3:smbd: add twrp args to filename_convert()
2018-11-27 Ralph Boehmes3:smbd: add twrp processing to filename_convert_internal()
2018-11-27 Ralph Boehmes3:smbd: prepare filename_convert_internal() for twrp
2018-09-11 Jeremy Allisons3: smbd: Ensure dirpath is set to ".", not "\0" so...
2018-09-11 Jeremy Allisons3: smbd: Restructure check_parent_exists() to ensure...
2018-09-11 Jeremy Allisons3: smbd: Initialization cleanup.
2018-08-22 Jeremy Allisons3: smbd: Ensure get_real_filename() copes with empty...
2018-05-12 Mathieu ParentFix spelling s/succesfully/successfully/
2017-07-01 Jeremy AllisonS3: smbd: Finish plumbing struct smb_filename * through...
2017-05-22 Jeremy Allisons3: smbd: Correctly identify a snapshot path using...
2017-05-22 Jeremy Allisons3: smbd: Add UCF_GMT_PATHNAME, which represents FLAGS2...
2017-05-22 Jeremy Allisons3: smbd: We can now remove the 'bool dfs_path' paramet...
2017-05-22 Jeremy Allisons3: smbd: Add UCF_DFS_PATHNAME which tracks the flags2...
2017-05-22 Jeremy Allisons3: smbd: Split out ucf_flags_from_smb_request() from...
2017-05-22 Jeremy Allisons3: smbd: Make it clear we only overwrite *ppath_contai...
2017-05-22 Jeremy Allisons3: smbd: Remove ugly use of discard_const that previou...
2017-05-22 Jeremy Allisons3: smbd: Remove bool dfs_pathnames paramter from resol...
2017-03-28 Jeremy Allisons3: smbd: Fix "follow symlink = no" regression part 2.
2017-01-30 Jeremy Allisons3: smbd: Correctly canonicalize any incoming shadow...
2016-10-25 Stefan Metzmachers3:smbd: only pass UCF_PREP_CREATEFILE to filename_conv...
2016-05-03 Christian Ambachs3:smbd/filename remove smelly code
2016-03-25 Jeremy Allisons3: smbd: DFS: Pass uint32_t ucf_flags through into...
2016-03-24 Jeremy Allisons3: Filenames: Add uint32_t flags parameter to syntheti...
2016-03-24 Jeremy Allisons3: smbd: Add uint32_t flags field to struct smb_filename.
2016-03-10 Jeremy Allisons3:lib: Move internal lp_posix_pathnames() call out...
2016-03-10 Jeremy Allisons3:lib: Remove the const SMB_STRUCT_STAT * parameter...
2016-03-07 Jeremy Allisons3: smbd: Change open_streams_for_delete() to take...
2016-03-01 Jeremy Allisons3: smbd: Change OpenDir() to take a struct smb_filenam...
2016-01-08 Volker Lendeckesmbd: Fix 240393 Uninitialized pointer read
2015-12-23 Jeremy Allisons3: smbd: Remove lp_posix_pathnames() from filename.c
2015-12-16 Stefan MetzmacherMerge tag 'ldb-1.1.24' into master
2015-12-13 Jeremy Allisons3: smbd: Moving lp_posix_pathnames() out of the lower...
2015-12-13 Jeremy Allisons3: smbd: Moving lp_posix_pathnames() out of the lower...
2015-12-13 Jeremy Allisons3: smbd: Moving lp_posix_pathnames() out of the lower...
2015-12-13 Jeremy Allisons3: smbd: Moving lp_posix_pathnames() out of the lower...
2015-10-01 Jeremy Allisons3: smbd: Fix NULL pointer bug introduced by previous...
2015-10-01 Ralph Boehmes3: smbd: fix a crash in unix_convert()
2015-09-18 Jeremy Allisons3: smbd: Fix opening/creating :stream files on the...
2015-09-18 Jeremy Allisons3: smbd: Remove unused parameter from build_stream_path().
2015-03-23 Volker Lendeckesmbd: Fix a typo
2015-02-10 Volker Lendeckesmbd: Fix a typo
2015-02-10 Volker Lendeckesmbd: Make "check_veto_path" static
2014-02-08 Garming Samparam: rename lp function and variable from "symlinks...
2014-02-08 Garming Samparam: rename lp function and variable from 'defaultcas...
2013-12-09 Jeremy Allisonsmbd: change flag name from UCF_CREATING_FILE to UCF_PR...
2013-12-09 Volker Lendeckesmbd: Fix regression for the dropbox case.
next