diff options
author | SATOH Fumiyasu <fumiyas@osstech.co.jp> | 2009-10-28 12:48:36 -0700 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2009-10-28 12:48:36 -0700 |
commit | c27194a7e08b51a36a3214a84dcd3d6a12c7f891 (patch) | |
tree | 19ee6aec78b26ddc1008b8f8154a6f0ffe276d53 /source3/include | |
parent | 0ba004dc7df8b4b3558d7fc4512c9491aa5a646d (diff) | |
download | samba-c27194a7e08b51a36a3214a84dcd3d6a12c7f891.tar.gz samba-c27194a7e08b51a36a3214a84dcd3d6a12c7f891.tar.bz2 samba-c27194a7e08b51a36a3214a84dcd3d6a12c7f891.zip |
Fix bug 6572 - libsmbclient: unable to access 'msdfs proxy' share.
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index c86770059f..340223342a 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -2258,6 +2258,15 @@ bool cli_resolve_path(TALLOC_CTX *ctx, struct cli_state **targetcli, char **pp_targetpath); +bool cli_check_msdfs_proxy(TALLOC_CTX *ctx, + struct cli_state *cli, + const char *sharename, + char **pp_newserver, + char **pp_newshare, + bool force_encrypt, + const char *username, + const char *password, + const char *domain); /* The following definitions come from libsmb/clidgram.c */ bool send_getdc_request(TALLOC_CTX *mem_ctx, |