2 Unix SMB/CIFS implementation.
3 client connect/disconnect routines
4 Copyright (C) Andrew Tridgell 1994-1998
5 Copyright (C) Gerald (Jerry) Carter 2004
6 Copyright (C) Jeremy Allison 2007-2009
8 This program is free software; you can redistribute it and/or modify
9 it under the terms of the GNU General Public License as published by
10 the Free Software Foundation; either version 3 of the License, or
11 (at your option) any later version.
13 This program is distributed in the hope that it will be useful,
14 but WITHOUT ANY WARRANTY; without even the implied warranty of
15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 GNU General Public License for more details.
18 You should have received a copy of the GNU General Public License
19 along with this program. If not, see <http://www.gnu.org/licenses/>.
23 #include "libsmb/libsmb.h"
24 #include "libsmb/clirap.h"
27 #include "libsmb/nmblib.h"
29 /********************************************************************
32 DFS paths are *always* of the form \server\share\<pathname> (the \ characters
33 are not C escaped here).
35 - but if we're using POSIX paths then <pathname> may contain
36 '/' separators, not '\\' separators. So cope with '\\' or '/'
37 as a separator when looking at the pathname part.... JRA.
38 ********************************************************************/
40 /********************************************************************
41 Ensure a connection is encrypted.
42 ********************************************************************/
44 NTSTATUS
cli_cm_force_encryption(struct cli_state
*c
,
48 const char *sharename
)
50 NTSTATUS status
= cli_force_encryption(c
,
55 if (NT_STATUS_EQUAL(status
,NT_STATUS_NOT_SUPPORTED
)) {
56 d_printf("Encryption required and "
57 "server that doesn't support "
58 "UNIX extensions - failing connect\n");
59 } else if (NT_STATUS_EQUAL(status
,NT_STATUS_UNKNOWN_REVISION
)) {
60 d_printf("Encryption required and "
61 "can't get UNIX CIFS extensions "
62 "version from server.\n");
63 } else if (NT_STATUS_EQUAL(status
,NT_STATUS_UNSUPPORTED_COMPRESSION
)) {
64 d_printf("Encryption required and "
65 "share %s doesn't support "
66 "encryption.\n", sharename
);
67 } else if (!NT_STATUS_IS_OK(status
)) {
68 d_printf("Encryption required and "
69 "setup failed with error %s.\n",
76 /********************************************************************
77 Return a connection to a server.
78 ********************************************************************/
80 static struct cli_state
*do_connect(TALLOC_CTX
*ctx
,
83 const struct user_auth_info
*auth_info
,
90 struct cli_state
*c
= NULL
;
91 struct nmb_name called
, calling
;
92 const char *called_str
;
94 struct sockaddr_storage ss
;
97 char *newserver
, *newshare
;
102 /* make a copy so we don't modify the global string 'service' */
103 servicename
= talloc_strdup(ctx
,share
);
107 sharename
= servicename
;
108 if (*sharename
== '\\') {
110 called_str
= sharename
;
111 if (server
== NULL
) {
114 sharename
= strchr_m(sharename
,'\\');
128 make_nmb_name(&calling
, global_myname(), 0x0);
129 make_nmb_name(&called
, called_str
, name_type
);
134 /* have to open a new connection */
135 c
= cli_initialise_ex(get_cmdline_auth_info_signing_state(auth_info
));
137 d_printf("Connection to %s failed\n", server_n
);
141 cli_set_port(c
, port
);
144 status
= cli_connect(c
, server_n
, &ss
);
145 if (!NT_STATUS_IS_OK(status
)) {
146 d_printf("Connection to %s failed (Error %s)\n",
153 if (max_protocol
== 0) {
154 max_protocol
= PROTOCOL_NT1
;
156 c
->protocol
= max_protocol
;
157 c
->use_kerberos
= get_cmdline_auth_info_use_kerberos(auth_info
);
158 c
->fallback_after_kerberos
=
159 get_cmdline_auth_info_fallback_after_kerberos(auth_info
);
160 c
->use_ccache
= get_cmdline_auth_info_use_ccache(auth_info
);
162 if (!cli_session_request(c
, &calling
, &called
)) {
164 d_printf("session request to %s failed (%s)\n",
165 called
.name
, cli_errstr(c
));
168 if ((p
=strchr_m(called
.name
, '.'))) {
172 if (strcmp(called
.name
, "*SMBSERVER")) {
173 make_nmb_name(&called
, "*SMBSERVER", 0x20);
179 DEBUG(4,(" session request ok\n"));
181 status
= cli_negprot(c
);
183 if (!NT_STATUS_IS_OK(status
)) {
184 d_printf("protocol negotiation failed: %s\n",
190 username
= get_cmdline_auth_info_username(auth_info
);
191 password
= get_cmdline_auth_info_password(auth_info
);
193 if (!NT_STATUS_IS_OK(cli_session_setup(c
, username
,
194 password
, strlen(password
),
195 password
, strlen(password
),
197 /* If a password was not supplied then
198 * try again with a null username. */
199 if (password
[0] || !username
[0] ||
200 get_cmdline_auth_info_use_kerberos(auth_info
) ||
201 !NT_STATUS_IS_OK(cli_session_setup(c
, "",
205 d_printf("session setup failed: %s\n", cli_errstr(c
));
206 if (NT_STATUS_V(cli_nt_error(c
)) ==
207 NT_STATUS_V(NT_STATUS_MORE_PROCESSING_REQUIRED
))
208 d_printf("did you forget to run kinit?\n");
212 d_printf("Anonymous login successful\n");
213 status
= cli_init_creds(c
, "", lp_workgroup(), "");
215 status
= cli_init_creds(c
, username
, lp_workgroup(), password
);
218 if (!NT_STATUS_IS_OK(status
)) {
219 DEBUG(10,("cli_init_creds() failed: %s\n", nt_errstr(status
)));
224 if ( show_sessetup
) {
225 if (*c
->server_domain
) {
226 DEBUG(0,("Domain=[%s] OS=[%s] Server=[%s]\n",
227 c
->server_domain
,c
->server_os
,c
->server_type
));
228 } else if (*c
->server_os
|| *c
->server_type
) {
229 DEBUG(0,("OS=[%s] Server=[%s]\n",
230 c
->server_os
,c
->server_type
));
233 DEBUG(4,(" session setup ok\n"));
235 /* here's the fun part....to support 'msdfs proxy' shares
236 (on Samba or windows) we have to issues a TRANS_GET_DFS_REFERRAL
237 here before trying to connect to the original share.
238 cli_check_msdfs_proxy() will fail if it is a normal share. */
240 if ((c
->capabilities
& CAP_DFS
) &&
241 cli_check_msdfs_proxy(ctx
, c
, sharename
,
242 &newserver
, &newshare
,
248 return do_connect(ctx
, newserver
,
249 newshare
, auth_info
, false,
250 force_encrypt
, max_protocol
,
254 /* must be a normal share */
256 status
= cli_tcon_andx(c
, sharename
, "?????",
257 password
, strlen(password
)+1);
258 if (!NT_STATUS_IS_OK(status
)) {
259 d_printf("tree connect failed: %s\n", nt_errstr(status
));
265 status
= cli_cm_force_encryption(c
,
270 if (!NT_STATUS_IS_OK(status
)) {
276 DEBUG(4,(" tconx ok\n"));
280 /****************************************************************************
281 ****************************************************************************/
283 static void cli_set_mntpoint(struct cli_state
*cli
, const char *mnt
)
285 char *name
= clean_name(NULL
, mnt
);
289 TALLOC_FREE(cli
->dfs_mountpoint
);
290 cli
->dfs_mountpoint
= talloc_strdup(cli
, name
);
294 /********************************************************************
295 Add a new connection to the list.
296 referring_cli == NULL means a new initial connection.
297 ********************************************************************/
299 static struct cli_state
*cli_cm_connect(TALLOC_CTX
*ctx
,
300 struct cli_state
*referring_cli
,
303 const struct user_auth_info
*auth_info
,
310 struct cli_state
*cli
;
312 cli
= do_connect(ctx
, server
, share
,
314 show_hdr
, force_encrypt
, max_protocol
,
321 /* Enter into the list. */
323 DLIST_ADD_END(referring_cli
, cli
, struct cli_state
*);
326 if (referring_cli
&& referring_cli
->requested_posix_capabilities
) {
328 uint32 caplow
, caphigh
;
330 status
= cli_unix_extensions_version(cli
, &major
, &minor
,
332 if (NT_STATUS_IS_OK(status
)) {
333 cli_set_unix_extensions_capabilities(cli
,
342 /********************************************************************
343 Return a connection to a server on a particular share.
344 ********************************************************************/
346 static struct cli_state
*cli_cm_find(struct cli_state
*cli
,
356 /* Search to the start of the list. */
357 for (p
= cli
; p
; p
= DLIST_PREV(p
)) {
358 if (strequal(server
, p
->desthost
) &&
359 strequal(share
,p
->share
)) {
364 /* Search to the end of the list. */
365 for (p
= cli
->next
; p
; p
= p
->next
) {
366 if (strequal(server
, p
->desthost
) &&
367 strequal(share
,p
->share
)) {
375 /****************************************************************************
376 Open a client connection to a \\server\share.
377 ****************************************************************************/
379 struct cli_state
*cli_cm_open(TALLOC_CTX
*ctx
,
380 struct cli_state
*referring_cli
,
383 const struct user_auth_info
*auth_info
,
390 /* Try to reuse an existing connection in this list. */
391 struct cli_state
*c
= cli_cm_find(referring_cli
, server
, share
);
397 if (auth_info
== NULL
) {
398 /* Can't do a new connection
399 * without auth info. */
400 d_printf("cli_cm_open() Unable to open connection [\\%s\\%s] "
401 "without auth info\n",
406 return cli_cm_connect(ctx
,
418 /****************************************************************************
419 ****************************************************************************/
421 void cli_cm_display(const struct cli_state
*cli
)
425 for (i
=0; cli
; cli
= cli
->next
,i
++ ) {
426 d_printf("%d:\tserver=%s, share=%s\n",
427 i
, cli
->desthost
, cli
->share
);
431 /****************************************************************************
432 ****************************************************************************/
434 /****************************************************************************
435 ****************************************************************************/
438 void cli_cm_set_credentials(struct user_auth_info
*auth_info
)
440 SAFE_FREE(cm_creds
.username
);
441 cm_creds
.username
= SMB_STRDUP(get_cmdline_auth_info_username(
444 if (get_cmdline_auth_info_got_pass(auth_info
)) {
445 cm_set_password(get_cmdline_auth_info_password(auth_info
));
448 cm_creds
.use_kerberos
= get_cmdline_auth_info_use_kerberos(auth_info
);
449 cm_creds
.fallback_after_kerberos
= false;
450 cm_creds
.signing_state
= get_cmdline_auth_info_signing_state(auth_info
);
454 /**********************************************************************
455 split a dfs path into the server, share name, and extrapath components
456 **********************************************************************/
458 static bool split_dfs_path(TALLOC_CTX
*ctx
,
459 const char *nodepath
,
469 *pp_extrapath
= NULL
;
471 path
= talloc_strdup(ctx
, nodepath
);
476 if ( path
[0] != '\\' ) {
480 p
= strchr_m( path
+ 1, '\\' );
488 /* Look for any extra/deep path */
489 q
= strchr_m(p
, '\\');
493 *pp_extrapath
= talloc_strdup(ctx
, q
);
495 *pp_extrapath
= talloc_strdup(ctx
, "");
497 if (*pp_extrapath
== NULL
) {
501 *pp_share
= talloc_strdup(ctx
, p
);
502 if (*pp_share
== NULL
) {
506 *pp_server
= talloc_strdup(ctx
, &path
[1]);
507 if (*pp_server
== NULL
) {
515 TALLOC_FREE(*pp_share
);
516 TALLOC_FREE(*pp_extrapath
);
521 /****************************************************************************
522 Return the original path truncated at the directory component before
523 the first wildcard character. Trust the caller to provide a NULL
525 ****************************************************************************/
527 static char *clean_path(TALLOC_CTX
*ctx
, const char *path
)
533 /* No absolute paths. */
534 while (IS_DIRECTORY_SEP(*path
)) {
538 path_out
= talloc_strdup(ctx
, path
);
543 p1
= strchr_m(path_out
, '*');
544 p2
= strchr_m(path_out
, '?');
556 /* Now go back to the start of this component. */
557 p1
= strrchr_m(path_out
, '/');
558 p2
= strrchr_m(path_out
, '\\');
565 /* Strip any trailing separator */
567 len
= strlen(path_out
);
568 if ( (len
> 0) && IS_DIRECTORY_SEP(path_out
[len
-1])) {
569 path_out
[len
-1] = '\0';
575 /****************************************************************************
576 ****************************************************************************/
578 static char *cli_dfs_make_full_path(TALLOC_CTX
*ctx
,
579 struct cli_state
*cli
,
582 char path_sep
= '\\';
584 /* Ensure the extrapath doesn't start with a separator. */
585 while (IS_DIRECTORY_SEP(*dir
)) {
589 if (cli
->requested_posix_capabilities
& CIFS_UNIX_POSIX_PATHNAMES_CAP
) {
592 return talloc_asprintf(ctx
, "%c%s%c%s%c%s",
601 /********************************************************************
602 check for dfs referral
603 ********************************************************************/
605 static bool cli_dfs_check_error(struct cli_state
*cli
, NTSTATUS expected
,
608 /* only deal with DS when we negotiated NT_STATUS codes and UNICODE */
610 if (!(cli
->capabilities
& CAP_UNICODE
)) {
613 if (!(cli
->capabilities
& CAP_STATUS32
)) {
616 if (NT_STATUS_EQUAL(status
, expected
)) {
622 /********************************************************************
623 Get the dfs referral link.
624 ********************************************************************/
626 NTSTATUS
cli_dfs_get_referral(TALLOC_CTX
*ctx
,
627 struct cli_state
*cli
,
629 struct client_dfs_referral
**refs
,
633 unsigned int data_len
= 0;
634 unsigned int param_len
= 0;
636 uint8_t *param
= NULL
;
637 uint8_t *rdata
= NULL
;
640 size_t pathlen
= 2*(strlen(path
)+1);
641 smb_ucs2_t
*path_ucs
;
642 char *consumed_path
= NULL
;
643 uint16_t consumed_ucs
;
644 uint16 num_referrals
;
645 struct client_dfs_referral
*referrals
= NULL
;
651 SSVAL(setup
, 0, TRANSACT2_GET_DFS_REFERRAL
);
653 param
= SMB_MALLOC_ARRAY(uint8_t, 2+pathlen
+2);
655 status
= NT_STATUS_NO_MEMORY
;
658 SSVAL(param
, 0, 0x03); /* max referral level */
659 p
= (char *)(¶m
[2]);
661 path_ucs
= (smb_ucs2_t
*)p
;
662 p
+= clistr_push(cli
, p
, path
, pathlen
, STR_TERMINATE
);
663 param_len
= PTR_DIFF(p
, param
);
665 status
= cli_trans(talloc_tos(), cli
, SMBtrans2
,
669 NULL
, 0, cli
->max_xmit
,
671 NULL
, 0, NULL
, /* rsetup */
673 &rdata
, 4, &data_len
);
674 if (!NT_STATUS_IS_OK(status
)) {
681 endp
= (char *)rdata
+ data_len
;
683 consumed_ucs
= SVAL(rdata
, 0);
684 num_referrals
= SVAL(rdata
, 2);
686 /* consumed_ucs is the number of bytes
687 * of the UCS2 path consumed not counting any
688 * terminating null. We need to convert
689 * back to unix charset and count again
690 * to get the number of bytes consumed from
691 * the incoming path. */
693 if (pull_string_talloc(talloc_tos(),
702 if (consumed_path
== NULL
) {
705 *consumed
= strlen(consumed_path
);
707 if (num_referrals
!= 0) {
713 referrals
= talloc_array(ctx
, struct client_dfs_referral
,
719 /* start at the referrals array */
722 for (i
=0; i
<num_referrals
&& p
< endp
; i
++) {
726 ref_version
= SVAL(p
, 0);
727 ref_size
= SVAL(p
, 2);
728 node_offset
= SVAL(p
, 16);
730 if (ref_version
!= 3) {
735 referrals
[i
].proximity
= SVAL(p
, 8);
736 referrals
[i
].ttl
= SVAL(p
, 10);
738 if (p
+ node_offset
> endp
) {
741 clistr_pull_talloc(ctx
, cli
->inbuf
,
742 SVAL(cli
->inbuf
, smb_flg2
),
743 &referrals
[i
].dfspath
,
745 STR_TERMINATE
|STR_UNICODE
);
747 if (!referrals
[i
].dfspath
) {
752 if (i
< num_referrals
) {
757 *num_refs
= num_referrals
;
762 TALLOC_FREE(consumed_path
);
768 /********************************************************************
769 ********************************************************************/
771 bool cli_resolve_path(TALLOC_CTX
*ctx
,
773 const struct user_auth_info
*dfs_auth_info
,
774 struct cli_state
*rootcli
,
776 struct cli_state
**targetcli
,
777 char **pp_targetpath
)
779 struct client_dfs_referral
*refs
= NULL
;
782 struct cli_state
*cli_ipc
= NULL
;
783 char *dfs_path
= NULL
;
784 char *cleanpath
= NULL
;
785 char *extrapath
= NULL
;
789 struct cli_state
*newcli
= NULL
;
790 char *newpath
= NULL
;
791 char *newmount
= NULL
;
793 SMB_STRUCT_STAT sbuf
;
797 if ( !rootcli
|| !path
|| !targetcli
) {
801 /* Don't do anything if this is not a DFS root. */
803 if ( !rootcli
->dfsroot
) {
804 *targetcli
= rootcli
;
805 *pp_targetpath
= talloc_strdup(ctx
, path
);
806 if (!*pp_targetpath
) {
814 /* Send a trans2_query_path_info to check for a referral. */
816 cleanpath
= clean_path(ctx
, path
);
821 dfs_path
= cli_dfs_make_full_path(ctx
, rootcli
, cleanpath
);
826 status
= cli_qpathinfo_basic( rootcli
, dfs_path
, &sbuf
, &attributes
);
827 if (NT_STATUS_IS_OK(status
)) {
828 /* This is an ordinary path, just return it. */
829 *targetcli
= rootcli
;
830 *pp_targetpath
= talloc_strdup(ctx
, path
);
831 if (!*pp_targetpath
) {
837 /* Special case where client asked for a path that does not exist */
839 if (cli_dfs_check_error(rootcli
, NT_STATUS_OBJECT_NAME_NOT_FOUND
,
841 *targetcli
= rootcli
;
842 *pp_targetpath
= talloc_strdup(ctx
, path
);
843 if (!*pp_targetpath
) {
849 /* We got an error, check for DFS referral. */
851 if (!cli_dfs_check_error(rootcli
, NT_STATUS_PATH_NOT_COVERED
,
856 /* Check for the referral. */
858 if (!(cli_ipc
= cli_cm_open(ctx
,
864 (rootcli
->trans_enc_state
!= NULL
),
871 status
= cli_dfs_get_referral(ctx
, cli_ipc
, dfs_path
, &refs
,
872 &num_refs
, &consumed
);
873 if (!NT_STATUS_IS_OK(status
) || !num_refs
) {
877 /* Just store the first referral for now. */
879 if (!refs
[0].dfspath
) {
882 if (!split_dfs_path(ctx
, refs
[0].dfspath
, &server
, &share
,
887 /* Make sure to recreate the original string including any wildcards. */
889 dfs_path
= cli_dfs_make_full_path(ctx
, rootcli
, path
);
893 pathlen
= strlen(dfs_path
);
894 consumed
= MIN(pathlen
, consumed
);
895 *pp_targetpath
= talloc_strdup(ctx
, &dfs_path
[consumed
]);
896 if (!*pp_targetpath
) {
899 dfs_path
[consumed
] = '\0';
902 * *pp_targetpath is now the unconsumed part of the path.
903 * dfs_path is now the consumed part of the path
904 * (in \server\share\path format).
907 /* Open the connection to the target server & share */
908 if ((*targetcli
= cli_cm_open(ctx
, rootcli
,
913 (rootcli
->trans_enc_state
!= NULL
),
917 d_printf("Unable to follow dfs referral [\\%s\\%s]\n",
922 if (extrapath
&& strlen(extrapath
) > 0) {
923 /* EMC Celerra NAS version 5.6.50 (at least) doesn't appear to */
924 /* put the trailing \ on the path, so to be save we put one in if needed */
925 if (extrapath
[strlen(extrapath
)-1] != '\\' && **pp_targetpath
!= '\\') {
926 *pp_targetpath
= talloc_asprintf(ctx
,
931 *pp_targetpath
= talloc_asprintf(ctx
,
936 if (!*pp_targetpath
) {
941 /* parse out the consumed mount path */
942 /* trim off the \server\share\ */
946 if (*ppath
!= '\\') {
947 d_printf("cli_resolve_path: "
948 "dfs_path (%s) not in correct format.\n",
953 ppath
++; /* Now pointing at start of server name. */
955 if ((ppath
= strchr_m( dfs_path
, '\\' )) == NULL
) {
959 ppath
++; /* Now pointing at start of share name. */
961 if ((ppath
= strchr_m( ppath
+1, '\\' )) == NULL
) {
965 ppath
++; /* Now pointing at path component. */
967 newmount
= talloc_asprintf(ctx
, "%s\\%s", mountpt
, ppath
);
972 cli_set_mntpoint(*targetcli
, newmount
);
974 /* Check for another dfs referral, note that we are not
975 checking for loops here. */
977 if (!strequal(*pp_targetpath
, "\\") && !strequal(*pp_targetpath
, "/")) {
978 if (cli_resolve_path(ctx
,
986 * When cli_resolve_path returns true here it's always
987 * returning the complete path in newpath, so we're done
991 *pp_targetpath
= newpath
;
998 /* If returning true ensure we return a dfs root full path. */
999 if ((*targetcli
)->dfsroot
) {
1000 dfs_path
= talloc_strdup(ctx
, *pp_targetpath
);
1004 *pp_targetpath
= cli_dfs_make_full_path(ctx
, *targetcli
, dfs_path
);
1010 /********************************************************************
1011 ********************************************************************/
1013 bool cli_check_msdfs_proxy(TALLOC_CTX
*ctx
,
1014 struct cli_state
*cli
,
1015 const char *sharename
,
1016 char **pp_newserver
,
1019 const char *username
,
1020 const char *password
,
1023 struct client_dfs_referral
*refs
= NULL
;
1024 size_t num_refs
= 0;
1025 size_t consumed
= 0;
1026 char *fullpath
= NULL
;
1029 char *newextrapath
= NULL
;
1032 if (!cli
|| !sharename
) {
1038 /* special case. never check for a referral on the IPC$ share */
1040 if (strequal(sharename
, "IPC$")) {
1044 /* send a trans2_query_path_info to check for a referral */
1046 fullpath
= talloc_asprintf(ctx
, "\\%s\\%s", cli
->desthost
, sharename
);
1051 /* check for the referral */
1053 if (!NT_STATUS_IS_OK(cli_tcon_andx(cli
, "IPC$", "IPC", NULL
, 0))) {
1057 if (force_encrypt
) {
1058 status
= cli_cm_force_encryption(cli
,
1063 if (!NT_STATUS_IS_OK(status
)) {
1068 status
= cli_dfs_get_referral(ctx
, cli
, fullpath
, &refs
,
1069 &num_refs
, &consumed
);
1070 res
= NT_STATUS_IS_OK(status
);
1072 status
= cli_tdis(cli
);
1073 if (!NT_STATUS_IS_OK(status
)) {
1079 if (!res
|| !num_refs
) {
1083 if (!refs
[0].dfspath
) {
1087 if (!split_dfs_path(ctx
, refs
[0].dfspath
, pp_newserver
,
1088 pp_newshare
, &newextrapath
)) {
1092 /* check that this is not a self-referral */
1094 if (strequal(cli
->desthost
, *pp_newserver
) &&
1095 strequal(sharename
, *pp_newshare
)) {