2 Unix SMB/CIFS implementation.
4 Copyright (C) Andrew Tridgell 1994-1998
5 Copyright (C) Simo Sorce 2001-2002
6 Copyright (C) Jelmer Vernooij 2003
7 Copyright (C) Gerald (Jerry) Carter 2004
8 Copyright (C) Jeremy Allison 1994-2007
10 This program is free software; you can redistribute it and/or modify
11 it under the terms of the GNU General Public License as published by
12 the Free Software Foundation; either version 3 of the License, or
13 (at your option) any later version.
15 This program is distributed in the hope that it will be useful,
16 but WITHOUT ANY WARRANTY; without even the implied warranty of
17 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 GNU General Public License for more details.
20 You should have received a copy of the GNU General Public License
21 along with this program. If not, see <http://www.gnu.org/licenses/>.
25 #include "popt_common.h"
26 #include "client/client_proto.h"
27 #include "../librpc/gen_ndr/cli_srvsvc.h"
28 #include "../lib/util/select.h"
29 #include "system/readline.h"
30 #include "../libcli/smbreadline/smbreadline.h"
31 #include "../libcli/security/security.h"
37 extern int do_smb_browse(void); /* mDNS browsing */
39 extern bool AllowDebugChange;
40 extern bool override_logfile;
45 static char *desthost;
46 static char *calling_name;
47 static bool grepable = false;
48 static char *cmdstr = NULL;
49 const char *cmd_ptr = NULL;
51 static int io_bufsize = 524288;
53 static int name_type = 0x20;
54 static int max_protocol = PROTOCOL_NT1;
56 static int process_tok(char *tok);
57 static int cmd_help(void);
59 #define CREATE_ACCESS_READ READ_CONTROL_ACCESS
61 /* 30 second timeout on most commands */
62 #define CLIENT_TIMEOUT (30*1000)
63 #define SHORT_TIMEOUT (5*1000)
65 /* value for unused fid field in trans2 secondary request */
66 #define FID_UNUSED (0xFFFF)
68 time_t newer_than = 0;
69 static int archive_level = 0;
71 static bool translation = false;
74 /* clitar bits insert */
77 extern bool tar_reset;
80 static bool prompt = true;
82 static bool recurse = false;
83 static bool showacls = false;
84 bool lowercase = false;
86 static struct sockaddr_storage dest_ss;
87 static char dest_ss_str[INET6_ADDRSTRLEN];
89 #define SEPARATORS " \t\n\r"
91 static bool abort_mget = true;
94 uint64_t get_total_size = 0;
95 unsigned int get_total_time_ms = 0;
96 static uint64_t put_total_size = 0;
97 static unsigned int put_total_time_ms = 0;
100 static double dir_total;
102 /* encrypted state. */
103 static bool smb_encrypt;
105 /* root cli_state connection */
107 struct cli_state *cli;
109 static char CLI_DIRSEP_CHAR = '\\';
110 static char CLI_DIRSEP_STR[] = { '\\', '\0' };
112 /* Authentication for client connections. */
113 struct user_auth_info *auth_info;
115 /* Accessor functions for directory paths. */
116 static char *fileselection;
117 static const char *client_get_fileselection(void)
120 return fileselection;
125 static const char *client_set_fileselection(const char *new_fs)
127 SAFE_FREE(fileselection);
129 fileselection = SMB_STRDUP(new_fs);
131 return client_get_fileselection();
135 static const char *client_get_cwd(void)
140 return CLI_DIRSEP_STR;
143 static const char *client_set_cwd(const char *new_cwd)
147 cwd = SMB_STRDUP(new_cwd);
149 return client_get_cwd();
152 static char *cur_dir;
153 const char *client_get_cur_dir(void)
158 return CLI_DIRSEP_STR;
161 const char *client_set_cur_dir(const char *newdir)
165 cur_dir = SMB_STRDUP(newdir);
167 return client_get_cur_dir();
170 /****************************************************************************
171 Put up a yes/no prompt.
172 ****************************************************************************/
174 static bool yesno(const char *p)
179 if (!fgets(ans,sizeof(ans)-1,stdin))
182 if (*ans == 'y' || *ans == 'Y')
188 /****************************************************************************
189 Write to a local file with CR/LF->LF translation if appropriate. Return the
190 number taken from the buffer. This may not equal the number written.
191 ****************************************************************************/
193 static int writefile(int f, char *b, int n)
203 if (*b == '\r' && (i<(n-1)) && *(b+1) == '\n') {
206 if (write(f, b, 1) != 1) {
216 /****************************************************************************
217 Read from a file with LF->CR/LF translation if appropriate. Return the
218 number read. read approx n bytes.
219 ****************************************************************************/
221 static int readfile(uint8_t *b, int n, XFILE *f)
227 return x_fread(b,1,n,f);
230 while (i < (n - 1) && (i < BUFFER_SIZE)) {
231 if ((c = x_getc(f)) == EOF) {
235 if (c == '\n') { /* change all LFs to CR/LF */
250 static size_t push_source(uint8_t *buf, size_t n, void *priv)
252 struct push_state *state = (struct push_state *)priv;
255 if (x_feof(state->f)) {
259 result = readfile(buf, n, state->f);
260 state->nread += result;
264 /****************************************************************************
266 ****************************************************************************/
268 static void send_message(const char *username)
274 d_printf("Type your message, ending it with a Control-D\n");
277 while (i<sizeof(buf)-2) {
278 int c = fgetc(stdin);
289 status = cli_message(cli, desthost, username, buf);
290 if (!NT_STATUS_IS_OK(status)) {
291 d_fprintf(stderr, "cli_message returned %s\n",
296 /****************************************************************************
297 Check the space on a device.
298 ****************************************************************************/
300 static int do_dskattr(void)
302 int total, bsize, avail;
303 struct cli_state *targetcli = NULL;
304 char *targetpath = NULL;
305 TALLOC_CTX *ctx = talloc_tos();
308 if ( !cli_resolve_path(ctx, "", auth_info, cli, client_get_cur_dir(), &targetcli, &targetpath)) {
309 d_printf("Error in dskattr: %s\n", cli_errstr(cli));
313 status = cli_dskattr(targetcli, &bsize, &total, &avail);
314 if (!NT_STATUS_IS_OK(status)) {
315 d_printf("Error in dskattr: %s\n", nt_errstr(status));
319 d_printf("\n\t\t%d blocks of size %d. %d blocks available\n",
320 total, bsize, avail);
325 /****************************************************************************
327 ****************************************************************************/
329 static int cmd_pwd(void)
331 d_printf("Current directory is %s",service);
332 d_printf("%s\n",client_get_cur_dir());
336 /****************************************************************************
337 Ensure name has correct directory separators.
338 ****************************************************************************/
340 static void normalize_name(char *newdir)
342 if (!(cli->requested_posix_capabilities & CIFS_UNIX_POSIX_PATHNAMES_CAP)) {
343 string_replace(newdir,'/','\\');
347 /****************************************************************************
348 Change directory - inner section.
349 ****************************************************************************/
351 static int do_cd(const char *new_dir)
354 char *saved_dir = NULL;
356 char *targetpath = NULL;
357 struct cli_state *targetcli = NULL;
358 SMB_STRUCT_STAT sbuf;
361 TALLOC_CTX *ctx = talloc_stackframe();
363 newdir = talloc_strdup(ctx, new_dir);
369 normalize_name(newdir);
371 /* Save the current directory in case the new directory is invalid */
373 saved_dir = talloc_strdup(ctx, client_get_cur_dir());
379 if (*newdir == CLI_DIRSEP_CHAR) {
380 client_set_cur_dir(newdir);
383 new_cd = talloc_asprintf(ctx, "%s%s",
384 client_get_cur_dir(),
391 /* Ensure cur_dir ends in a DIRSEP */
392 if ((new_cd[0] != '\0') && (*(new_cd+strlen(new_cd)-1) != CLI_DIRSEP_CHAR)) {
393 new_cd = talloc_asprintf_append(new_cd, "%s", CLI_DIRSEP_STR);
398 client_set_cur_dir(new_cd);
400 new_cd = clean_name(ctx, new_cd);
401 client_set_cur_dir(new_cd);
403 if ( !cli_resolve_path(ctx, "", auth_info, cli, new_cd, &targetcli, &targetpath)) {
404 d_printf("cd %s: %s\n", new_cd, cli_errstr(cli));
405 client_set_cur_dir(saved_dir);
409 if (strequal(targetpath,CLI_DIRSEP_STR )) {
414 /* Use a trans2_qpathinfo to test directories for modern servers.
415 Except Win9x doesn't support the qpathinfo_basic() call..... */
417 if (targetcli->protocol > PROTOCOL_LANMAN2 && !targetcli->win95) {
420 status = cli_qpathinfo_basic(targetcli, targetpath, &sbuf,
422 if (!NT_STATUS_IS_OK(status)) {
423 d_printf("cd %s: %s\n", new_cd, nt_errstr(status));
424 client_set_cur_dir(saved_dir);
428 if (!(attributes & FILE_ATTRIBUTE_DIRECTORY)) {
429 d_printf("cd %s: not a directory\n", new_cd);
430 client_set_cur_dir(saved_dir);
436 targetpath = talloc_asprintf(ctx,
441 client_set_cur_dir(saved_dir);
444 targetpath = clean_name(ctx, targetpath);
446 client_set_cur_dir(saved_dir);
450 status = cli_chkpath(targetcli, targetpath);
451 if (!NT_STATUS_IS_OK(status)) {
452 d_printf("cd %s: %s\n", new_cd, nt_errstr(status));
453 client_set_cur_dir(saved_dir);
466 /****************************************************************************
468 ****************************************************************************/
470 static int cmd_cd(void)
475 if (next_token_talloc(talloc_tos(), &cmd_ptr, &buf,NULL)) {
478 d_printf("Current directory is %s\n",client_get_cur_dir());
484 /****************************************************************************
486 ****************************************************************************/
488 static int cmd_cd_oneup(void)
493 /*******************************************************************
494 Decide if a file should be operated on.
495 ********************************************************************/
497 static bool do_this_one(struct file_info *finfo)
503 if (finfo->mode & aDIR) {
507 if (*client_get_fileselection() &&
508 !mask_match(finfo->name,client_get_fileselection(),false)) {
509 DEBUG(3,("mask_match %s failed\n", finfo->name));
513 if (newer_than && finfo->mtime_ts.tv_sec < newer_than) {
514 DEBUG(3,("newer_than %s failed\n", finfo->name));
518 if ((archive_level==1 || archive_level==2) && !(finfo->mode & aARCH)) {
519 DEBUG(3,("archive %s failed\n", finfo->name));
526 /****************************************************************************
527 Display info about a file.
528 ****************************************************************************/
530 static NTSTATUS display_finfo(struct cli_state *cli_state, struct file_info *finfo,
534 TALLOC_CTX *ctx = talloc_tos();
535 NTSTATUS status = NT_STATUS_OK;
537 if (!do_this_one(finfo)) {
541 t = finfo->mtime_ts.tv_sec; /* the time is assumed to be passed as GMT */
543 d_printf(" %-30s%7.7s %8.0f %s",
545 attrib_string(finfo->mode),
548 dir_total += finfo->size;
553 /* skip if this is . or .. */
554 if ( strequal(finfo->name,"..") || strequal(finfo->name,".") )
556 /* create absolute filename for cli_ntcreate() FIXME */
557 afname = talloc_asprintf(ctx,
563 return NT_STATUS_NO_MEMORY;
565 /* print file meta date header */
566 d_printf( "FILENAME:%s\n", finfo->name);
567 d_printf( "MODE:%s\n", attrib_string(finfo->mode));
568 d_printf( "SIZE:%.0f\n", (double)finfo->size);
569 d_printf( "MTIME:%s", time_to_asc(t));
570 status = cli_ntcreate(cli_state, afname, 0,
571 CREATE_ACCESS_READ, 0,
572 FILE_SHARE_READ|FILE_SHARE_WRITE,
573 FILE_OPEN, 0x0, 0x0, &fnum);
574 if (!NT_STATUS_IS_OK(status)) {
575 DEBUG( 0, ("display_finfo() Failed to open %s: %s\n",
576 afname, nt_errstr(status)));
578 struct security_descriptor *sd = NULL;
579 sd = cli_query_secdesc(cli_state, fnum, ctx);
581 DEBUG( 0, ("display_finfo() failed to "
582 "get security descriptor: %s",
583 cli_errstr(cli_state)));
584 status = cli_nt_error(cli_state);
586 display_sec_desc(sd);
595 /****************************************************************************
596 Accumulate size of a file.
597 ****************************************************************************/
599 static NTSTATUS do_du(struct cli_state *cli_state, struct file_info *finfo,
602 if (do_this_one(finfo)) {
603 dir_total += finfo->size;
608 static bool do_list_recurse;
609 static bool do_list_dirs;
610 static char *do_list_queue = 0;
611 static long do_list_queue_size = 0;
612 static long do_list_queue_start = 0;
613 static long do_list_queue_end = 0;
614 static NTSTATUS (*do_list_fn)(struct cli_state *cli_state, struct file_info *,
617 /****************************************************************************
618 Functions for do_list_queue.
619 ****************************************************************************/
622 * The do_list_queue is a NUL-separated list of strings stored in a
623 * char*. Since this is a FIFO, we keep track of the beginning and
624 * ending locations of the data in the queue. When we overflow, we
625 * double the size of the char*. When the start of the data passes
626 * the midpoint, we move everything back. This is logically more
627 * complex than a linked list, but easier from a memory management
628 * angle. In any memory error condition, do_list_queue is reset.
629 * Functions check to ensure that do_list_queue is non-NULL before
633 static void reset_do_list_queue(void)
635 SAFE_FREE(do_list_queue);
636 do_list_queue_size = 0;
637 do_list_queue_start = 0;
638 do_list_queue_end = 0;
641 static void init_do_list_queue(void)
643 reset_do_list_queue();
644 do_list_queue_size = 1024;
645 do_list_queue = (char *)SMB_MALLOC(do_list_queue_size);
646 if (do_list_queue == 0) {
647 d_printf("malloc fail for size %d\n",
648 (int)do_list_queue_size);
649 reset_do_list_queue();
651 memset(do_list_queue, 0, do_list_queue_size);
655 static void adjust_do_list_queue(void)
658 * If the starting point of the queue is more than half way through,
659 * move everything toward the beginning.
662 if (do_list_queue == NULL) {
663 DEBUG(4,("do_list_queue is empty\n"));
664 do_list_queue_start = do_list_queue_end = 0;
668 if (do_list_queue_start == do_list_queue_end) {
669 DEBUG(4,("do_list_queue is empty\n"));
670 do_list_queue_start = do_list_queue_end = 0;
671 *do_list_queue = '\0';
672 } else if (do_list_queue_start > (do_list_queue_size / 2)) {
673 DEBUG(4,("sliding do_list_queue backward\n"));
674 memmove(do_list_queue,
675 do_list_queue + do_list_queue_start,
676 do_list_queue_end - do_list_queue_start);
677 do_list_queue_end -= do_list_queue_start;
678 do_list_queue_start = 0;
682 static void add_to_do_list_queue(const char *entry)
684 long new_end = do_list_queue_end + ((long)strlen(entry)) + 1;
685 while (new_end > do_list_queue_size) {
686 do_list_queue_size *= 2;
687 DEBUG(4,("enlarging do_list_queue to %d\n",
688 (int)do_list_queue_size));
689 do_list_queue = (char *)SMB_REALLOC(do_list_queue, do_list_queue_size);
690 if (! do_list_queue) {
691 d_printf("failure enlarging do_list_queue to %d bytes\n",
692 (int)do_list_queue_size);
693 reset_do_list_queue();
695 memset(do_list_queue + do_list_queue_size / 2,
696 0, do_list_queue_size / 2);
700 safe_strcpy_base(do_list_queue + do_list_queue_end,
701 entry, do_list_queue, do_list_queue_size);
702 do_list_queue_end = new_end;
703 DEBUG(4,("added %s to do_list_queue (start=%d, end=%d)\n",
704 entry, (int)do_list_queue_start, (int)do_list_queue_end));
708 static char *do_list_queue_head(void)
710 return do_list_queue + do_list_queue_start;
713 static void remove_do_list_queue_head(void)
715 if (do_list_queue_end > do_list_queue_start) {
716 do_list_queue_start += strlen(do_list_queue_head()) + 1;
717 adjust_do_list_queue();
718 DEBUG(4,("removed head of do_list_queue (start=%d, end=%d)\n",
719 (int)do_list_queue_start, (int)do_list_queue_end));
723 static int do_list_queue_empty(void)
725 return (! (do_list_queue && *do_list_queue));
728 /****************************************************************************
729 A helper for do_list.
730 ****************************************************************************/
732 static NTSTATUS do_list_helper(const char *mntpoint, struct file_info *f,
733 const char *mask, void *state)
735 struct cli_state *cli_state = (struct cli_state *)state;
736 TALLOC_CTX *ctx = talloc_tos();
738 char *dir_end = NULL;
739 NTSTATUS status = NT_STATUS_OK;
741 /* Work out the directory. */
742 dir = talloc_strdup(ctx, mask);
744 return NT_STATUS_NO_MEMORY;
746 if ((dir_end = strrchr(dir, CLI_DIRSEP_CHAR)) != NULL) {
750 if (f->mode & aDIR) {
751 if (do_list_dirs && do_this_one(f)) {
752 status = do_list_fn(cli_state, f, dir);
753 if (!NT_STATUS_IS_OK(status)) {
757 if (do_list_recurse &&
759 !strequal(f->name,".") &&
760 !strequal(f->name,"..")) {
765 d_printf("Empty dir name returned. Possible server misconfiguration.\n");
767 return NT_STATUS_UNSUCCESSFUL;
770 mask2 = talloc_asprintf(ctx,
776 return NT_STATUS_NO_MEMORY;
778 p = strrchr_m(mask2,CLI_DIRSEP_CHAR);
784 mask2 = talloc_asprintf_append(mask2,
790 return NT_STATUS_NO_MEMORY;
792 add_to_do_list_queue(mask2);
799 if (do_this_one(f)) {
800 status = do_list_fn(cli_state, f, dir);
806 /****************************************************************************
807 A wrapper around cli_list that adds recursion.
808 ****************************************************************************/
810 NTSTATUS do_list(const char *mask,
812 NTSTATUS (*fn)(struct cli_state *cli_state, struct file_info *,
817 static int in_do_list = 0;
818 TALLOC_CTX *ctx = talloc_tos();
819 struct cli_state *targetcli = NULL;
820 char *targetpath = NULL;
821 NTSTATUS ret_status = NT_STATUS_OK;
822 NTSTATUS status = NT_STATUS_OK;
824 if (in_do_list && rec) {
825 fprintf(stderr, "INTERNAL ERROR: do_list called recursively when the recursive flag is true\n");
831 do_list_recurse = rec;
836 init_do_list_queue();
837 add_to_do_list_queue(mask);
839 while (!do_list_queue_empty()) {
841 * Need to copy head so that it doesn't become
842 * invalid inside the call to cli_list. This
843 * would happen if the list were expanded
845 * Fix from E. Jay Berkenbilt (ejb@ql.org)
847 char *head = talloc_strdup(ctx, do_list_queue_head());
850 return NT_STATUS_NO_MEMORY;
855 if ( !cli_resolve_path(ctx, "", auth_info, cli, head, &targetcli, &targetpath ) ) {
856 d_printf("do_list: [%s] %s\n", head, cli_errstr(cli));
857 remove_do_list_queue_head();
861 status = cli_list(targetcli, targetpath, attribute,
862 do_list_helper, targetcli);
863 if (!NT_STATUS_IS_OK(status)) {
864 d_printf("%s listing %s\n",
865 nt_errstr(status), targetpath);
868 remove_do_list_queue_head();
869 if ((! do_list_queue_empty()) && (fn == display_finfo)) {
870 char *next_file = do_list_queue_head();
872 if ((strlen(next_file) >= 2) &&
873 (next_file[strlen(next_file) - 1] == '*') &&
874 (next_file[strlen(next_file) - 2] == CLI_DIRSEP_CHAR)) {
875 save_ch = next_file +
876 strlen(next_file) - 2;
879 /* cwd is only used if showacls is on */
880 client_set_cwd(next_file);
883 if (!showacls) /* don't disturbe the showacls output */
884 d_printf("\n%s\n",next_file);
886 *save_ch = CLI_DIRSEP_CHAR;
890 TALLOC_FREE(targetpath);
894 if (cli_resolve_path(ctx, "", auth_info, cli, mask, &targetcli, &targetpath)) {
896 status = cli_list(targetcli, targetpath, attribute,
897 do_list_helper, targetcli);
898 if (!NT_STATUS_IS_OK(status)) {
899 d_printf("%s listing %s\n",
900 nt_errstr(status), targetpath);
903 TALLOC_FREE(targetpath);
905 d_printf("do_list: [%s] %s\n", mask, cli_errstr(cli));
906 ret_status = cli_nt_error(cli);
911 reset_do_list_queue();
915 /****************************************************************************
916 Get a directory listing.
917 ****************************************************************************/
919 static int cmd_dir(void)
921 TALLOC_CTX *ctx = talloc_tos();
922 uint16 attribute = aDIR | aSYSTEM | aHIDDEN;
929 mask = talloc_strdup(ctx, client_get_cur_dir());
934 if (next_token_talloc(ctx, &cmd_ptr,&buf,NULL)) {
936 if (*buf == CLI_DIRSEP_CHAR) {
937 mask = talloc_strdup(ctx, buf);
939 mask = talloc_asprintf_append(mask, "%s", buf);
942 mask = talloc_asprintf_append(mask, "*");
949 /* cwd is only used if showacls is on */
950 client_set_cwd(client_get_cur_dir());
953 status = do_list(mask, attribute, display_finfo, recurse, true);
954 if (!NT_STATUS_IS_OK(status)) {
960 DEBUG(3, ("Total bytes listed: %.0f\n", dir_total));
965 /****************************************************************************
966 Get a directory listing.
967 ****************************************************************************/
969 static int cmd_du(void)
971 TALLOC_CTX *ctx = talloc_tos();
972 uint16 attribute = aDIR | aSYSTEM | aHIDDEN;
979 mask = talloc_strdup(ctx, client_get_cur_dir());
983 if ((mask[0] != '\0') && (mask[strlen(mask)-1]!=CLI_DIRSEP_CHAR)) {
984 mask = talloc_asprintf_append(mask, "%s", CLI_DIRSEP_STR);
990 if (next_token_talloc(ctx, &cmd_ptr,&buf,NULL)) {
992 if (*buf == CLI_DIRSEP_CHAR) {
993 mask = talloc_strdup(ctx, buf);
995 mask = talloc_asprintf_append(mask, "%s", buf);
998 mask = talloc_strdup(ctx, "*");
1001 status = do_list(mask, attribute, do_du, recurse, true);
1002 if (!NT_STATUS_IS_OK(status)) {
1008 d_printf("Total number of bytes: %.0f\n", dir_total);
1013 static int cmd_echo(void)
1015 TALLOC_CTX *ctx = talloc_tos();
1020 if (!next_token_talloc(ctx, &cmd_ptr, &num, NULL)
1021 || !next_token_talloc(ctx, &cmd_ptr, &data, NULL)) {
1022 d_printf("echo <num> <data>\n");
1026 status = cli_echo(cli, atoi(num), data_blob_const(data, strlen(data)));
1028 if (!NT_STATUS_IS_OK(status)) {
1029 d_printf("echo failed: %s\n", nt_errstr(status));
1036 /****************************************************************************
1037 Get a file from rname to lname
1038 ****************************************************************************/
1040 static NTSTATUS writefile_sink(char *buf, size_t n, void *priv)
1042 int *pfd = (int *)priv;
1043 if (writefile(*pfd, buf, n) == -1) {
1044 return map_nt_error_from_unix(errno);
1046 return NT_STATUS_OK;
1049 static int do_get(const char *rname, const char *lname_in, bool reget)
1051 TALLOC_CTX *ctx = talloc_tos();
1054 bool newhandle = false;
1055 struct timespec tp_start;
1059 SMB_OFF_T nread = 0;
1061 struct cli_state *targetcli = NULL;
1062 char *targetname = NULL;
1066 lname = talloc_strdup(ctx, lname_in);
1075 if (!cli_resolve_path(ctx, "", auth_info, cli, rname, &targetcli, &targetname ) ) {
1076 d_printf("Failed to open %s: %s\n", rname, cli_errstr(cli));
1080 clock_gettime_mono(&tp_start);
1082 status = cli_open(targetcli, targetname, O_RDONLY, DENY_NONE, &fnum);
1083 if (!NT_STATUS_IS_OK(status)) {
1084 d_printf("%s opening remote file %s\n", nt_errstr(status),
1089 if(!strcmp(lname,"-")) {
1090 handle = fileno(stdout);
1093 handle = sys_open(lname, O_WRONLY|O_CREAT, 0644);
1095 start = sys_lseek(handle, 0, SEEK_END);
1097 d_printf("Error seeking local file\n");
1102 handle = sys_open(lname, O_WRONLY|O_CREAT|O_TRUNC, 0644);
1107 d_printf("Error opening local file %s\n",lname);
1112 if (!NT_STATUS_IS_OK(cli_qfileinfo_basic(
1113 targetcli, fnum, &attr, &size, NULL, NULL,
1114 NULL, NULL, NULL)) &&
1115 !NT_STATUS_IS_OK(cli_getattrE(targetcli, fnum,
1116 &attr, &size, NULL, NULL, NULL))) {
1117 d_printf("getattrib: %s\n",cli_errstr(targetcli));
1121 DEBUG(1,("getting file %s of size %.0f as %s ",
1122 rname, (double)size, lname));
1124 status = cli_pull(targetcli, fnum, start, size, io_bufsize,
1125 writefile_sink, (void *)&handle, &nread);
1126 if (!NT_STATUS_IS_OK(status)) {
1127 d_fprintf(stderr, "parallel_read returned %s\n",
1129 cli_close(targetcli, fnum);
1133 status = cli_close(targetcli, fnum);
1134 if (!NT_STATUS_IS_OK(status)) {
1135 d_printf("Error %s closing remote file\n", nt_errstr(status));
1143 if (archive_level >= 2 && (attr & aARCH)) {
1144 cli_setatr(cli, rname, attr & ~(uint16)aARCH, 0);
1148 struct timespec tp_end;
1151 clock_gettime_mono(&tp_end);
1152 this_time = nsec_time_diff(&tp_end,&tp_start)/1000000;
1153 get_total_time_ms += this_time;
1154 get_total_size += nread;
1156 DEBUG(1,("(%3.1f KiloBytes/sec) (average %3.1f KiloBytes/sec)\n",
1157 nread / (1.024*this_time + 1.0e-4),
1158 get_total_size / (1.024*get_total_time_ms)));
1161 TALLOC_FREE(targetname);
1165 /****************************************************************************
1167 ****************************************************************************/
1169 static int cmd_get(void)
1171 TALLOC_CTX *ctx = talloc_tos();
1176 rname = talloc_strdup(ctx, client_get_cur_dir());
1181 if (!next_token_talloc(ctx, &cmd_ptr,&fname,NULL)) {
1182 d_printf("get <filename> [localname]\n");
1185 rname = talloc_asprintf_append(rname, "%s", fname);
1189 rname = clean_name(ctx, rname);
1194 next_token_talloc(ctx, &cmd_ptr,&lname,NULL);
1199 return do_get(rname, lname, false);
1202 /****************************************************************************
1203 Do an mget operation on one file.
1204 ****************************************************************************/
1206 static NTSTATUS do_mget(struct cli_state *cli_state, struct file_info *finfo,
1209 TALLOC_CTX *ctx = talloc_tos();
1210 NTSTATUS status = NT_STATUS_OK;
1213 char *saved_curdir = NULL;
1214 char *mget_mask = NULL;
1215 char *new_cd = NULL;
1218 return NT_STATUS_OK;
1221 if (strequal(finfo->name,".") || strequal(finfo->name,".."))
1222 return NT_STATUS_OK;
1225 d_printf("mget aborted\n");
1226 return NT_STATUS_UNSUCCESSFUL;
1229 if (finfo->mode & aDIR) {
1230 if (asprintf(&quest,
1231 "Get directory %s? ",finfo->name) < 0) {
1232 return NT_STATUS_NO_MEMORY;
1235 if (asprintf(&quest,
1236 "Get file %s? ",finfo->name) < 0) {
1237 return NT_STATUS_NO_MEMORY;
1241 if (prompt && !yesno(quest)) {
1243 return NT_STATUS_OK;
1247 if (!(finfo->mode & aDIR)) {
1248 rname = talloc_asprintf(ctx,
1250 client_get_cur_dir(),
1253 return NT_STATUS_NO_MEMORY;
1255 do_get(rname, finfo->name, false);
1257 return NT_STATUS_OK;
1260 /* handle directories */
1261 saved_curdir = talloc_strdup(ctx, client_get_cur_dir());
1262 if (!saved_curdir) {
1263 return NT_STATUS_NO_MEMORY;
1266 new_cd = talloc_asprintf(ctx,
1268 client_get_cur_dir(),
1272 return NT_STATUS_NO_MEMORY;
1274 client_set_cur_dir(new_cd);
1276 string_replace(finfo->name,'\\','/');
1278 strlower_m(finfo->name);
1281 if (!directory_exist(finfo->name) &&
1282 mkdir(finfo->name,0777) != 0) {
1283 d_printf("failed to create directory %s\n",finfo->name);
1284 client_set_cur_dir(saved_curdir);
1285 return map_nt_error_from_unix(errno);
1288 if (chdir(finfo->name) != 0) {
1289 d_printf("failed to chdir to directory %s\n",finfo->name);
1290 client_set_cur_dir(saved_curdir);
1291 return map_nt_error_from_unix(errno);
1294 mget_mask = talloc_asprintf(ctx,
1296 client_get_cur_dir());
1299 return NT_STATUS_NO_MEMORY;
1302 status = do_list(mget_mask, aSYSTEM | aHIDDEN | aDIR,do_mget,false, true);
1303 if (!NT_STATUS_IS_OK(status)) {
1307 if (chdir("..") == -1) {
1308 d_printf("do_mget: failed to chdir to .. (error %s)\n",
1310 return map_nt_error_from_unix(errno);
1312 client_set_cur_dir(saved_curdir);
1313 TALLOC_FREE(mget_mask);
1314 TALLOC_FREE(saved_curdir);
1315 TALLOC_FREE(new_cd);
1316 return NT_STATUS_OK;
1319 /****************************************************************************
1320 View the file using the pager.
1321 ****************************************************************************/
1323 static int cmd_more(void)
1325 TALLOC_CTX *ctx = talloc_tos();
1329 char *pager_cmd = NULL;
1334 rname = talloc_strdup(ctx, client_get_cur_dir());
1339 lname = talloc_asprintf(ctx, "%s/smbmore.XXXXXX",tmpdir());
1343 fd = mkstemp(lname);
1345 d_printf("failed to create temporary file for more\n");
1350 if (!next_token_talloc(ctx, &cmd_ptr,&fname,NULL)) {
1351 d_printf("more <filename>\n");
1355 rname = talloc_asprintf_append(rname, "%s", fname);
1359 rname = clean_name(ctx,rname);
1364 rc = do_get(rname, lname, false);
1366 pager=getenv("PAGER");
1368 pager_cmd = talloc_asprintf(ctx,
1370 (pager? pager:PAGER),
1375 if (system(pager_cmd) == -1) {
1376 d_printf("system command '%s' returned -1\n",
1384 /****************************************************************************
1386 ****************************************************************************/
1388 static int cmd_mget(void)
1390 TALLOC_CTX *ctx = talloc_tos();
1391 uint16 attribute = aSYSTEM | aHIDDEN;
1392 char *mget_mask = NULL;
1394 NTSTATUS status = NT_STATUS_OK;
1402 while (next_token_talloc(ctx, &cmd_ptr,&buf,NULL)) {
1404 mget_mask = talloc_strdup(ctx, client_get_cur_dir());
1408 if (*buf == CLI_DIRSEP_CHAR) {
1409 mget_mask = talloc_strdup(ctx, buf);
1411 mget_mask = talloc_asprintf_append(mget_mask,
1417 status = do_list(mget_mask, attribute, do_mget, false, true);
1418 if (!NT_STATUS_IS_OK(status)) {
1423 if (mget_mask == NULL) {
1424 d_printf("nothing to mget\n");
1429 mget_mask = talloc_asprintf(ctx,
1431 client_get_cur_dir());
1435 status = do_list(mget_mask, attribute, do_mget, false, true);
1436 if (!NT_STATUS_IS_OK(status)) {
1444 /****************************************************************************
1445 Make a directory of name "name".
1446 ****************************************************************************/
1448 static bool do_mkdir(const char *name)
1450 TALLOC_CTX *ctx = talloc_tos();
1451 struct cli_state *targetcli;
1452 char *targetname = NULL;
1455 if (!cli_resolve_path(ctx, "", auth_info, cli, name, &targetcli, &targetname)) {
1456 d_printf("mkdir %s: %s\n", name, cli_errstr(cli));
1460 status = cli_mkdir(targetcli, targetname);
1461 if (!NT_STATUS_IS_OK(status)) {
1462 d_printf("%s making remote directory %s\n",
1463 nt_errstr(status),name);
1470 /****************************************************************************
1471 Show 8.3 name of a file.
1472 ****************************************************************************/
1474 static bool do_altname(const char *name)
1479 status = cli_qpathinfo_alt_name(cli, name, altname);
1480 if (!NT_STATUS_IS_OK(status)) {
1481 d_printf("%s getting alt name for %s\n",
1482 nt_errstr(status),name);
1485 d_printf("%s\n", altname);
1490 /****************************************************************************
1492 ****************************************************************************/
1494 static int cmd_quit(void)
1502 /****************************************************************************
1504 ****************************************************************************/
1506 static int cmd_mkdir(void)
1508 TALLOC_CTX *ctx = talloc_tos();
1512 mask = talloc_strdup(ctx, client_get_cur_dir());
1517 if (!next_token_talloc(ctx, &cmd_ptr,&buf,NULL)) {
1519 d_printf("mkdir <dirname>\n");
1523 mask = talloc_asprintf_append(mask, "%s", buf);
1531 struct cli_state *targetcli;
1532 char *targetname = NULL;
1536 ddir2 = talloc_strdup(ctx, "");
1541 if (!cli_resolve_path(ctx, "", auth_info, cli, mask, &targetcli, &targetname)) {
1545 ddir = talloc_strdup(ctx, targetname);
1549 trim_char(ddir,'.','\0');
1550 p = strtok_r(ddir, "/\\", &saveptr);
1552 ddir2 = talloc_asprintf_append(ddir2, "%s", p);
1556 if (!NT_STATUS_IS_OK(cli_chkpath(targetcli, ddir2))) {
1559 ddir2 = talloc_asprintf_append(ddir2, "%s", CLI_DIRSEP_STR);
1563 p = strtok_r(NULL, "/\\", &saveptr);
1572 /****************************************************************************
1574 ****************************************************************************/
1576 static int cmd_altname(void)
1578 TALLOC_CTX *ctx = talloc_tos();
1582 name = talloc_strdup(ctx, client_get_cur_dir());
1587 if (!next_token_talloc(ctx, &cmd_ptr, &buf, NULL)) {
1588 d_printf("altname <file>\n");
1591 name = talloc_asprintf_append(name, "%s", buf);
1599 static char *attr_str(TALLOC_CTX *mem_ctx, uint16_t mode)
1601 char *attrs = TALLOC_ZERO_ARRAY(mem_ctx, char, 17);
1604 if (!(mode & FILE_ATTRIBUTE_NORMAL)) {
1605 if (mode & FILE_ATTRIBUTE_READONLY) {
1608 if (mode & FILE_ATTRIBUTE_HIDDEN) {
1611 if (mode & FILE_ATTRIBUTE_SYSTEM) {
1614 if (mode & FILE_ATTRIBUTE_DIRECTORY) {
1617 if (mode & FILE_ATTRIBUTE_ARCHIVE) {
1624 /****************************************************************************
1625 Show all info we can get
1626 ****************************************************************************/
1628 static int do_allinfo(const char *name)
1631 struct timespec b_time, a_time, m_time, c_time;
1636 unsigned int num_streams;
1637 struct stream_struct *streams;
1641 status = cli_qpathinfo_alt_name(cli, name, altname);
1642 if (!NT_STATUS_IS_OK(status)) {
1643 d_printf("%s getting alt name for %s\n", nt_errstr(status),
1647 d_printf("altname: %s\n", altname);
1649 status = cli_qpathinfo2(cli, name, &b_time, &a_time, &m_time, &c_time,
1650 &size, &mode, &ino);
1651 if (!NT_STATUS_IS_OK(status)) {
1652 d_printf("%s getting pathinfo for %s\n", nt_errstr(status),
1657 unix_timespec_to_nt_time(&tmp, b_time);
1658 d_printf("create_time: %s\n", nt_time_string(talloc_tos(), tmp));
1660 unix_timespec_to_nt_time(&tmp, a_time);
1661 d_printf("access_time: %s\n", nt_time_string(talloc_tos(), tmp));
1663 unix_timespec_to_nt_time(&tmp, m_time);
1664 d_printf("write_time: %s\n", nt_time_string(talloc_tos(), tmp));
1666 unix_timespec_to_nt_time(&tmp, c_time);
1667 d_printf("change_time: %s\n", nt_time_string(talloc_tos(), tmp));
1669 d_printf("attributes: %s\n", attr_str(talloc_tos(), mode));
1671 status = cli_qpathinfo_streams(cli, name, talloc_tos(), &num_streams,
1673 if (!NT_STATUS_IS_OK(status)) {
1674 d_printf("%s getting streams for %s\n", nt_errstr(status),
1679 for (i=0; i<num_streams; i++) {
1680 d_printf("stream: [%s], %lld bytes\n", streams[i].name,
1681 (unsigned long long)streams[i].size);
1687 /****************************************************************************
1688 Show all info we can get
1689 ****************************************************************************/
1691 static int cmd_allinfo(void)
1693 TALLOC_CTX *ctx = talloc_tos();
1697 name = talloc_strdup(ctx, client_get_cur_dir());
1702 if (!next_token_talloc(ctx, &cmd_ptr, &buf, NULL)) {
1703 d_printf("allinfo <file>\n");
1706 name = talloc_asprintf_append(name, "%s", buf);
1716 /****************************************************************************
1718 ****************************************************************************/
1720 static int do_put(const char *rname, const char *lname, bool reput)
1722 TALLOC_CTX *ctx = talloc_tos();
1725 SMB_OFF_T start = 0;
1727 struct timespec tp_start;
1728 struct cli_state *targetcli;
1729 char *targetname = NULL;
1730 struct push_state state;
1733 if (!cli_resolve_path(ctx, "", auth_info, cli, rname, &targetcli, &targetname)) {
1734 d_printf("Failed to open %s: %s\n", rname, cli_errstr(cli));
1738 clock_gettime_mono(&tp_start);
1741 status = cli_open(targetcli, targetname, O_RDWR|O_CREAT, DENY_NONE, &fnum);
1742 if (NT_STATUS_IS_OK(status)) {
1743 if (!NT_STATUS_IS_OK(cli_qfileinfo_basic(
1744 targetcli, fnum, NULL,
1746 NULL, NULL, NULL)) &&
1747 !NT_STATUS_IS_OK(cli_getattrE(targetcli, fnum, NULL, &start, NULL, NULL, NULL))) {
1748 d_printf("getattrib: %s\n",cli_errstr(cli));
1753 status = cli_open(targetcli, targetname, O_RDWR|O_CREAT|O_TRUNC, DENY_NONE, &fnum);
1756 if (!NT_STATUS_IS_OK(status)) {
1757 d_printf("%s opening remote file %s\n",cli_errstr(targetcli),rname);
1761 /* allow files to be piped into smbclient
1764 Note that in this case this function will exit(0) rather
1766 if (!strcmp(lname, "-")) {
1768 /* size of file is not known */
1770 f = x_fopen(lname,O_RDONLY, 0);
1772 if (x_tseek(f, start, SEEK_SET) == -1) {
1773 d_printf("Error seeking local file\n");
1781 d_printf("Error opening local file %s\n",lname);
1785 DEBUG(1,("putting file %s as %s ",lname,
1788 x_setvbuf(f, NULL, X_IOFBF, io_bufsize);
1793 status = cli_push(targetcli, fnum, 0, 0, io_bufsize, push_source,
1795 if (!NT_STATUS_IS_OK(status)) {
1796 d_fprintf(stderr, "cli_push returned %s\n", nt_errstr(status));
1800 status = cli_close(targetcli, fnum);
1801 if (!NT_STATUS_IS_OK(status)) {
1802 d_printf("%s closing remote file %s\n", nt_errstr(status),
1815 struct timespec tp_end;
1818 clock_gettime_mono(&tp_end);
1819 this_time = nsec_time_diff(&tp_end,&tp_start)/1000000;
1820 put_total_time_ms += this_time;
1821 put_total_size += state.nread;
1823 DEBUG(1,("(%3.1f kb/s) (average %3.1f kb/s)\n",
1824 state.nread / (1.024*this_time + 1.0e-4),
1825 put_total_size / (1.024*put_total_time_ms)));
1836 /****************************************************************************
1838 ****************************************************************************/
1840 static int cmd_put(void)
1842 TALLOC_CTX *ctx = talloc_tos();
1847 rname = talloc_strdup(ctx, client_get_cur_dir());
1852 if (!next_token_talloc(ctx, &cmd_ptr,&lname,NULL)) {
1853 d_printf("put <filename>\n");
1857 if (next_token_talloc(ctx, &cmd_ptr,&buf,NULL)) {
1858 rname = talloc_asprintf_append(rname, "%s", buf);
1860 rname = talloc_asprintf_append(rname, "%s", lname);
1866 rname = clean_name(ctx, rname);
1873 /* allow '-' to represent stdin
1874 jdblair, 24.jun.98 */
1875 if (!file_exist_stat(lname, &st, false) &&
1876 (strcmp(lname,"-"))) {
1877 d_printf("%s does not exist\n",lname);
1882 return do_put(rname, lname, false);
1885 /*************************************
1886 File list structure.
1887 *************************************/
1889 static struct file_list {
1890 struct file_list *prev, *next;
1895 /****************************************************************************
1896 Free a file_list structure.
1897 ****************************************************************************/
1899 static void free_file_list (struct file_list *l_head)
1901 struct file_list *list, *next;
1903 for (list = l_head; list; list = next) {
1905 DLIST_REMOVE(l_head, list);
1906 SAFE_FREE(list->file_path);
1911 /****************************************************************************
1912 Seek in a directory/file list until you get something that doesn't start with
1914 ****************************************************************************/
1916 static bool seek_list(struct file_list *list, char *name)
1919 trim_string(list->file_path,"./","\n");
1920 if (strncmp(list->file_path, name, strlen(name)) != 0) {
1929 /****************************************************************************
1930 Set the file selection mask.
1931 ****************************************************************************/
1933 static int cmd_select(void)
1935 TALLOC_CTX *ctx = talloc_tos();
1936 char *new_fs = NULL;
1937 next_token_talloc(ctx, &cmd_ptr,&new_fs,NULL)
1940 client_set_fileselection(new_fs);
1942 client_set_fileselection("");
1947 /****************************************************************************
1948 Recursive file matching function act as find
1949 match must be always set to true when calling this function
1950 ****************************************************************************/
1952 static int file_find(struct file_list **list, const char *directory,
1953 const char *expression, bool match)
1955 SMB_STRUCT_DIR *dir;
1956 struct file_list *entry;
1957 struct stat statbuf;
1963 dir = sys_opendir(directory);
1967 while ((dname = readdirname(dir))) {
1968 if (!strcmp("..", dname))
1970 if (!strcmp(".", dname))
1973 if (asprintf(&path, "%s/%s", directory, dname) <= 0) {
1978 if (!match || !gen_fnmatch(expression, dname)) {
1980 ret = stat(path, &statbuf);
1982 if (S_ISDIR(statbuf.st_mode)) {
1984 ret = file_find(list, path, expression, false);
1987 d_printf("file_find: cannot stat file %s\n", path);
1996 entry = SMB_MALLOC_P(struct file_list);
1998 d_printf("Out of memory in file_find\n");
2002 entry->file_path = path;
2003 entry->isdir = isdir;
2004 DLIST_ADD(*list, entry);
2014 /****************************************************************************
2016 ****************************************************************************/
2018 static int cmd_mput(void)
2020 TALLOC_CTX *ctx = talloc_tos();
2023 while (next_token_talloc(ctx, &cmd_ptr,&p,NULL)) {
2025 struct file_list *temp_list;
2026 char *quest, *lname, *rname;
2030 ret = file_find(&file_list, ".", p, true);
2032 free_file_list(file_list);
2040 for (temp_list = file_list; temp_list;
2041 temp_list = temp_list->next) {
2044 if (asprintf(&lname, "%s/", temp_list->file_path) <= 0) {
2047 trim_string(lname, "./", "/");
2049 /* check if it's a directory */
2050 if (temp_list->isdir) {
2051 /* if (!recurse) continue; */
2054 if (asprintf(&quest, "Put directory %s? ", lname) < 0) {
2057 if (prompt && !yesno(quest)) { /* No */
2058 /* Skip the directory */
2059 lname[strlen(lname)-1] = '/';
2060 if (!seek_list(temp_list, lname))
2064 if(asprintf(&rname, "%s%s", client_get_cur_dir(), lname) < 0) {
2067 normalize_name(rname);
2068 if (!NT_STATUS_IS_OK(cli_chkpath(cli, rname)) &&
2070 DEBUG (0, ("Unable to make dir, skipping..."));
2071 /* Skip the directory */
2072 lname[strlen(lname)-1] = '/';
2073 if (!seek_list(temp_list, lname)) {
2081 if (asprintf(&quest,"Put file %s? ", lname) < 0) {
2084 if (prompt && !yesno(quest)) {
2091 if (asprintf(&rname, "%s%s", client_get_cur_dir(), lname) < 0) {
2096 normalize_name(rname);
2098 do_put(rname, lname, false);
2100 free_file_list(file_list);
2109 /****************************************************************************
2111 ****************************************************************************/
2113 static int do_cancel(int job)
2115 if (cli_printjob_del(cli, job)) {
2116 d_printf("Job %d cancelled\n",job);
2119 d_printf("Error cancelling job %d : %s\n",job,cli_errstr(cli));
2124 /****************************************************************************
2126 ****************************************************************************/
2128 static int cmd_cancel(void)
2130 TALLOC_CTX *ctx = talloc_tos();
2134 if (!next_token_talloc(ctx, &cmd_ptr, &buf,NULL)) {
2135 d_printf("cancel <jobid> ...\n");
2141 } while (next_token_talloc(ctx, &cmd_ptr,&buf,NULL));
2146 /****************************************************************************
2148 ****************************************************************************/
2150 static int cmd_print(void)
2152 TALLOC_CTX *ctx = talloc_tos();
2157 if (!next_token_talloc(ctx, &cmd_ptr, &lname,NULL)) {
2158 d_printf("print <filename>\n");
2162 rname = talloc_strdup(ctx, lname);
2166 p = strrchr_m(rname,'/');
2168 rname = talloc_asprintf(ctx,
2173 if (strequal(lname,"-")) {
2174 rname = talloc_asprintf(ctx,
2182 return do_put(rname, lname, false);
2185 /****************************************************************************
2186 Show a print queue entry.
2187 ****************************************************************************/
2189 static void queue_fn(struct print_job_info *p)
2191 d_printf("%-6d %-9d %s\n", (int)p->id, (int)p->size, p->name);
2194 /****************************************************************************
2196 ****************************************************************************/
2198 static int cmd_queue(void)
2200 cli_print_queue(cli, queue_fn);
2204 /****************************************************************************
2206 ****************************************************************************/
2208 static NTSTATUS do_del(struct cli_state *cli_state, struct file_info *finfo,
2211 TALLOC_CTX *ctx = talloc_tos();
2215 mask = talloc_asprintf(ctx,
2221 return NT_STATUS_NO_MEMORY;
2224 if (finfo->mode & aDIR) {
2226 return NT_STATUS_OK;
2229 status = cli_unlink(cli_state, mask, aSYSTEM | aHIDDEN);
2230 if (!NT_STATUS_IS_OK(status)) {
2231 d_printf("%s deleting remote file %s\n",
2232 nt_errstr(status), mask);
2238 /****************************************************************************
2240 ****************************************************************************/
2242 static int cmd_del(void)
2244 TALLOC_CTX *ctx = talloc_tos();
2247 NTSTATUS status = NT_STATUS_OK;
2248 uint16 attribute = aSYSTEM | aHIDDEN;
2254 mask = talloc_strdup(ctx, client_get_cur_dir());
2258 if (!next_token_talloc(ctx, &cmd_ptr,&buf,NULL)) {
2259 d_printf("del <filename>\n");
2262 mask = talloc_asprintf_append(mask, "%s", buf);
2267 status = do_list(mask,attribute,do_del,false,false);
2268 if (!NT_STATUS_IS_OK(status)) {
2274 /****************************************************************************
2275 Wildcard delete some files.
2276 ****************************************************************************/
2278 static int cmd_wdel(void)
2280 TALLOC_CTX *ctx = talloc_tos();
2284 struct cli_state *targetcli;
2285 char *targetname = NULL;
2288 if (!next_token_talloc(ctx, &cmd_ptr,&buf,NULL)) {
2289 d_printf("wdel 0x<attrib> <wcard>\n");
2293 attribute = (uint16)strtol(buf, (char **)NULL, 16);
2295 if (!next_token_talloc(ctx, &cmd_ptr,&buf,NULL)) {
2296 d_printf("wdel 0x<attrib> <wcard>\n");
2300 mask = talloc_asprintf(ctx, "%s%s",
2301 client_get_cur_dir(),
2307 if (!cli_resolve_path(ctx, "", auth_info, cli, mask, &targetcli, &targetname)) {
2308 d_printf("cmd_wdel %s: %s\n", mask, cli_errstr(cli));
2312 status = cli_unlink(targetcli, targetname, attribute);
2313 if (!NT_STATUS_IS_OK(status)) {
2314 d_printf("%s deleting remote files %s\n", nt_errstr(status),
2320 /****************************************************************************
2321 ****************************************************************************/
2323 static int cmd_open(void)
2325 TALLOC_CTX *ctx = talloc_tos();
2328 char *targetname = NULL;
2329 struct cli_state *targetcli;
2330 uint16_t fnum = (uint16_t)-1;
2332 if (!next_token_talloc(ctx, &cmd_ptr,&buf,NULL)) {
2333 d_printf("open <filename>\n");
2336 mask = talloc_asprintf(ctx,
2338 client_get_cur_dir(),
2344 if (!cli_resolve_path(ctx, "", auth_info, cli, mask, &targetcli, &targetname)) {
2345 d_printf("open %s: %s\n", mask, cli_errstr(cli));
2349 if (!NT_STATUS_IS_OK(cli_ntcreate(targetcli, targetname, 0,
2350 FILE_READ_DATA|FILE_WRITE_DATA, 0,
2351 FILE_SHARE_READ|FILE_SHARE_WRITE, FILE_OPEN, 0x0, 0x0, &fnum))) {
2352 if (NT_STATUS_IS_OK(cli_ntcreate(targetcli, targetname, 0,
2354 FILE_SHARE_READ|FILE_SHARE_WRITE, FILE_OPEN, 0x0, 0x0, &fnum))) {
2355 d_printf("open file %s: for read/write fnum %d\n", targetname, fnum);
2357 d_printf("Failed to open file %s. %s\n", targetname, cli_errstr(cli));
2360 d_printf("open file %s: for read/write fnum %d\n", targetname, fnum);
2365 static int cmd_posix_encrypt(void)
2367 TALLOC_CTX *ctx = talloc_tos();
2368 NTSTATUS status = NT_STATUS_UNSUCCESSFUL;
2370 if (cli->use_kerberos) {
2371 status = cli_gss_smb_encryption_start(cli);
2373 char *domain = NULL;
2375 char *password = NULL;
2377 if (!next_token_talloc(ctx, &cmd_ptr,&domain,NULL)) {
2378 d_printf("posix_encrypt domain user password\n");
2382 if (!next_token_talloc(ctx, &cmd_ptr,&user,NULL)) {
2383 d_printf("posix_encrypt domain user password\n");
2387 if (!next_token_talloc(ctx, &cmd_ptr,&password,NULL)) {
2388 d_printf("posix_encrypt domain user password\n");
2392 status = cli_raw_ntlm_smb_encryption_start(cli,
2398 if (!NT_STATUS_IS_OK(status)) {
2399 d_printf("posix_encrypt failed with error %s\n", nt_errstr(status));
2401 d_printf("encryption on\n");
2408 /****************************************************************************
2409 ****************************************************************************/
2411 static int cmd_posix_open(void)
2413 TALLOC_CTX *ctx = talloc_tos();
2416 char *targetname = NULL;
2417 struct cli_state *targetcli;
2421 if (!next_token_talloc(ctx, &cmd_ptr,&buf,NULL)) {
2422 d_printf("posix_open <filename> 0<mode>\n");
2425 mask = talloc_asprintf(ctx,
2427 client_get_cur_dir(),
2433 if (!next_token_talloc(ctx, &cmd_ptr,&buf,NULL)) {
2434 d_printf("posix_open <filename> 0<mode>\n");
2437 mode = (mode_t)strtol(buf, (char **)NULL, 8);
2439 if (!cli_resolve_path(ctx, "", auth_info, cli, mask, &targetcli, &targetname)) {
2440 d_printf("posix_open %s: %s\n", mask, cli_errstr(cli));
2444 if (!NT_STATUS_IS_OK(cli_posix_open(targetcli, targetname, O_CREAT|O_RDWR, mode, &fnum))) {
2445 if (!NT_STATUS_IS_OK(cli_posix_open(targetcli, targetname, O_CREAT|O_RDONLY, mode, &fnum))) {
2446 d_printf("posix_open file %s: for read/write fnum %d\n", targetname, fnum);
2448 d_printf("Failed to open file %s. %s\n", targetname, cli_errstr(cli));
2451 d_printf("posix_open file %s: for read/write fnum %d\n", targetname, fnum);
2457 static int cmd_posix_mkdir(void)
2459 TALLOC_CTX *ctx = talloc_tos();
2462 char *targetname = NULL;
2463 struct cli_state *targetcli;
2466 if (!next_token_talloc(ctx, &cmd_ptr,&buf,NULL)) {
2467 d_printf("posix_mkdir <filename> 0<mode>\n");
2470 mask = talloc_asprintf(ctx,
2472 client_get_cur_dir(),
2478 if (!next_token_talloc(ctx, &cmd_ptr,&buf,NULL)) {
2479 d_printf("posix_mkdir <filename> 0<mode>\n");
2482 mode = (mode_t)strtol(buf, (char **)NULL, 8);
2484 if (!cli_resolve_path(ctx, "", auth_info, cli, mask, &targetcli, &targetname)) {
2485 d_printf("posix_mkdir %s: %s\n", mask, cli_errstr(cli));
2489 if (!NT_STATUS_IS_OK(cli_posix_mkdir(targetcli, targetname, mode))) {
2490 d_printf("Failed to open file %s. %s\n", targetname, cli_errstr(cli));
2492 d_printf("posix_mkdir created directory %s\n", targetname);
2497 static int cmd_posix_unlink(void)
2499 TALLOC_CTX *ctx = talloc_tos();
2502 char *targetname = NULL;
2503 struct cli_state *targetcli;
2505 if (!next_token_talloc(ctx, &cmd_ptr,&buf,NULL)) {
2506 d_printf("posix_unlink <filename>\n");
2509 mask = talloc_asprintf(ctx,
2511 client_get_cur_dir(),
2517 if (!cli_resolve_path(ctx, "", auth_info, cli, mask, &targetcli, &targetname)) {
2518 d_printf("posix_unlink %s: %s\n", mask, cli_errstr(cli));
2522 if (!NT_STATUS_IS_OK(cli_posix_unlink(targetcli, targetname))) {
2523 d_printf("Failed to unlink file %s. %s\n", targetname, cli_errstr(cli));
2525 d_printf("posix_unlink deleted file %s\n", targetname);
2531 static int cmd_posix_rmdir(void)
2533 TALLOC_CTX *ctx = talloc_tos();
2536 char *targetname = NULL;
2537 struct cli_state *targetcli;
2539 if (!next_token_talloc(ctx, &cmd_ptr,&buf,NULL)) {
2540 d_printf("posix_rmdir <filename>\n");
2543 mask = talloc_asprintf(ctx,
2545 client_get_cur_dir(),
2551 if (!cli_resolve_path(ctx, "", auth_info, cli, mask, &targetcli, &targetname)) {
2552 d_printf("posix_rmdir %s: %s\n", mask, cli_errstr(cli));
2556 if (!NT_STATUS_IS_OK(cli_posix_rmdir(targetcli, targetname))) {
2557 d_printf("Failed to unlink directory %s. %s\n", targetname, cli_errstr(cli));
2559 d_printf("posix_rmdir deleted directory %s\n", targetname);
2565 static int cmd_close(void)
2567 TALLOC_CTX *ctx = talloc_tos();
2571 if (!next_token_talloc(ctx, &cmd_ptr,&buf,NULL)) {
2572 d_printf("close <fnum>\n");
2577 /* We really should use the targetcli here.... */
2578 if (!NT_STATUS_IS_OK(cli_close(cli, fnum))) {
2579 d_printf("close %d: %s\n", fnum, cli_errstr(cli));
2585 static int cmd_posix(void)
2587 TALLOC_CTX *ctx = talloc_tos();
2588 uint16 major, minor;
2589 uint32 caplow, caphigh;
2593 if (!SERVER_HAS_UNIX_CIFS(cli)) {
2594 d_printf("Server doesn't support UNIX CIFS extensions.\n");
2598 status = cli_unix_extensions_version(cli, &major, &minor, &caplow,
2600 if (!NT_STATUS_IS_OK(status)) {
2601 d_printf("Can't get UNIX CIFS extensions version from "
2602 "server: %s\n", nt_errstr(status));
2606 d_printf("Server supports CIFS extensions %u.%u\n", (unsigned int)major, (unsigned int)minor);
2608 caps = talloc_strdup(ctx, "");
2612 if (caplow & CIFS_UNIX_FCNTL_LOCKS_CAP) {
2613 caps = talloc_asprintf_append(caps, "locks ");
2618 if (caplow & CIFS_UNIX_POSIX_ACLS_CAP) {
2619 caps = talloc_asprintf_append(caps, "acls ");
2624 if (caplow & CIFS_UNIX_XATTTR_CAP) {
2625 caps = talloc_asprintf_append(caps, "eas ");
2630 if (caplow & CIFS_UNIX_POSIX_PATHNAMES_CAP) {
2631 caps = talloc_asprintf_append(caps, "pathnames ");
2636 if (caplow & CIFS_UNIX_POSIX_PATH_OPERATIONS_CAP) {
2637 caps = talloc_asprintf_append(caps, "posix_path_operations ");
2642 if (caplow & CIFS_UNIX_LARGE_READ_CAP) {
2643 caps = talloc_asprintf_append(caps, "large_read ");
2648 if (caplow & CIFS_UNIX_LARGE_WRITE_CAP) {
2649 caps = talloc_asprintf_append(caps, "large_write ");
2654 if (caplow & CIFS_UNIX_TRANSPORT_ENCRYPTION_CAP) {
2655 caps = talloc_asprintf_append(caps, "posix_encrypt ");
2660 if (caplow & CIFS_UNIX_TRANSPORT_ENCRYPTION_MANDATORY_CAP) {
2661 caps = talloc_asprintf_append(caps, "mandatory_posix_encrypt ");
2667 if (*caps && caps[strlen(caps)-1] == ' ') {
2668 caps[strlen(caps)-1] = '\0';
2671 d_printf("Server supports CIFS capabilities %s\n", caps);
2673 status = cli_set_unix_extensions_capabilities(cli, major, minor,
2675 if (!NT_STATUS_IS_OK(status)) {
2676 d_printf("Can't set UNIX CIFS extensions capabilities. %s.\n",
2681 if (caplow & CIFS_UNIX_POSIX_PATHNAMES_CAP) {
2682 CLI_DIRSEP_CHAR = '/';
2683 *CLI_DIRSEP_STR = '/';
2684 client_set_cur_dir(CLI_DIRSEP_STR);
2690 static int cmd_lock(void)
2692 TALLOC_CTX *ctx = talloc_tos();
2694 uint64_t start, len;
2695 enum brl_type lock_type;
2698 if (!next_token_talloc(ctx, &cmd_ptr,&buf,NULL)) {
2699 d_printf("lock <fnum> [r|w] <hex-start> <hex-len>\n");
2704 if (!next_token_talloc(ctx, &cmd_ptr,&buf,NULL)) {
2705 d_printf("lock <fnum> [r|w] <hex-start> <hex-len>\n");
2709 if (*buf == 'r' || *buf == 'R') {
2710 lock_type = READ_LOCK;
2711 } else if (*buf == 'w' || *buf == 'W') {
2712 lock_type = WRITE_LOCK;
2714 d_printf("lock <fnum> [r|w] <hex-start> <hex-len>\n");
2718 if (!next_token_talloc(ctx, &cmd_ptr,&buf,NULL)) {
2719 d_printf("lock <fnum> [r|w] <hex-start> <hex-len>\n");
2723 start = (uint64_t)strtol(buf, (char **)NULL, 16);
2725 if (!next_token_talloc(ctx, &cmd_ptr,&buf,NULL)) {
2726 d_printf("lock <fnum> [r|w] <hex-start> <hex-len>\n");
2730 len = (uint64_t)strtol(buf, (char **)NULL, 16);
2732 if (!NT_STATUS_IS_OK(cli_posix_lock(cli, fnum, start, len, true, lock_type))) {
2733 d_printf("lock failed %d: %s\n", fnum, cli_errstr(cli));
2739 static int cmd_unlock(void)
2741 TALLOC_CTX *ctx = talloc_tos();
2743 uint64_t start, len;
2746 if (!next_token_talloc(ctx, &cmd_ptr,&buf,NULL)) {
2747 d_printf("unlock <fnum> <hex-start> <hex-len>\n");
2752 if (!next_token_talloc(ctx, &cmd_ptr,&buf,NULL)) {
2753 d_printf("unlock <fnum> <hex-start> <hex-len>\n");
2757 start = (uint64_t)strtol(buf, (char **)NULL, 16);
2759 if (!next_token_talloc(ctx, &cmd_ptr,&buf,NULL)) {
2760 d_printf("unlock <fnum> <hex-start> <hex-len>\n");
2764 len = (uint64_t)strtol(buf, (char **)NULL, 16);
2766 if (!NT_STATUS_IS_OK(cli_posix_unlock(cli, fnum, start, len))) {
2767 d_printf("unlock failed %d: %s\n", fnum, cli_errstr(cli));
2774 /****************************************************************************
2776 ****************************************************************************/
2778 static int cmd_rmdir(void)
2780 TALLOC_CTX *ctx = talloc_tos();
2783 char *targetname = NULL;
2784 struct cli_state *targetcli;
2786 if (!next_token_talloc(ctx, &cmd_ptr,&buf,NULL)) {
2787 d_printf("rmdir <dirname>\n");
2790 mask = talloc_asprintf(ctx,
2792 client_get_cur_dir(),
2798 if (!cli_resolve_path(ctx, "", auth_info, cli, mask, &targetcli, &targetname)) {
2799 d_printf("rmdir %s: %s\n", mask, cli_errstr(cli));
2803 if (!NT_STATUS_IS_OK(cli_rmdir(targetcli, targetname))) {
2804 d_printf("%s removing remote directory file %s\n",
2805 cli_errstr(targetcli),mask);
2811 /****************************************************************************
2813 ****************************************************************************/
2815 static int cmd_link(void)
2817 TALLOC_CTX *ctx = talloc_tos();
2818 char *oldname = NULL;
2819 char *newname = NULL;
2822 char *targetname = NULL;
2823 struct cli_state *targetcli;
2825 if (!next_token_talloc(ctx, &cmd_ptr,&buf,NULL) ||
2826 !next_token_talloc(ctx, &cmd_ptr,&buf2,NULL)) {
2827 d_printf("link <oldname> <newname>\n");
2830 oldname = talloc_asprintf(ctx,
2832 client_get_cur_dir(),
2837 newname = talloc_asprintf(ctx,
2839 client_get_cur_dir(),
2845 if (!cli_resolve_path(ctx, "", auth_info, cli, oldname, &targetcli, &targetname)) {
2846 d_printf("link %s: %s\n", oldname, cli_errstr(cli));
2850 if (!SERVER_HAS_UNIX_CIFS(targetcli)) {
2851 d_printf("Server doesn't support UNIX CIFS calls.\n");
2855 if (!NT_STATUS_IS_OK(cli_posix_hardlink(targetcli, targetname, newname))) {
2856 d_printf("%s linking files (%s -> %s)\n", cli_errstr(targetcli), newname, oldname);
2862 /****************************************************************************
2864 ****************************************************************************/
2866 static int cmd_readlink(void)
2868 TALLOC_CTX *ctx = talloc_tos();
2871 char *targetname = NULL;
2872 char linkname[PATH_MAX+1];
2873 struct cli_state *targetcli;
2875 if (!next_token_talloc(ctx, &cmd_ptr,&buf,NULL)) {
2876 d_printf("readlink <name>\n");
2879 name = talloc_asprintf(ctx,
2881 client_get_cur_dir(),
2887 if (!cli_resolve_path(ctx, "", auth_info, cli, name, &targetcli, &targetname)) {
2888 d_printf("readlink %s: %s\n", name, cli_errstr(cli));
2892 if (!SERVER_HAS_UNIX_CIFS(targetcli)) {
2893 d_printf("Server doesn't support UNIX CIFS calls.\n");
2897 if (!NT_STATUS_IS_OK(cli_posix_readlink(targetcli, name,
2898 linkname, PATH_MAX+1))) {
2899 d_printf("%s readlink on file %s\n",
2900 cli_errstr(targetcli), name);
2904 d_printf("%s -> %s\n", name, linkname);
2910 /****************************************************************************
2912 ****************************************************************************/
2914 static int cmd_symlink(void)
2916 TALLOC_CTX *ctx = talloc_tos();
2917 char *oldname = NULL;
2918 char *newname = NULL;
2921 struct cli_state *newcli;
2923 if (!next_token_talloc(ctx, &cmd_ptr,&buf,NULL) ||
2924 !next_token_talloc(ctx, &cmd_ptr,&buf2,NULL)) {
2925 d_printf("symlink <oldname> <newname>\n");
2928 /* Oldname (link target) must be an untouched blob. */
2931 newname = talloc_asprintf(ctx,
2933 client_get_cur_dir(),
2939 /* New name must be present in share namespace. */
2940 if (!cli_resolve_path(ctx, "", auth_info, cli, newname, &newcli, &newname)) {
2941 d_printf("link %s: %s\n", oldname, cli_errstr(cli));
2945 if (!SERVER_HAS_UNIX_CIFS(newcli)) {
2946 d_printf("Server doesn't support UNIX CIFS calls.\n");
2950 if (!NT_STATUS_IS_OK(cli_posix_symlink(newcli, oldname, newname))) {
2951 d_printf("%s symlinking files (%s -> %s)\n",
2952 cli_errstr(newcli), newname, newname);
2959 /****************************************************************************
2961 ****************************************************************************/
2963 static int cmd_chmod(void)
2965 TALLOC_CTX *ctx = talloc_tos();
2969 char *targetname = NULL;
2970 struct cli_state *targetcli;
2973 if (!next_token_talloc(ctx, &cmd_ptr,&buf,NULL) ||
2974 !next_token_talloc(ctx, &cmd_ptr,&buf2,NULL)) {
2975 d_printf("chmod mode file\n");
2978 src = talloc_asprintf(ctx,
2980 client_get_cur_dir(),
2986 mode = (mode_t)strtol(buf, NULL, 8);
2988 if (!cli_resolve_path(ctx, "", auth_info, cli, src, &targetcli, &targetname)) {
2989 d_printf("chmod %s: %s\n", src, cli_errstr(cli));
2993 if (!SERVER_HAS_UNIX_CIFS(targetcli)) {
2994 d_printf("Server doesn't support UNIX CIFS calls.\n");
2998 if (!NT_STATUS_IS_OK(cli_posix_chmod(targetcli, targetname, mode))) {
2999 d_printf("%s chmod file %s 0%o\n",
3000 cli_errstr(targetcli), src, (unsigned int)mode);
3007 static const char *filetype_to_str(mode_t mode)
3009 if (S_ISREG(mode)) {
3010 return "regular file";
3011 } else if (S_ISDIR(mode)) {
3015 if (S_ISCHR(mode)) {
3016 return "character device";
3020 if (S_ISBLK(mode)) {
3021 return "block device";
3025 if (S_ISFIFO(mode)) {
3030 if (S_ISLNK(mode)) {
3031 return "symbolic link";
3035 if (S_ISSOCK(mode)) {
3042 static char rwx_to_str(mode_t m, mode_t bt, char ret)
3051 static char *unix_mode_to_str(char *s, mode_t m)
3054 const char *str = filetype_to_str(m);
3070 *p++ = str[1] == 'y' ? 'l' : 's';
3077 *p++ = rwx_to_str(m, S_IRUSR, 'r');
3078 *p++ = rwx_to_str(m, S_IWUSR, 'w');
3079 *p++ = rwx_to_str(m, S_IXUSR, 'x');
3080 *p++ = rwx_to_str(m, S_IRGRP, 'r');
3081 *p++ = rwx_to_str(m, S_IWGRP, 'w');
3082 *p++ = rwx_to_str(m, S_IXGRP, 'x');
3083 *p++ = rwx_to_str(m, S_IROTH, 'r');
3084 *p++ = rwx_to_str(m, S_IWOTH, 'w');
3085 *p++ = rwx_to_str(m, S_IXOTH, 'x');
3090 /****************************************************************************
3091 Utility function for UNIX getfacl.
3092 ****************************************************************************/
3094 static char *perms_to_string(fstring permstr, unsigned char perms)
3096 fstrcpy(permstr, "---");
3097 if (perms & SMB_POSIX_ACL_READ) {
3100 if (perms & SMB_POSIX_ACL_WRITE) {
3103 if (perms & SMB_POSIX_ACL_EXECUTE) {
3109 /****************************************************************************
3111 ****************************************************************************/
3113 static int cmd_getfacl(void)
3115 TALLOC_CTX *ctx = talloc_tos();
3118 char *targetname = NULL;
3119 struct cli_state *targetcli;
3120 uint16 major, minor;
3121 uint32 caplow, caphigh;
3122 char *retbuf = NULL;
3124 SMB_STRUCT_STAT sbuf;
3125 uint16 num_file_acls = 0;
3126 uint16 num_dir_acls = 0;
3130 if (!next_token_talloc(ctx, &cmd_ptr,&name,NULL)) {
3131 d_printf("getfacl filename\n");
3134 src = talloc_asprintf(ctx,
3136 client_get_cur_dir(),
3142 if (!cli_resolve_path(ctx, "", auth_info, cli, src, &targetcli, &targetname)) {
3143 d_printf("stat %s: %s\n", src, cli_errstr(cli));
3147 if (!SERVER_HAS_UNIX_CIFS(targetcli)) {
3148 d_printf("Server doesn't support UNIX CIFS calls.\n");
3152 status = cli_unix_extensions_version(targetcli, &major, &minor,
3154 if (!NT_STATUS_IS_OK(status)) {
3155 d_printf("Can't get UNIX CIFS version from server: %s.\n",
3160 if (!(caplow & CIFS_UNIX_POSIX_ACLS_CAP)) {
3161 d_printf("This server supports UNIX extensions "
3162 "but doesn't support POSIX ACLs.\n");
3166 if (!NT_STATUS_IS_OK(cli_posix_stat(targetcli, targetname, &sbuf))) {
3167 d_printf("%s getfacl doing a stat on file %s\n",
3168 cli_errstr(targetcli), src);
3172 if (!NT_STATUS_IS_OK(cli_posix_getfacl(targetcli, targetname, ctx, &rb_size, &retbuf))) {
3173 d_printf("%s getfacl file %s\n",
3174 cli_errstr(targetcli), src);
3178 /* ToDo : Print out the ACL values. */
3179 if (rb_size < 6 || SVAL(retbuf,0) != SMB_POSIX_ACL_VERSION) {
3180 d_printf("getfacl file %s, unknown POSIX acl version %u.\n",
3181 src, (unsigned int)CVAL(retbuf,0) );
3185 num_file_acls = SVAL(retbuf,2);
3186 num_dir_acls = SVAL(retbuf,4);
3187 if (rb_size != SMB_POSIX_ACL_HEADER_SIZE + SMB_POSIX_ACL_ENTRY_SIZE*(num_file_acls+num_dir_acls)) {
3188 d_printf("getfacl file %s, incorrect POSIX acl buffer size (should be %u, was %u).\n",
3190 (unsigned int)(SMB_POSIX_ACL_HEADER_SIZE + SMB_POSIX_ACL_ENTRY_SIZE*(num_file_acls+num_dir_acls)),
3191 (unsigned int)rb_size);
3195 d_printf("# file: %s\n", src);
3196 d_printf("# owner: %u\n# group: %u\n", (unsigned int)sbuf.st_ex_uid, (unsigned int)sbuf.st_ex_gid);
3198 if (num_file_acls == 0 && num_dir_acls == 0) {
3199 d_printf("No acls found.\n");
3202 for (i = 0; i < num_file_acls; i++) {
3205 unsigned char tagtype = CVAL(retbuf, SMB_POSIX_ACL_HEADER_SIZE+(i*SMB_POSIX_ACL_ENTRY_SIZE));
3206 unsigned char perms = CVAL(retbuf, SMB_POSIX_ACL_HEADER_SIZE+(i*SMB_POSIX_ACL_ENTRY_SIZE)+1);
3209 case SMB_POSIX_ACL_USER_OBJ:
3212 case SMB_POSIX_ACL_USER:
3213 uorg = IVAL(retbuf,SMB_POSIX_ACL_HEADER_SIZE+(i*SMB_POSIX_ACL_ENTRY_SIZE)+2);
3214 d_printf("user:%u:", uorg);
3216 case SMB_POSIX_ACL_GROUP_OBJ:
3217 d_printf("group::");
3219 case SMB_POSIX_ACL_GROUP:
3220 uorg = IVAL(retbuf,SMB_POSIX_ACL_HEADER_SIZE+(i*SMB_POSIX_ACL_ENTRY_SIZE)+2);
3221 d_printf("group:%u:", uorg);
3223 case SMB_POSIX_ACL_MASK:
3226 case SMB_POSIX_ACL_OTHER:
3227 d_printf("other::");
3230 d_printf("getfacl file %s, incorrect POSIX acl tagtype (%u).\n",
3231 src, (unsigned int)tagtype );
3236 d_printf("%s\n", perms_to_string(permstring, perms));
3239 for (i = 0; i < num_dir_acls; i++) {
3242 unsigned char tagtype = CVAL(retbuf, SMB_POSIX_ACL_HEADER_SIZE+((i+num_file_acls)*SMB_POSIX_ACL_ENTRY_SIZE));
3243 unsigned char perms = CVAL(retbuf, SMB_POSIX_ACL_HEADER_SIZE+((i+num_file_acls)*SMB_POSIX_ACL_ENTRY_SIZE)+1);
3246 case SMB_POSIX_ACL_USER_OBJ:
3247 d_printf("default:user::");
3249 case SMB_POSIX_ACL_USER:
3250 uorg = IVAL(retbuf,SMB_POSIX_ACL_HEADER_SIZE+((i+num_file_acls)*SMB_POSIX_ACL_ENTRY_SIZE)+2);
3251 d_printf("default:user:%u:", uorg);
3253 case SMB_POSIX_ACL_GROUP_OBJ:
3254 d_printf("default:group::");
3256 case SMB_POSIX_ACL_GROUP:
3257 uorg = IVAL(retbuf,SMB_POSIX_ACL_HEADER_SIZE+((i+num_file_acls)*SMB_POSIX_ACL_ENTRY_SIZE)+2);
3258 d_printf("default:group:%u:", uorg);
3260 case SMB_POSIX_ACL_MASK:
3261 d_printf("default:mask::");
3263 case SMB_POSIX_ACL_OTHER:
3264 d_printf("default:other::");
3267 d_printf("getfacl file %s, incorrect POSIX acl tagtype (%u).\n",
3268 src, (unsigned int)tagtype );
3273 d_printf("%s\n", perms_to_string(permstring, perms));
3279 static void printf_cb(const char *buf, void *private_data)
3284 /****************************************************************************
3285 Get the EA list of a file
3286 ****************************************************************************/
3288 static int cmd_geteas(void)
3290 TALLOC_CTX *ctx = talloc_tos();
3293 char *targetname = NULL;
3294 struct cli_state *targetcli;
3297 struct ea_struct *eas;
3299 if (!next_token_talloc(ctx, &cmd_ptr,&name,NULL)) {
3300 d_printf("geteas filename\n");
3303 src = talloc_asprintf(ctx,
3305 client_get_cur_dir(),
3311 if (!cli_resolve_path(ctx, "", auth_info, cli, src, &targetcli,
3313 d_printf("stat %s: %s\n", src, cli_errstr(cli));
3317 status = cli_get_ea_list_path(targetcli, targetname, talloc_tos(),
3319 if (!NT_STATUS_IS_OK(status)) {
3320 d_printf("cli_get_ea_list_path: %s\n", nt_errstr(status));
3324 for (i=0; i<num_eas; i++) {
3325 d_printf("%s (%d) =\n", eas[i].name, (int)eas[i].flags);
3326 dump_data_cb(eas[i].value.data, eas[i].value.length, false,
3336 /****************************************************************************
3338 ****************************************************************************/
3340 static int cmd_setea(void)
3342 TALLOC_CTX *ctx = talloc_tos();
3345 char *eaname = NULL;
3346 char *eavalue = NULL;
3347 char *targetname = NULL;
3348 struct cli_state *targetcli;
3350 if (!next_token_talloc(ctx, &cmd_ptr, &name, NULL)
3351 || !next_token_talloc(ctx, &cmd_ptr, &eaname, NULL)) {
3352 d_printf("setea filename eaname value\n");
3355 if (!next_token_talloc(ctx, &cmd_ptr, &eavalue, NULL)) {
3356 eavalue = talloc_strdup(ctx, "");
3358 src = talloc_asprintf(ctx,
3360 client_get_cur_dir(),
3366 if (!cli_resolve_path(ctx, "", auth_info, cli, src, &targetcli,
3368 d_printf("stat %s: %s\n", src, cli_errstr(cli));
3372 if (!cli_set_ea_path(targetcli, targetname, eaname, eavalue,
3374 d_printf("set_ea %s: %s\n", src, cli_errstr(cli));
3381 /****************************************************************************
3383 ****************************************************************************/
3385 static int cmd_stat(void)
3387 TALLOC_CTX *ctx = talloc_tos();
3390 char *targetname = NULL;
3391 struct cli_state *targetcli;
3393 SMB_STRUCT_STAT sbuf;
3397 if (!next_token_talloc(ctx, &cmd_ptr,&name,NULL)) {
3398 d_printf("stat file\n");
3401 src = talloc_asprintf(ctx,
3403 client_get_cur_dir(),
3409 if (!cli_resolve_path(ctx, "", auth_info, cli, src, &targetcli, &targetname)) {
3410 d_printf("stat %s: %s\n", src, cli_errstr(cli));
3414 if (!SERVER_HAS_UNIX_CIFS(targetcli)) {
3415 d_printf("Server doesn't support UNIX CIFS calls.\n");
3419 if (!NT_STATUS_IS_OK(cli_posix_stat(targetcli, targetname, &sbuf))) {
3420 d_printf("%s stat file %s\n",
3421 cli_errstr(targetcli), src);
3425 /* Print out the stat values. */
3426 d_printf("File: %s\n", src);
3427 d_printf("Size: %-12.0f\tBlocks: %u\t%s\n",
3428 (double)sbuf.st_ex_size,
3429 (unsigned int)sbuf.st_ex_blocks,
3430 filetype_to_str(sbuf.st_ex_mode));
3432 #if defined(S_ISCHR) && defined(S_ISBLK)
3433 if (S_ISCHR(sbuf.st_ex_mode) || S_ISBLK(sbuf.st_ex_mode)) {
3434 d_printf("Inode: %.0f\tLinks: %u\tDevice type: %u,%u\n",
3435 (double)sbuf.st_ex_ino,
3436 (unsigned int)sbuf.st_ex_nlink,
3437 unix_dev_major(sbuf.st_ex_rdev),
3438 unix_dev_minor(sbuf.st_ex_rdev));
3441 d_printf("Inode: %.0f\tLinks: %u\n",
3442 (double)sbuf.st_ex_ino,
3443 (unsigned int)sbuf.st_ex_nlink);
3445 d_printf("Access: (0%03o/%s)\tUid: %u\tGid: %u\n",
3446 ((int)sbuf.st_ex_mode & 0777),
3447 unix_mode_to_str(mode_str, sbuf.st_ex_mode),
3448 (unsigned int)sbuf.st_ex_uid,
3449 (unsigned int)sbuf.st_ex_gid);
3451 tmp_time = convert_timespec_to_time_t(sbuf.st_ex_atime);
3452 lt = localtime(&tmp_time);
3454 strftime(mode_str, sizeof(mode_str), "%Y-%m-%d %T %z", lt);
3456 fstrcpy(mode_str, "unknown");
3458 d_printf("Access: %s\n", mode_str);
3460 tmp_time = convert_timespec_to_time_t(sbuf.st_ex_mtime);
3461 lt = localtime(&tmp_time);
3463 strftime(mode_str, sizeof(mode_str), "%Y-%m-%d %T %z", lt);
3465 fstrcpy(mode_str, "unknown");
3467 d_printf("Modify: %s\n", mode_str);
3469 tmp_time = convert_timespec_to_time_t(sbuf.st_ex_ctime);
3470 lt = localtime(&tmp_time);
3472 strftime(mode_str, sizeof(mode_str), "%Y-%m-%d %T %z", lt);
3474 fstrcpy(mode_str, "unknown");
3476 d_printf("Change: %s\n", mode_str);
3482 /****************************************************************************
3484 ****************************************************************************/
3486 static int cmd_chown(void)
3488 TALLOC_CTX *ctx = talloc_tos();
3492 char *buf, *buf2, *buf3;
3493 struct cli_state *targetcli;
3494 char *targetname = NULL;
3496 if (!next_token_talloc(ctx, &cmd_ptr,&buf,NULL) ||
3497 !next_token_talloc(ctx, &cmd_ptr,&buf2,NULL) ||
3498 !next_token_talloc(ctx, &cmd_ptr,&buf3,NULL)) {
3499 d_printf("chown uid gid file\n");
3503 uid = (uid_t)atoi(buf);
3504 gid = (gid_t)atoi(buf2);
3506 src = talloc_asprintf(ctx,
3508 client_get_cur_dir(),
3513 if (!cli_resolve_path(ctx, "", auth_info, cli, src, &targetcli, &targetname) ) {
3514 d_printf("chown %s: %s\n", src, cli_errstr(cli));
3518 if (!SERVER_HAS_UNIX_CIFS(targetcli)) {
3519 d_printf("Server doesn't support UNIX CIFS calls.\n");
3523 if (!NT_STATUS_IS_OK(cli_posix_chown(targetcli, targetname, uid, gid))) {
3524 d_printf("%s chown file %s uid=%d, gid=%d\n",
3525 cli_errstr(targetcli), src, (int)uid, (int)gid);
3532 /****************************************************************************
3534 ****************************************************************************/
3536 static int cmd_rename(void)
3538 TALLOC_CTX *ctx = talloc_tos();
3541 struct cli_state *targetcli;
3545 if (!next_token_talloc(ctx, &cmd_ptr,&buf,NULL) ||
3546 !next_token_talloc(ctx, &cmd_ptr,&buf2,NULL)) {
3547 d_printf("rename <src> <dest>\n");
3551 src = talloc_asprintf(ctx,
3553 client_get_cur_dir(),
3559 dest = talloc_asprintf(ctx,
3561 client_get_cur_dir(),
3567 if (!cli_resolve_path(ctx, "", auth_info, cli, src, &targetcli, &targetsrc)) {
3568 d_printf("rename %s: %s\n", src, cli_errstr(cli));
3572 if (!cli_resolve_path(ctx, "", auth_info, cli, dest, &targetcli, &targetdest)) {
3573 d_printf("rename %s: %s\n", dest, cli_errstr(cli));
3577 if (!NT_STATUS_IS_OK(cli_rename(targetcli, targetsrc, targetdest))) {
3578 d_printf("%s renaming files %s -> %s \n",
3579 cli_errstr(targetcli),
3588 /****************************************************************************
3589 Print the volume name.
3590 ****************************************************************************/
3592 static int cmd_volume(void)
3599 status = cli_get_fs_volume_info(cli, volname, &serial_num,
3601 if (!NT_STATUS_IS_OK(status)) {
3602 d_printf("Error %s getting volume info\n", nt_errstr(status));
3606 d_printf("Volume: |%s| serial number 0x%x\n",
3607 volname, (unsigned int)serial_num);
3611 /****************************************************************************
3612 Hard link files using the NT call.
3613 ****************************************************************************/
3615 static int cmd_hardlink(void)
3617 TALLOC_CTX *ctx = talloc_tos();
3620 struct cli_state *targetcli;
3623 if (!next_token_talloc(ctx, &cmd_ptr,&buf,NULL) ||
3624 !next_token_talloc(ctx, &cmd_ptr,&buf2,NULL)) {
3625 d_printf("hardlink <src> <dest>\n");
3629 src = talloc_asprintf(ctx,
3631 client_get_cur_dir(),
3637 dest = talloc_asprintf(ctx,
3639 client_get_cur_dir(),
3645 if (!cli_resolve_path(ctx, "", auth_info, cli, src, &targetcli, &targetname)) {
3646 d_printf("hardlink %s: %s\n", src, cli_errstr(cli));