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
/
msdfs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added a varient of Volker's patch to fix the "self-referrals as anonymous user"
Jeremy Allison
2004-03-18
1
-19
/
+49
*
Allow msdfs symlink syntax to be more forgiving (it took me ages to remember
Jeremy Allison
2004-03-12
1
-4
/
+12
*
Ensure we use check_path_syntax() to pull out DFS paths.
Jeremy Allison
2004-03-11
1
-7
/
+2
*
Moving towards getting msdfs working again (this looks like it was broken
Jeremy Allison
2004-03-10
1
-5
/
+62
*
Fix dfs referrals - don't use check_path_syntax. Also use mb char calls in
Jeremy Allison
2004-03-09
1
-10
/
+9
*
Remove references to 'jn' which gcc-3.4 with precompiled headers
Jeremy Allison
2004-01-14
1
-36
/
+36
*
Don't log at level zero when chdir fails. Ensure correct error message is ret...
Jeremy Allison
2003-10-28
1
-1
/
+2
*
Fix for bug #667. DFS filenames can now have arbitrary case.
Jeremy Allison
2003-10-28
1
-47
/
+46
*
Put strcasecmp/strncasecmp on the banned list (except for needed calls
Jeremy Allison
2003-10-22
1
-3
/
+3
*
fix some warnings found by the Sun C compiler
Gerald Carter
2003-09-22
1
-1
/
+1
*
When enumerating dfs shares loop from 0 to lp_numservices() instead of
Tim Potter
2003-09-08
1
-1
/
+1
*
More tuning from cachegrind. Change most trim_string() calls to trim_char(0,
Jeremy Allison
2003-09-05
1
-3
/
+3
*
Return 0 DFS links instead of -1 when dfs support is not enabled.
Tim Potter
2003-09-05
1
-1
/
+1
*
This file has been in the HOWTO for ages
Jelmer Vernooij
2003-08-14
1
-32
/
+0
*
fix MS-DFS (my bug) stupid return code error that cose me more time
Gerald Carter
2003-08-10
1
-0
/
+2
*
need to make sure that the connection struct mem_ctx is initialized and destr...
Gerald Carter
2003-08-08
1
-25
/
+48
*
Removed strupper/strlower macros that automatically map to strupper_m/strlowe...
Jeremy Allison
2003-07-03
1
-2
/
+2
*
Prefix VFS API macros with SMB_ for consistency and to avoid problems with VF...
Alexander Bokovoy
2003-05-14
1
-7
/
+7
*
Fix VFS layer:
Alexander Bokovoy
2003-05-11
1
-7
/
+7
*
For deep referrals, track consumed path using a counter, and calculate the
Shirish Kalele
2003-04-23
1
-10
/
+11
*
Handle deep referrals: check whether each component in the requested path of
Shirish Kalele
2003-04-10
1
-9
/
+10
*
Merge from HEAD. Use pstrcpy not safe_strcpy.
Jeremy Allison
2003-02-24
1
-2
/
+2
*
Fix the msdfs proxy handling code in dfsenum to return the cumulative number of
Shirish Kalele
2003-02-11
1
-1
/
+1
*
Modify DfsEnum to handle 'msdfs proxy' shares. No NETDFS editing support for
Shirish Kalele
2002-12-28
1
-23
/
+27
*
Add msdfs proxy functionality; a CIFS share can directly be a stand-in for
Shirish Kalele
2002-12-27
1
-1
/
+21
*
updated the 3.0 branch from the head branch - ready for alpha18
Andrew Tridgell
2002-07-15
1
-239
/
+379
*
Removed version number from file header.
Tim Potter
2002-01-30
1
-2
/
+1
*
get rid of compiler warnings (casts and delete unused variables)
Herb Lewis
2001-10-23
1
-2
/
+2
*
Renamed vfs_init() to smbd_vfs_init() to allow vfs modules to compile.
Tim Potter
2001-10-18
1
-1
/
+1
*
Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.
Tim Potter
2001-10-02
1
-3
/
+0
*
move to SAFE_FREE()
Simo Sorce
2001-09-17
1
-2
/
+2
*
Terminate dfs referral alternate path string. DFS now works again in head
Tim Potter
2001-09-13
1
-1
/
+1
*
Converted msdfs referral server code to use rpcstr_push() functions. Still
Tim Potter
2001-09-12
1
-12
/
+10
*
- enable MSDFS by default, there seems no reason not to have it enabled
Andrew Tridgell
2001-09-12
1
-15
/
+0
*
Hmm - needs to be converted to pull/push unistr routines. But at least it
Tim Potter
2001-09-12
1
-2
/
+8
*
converted smbd to use NTSTATUS by default
Andrew Tridgell
2001-08-27
1
-12
/
+0
*
this is a big global fix for the ptr = Realloc(ptr, size) bug.
Simo Sorce
2001-08-12
1
-2
/
+4
*
strchr and strrchr are macros when compiling with optimisation in gcc, so we ...
Andrew Tridgell
2001-07-04
1
-4
/
+4
*
The big character set handling changeover!
Andrew Tridgell
2001-07-04
1
-4
/
+4
*
This should return the build to normallity.
Andrew Bartlett
2001-06-30
1
-2
/
+1
*
Ensured all the system calls in msdfs.c go through the vfs layer.
Jeremy Allison
2001-06-29
1
-569
/
+567
*
Got "medieval on our ass" about adding the -1 to slprintf.
Jeremy Allison
2001-04-08
1
-1
/
+1
*
Ran DFS on Linux and found that readlink() on Linux does not append NUL
Shirish Kalele
2000-11-28
1
-1
/
+3
*
Missing conn parameter missed in vfs rewrite.
Jeremy Allison
2000-10-09
1
-1
/
+1
*
Changed MS_DFS to WITH_MSDFS throughout.
Shirish Kalele
2000-05-26
1
-97
/
+115
*
Added the NETDFS pipe to allow remote administration of the msdfs symlinks
Shirish Kalele
2000-05-18
1
-35
/
+200
*
The new msdfs implementation that uses symlinks to point to other
Shirish Kalele
2000-05-16
4
-749
/
+346
*
lib/util_unistr.c:
Jeremy Allison
2000-05-10
1
-16
/
+0
*
Corrected minor parsing errors.
Shirish Kalele
2000-04-17
2
-4
/
+5
*
When parsing a dfs map for a service, see if the mount points exist that stand
Shirish Kalele
2000-04-17
1
-3
/
+27
[next]