summaryrefslogtreecommitdiffstats
path: root/source3/smbd/filename.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Simplify the dropbox patchJeremy Allison2009-05-301-5/+10
* Re-Add the "dropbox" functionality with -wx rights on a directoryVolker Lendecke2009-05-291-3/+3
* Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STATVolker Lendecke2009-05-261-1/+1
* s3: Change unix_convert (and its callers) to use struct smb_filenameTim Prouty2009-05-201-77/+98
* Do not call SMB_VFS_GET_REAL_FILENAME if the name is mangledVolker Lendecke2009-05-091-6/+11
* s3: Fix trans2 path to use case-insensitive stat optimizationtprouty2009-05-051-6/+34
* Revert "Do not use the file system GET_REAL_FILENAME for mangled names"Volker Lendecke2009-04-231-23/+7
* Do not use the file system GET_REAL_FILENAME for mangled namesVolker Lendecke2009-04-201-7/+23
* Pass stat buffer down through all levels of VFS_READDIR wrappersSteven Danneman2009-02-091-1/+1
* Fix bug #Bug 6090 renaming or deleting a "not matching/resolving" symlink is ...Jeremy Allison2009-02-041-4/+26
* Pass the get_real_filename operation through the VFSVolker Lendecke2008-12-101-4/+1
* Change get_real_filename() to unix syscall conventions, make it non-staticVolker Lendecke2008-12-101-13/+14
* Apply some constVolker Lendecke2008-12-101-2/+2
* Rename "scan_directory" to "get_real_filename"Volker Lendecke2008-12-101-12/+12
* Re-structure Volker's patch to "Fix trans2findfirst for the large directory o...Jeremy Allison2008-11-181-26/+21
* Fix trans2findfirst for the large directory optimizationVolker Lendecke2008-11-181-0/+5
* Fix bug #5783 FindFirst fails where search pattern == mangled filename.Jeremy Allison2008-09-231-2/+1
* Fix unix_convert() for "*" after changing map_nt_error_from_unix().Michael Adam2008-08-121-1/+1
* locking: combine get_delete_on_close_flag() and get_write_time() into get_fil...Stefan Metzmacher2008-04-071-5/+13
* Couple of minor fixes for POSIX pathname processing in theJeremy Allison2008-01-191-8/+10
* Add streams supportVolker Lendecke2008-01-191-0/+121
* Convert OpenDir to talloc, use talloc_tos()Volker Lendecke2008-01-121-3/+3
* If we detect a case insensitive filesystem makeJeremy Allison2007-12-221-4/+11