summaryrefslogtreecommitdiffstats
path: root/source/libsmb/cli_dfs.c
Commit message (Collapse)AuthorAgeFilesLines
* Start of merge to 2_2_RELEASE branch for release.Jeremy Allison2002-04-301-2/+1
| | | | Jeremy.
* Sync for release.Jeremy Allison2002-02-011-1/+2
| | | | Jeremy.
* Removed version number from file header.Tim Potter2002-01-301-2/+1
| | | | Changed "SMB/Netbios" to "SMB/CIFS" in file header.
* Fixed return value for cli_dfs_exist() - nt4 returns 1, w2k returns 2.Tim Potter2001-09-131-10/+12
| | | | | Use werror_to_ntstatus() to convert error returns from dfs client functions into nt errors.
* Converted DFS error returns to WERROR instead of uint32.Tim Potter2001-09-121-6/+6
|
* Convert to NTSTATUS.Tim Potter2001-08-271-17/+17
|
* converted another bunch of stuff to NTSTATUSAndrew Tridgell2001-08-271-1/+1
|
* Factored out common rpc pipe initialisation and shutdown code.Tim Potter2001-08-081-50/+1
|
* Added some msdfs client routines.Tim Potter2001-06-131-0/+222
|
* Added stubs for dfs rpc client routines.Tim Potter2001-06-061-0/+79