summaryrefslogtreecommitdiffstats
path: root/source/include/rpc_dfs.h
Commit message (Collapse)AuthorAgeFilesLines
* Move over to RELEASE branch.Jeremy Allison2002-02-011-15/+5
| | | | Jeremy.
* Sync-up with SAMBA_2_2 branch.Jeremy Allison2001-10-111-1/+0
| | | | Jeremy.
* 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.