summaryrefslogtreecommitdiff
path: root/source3/smbd/filename.c
AgeCommit message (Expand)AuthorFilesLines
2013-08-26smbd: Simplify dropbox special case in unix_convertVolker Lendecke1-6/+23
2013-07-09smbd: Fix a profile problemVolker Lendecke1-1/+2
2013-04-30check_parent_exists() can change errno. Ensure we preserve it across calls.Anand Avati1-1/+8
2013-04-17smbd: Convert filename_convert_internal to synthetic_smb_fnameVolker Lendecke1-4/+6
2012-08-09Check error returns on strnorm().Jeremy Allison1-3/+12
2012-05-24s3:smbd/msdfs: pass allow_broken_path to resolve_dfspath_wcard()Stefan Metzmacher1-0/+2
2012-04-24s3: Fix a typoVolker Lendecke1-1/+1
2012-02-29Add the implementation of check_reduced_name_with_privilege(). Now to plumb intoJeremy Allison1-3/+2
2012-02-29Add check_reduced_name_with_privilege(), filename_convert_with_privilege() (c...Jeremy Allison1-5/+77
2011-10-22Second part of fix for bug #8541 - readlink() on Linux clients fails if the s...Jeremy Allison1-1/+1
2011-10-22Fix bug #8541 - readlink() on Linux clients fails if the symlink target is ou...Jeremy Allison1-7/+27
2011-10-17First part of fix for bug #8419 - Make VFS op "streaminfo" stackable.Frank Lahm1-2/+2
2011-10-14Add support for VFS op streaminfo chaining in all relevant VFS modules.Frank Lahm1-1/+1
2011-07-28Use existing ISDOT and ISDOTDOT macros.Jeremy Allison1-2/+1
2011-05-06More const fixes. Remove CONST_DISCARD.Jeremy Allison1-1/+1
2011-05-05Fix many const compiler warnings.Jeremy Allison1-1/+1
2011-04-04Move SET_STAT_INVALID call added by Volker as fix for bug 8042 - Newly create...Jeremy Allison1-3/+3
2011-04-04Note that check_parent_exists() doesn't change the contents of smb_fname (add...Jeremy Allison1-1/+1
2011-04-03s3: Fix bug 8042: File creation on OS/XVolker Lendecke1-0/+3
2011-03-30s3: include smbd/smbd.h where needed.Günther Deschner1-0/+1
2011-03-30s3-includes: only include system/filesys.h when needed.Günther Deschner1-0/+1
2011-02-10Put OpenDir() back the way it was - don't overload with an fsp arg. Create Op...Jeremy Allison1-1/+1
2011-02-09Allow SMB2_FIND to actually use the open fd handle if we support fdopendir. F...Jeremy Allison1-1/+1
2011-01-25Fix bug #7863 - Unlink may unlink wrong file when hardlinks are involved.Jeremy Allison1-1/+10
2011-01-25Add uint32_t name_hash argument (currently unused) to get_file_infos().Jeremy Allison1-0/+1
2010-12-19s3: Fix some typosVolker Lendecke1-3/+3
2010-09-10Add check missing from previous patch after talloc_strdup().Jeremy Allison1-0/+3
2010-09-10Factor out the recent changes into a function - check_parent_exists().Jeremy Allison1-77/+103
2010-09-08Optimization suggested by Metze. Without this patch,Jeremy Allison1-1/+97
2010-08-26s3-build: only include "fake_file.h" where needed.Günther Deschner1-0/+1
2010-04-08Fix bug #7339 - MSDFS is non-functional in 3.5.xJeremy Allison1-0/+2
2010-02-11Remove lp_safe_widelinks() -> convert to just lp_widelinks. Suggestion from V...Jeremy Allison1-1/+1
2010-02-11Introduce lp_safe_widelinks()Simo Sorce1-1/+1
2009-11-25Make us pass RAW-CHKPATH with a case sensitive share.Jeremy Allison1-42/+105
2009-11-24Remove call into reduce_name if case sensitive. This allows us to passJeremy Allison1-2/+1
2009-11-24Allow us to pass RAW-CHKPATH with FILE_FLAG_POSIX_SEMANTICS set or withJeremy Allison1-1/+2
2009-11-23Proper fix for #6898 - Samba duplicates file content on appending. Pointed ou...Jeremy Allison1-1/+2
2009-11-23Revert "s3: Make the implicit reference to Protocol in is_in_path() explicit"Volker Lendecke1-2/+1
2009-11-23Revert "s3: Move the global variable Protocol to struct smbd_server_connection"Volker Lendecke1-1/+1
2009-11-21s3: Move the global variable Protocol to struct smbd_server_connectionVolker Lendecke1-1/+1
2009-11-21s3: Make the implicit reference to Protocol in is_in_path() explicitVolker Lendecke1-1/+2
2009-11-18s3: Do not talloc in readdirVolker Lendecke1-6/+7
2009-09-24s3: Add more helpful debugging to some of the streams codeTim Prouty1-1/+1
2009-08-28s3: Add a new VFS op called SMB_VFS_TRANSLATE_NAMEAravind Srinivasan1-1/+5
2009-08-27s3:smbd: teach filename_convert() about fake files (2nd fix for bug #6642)Stefan Metzmacher1-0/+11
2009-07-24s3: Convert a few callers of unix_convert() over to filename_convert()Tim Prouty1-10/+12
2009-07-24s3: Allow filename_convert() to pass through unix_convert_flags and let the c...Tim Prouty1-7/+34
2009-07-22s3: Change unix_convert to use an smb_filename struct internallyTim Prouty1-137/+154
2009-07-21s3: Remove the now unused fname parameter from filename_convert()Tim Prouty1-12/+4
2009-07-20s3: Separate out a new file: filename_utils.cTim Prouty1-219/+0