summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
diff options
context:
space:
mode:
authorDerrell Lipman <derrell.lipman@unwireduniverse.com>2008-07-08 20:44:39 -0400
committerDerrell Lipman <derrell.lipman@unwireduniverse.com>2008-07-08 20:44:39 -0400
commit31262a59bcf1cb04631c2efca169e417ef597bec (patch)
tree937c6d99f02f8b0287cca6b9eb8dd753d68fea1e /source3/include/proto.h
parent70d8e57c174d2dddf8d05ab81cf2edf31d10aebd (diff)
downloadsamba-31262a59bcf1cb04631c2efca169e417ef597bec.tar.gz
samba-31262a59bcf1cb04631c2efca169e417ef597bec.tar.bz2
samba-31262a59bcf1cb04631c2efca169e417ef597bec.zip
[BUG 5580] Allow access to DFS shares via libsmbclient
Brian Sheehan provided a nice patch intended for the 3.0 code base. This commit applies a similar patch for the 3.3 code base. It adds a new public function to libsmbclient -- smbc_set_credentials() -- that may be called from the authentication callback when DFS referrals are in use. Derrell (This used to be commit 888f922bd0d1c84a687d404e95ae314a9dd0aee1)
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r--source3/include/proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 2a954f4efe..665a86d2c8 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -1271,6 +1271,7 @@ const char *get_cmdline_auth_info_password(void);
void set_cmdline_auth_info_password(const char *password);
bool set_cmdline_auth_info_signing_state(const char *arg);
int get_cmdline_auth_info_signing_state(void);
+void set_cmdline_auth_info_use_kerberos(bool b);
bool get_cmdline_auth_info_use_kerberos(void);
void set_cmdline_auth_info_use_krb5_ticket(void);
void set_cmdline_auth_info_smb_encrypt(void);