summaryrefslogtreecommitdiffstats
path: root/source/include/msdfs.h
Commit message (Collapse)AuthorAgeFilesLines
* r25387: Sync with 3.2.0 svn treeGerald Carter2007-09-271-7/+7
|
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-07-101-2/+1
|
* r23780: Find and fix more GPL2 -> GPL3.Jeremy Allison2007-07-091-1/+1
| | | | Jeremy.
* r21800: Check-in the DFS rewrite. I am still testing this but itJeremy Allison2007-03-121-3/+4
| | | | | | | | 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.
* r21754: Volker is completely correct. There's no need forJeremy Allison2007-03-071-20/+0
| | | | | | | the RESOLVE_DFSPATH macros and their varients any more. Fix reporting profile bug with all error returns. Jeremy.
* r21062: Should fix the build plus make all refactoredJeremy Allison2007-01-301-0/+6
| | | | | functions return NTSTATUS. Jeremy.
* r17453: Fix msdfs RPC management (this broke with the autogenerated dfs rpcs).Günther Deschner2006-08-081-0/+1
| | | | | | | | | | * 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
* r9184: pretty much all the recent changes from SAMBA_3_0 since Gerald Carter2005-08-071-10/+7
| | | | | | | | | | | 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
* r7981: MS-DFS tidyup patches from James Peach <jpeach@sgi.com>.Jeremy Allison2005-06-281-0/+1
| | | | | Looking forward to the day he can commit these himself :-). Jeremy.
* r6242: after talking to jeremy, we can actually consolidateGerald Carter2005-04-071-9/+2
| | | | | | | | | 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.
* r6237: fix my breakage of WinXP sp2 msdfs support.Gerald Carter2005-04-071-3/+10
| | | | | | | | 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()
* r6053: Fixup dfs path with the new wildcard parser code split out.Jeremy Allison2005-03-251-0/+7
| | | | Jeremy.
* r5707: BUG 2425: remove ubran legend wrt to win98 and the DFS_PATHNAMES ↵Gerald Carter2005-03-091-8/+0
| | | | capability bit
* r5518: Add initial msdfs support to smbclient. Currently I can only Gerald Carter2005-02-231-0/+6
| | | | | | | | | | | | 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* )
* r2: import HEAD into svn+ssh://svn.samba.org/home/svn/samba/trunkCVS Import User2004-04-041-0/+85
metze