index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
smbd
/
msdfs.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix bug 7781 - Samba transforms ShareName to lowercase (sharename) when addin...
Jeremy Allison
2010-11-10
1
-3
/
+5
*
Move tcons.num_open from smb1 to sconn->num_tcons_open as this is needed for ...
Jeremy Allison
2010-10-19
1
-1
/
+1
*
s3-msdfs: Make auth_serversupplied_info const.
Andreas Schneider
2010-09-09
1
-1
/
+1
*
s3: Fix crashes in the printing code
Volker Lendecke
2010-07-15
1
-0
/
+3
*
Rename "allow_smb2" -> "using_smb2" and make the usage clearer.
Jeremy Allison
2010-06-09
1
-1
/
+1
*
Make DFS work over SMB2.
Jeremy Allison
2010-05-21
1
-1
/
+2
*
Fix bug #7339 - MSDFS is non-functional in 3.5.x
Jeremy Allison
2010-04-08
1
-1
/
+2
*
s3: Replace some create_synthetic_smb_fname() calls
Volker Lendecke
2009-11-18
1
-13
/
+6
*
s3: Do not talloc in readdir
Volker Lendecke
2009-11-18
1
-8
/
+12
*
s3: Add a new VFS op called SMB_VFS_TRANSLATE_NAME
Aravind Srinivasan
2009-08-28
1
-0
/
+4
*
Second attempt at fix for bug 6529 - Offline files conflict with Vista and Of...
Jeremy Allison
2009-08-24
1
-1
/
+1
*
s3:smbd: conn_free_internal() can be static now
Stefan Metzmacher
2009-08-07
1
-11
/
+11
*
s3: Convert a few callers of unix_convert() over to filename_convert()
Tim Prouty
2009-07-24
1
-1
/
+1
*
s3: Remove a few callers of get_full_smb_filename()
Tim Prouty
2009-07-24
1
-21
/
+31
*
s3: Allow filename_convert() to pass through unix_convert_flags and let the c...
Tim Prouty
2009-07-24
1
-35
/
+10
*
s3: Convert some callers of vfs_lstat_smb_fname to SMB_VFS_LSTAT()
Tim Prouty
2009-07-22
1
-6
/
+14
*
s3: Plumb smb_filename through SMB_VFS_UNLINK
Tim Prouty
2009-07-06
1
-2
/
+26
*
s3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS_LSTAT
Tim Prouty
2009-06-24
1
-1
/
+1
*
Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STAT
Volker Lendecke
2009-05-26
1
-1
/
+1
*
s3: Change unix_convert (and its callers) to use struct smb_filename
Tim Prouty
2009-05-20
1
-3
/
+12
*
Fix bug #6330 - DFS doesn't work on AIX. Jeremy.
Jeremy Allison
2009-05-08
1
-0
/
+4
*
s3-printing: Fix driver upload for Xerox 4110 PS printer driver.
Günther Deschner
2009-05-04
1
-0
/
+2
*
Pass stat buffer down through all levels of VFS_READDIR wrappers
Steven Danneman
2009-02-09
1
-2
/
+2
*
s3:smbd: move all globals and static variables in globals.[ch]
Stefan Metzmacher
2009-01-08
1
-2
/
+1
*
Add auth_serversupplied_info to create_conn_struct
Volker Lendecke
2008-11-23
1
-4
/
+15
*
Fix bug #5909 - MS-DFS does not work on Vista, if link name includes multibyt...
Yasuma Takeda
2008-11-20
1
-6
/
+6
*
Make create_conn_struct() public
Volker Lendecke
2008-07-27
1
-1
/
+1
*
Move the responsibility to keep the cwd from srv_dfs_nt to msdfs.c
Volker Lendecke
2008-06-24
1
-17
/
+53
*
Remove the "exists" parameter from create_msdfs_link
Volker Lendecke
2008-06-22
1
-11
/
+11
*
Reduce memory usage in form_junctions() a little bit
Volker Lendecke
2008-06-22
1
-0
/
+1
*
Fix an abort in junction_to_local_path
Volker Lendecke
2008-06-22
1
-1
/
+1
*
Fix a crash in _dfs_Enum
Volker Lendecke
2008-06-22
1
-0
/
+2
*
Fix an uninitialized variable access in callers of parse_msdfs_symlink
Volker Lendecke
2008-06-22
1
-1
/
+2
*
Fix a double-closedir() in form_junctions()
Volker Lendecke
2008-06-21
1
-1
/
+0
*
Remove some references to get_current_username() and current_user_info
Volker Lendecke
2008-05-25
1
-0
/
+11
*
Restructuring of code to fix #5460. Remove search
Jeremy Allison
2008-05-19
1
-16
/
+12
*
Fix debug message.
Jeremy Allison
2008-05-13
1
-2
/
+2
*
Second part of patch for bug #5460. Cope with pathnames
Jeremy Allison
2008-05-13
1
-15
/
+39
*
Fix bug #5460. The problem is RHEL5.0 shipped a CIFS client
Jeremy Allison
2008-05-13
1
-0
/
+10
*
Fix dfs_Enum: In form_junctions, correctly check for malloc failure
Volker Lendecke
2008-05-05
1
-1
/
+1
*
Remove connection_struct->mem_ctx, connection_struct is its own parent
Volker Lendecke
2008-05-05
1
-45
/
+36
*
Fix MSDFS bug noticed by Ofir Azoulay <Ofir.Azoulay@expand.com>.
Jeremy Allison
2008-04-02
1
-30
/
+0
*
strtok -> strtok_r
Volker Lendecke
2008-01-23
1
-2
/
+3
*
Don't build rpctorture anymore - not maintained. Just remove.
Jeremy Allison
2007-12-07
1
-1
/
+1
*
Always define PATH_MAX. Makes code simpler (removes
Jeremy Allison
2007-11-10
1
-21
/
+41
*
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
2007-10-18
1
-28
/
+28
*
r25327: Normalize the path we return for 'msdfs proxy'
Volker Lendecke
2007-10-10
1
-1
/
+11
*
r25324: Fix "msdfs proxy"
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r25184: Fix some C++ warnings and an uninitialized variable
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r25173: Use the append_buffer version in a loop.
Jeremy Allison
2007-10-10
1
-2
/
+2
[next]