summaryrefslogtreecommitdiff
path: root/source3/smbd/msdfs.c
Commit message (Expand)AuthorAgeFilesLines
* s3-msdfs: Make auth_serversupplied_info const.Andreas Schneider2010-09-091-1/+1
* s3: Fix crashes in the printing codeVolker Lendecke2010-07-151-0/+3
* Rename "allow_smb2" -> "using_smb2" and make the usage clearer.Jeremy Allison2010-06-091-1/+1
* Make DFS work over SMB2.Jeremy Allison2010-05-211-1/+2
* Fix bug #7339 - MSDFS is non-functional in 3.5.xJeremy Allison2010-04-081-1/+2
* s3: Replace some create_synthetic_smb_fname() callsVolker Lendecke2009-11-181-13/+6
* s3: Do not talloc in readdirVolker Lendecke2009-11-181-8/+12
* s3: Add a new VFS op called SMB_VFS_TRANSLATE_NAMEAravind Srinivasan2009-08-281-0/+4
* Second attempt at fix for bug 6529 - Offline files conflict with Vista and Of...Jeremy Allison2009-08-241-1/+1
* s3:smbd: conn_free_internal() can be static nowStefan Metzmacher2009-08-071-11/+11
* s3: Convert a few callers of unix_convert() over to filename_convert()Tim Prouty2009-07-241-1/+1
* s3: Remove a few callers of get_full_smb_filename()Tim Prouty2009-07-241-21/+31
* s3: Allow filename_convert() to pass through unix_convert_flags and let the c...Tim Prouty2009-07-241-35/+10
* s3: Convert some callers of vfs_lstat_smb_fname to SMB_VFS_LSTAT()Tim Prouty2009-07-221-6/+14
* s3: Plumb smb_filename through SMB_VFS_UNLINKTim Prouty2009-07-061-2/+26
* s3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS_LSTATTim Prouty2009-06-241-1/+1
* 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-3/+12
* Fix bug #6330 - DFS doesn't work on AIX. Jeremy.Jeremy Allison2009-05-081-0/+4
* s3-printing: Fix driver upload for Xerox 4110 PS printer driver.Günther Deschner2009-05-041-0/+2
* Pass stat buffer down through all levels of VFS_READDIR wrappersSteven Danneman2009-02-091-2/+2
* s3:smbd: move all globals and static variables in globals.[ch]Stefan Metzmacher2009-01-081-2/+1
* Add auth_serversupplied_info to create_conn_structVolker Lendecke2008-11-231-4/+15
* Fix bug #5909 - MS-DFS does not work on Vista, if link name includes multibyt...Yasuma Takeda2008-11-201-6/+6
* Make create_conn_struct() publicVolker Lendecke2008-07-271-1/+1
* Move the responsibility to keep the cwd from srv_dfs_nt to msdfs.cVolker Lendecke2008-06-241-17/+53
* Remove the "exists" parameter from create_msdfs_linkVolker Lendecke2008-06-221-11/+11
* Reduce memory usage in form_junctions() a little bitVolker Lendecke2008-06-221-0/+1
* Fix an abort in junction_to_local_pathVolker Lendecke2008-06-221-1/+1
* Fix a crash in _dfs_EnumVolker Lendecke2008-06-221-0/+2
* Fix an uninitialized variable access in callers of parse_msdfs_symlinkVolker Lendecke2008-06-221-1/+2
* Fix a double-closedir() in form_junctions()Volker Lendecke2008-06-211-1/+0
* Remove some references to get_current_username() and current_user_infoVolker Lendecke2008-05-251-0/+11
* Restructuring of code to fix #5460. Remove searchJeremy Allison2008-05-191-16/+12
* Fix debug message.Jeremy Allison2008-05-131-2/+2
* Second part of patch for bug #5460. Cope with pathnamesJeremy Allison2008-05-131-15/+39
* Fix bug #5460. The problem is RHEL5.0 shipped a CIFS clientJeremy Allison2008-05-131-0/+10
* Fix dfs_Enum: In form_junctions, correctly check for malloc failureVolker Lendecke2008-05-051-1/+1
* Remove connection_struct->mem_ctx, connection_struct is its own parentVolker Lendecke2008-05-051-45/+36
* Fix MSDFS bug noticed by Ofir Azoulay <Ofir.Azoulay@expand.com>.Jeremy Allison2008-04-021-30/+0
* strtok -> strtok_rVolker Lendecke2008-01-231-2/+3
* Don't build rpctorture anymore - not maintained. Just remove.Jeremy Allison2007-12-071-1/+1
* Always define PATH_MAX. Makes code simpler (removesJeremy Allison2007-11-101-21/+41
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-28/+28
* r25327: Normalize the path we return for 'msdfs proxy'Volker Lendecke2007-10-101-1/+11
* r25324: Fix "msdfs proxy"Volker Lendecke2007-10-101-1/+1
* r25184: Fix some C++ warnings and an uninitialized variableVolker Lendecke2007-10-101-1/+1
* r25173: Use the append_buffer version in a loop.Jeremy Allison2007-10-101-2/+2
* r25138: More pstring elimination. Add a TALLOC_CTX parameterJeremy Allison2007-10-101-1/+1
* r25111: Move to talloced pathnames on most code paths.Jeremy Allison2007-10-101-10/+6