summaryrefslogtreecommitdiff
path: root/source3/smbd/filename.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Use filesystem capabilities to support case-insensitive filesystems.James Peach2007-12-221-0/+9
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-10/+10
* r25167: Fix breakage from mangling rewrite. Use theJeremy Allison2007-10-101-1/+2
* r25138: More pstring elimination. Add a TALLOC_CTX parameterJeremy Allison2007-10-101-2/+2
* r25111: Move to talloced pathnames on most code paths.Jeremy Allison2007-10-101-2/+1
* r25009: Large patch discussed with Volker. Move unix_convert to a talloc-basedJeremy Allison2007-10-101-77/+112
* r24811: Simple reformatting to fit the 80 columns rule.Jeremy Allison2007-10-101-63/+96
* r24595: Fix Coverity ID 393Volker Lendecke2007-10-101-2/+1
* r24549: Fix unix_convert to return the already converted partVolker Lendecke2007-10-101-4/+10
* r24497: Revert r24485 -- this needs more thoughtVolker Lendecke2007-10-101-1/+1
* r24485: Even in the failure case unix_convert must pass the already convertedVolker Lendecke2007-10-101-1/+1
* r24120: add a file_id_create() hook into the VFS layerStefan Metzmacher2007-10-101-1/+2