summaryrefslogtreecommitdiffstats
path: root/source/include/rpc_dfs.h
Commit message (Collapse)AuthorAgeFilesLines
* Removed version number from file header.Tim Potter2002-01-301-2/+1
| | | | Changed "SMB/Netbios" to "SMB/CIFS" in file header.
* Moved and renamed DFS error constants from include/rpc_dfs.h to doserr.h toTim Potter2001-09-121-16/+5
| | | | fit in with new error reporting subsystem.
* the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ↵Andrew Tridgell2001-09-041-1/+1
| | | | the client code still needs some work
* converted another bunch of stuff to NTSTATUSAndrew Tridgell2001-08-271-5/+5
|
* Separated dfs pipe into implementation and interface modules.Jeremy Allison2001-02-271-1/+8
| | | | | | rpc_parse/parse_dfs.c: Had to add buffer overrun checking ! HOW DID THIS GET IN HERE ! rpc_parse/parse_prs.c: Ensure prs_alloc_mem does a memset of zero before returning. Jeremy.
* Added the NETDFS pipe to allow remote administration of the msdfs symlinksShirish Kalele2000-05-181-0/+202
on the samba server.