summaryrefslogtreecommitdiff
path: root/source3/libsmb/cli_dfs.c
AgeCommit message (Collapse)AuthorFilesLines
2002-01-30Removed version number from file header.Tim Potter1-2/+1
Changed "SMB/Netbios" to "SMB/CIFS" in file header. (This used to be commit 6a58c9bd06d0d7502a24bf5ce5a2faf0a146edfa)
2001-09-13Fixed return value for cli_dfs_exist() - nt4 returns 1, w2k returns 2.Tim Potter1-10/+12
Use werror_to_ntstatus() to convert error returns from dfs client functions into nt errors. (This used to be commit a83061ef3e4933c52e7206270b455a3888fa63a8)
2001-09-12Converted DFS error returns to WERROR instead of uint32.Tim Potter1-6/+6
(This used to be commit 97286570ef6f9151b5fe0be32aa4b294e7db9ab8)
2001-08-27Convert to NTSTATUS.Tim Potter1-17/+17
(This used to be commit 9e69f59d6c4ec4e0474c594ada3a05ecc2bc806b)
2001-08-27converted another bunch of stuff to NTSTATUSAndrew Tridgell1-1/+1
(This used to be commit 1d36250e338ae0ff9fbbf86019809205dd97d05e)
2001-08-08Factored out common rpc pipe initialisation and shutdown code.Tim Potter1-50/+1
(This used to be commit 04d978258ba2fea702232c815e140ab12364e8e7)
2001-06-13Added some msdfs client routines.Tim Potter1-0/+222
(This used to be commit 13df2304b309a2bd14d4441db0e72e75b8742262)
2001-06-06Added stubs for dfs rpc client routines.Tim Potter1-0/+79
(This used to be commit abc294c4a82dc132b937aec374ee947992a1b93f)