summaryrefslogtreecommitdiff
path: root/source3/rpc_server/srv_dfs.c
AgeCommit message (Collapse)AuthorFilesLines
2000-06-16Simplified server pipe implementation by changing arguments passed downTim Potter1-89/+95
through to the individual pipe api calls. Instead of passing two prs_struct pointers, we now pass the pipes_struct pointer which contains the former information as well as other useful stuff like the vuid. (This used to be commit 96addba216bad2189120d78f5531d5caa6f37880)
2000-05-26Changed MS_DFS to WITH_MSDFS throughout.Shirish Kalele1-2/+2
Fixed trans2 calls on IPC$ to let dfs referral calls through. (This used to be commit e0965a80bdca5239886b11ef55dc29fed261bfc0)
2000-05-18Added the NETDFS pipe to allow remote administration of the msdfs symlinksShirish Kalele1-0/+456
on the samba server. (This used to be commit 15e7d8f6c5cddf6ce409ee2505744250d181ec34)