summaryrefslogtreecommitdiff
path: root/source3/smbd/filename.c
Commit message (Expand)AuthorAgeFilesLines
* smbd: Simplify dropbox special case in unix_convertVolker Lendecke2013-08-301-6/+22
* smbd: Fix a profile problemVolker Lendecke2013-08-301-1/+2
* check_parent_exists() can change errno. Ensure we preserve it across calls.Anand Avati2013-06-061-1/+8
* Second part of fix for bug #8541 - readlink() on Linux clients fails if the s...Jeremy Allison2011-10-261-1/+1
* Fix bug #8541 - readlink() on Linux clients fails if the symlink target is ou...Jeremy Allison2011-10-261-7/+27
* Use existing ISDOT and ISDOTDOT macros.Jeremy Allison2011-10-261-2/+1
* First part of fix for bug #8419 - Make VFS op "streaminfo" stackable.Frank Lahm2011-10-201-2/+2
* Add support for VFS op streaminfo chaining in all relevant VFS modules.Frank Lahm2011-10-201-1/+1
* s3: include smbd/smbd.h where needed.Günther Deschner2011-04-051-0/+1
* s3-includes: only include system/filesys.h when needed.Günther Deschner2011-04-051-0/+1
* Move SET_STAT_INVALID call added by Volker as fix for bug 8042 - Newly create...Jeremy Allison2011-04-041-3/+3
* Note that check_parent_exists() doesn't change the contents of smb_fname (add...Jeremy Allison2011-04-041-1/+1
* s3: Fix bug 8042: File creation on OS/XVolker Lendecke2011-04-031-0/+3
* Put OpenDir() back the way it was - don't overload with an fsp arg. Create Op...Jeremy Allison2011-02-101-1/+1
* Allow SMB2_FIND to actually use the open fd handle if we support fdopendir. F...Jeremy Allison2011-02-091-1/+1
* Fix bug #7863 - Unlink may unlink wrong file when hardlinks are involved.Jeremy Allison2011-01-251-1/+10
* Add uint32_t name_hash argument (currently unused) to get_file_infos().Jeremy Allison2011-01-251-0/+1
* s3: Fix some typosVolker Lendecke2010-12-191-3/+3
* Add check missing from previous patch after talloc_strdup().Jeremy Allison2010-09-101-0/+3
* Factor out the recent changes into a function - check_parent_exists().Jeremy Allison2010-09-101-77/+103
* Optimization suggested by Metze. Without this patch,Jeremy Allison2010-09-081-1/+97
* s3-build: only include "fake_file.h" where needed.Günther Deschner2010-08-261-0/+1
* Fix bug #7339 - MSDFS is non-functional in 3.5.xJeremy Allison2010-04-081-0/+2
* Remove lp_safe_widelinks() -> convert to just lp_widelinks. Suggestion from V...Jeremy Allison2010-02-111-1/+1
* Introduce lp_safe_widelinks()Simo Sorce2010-02-111-1/+1
* Make us pass RAW-CHKPATH with a case sensitive share.Jeremy Allison2009-11-251-42/+105
* Remove call into reduce_name if case sensitive. This allows us to passJeremy Allison2009-11-241-2/+1
* Allow us to pass RAW-CHKPATH with FILE_FLAG_POSIX_SEMANTICS set or withJeremy Allison2009-11-241-1/+2
* Proper fix for #6898 - Samba duplicates file content on appending. Pointed ou...Jeremy Allison2009-11-231-1/+2
* Revert "s3: Make the implicit reference to Protocol in is_in_path() explicit"Volker Lendecke2009-11-231-2/+1
* Revert "s3: Move the global variable Protocol to struct smbd_server_connection"Volker Lendecke2009-11-231-1/+1
* s3: Move the global variable Protocol to struct smbd_server_connectionVolker Lendecke2009-11-211-1/+1
* s3: Make the implicit reference to Protocol in is_in_path() explicitVolker Lendecke2009-11-211-1/+2
* s3: Do not talloc in readdirVolker Lendecke2009-11-181-6/+7
* s3: Add more helpful debugging to some of the streams codeTim Prouty2009-09-241-1/+1
* s3: Add a new VFS op called SMB_VFS_TRANSLATE_NAMEAravind Srinivasan2009-08-281-1/+5
* s3:smbd: teach filename_convert() about fake files (2nd fix for bug #6642)Stefan Metzmacher2009-08-271-0/+11
* s3: Convert a few callers of unix_convert() over to filename_convert()Tim Prouty2009-07-241-10/+12
* s3: Allow filename_convert() to pass through unix_convert_flags and let the c...Tim Prouty2009-07-241-7/+34
* s3: Change unix_convert to use an smb_filename struct internallyTim Prouty2009-07-221-137/+154
* s3: Remove the now unused fname parameter from filename_convert()Tim Prouty2009-07-211-12/+4
* s3: Separate out a new file: filename_utils.cTim Prouty2009-07-201-219/+0
* s3: Move is_ntfs_stream*() to filename.cTim Prouty2009-07-201-0/+24
* s3: Add ability to pass NULL to filename_convert for the char *fnameTim Prouty2009-07-061-7/+11
* s3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS_LSTATTim Prouty2009-06-241-30/+81
* Fix Coverity IDs 922 and 933Volker Lendecke2009-06-191-2/+5
* Replace the boilerplate calls to :Jeremy Allison2009-06-181-0/+52
* s3: Change SMB_VFS_OPEN to take an smb_filename structTim Prouty2009-06-171-3/+2
* s3: Add smb_filename utility functions and fix a bug in copy_smb_filenameTim Prouty2009-06-121-5/+85
* s3: Add utility function for copying an smb_filename structTim Prouty2009-06-101-0/+39