search for: do_this_on

Displaying 4 results from an estimated 4 matches for "do_this_on".

Did you mean: do_this_one
2005 Jan 07
1
Problem in code tracing (reply)
...server log files into the client log. Not sure exactly what you are asking here. ---------------------> As you have stated correctly the client and server logs are not consolidated. However, what I want to know is where do the DEBUG statements in the client code (for example client/client.c/do_this_one() line no. 309) get printed? Also, where are the d_printf() statements printed? ---------------------------- ________________________________________________________________________ Yahoo! India Matrimony: Find your life partner online Go to: http://yahoo.shaadi.com/india-matrimony
2020 Aug 24
0
smbclient mask command seems not to work the same way with recurse ON for mget and mput
...et_fileselection(). Here is the code that decides if smbclient should do anything with a given filename: /******************************************************************* Decide if a file should be operated on. ********************************************************************/ static bool do_this_one(struct file_info *finfo) { if (!finfo->name) { return false; } if (finfo->attr & FILE_ATTRIBUTE_DIRECTORY) { return true; } if (*client_get_fileselection() && !mask_match(finfo->name,client_g...
2020 Aug 24
2
smbclient mask command seems not to work the same way with recurse ON for mget and mput
Dear fellows. Another piece of information. The issue reprduces on RHEL 7.7, Samba 4.9.1 [root at vnhprerhds01 ~]# cat /etc/redhat-release Red Hat Enterprise Linux Server release 7.7 (Maipo) [root at vnhprerhds01 ~]# smbclient -V Version 4.9.1 [root at vnhprerhds01 ~]# smbclient -W "${d}" -U "${u}" "${s}" "${p}" Try "help" to get a list of
2020 Aug 24
2
smbclient mask command seems not to work the same way with recurse ON for mget and mput
...code that decides if smbclient should do anything > with a given filename: > > /******************************************************************* > Decide if a file should be operated on. > ********************************************************************/ > > static bool do_this_one(struct file_info *finfo) > { > if (!finfo->name) { > return false; > } > > if (finfo->attr & FILE_ATTRIBUTE_DIRECTORY) { > return true; > } > > if (*client_get_fileselection() &&...