| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
* Set version to 3.0.25pre2
|
|
|
|
|
|
|
|
| |
Still todo:
* release notes
* few minor outstanding patches
* additional idmap man pages
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
they are mostly crash bug fixes
svn merge -r8911:8956 $SVNURL/branches/SAMBA_3_0
svn merge -r8956:8989 $SVNURL/branches/SAMBA_3_0
svn merge -r8992:9076 $SVNURL/branches/SAMBA_3_0
svn merge -r9080:9086 $SVNURL/branches/SAMBA_3_0
svn merge -r9087:9091 $SVNURL/branches/SAMBA_3_0
svn merge -r9091:9163 $SVNURL/branches/SAMBA_3_0
|
|
|
|
|
| |
Looking forward to the day he can commit these himself :-).
Jeremy.
|
|
|
|
|
|
|
|
|
| |
the 2 BOOL flags in dfs_redirect() down to one since
they both are used in essentially the same context
(from what we can tell).
Tested Win98SE, WinXP sp 1 & 2, Win2k3 sp1, and WIn2k Sp4.
All dfs operations still seem to work.
|
|
|
|
|
|
|
|
| |
We did need the special case for RESOLVE_DFSPATH
in the findfirst() code.
Jeremy, please verify I haven't broken the allow_wcard
code you added to resolve_dfs_path()
|
|
|
|
| |
Jeremy.
|
|
|
|
| |
capability bit
|
|
|
|
|
|
|
|
|
|
|
|
| |
cd up and down the tree and get directory listings.
Still have to figure out how to get a directory listing on a
2k dfs root. Also have to work out some issues with relative paths
that cross dfs mount points.
We're protected from the new code paths when connecting to
a non-dfs root share ( the flag from the tcon&X is stored
in the struct cli_state* )
|
|
metze
|