summaryrefslogtreecommitdiff
path: root/source3/smbd/msdfs.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-21Make DFS work over SMB2.Jeremy Allison1-1/+2
2010-04-08Fix bug #7339 - MSDFS is non-functional in 3.5.xJeremy Allison1-1/+2
2009-11-18s3: Replace some create_synthetic_smb_fname() callsVolker Lendecke1-13/+6
2009-11-18s3: Do not talloc in readdirVolker Lendecke1-8/+12
2009-08-28s3: Add a new VFS op called SMB_VFS_TRANSLATE_NAMEAravind Srinivasan1-0/+4
2009-08-24Second attempt at fix for bug 6529 - Offline files conflict with Vista and Of...Jeremy Allison1-1/+1
2009-08-07s3:smbd: conn_free_internal() can be static nowStefan Metzmacher1-11/+11
2009-07-24s3: Convert a few callers of unix_convert() over to filename_convert()Tim Prouty1-1/+1
2009-07-24s3: Remove a few callers of get_full_smb_filename()Tim Prouty1-21/+31
2009-07-24s3: Allow filename_convert() to pass through unix_convert_flags and let the c...Tim Prouty1-35/+10
2009-07-22s3: Convert some callers of vfs_lstat_smb_fname to SMB_VFS_LSTAT()Tim Prouty1-6/+14
2009-07-06s3: Plumb smb_filename through SMB_VFS_UNLINKTim Prouty1-2/+26
2009-06-24s3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS_LSTATTim Prouty1-1/+1
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-3/+12
2009-05-08Fix bug #6330 - DFS doesn't work on AIX. Jeremy.Jeremy Allison1-0/+4
2009-05-04s3-printing: Fix driver upload for Xerox 4110 PS printer driver.Günther Deschner1-0/+2
2009-02-09Pass stat buffer down through all levels of VFS_READDIR wrappersSteven Danneman1-2/+2
2009-01-08s3:smbd: move all globals and static variables in globals.[ch]Stefan Metzmacher1-2/+1
2008-11-23Add auth_serversupplied_info to create_conn_structVolker Lendecke1-4/+15
2008-11-20Fix bug #5909 - MS-DFS does not work on Vista, if link name includes multibyt...Yasuma Takeda1-6/+6
2008-07-27Make create_conn_struct() publicVolker Lendecke1-1/+1
2008-06-24Move the responsibility to keep the cwd from srv_dfs_nt to msdfs.cVolker Lendecke1-17/+53
2008-06-22Remove the "exists" parameter from create_msdfs_linkVolker Lendecke1-11/+11
2008-06-22Reduce memory usage in form_junctions() a little bitVolker Lendecke1-0/+1
2008-06-22Fix an abort in junction_to_local_pathVolker Lendecke1-1/+1
2008-06-22Fix a crash in _dfs_EnumVolker Lendecke1-0/+2
2008-06-22Fix an uninitialized variable access in callers of parse_msdfs_symlinkVolker Lendecke1-1/+2
2008-06-21Fix a double-closedir() in form_junctions()Volker Lendecke1-1/+0
2008-05-25Remove some references to get_current_username() and current_user_infoVolker Lendecke1-0/+11
2008-05-19Restructuring of code to fix #5460. Remove searchJeremy Allison1-16/+12
2008-05-13Fix debug message.Jeremy Allison1-2/+2
2008-05-13Second part of patch for bug #5460. Cope with pathnamesJeremy Allison1-15/+39
2008-05-13Fix bug #5460. The problem is RHEL5.0 shipped a CIFS clientJeremy Allison1-0/+10
2008-05-05Fix dfs_Enum: In form_junctions, correctly check for malloc failureVolker Lendecke1-1/+1
2008-05-05Remove connection_struct->mem_ctx, connection_struct is its own parentVolker Lendecke1-45/+36
2008-04-02Fix MSDFS bug noticed by Ofir Azoulay <Ofir.Azoulay@expand.com>.Jeremy Allison1-30/+0
2008-01-23strtok -> strtok_rVolker Lendecke1-2/+3
2007-12-07Don't build rpctorture anymore - not maintained. Just remove.Jeremy Allison1-1/+1
2007-11-10Always define PATH_MAX. Makes code simpler (removesJeremy Allison1-21/+41
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-28/+28
2007-10-10r25327: Normalize the path we return for 'msdfs proxy'Volker Lendecke1-1/+11
2007-10-10r25324: Fix "msdfs proxy"Volker Lendecke1-1/+1
2007-10-10r25184: Fix some C++ warnings and an uninitialized variableVolker Lendecke1-1/+1
2007-10-10r25173: Use the append_buffer version in a loop.Jeremy Allison1-2/+2
2007-10-10r25138: More pstring elimination. Add a TALLOC_CTX parameterJeremy Allison1-1/+1
2007-10-10r25111: Move to talloced pathnames on most code paths.Jeremy Allison1-10/+6
2007-10-10r25102: Rewrite msdfs code to use talloced filenames. Passes make testJeremy Allison1-252/+609
2007-10-10r25009: Large patch discussed with Volker. Move unix_convert to a talloc-basedJeremy Allison1-3/+4
2007-10-10r24253: From Jan Martin <Jan.Martin@rwedea.com>.Jeremy Allison1-0/+8