s3: smbd: fix a crash in unix_convert()
[metze/samba/wip.git] / source3 / smbd / filename.c
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-upstream/tags/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
2009-07-21 Tim Proutys3: Move is_ntfs_stream*() to filename.c
2009-07-06 Tim Proutys3: Add ability to pass NULL to filename_convert for...
2009-06-25 Tim Proutys3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS...
2009-06-19 Volker LendeckeFix Coverity IDs 922 and 933
2009-06-18 Jeremy AllisonReplace the boilerplate calls to :
2009-06-18 Tim Proutys3: Change SMB_VFS_OPEN to take an smb_filename struct
2009-06-12 Tim Proutys3: Add smb_filename utility functions and fix a bug...
2009-06-10 Tim Proutys3: Add utility function for copying an smb_filename...
2009-06-01 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-05-30 Jeremy AllisonSimplify the dropbox patch
2009-05-29 Volker LendeckeRe-Add the "dropbox" functionality with -wx rights...
2009-05-28 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-05-26 Volker LendeckeIntroduce "struct stat_ex" as a replacement for SMB_STR...
2009-05-21 Tim Proutys3: Change unix_convert (and its callers) to use struct...
2009-05-09 Volker LendeckeDo not call SMB_VFS_GET_REAL_FILENAME if the name is...
2009-05-05 tproutys3: Fix trans2 path to use case-insensitive stat optimi...
2009-04-23 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-04-23 Volker LendeckeRevert "Do not use the file system GET_REAL_FILENAME...
2009-04-20 Andrew BartlettMerge commit 'origin/master' into libcli-auth-merge...
2009-04-20 Volker LendeckeDo not use the file system GET_REAL_FILENAME for mangle...
2009-02-10 Steven DannemanPass stat buffer down through all levels of VFS_READDIR...
2009-02-05 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-02-05 Jeremy AllisonFix bug #Bug 6090 renaming or deleting a "not matching...
2008-12-16 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-10 Volker LendeckePass the get_real_filename operation through the VFS
2008-12-10 Volker LendeckeChange get_real_filename() to unix syscall conventions...
2008-12-10 Volker LendeckeApply some const
2008-12-10 Volker LendeckeRename "scan_directory" to "get_real_filename"
2008-12-03 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2008-11-18 Jeremy AllisonRe-structure Volker's patch to "Fix trans2findfirst...
2008-11-18 Volker LendeckeFix trans2findfirst for the large directory optimization
2008-10-21 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-11 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-09-23 Jeremy AllisonFix bug #5783 FindFirst fails where search pattern...
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-08-12 Michael AdamFix unix_convert() for "*" after changing map_nt_error_...
next