summaryrefslogtreecommitdiff
path: root/source3/smbd/filename.c
AgeCommit message (Expand)AuthorFilesLines
2009-07-20s3: Move is_ntfs_stream*() to filename.cTim Prouty1-0/+24
2009-07-06s3: Add ability to pass NULL to filename_convert for the char *fnameTim Prouty1-7/+11
2009-06-24s3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS_LSTATTim Prouty1-30/+81
2009-06-19Fix Coverity IDs 922 and 933Volker Lendecke1-2/+5
2009-06-18Replace the boilerplate calls to :Jeremy Allison1-0/+52
2009-06-17s3: Change SMB_VFS_OPEN to take an smb_filename structTim Prouty1-3/+2
2009-06-12s3: Add smb_filename utility functions and fix a bug in copy_smb_filenameTim Prouty1-5/+85
2009-06-10s3: Add utility function for copying an smb_filename structTim Prouty1-0/+39
2009-05-30Simplify the dropbox patchJeremy Allison1-5/+10
2009-05-29Re-Add the "dropbox" functionality with -wx rights on a directoryVolker Lendecke1-3/+3
2009-05-26Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STATVolker Lendecke1-1/+1
2009-05-20s3: Change unix_convert (and its callers) to use struct smb_filenameTim Prouty1-77/+98
2009-05-09Do not call SMB_VFS_GET_REAL_FILENAME if the name is mangledVolker Lendecke1-6/+11
2009-05-05s3: Fix trans2 path to use case-insensitive stat optimizationtprouty1-6/+34
2009-04-23Revert "Do not use the file system GET_REAL_FILENAME for mangled names"Volker Lendecke1-23/+7
2009-04-20Do not use the file system GET_REAL_FILENAME for mangled namesVolker Lendecke1-7/+23
2009-02-09Pass stat buffer down through all levels of VFS_READDIR wrappersSteven Danneman1-1/+1
2009-02-04Fix bug #Bug 6090 renaming or deleting a "not matching/resolving" symlink is ...Jeremy Allison1-4/+26
2008-12-10Pass the get_real_filename operation through the VFSVolker Lendecke1-4/+1
2008-12-10Change get_real_filename() to unix syscall conventions, make it non-staticVolker Lendecke1-13/+14
2008-12-10Apply some constVolker Lendecke1-2/+2
2008-12-10Rename "scan_directory" to "get_real_filename"Volker Lendecke1-12/+12
2008-11-18Re-structure Volker's patch to "Fix trans2findfirst for the large directory o...Jeremy Allison1-26/+21
2008-11-18Fix trans2findfirst for the large directory optimizationVolker Lendecke1-0/+5
2008-09-23Fix bug #5783 FindFirst fails where search pattern == mangled filename.Jeremy Allison1-2/+1
2008-08-12Fix unix_convert() for "*" after changing map_nt_error_from_unix().Michael Adam1-1/+1
2008-04-07locking: combine get_delete_on_close_flag() and get_write_time() into get_fil...Stefan Metzmacher1-5/+13
2008-01-19Couple of minor fixes for POSIX pathname processing in theJeremy Allison1-8/+10
2008-01-19Add streams supportVolker Lendecke1-0/+121
2008-01-12Convert OpenDir to talloc, use talloc_tos()Volker Lendecke1-3/+3
2007-12-22If we detect a case insensitive filesystem makeJeremy Allison1-4/+11
2007-12-22Use filesystem capabilities to support case-insensitive filesystems.James Peach1-0/+9
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-10/+10
2007-10-10r25167: Fix breakage from mangling rewrite. Use theJeremy Allison1-1/+2
2007-10-10r25138: More pstring elimination. Add a TALLOC_CTX parameterJeremy Allison1-2/+2
2007-10-10r25111: Move to talloced pathnames on most code paths.Jeremy Allison1-2/+1
2007-10-10r25009: Large patch discussed with Volker. Move unix_convert to a talloc-basedJeremy Allison1-77/+112
2007-10-10r24811: Simple reformatting to fit the 80 columns rule.Jeremy Allison1-63/+96
2007-10-10r24595: Fix Coverity ID 393Volker Lendecke1-2/+1
2007-10-10r24549: Fix unix_convert to return the already converted partVolker Lendecke1-4/+10
2007-10-10r24497: Revert r24485 -- this needs more thoughtVolker Lendecke1-1/+1
2007-10-10r24485: Even in the failure case unix_convert must pass the already convertedVolker Lendecke1-1/+1
2007-10-10r24120: add a file_id_create() hook into the VFS layerStefan Metzmacher1-1/+2
2007-10-10r23879: Fix two memleaks, found by the IBM checkerVolker Lendecke1-2/+4
2007-10-10r23878: Fix an error return, found by the IBM checkerVolker Lendecke1-0/+1
2007-10-10r23846: Belt-and-braces on the msdfs bug. Ensure ELOOP mapsJeremy Allison1-6/+15
2007-10-10r23844: Add patch series from Volker (after review and consultation).Jeremy Allison1-99/+207
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r23761: Rename reduce_name to check_reduced_nameVolker Lendecke1-2/+2