| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
| |
Jeremy.
|
|
|
|
|
|
|
|
| |
works from smbclient and Windows, and I am promising to
support and fix both client and server code moving forward.
Still need to test the RPC admin support but I haven't
changed that code.
Jeremy.
|
|
|
|
|
|
|
| |
the RESOLVE_DFSPATH macros and their varients
any more. Fix reporting profile bug with all
error returns.
Jeremy.
|
|
|
|
|
| |
functions return NTSTATUS.
Jeremy.
|
|
|
|
|
|
|
|
|
|
| |
* Remove "unknown" from dfs_Enum (samba4 dfs IDL updates to follow).
* When encountering an unsupported infolevel the rpc server must reply
with a dfs_info_0 structure and WERR_OK (observed from w2k3 when talking
to nt4).
Guenther
|
|
|
|
|
|
|
|
|
|
|
| |
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
|