smbd: add twrp arg to synthetic_smb_fname()
[samba.git] / source3 / smbd / filename.c
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.
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-08-26 Volker Lendeckesmbd: Simplify dropbox special case in unix_convert
2013-07-09 Volker Lendeckesmbd: Fix a profile problem
2013-04-30 Anand Avaticheck_parent_exists() can change errno. Ensure we prese...
2013-04-17 Volker Lendeckesmbd: Convert filename_convert_internal to synthetic_sm...
2012-08-09 Jeremy AllisonCheck error returns on strnorm().
2012-05-24 Stefan Metzmachers3:smbd/msdfs: pass allow_broken_path to resolve_dfspat...
2012-04-24 Volker Lendeckes3: Fix a typo
2012-03-01 Jeremy AllisonAdd the implementation of check_reduced_name_with_privi...
2012-02-29 Jeremy AllisonAdd check_reduced_name_with_privilege(), filename_conve...
2011-10-22 Jeremy AllisonSecond part of fix for bug #8541 - readlink() on Linux...
2011-10-21 Jeremy AllisonFix bug #8541 - readlink() on Linux clients fails if...
2011-10-17 Frank LahmFirst part of fix for bug #8419 - Make VFS op "streamin...
2011-10-14 Frank LahmAdd support for VFS op streaminfo chaining in all relev...
2011-07-28 Jeremy AllisonUse existing ISDOT and ISDOTDOT macros.
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-05-05 Jeremy AllisonMore const fixes. Remove CONST_DISCARD.
2011-05-05 Jeremy AllisonFix many const compiler warnings.
2011-04-04 Jeremy AllisonMove SET_STAT_INVALID call added by Volker as fix for...
2011-04-04 Jeremy AllisonNote that check_parent_exists() doesn't change the...
next