s3:smbd: add twrp args to filename_convert()
[kai/samba-autobuild/.git] / source3 / smbd / filename.c
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...
2011-04-03 Volker Lendeckes3: Fix bug 8042: File creation on OS/X
2011-03-29 Günther Deschners3: include smbd/smbd.h where needed.
2011-03-29 Günther Deschners3-includes: only include system/filesys.h when needed.
2011-02-10 Jeremy AllisonPut OpenDir() back the way it was - don't overload...
2011-02-09 Jeremy AllisonAllow SMB2_FIND to actually use the open fd handle...
2011-01-25 Jeremy AllisonFix bug #7863 - Unlink may unlink wrong file when hardl...
2011-01-25 Jeremy AllisonAdd uint32_t name_hash argument (currently unused)...
2010-12-19 Volker Lendeckes3: Fix some typos
2010-09-11 Jeremy AllisonAdd check missing from previous patch after talloc_strd...
2010-09-11 Jeremy AllisonFactor out the recent changes into a function - check_p...
2010-09-08 Jeremy AllisonOptimization suggested by Metze. Without this patch,
2010-08-25 Günther Deschners3-build: only include "fake_file.h" where needed.
2010-04-09 Jeremy AllisonFix bug #7339 - MSDFS is non-functional in 3.5.x
2010-02-11 Jeremy AllisonRemove lp_safe_widelinks() -> convert to just lp_wideli...
2010-02-11 Simo SorceIntroduce lp_safe_widelinks()
2009-11-25 Jeremy AllisonMake us pass RAW-CHKPATH with a case sensitive share.
2009-11-25 Jeremy AllisonRemove call into reduce_name if case sensitive. This...
2009-11-24 Jeremy AllisonAllow us to pass RAW-CHKPATH with FILE_FLAG_POSIX_SEMAN...
2009-11-23 Jeremy AllisonProper fix for #6898 - Samba duplicates file content...
2009-11-23 Volker LendeckeRevert "s3: Make the implicit reference to Protocol...
2009-11-23 Volker LendeckeRevert "s3: Move the global variable Protocol to struct...
2009-11-21 Volker Lendeckes3: Move the global variable Protocol to struct smbd_se...
2009-11-21 Volker Lendeckes3: Make the implicit reference to Protocol in is_in_pa...
2009-11-18 Volker Lendeckes3: Do not talloc in readdir
2009-09-24 Tim Proutys3: Add more helpful debugging to some of the streams...
2009-08-28 Aravind Srinivasans3: Add a new VFS op called SMB_VFS_TRANSLATE_NAME
2009-08-27 Stefan Metzmachers3:smbd: teach filename_convert() about fake files...
2009-07-25 Tim Proutys3: Convert a few callers of unix_convert() over to...
2009-07-24 Tim Proutys3: Allow filename_convert() to pass through unix_conve...
2009-07-23 John H TerpstraMerge branch 'master' of ssh://jht@git.samba.org/data...
2009-07-22 Tim Proutys3: Change unix_convert to use an smb_filename struct...
2009-07-21 Tim Proutys3: Remove the now unused fname parameter from filename...
2009-07-21 Tim Proutys3: Separate out a new file: filename_utils.c
next