Displaying 2 results from an estimated 2 matches for "cmd_dir".
Did you mean:
add_dir
1999 Apr 08
0
Keep-timestamp-in-`get'-patch for smbclient in samba-2.0.3
...intf("a:%ld m:%ld\n", a_time, m_time);
+ printf("a:%s m:%s\n", ctime(&a_time), ctime(&m_time)); */
+ utb.actime = mktime(gmtime(&a_time));
+ utb.modtime = mktime(gmtime(&m_time));
+#else
+ uint16 attribute = aDIR | aSYSTEM | aHIDDEN;
+
+ /* Use cmd_dir() type of interface here. */
+ cli_list(cli, rname, attribute, do_get_an_finfo);
+
+ /* Now rname's finfo is copied in an_finfo */
+ utb.actime = mktime(LocalTime(&(an_finfo.atime)));
+ utb.modtime = mktime(LocalTime(&(an_finfo.mtime)));
+#endif
+ /* The same hack in dos_...
2007 Dec 17
1
problem with samba 3.0.28/Solaris 8/smbclient
Dear Samba users,
I am trying to update our local samba packages to 3.0.28.
They are built against heimdal-1.0.1 and openldap-2.3.38.
The Redhat Enterprise Linux 3 and 4 packages are working
fine so far in my limited testing. The problem with heimdal
and "net ads join..." has been fixed on all 3 platforms.
On the Solaris 8 server, the "net ads join..." works
correctly and the