summaryrefslogtreecommitdiff
path: root/source3/rpc_server/srv_dfs.c
AgeCommit message (Expand)AuthorFilesLines
2003-04-28Use NTSTATUS as return value for smb_register_*() functions and init_module()Jelmer Vernooij1-2/+2
2003-03-19Put in the new modules system. It's now used by passdb and rpc. I willJelmer Vernooij1-4/+0
2003-02-18Use the new modules stuff to load dynrpc modules. Basically this means:Jelmer Vernooij1-1/+1
2003-01-17Enable dynamic loading of RPC modules. See docs/textdocs/RPC_PLUGGIN.txt for...Jim McDonough1-18/+18
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison1-2/+0
2002-06-18more debug classess activatedSimo Sorce1-0/+3
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-2/+0
2001-09-12- enable MSDFS by default, there seems no reason not to have it enabledAndrew Tridgell1-7/+0
2001-02-27Separated dfs pipe into implementation and interface modules.Jeremy Allison1-337/+60
2000-10-13Fixes to get ms-dfs code to compile with the new changes.Jeremy Allison1-2/+3
2000-06-16Simplified server pipe implementation by changing arguments passed downTim Potter1-89/+95
2000-05-26Changed MS_DFS to WITH_MSDFS throughout.Shirish Kalele1-2/+2
2000-05-18Added the NETDFS pipe to allow remote administration of the msdfs symlinksShirish Kalele1-0/+456